|
|
|
@ -43,7 +43,7 @@ |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<DefineConstants>TRACE;DEBUG;SYSNUMERICS</DefineConstants> |
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<DocumentationFile> |
|
|
|
@ -57,7 +57,7 @@ |
|
|
|
<SignAssembly>false</SignAssembly> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<DefineConstants>TRACE;SYSNUMERICS</DefineConstants> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
@ -70,7 +70,7 @@ |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<DefineConstants>TRACE;SYSNUMERICS;STRONGNAME</DefineConstants> |
|
|
|
<DefineConstants>TRACE;STRONGNAME</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|