|
|
|
@ -69,7 +69,7 @@ |
|
|
|
|
<OutputPath>bin\Debug_Silverlight\</OutputPath> |
|
|
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile> |
|
|
|
|
<NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> |
|
|
|
|
<DefineConstants>$(DefineConstants)TRACE;DEBUG;SILVERLIGHT2</DefineConstants> |
|
|
|
|
<DefineConstants>$(DefineConstants)TRACE;DEBUG;SILVERLIGHT</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<NoStdLib>true</NoStdLib> |
|
|
|
@ -81,7 +81,7 @@ |
|
|
|
|
<OutputPath>bin\Release_Silverlight\</OutputPath> |
|
|
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile> |
|
|
|
|
<NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> |
|
|
|
|
<DefineConstants>$(DefineConstants)TRACE;SILVERLIGHT2</DefineConstants> |
|
|
|
|
<DefineConstants>$(DefineConstants)TRACE;SILVERLIGHT</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<NoStdLib>true</NoStdLib> |
|
|
|
|