|
33 | 33 | <ErrorReport>prompt</ErrorReport> |
34 | 34 | <WarningLevel>4</WarningLevel> |
35 | 35 | </PropertyGroup> |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
| 37 | + <DebugSymbols>true</DebugSymbols> |
| 38 | + <OutputPath>bin\Debug\</OutputPath> |
| 39 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 40 | + <DebugType>full</DebugType> |
| 41 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 42 | + <CodeAnalysisLogFile>..\bin\ngi.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> |
| 43 | + <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
| 44 | + <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
| 45 | + <ErrorReport>prompt</ErrorReport> |
| 46 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 47 | + <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> |
| 48 | + <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
| 49 | + <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> |
| 50 | + <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
| 51 | + <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
| 52 | + </PropertyGroup> |
| 53 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
| 54 | + <OutputPath>bin\Release\</OutputPath> |
| 55 | + <DefineConstants>TRACE</DefineConstants> |
| 56 | + <Optimize>true</Optimize> |
| 57 | + <DebugType>pdbonly</DebugType> |
| 58 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 59 | + <CodeAnalysisLogFile>..\bin\ngi.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> |
| 60 | + <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
| 61 | + <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
| 62 | + <ErrorReport>prompt</ErrorReport> |
| 63 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 64 | + <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> |
| 65 | + <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
| 66 | + <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> |
| 67 | + <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
| 68 | + <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
| 69 | + </PropertyGroup> |
36 | 70 | <ItemGroup> |
37 | 71 | <Reference Include="System" /> |
38 | 72 | <Reference Include="System.Core" /> |
|
0 commit comments