|
|
|
@ -40,7 +40,7 @@ |
|
|
|
<!-- Conditional Strong Name: NO --> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<DefineConstants>TRACE;NET35;NOSYSNUMERICS</DefineConstants> |
|
|
|
<DefineConstants>TRACE;NET35;NOSYSNUMERICS;NATIVE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
@ -54,7 +54,7 @@ |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<DefineConstants>TRACE;DEBUG;NET35;NOSYSNUMERICS</DefineConstants> |
|
|
|
<DefineConstants>TRACE;DEBUG;NET35;NOSYSNUMERICS;NATIVE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
@ -69,7 +69,7 @@ |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<DefineConstants>TRACE;NET35;NOSYSNUMERICS;STRONGNAME</DefineConstants> |
|
|
|
<DefineConstants>TRACE;NET35;NOSYSNUMERICS;NATIVE;STRONGNAME</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
@ -111,4 +111,4 @@ |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
</Choose> |
|
|
|
</Project> |
|
|
|
</Project> |
|
|
|
|