Skip to content

Commit

Permalink
Modify project file for code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ujihara committed Aug 10, 2017
1 parent 981aacb commit f8dfa00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NCDK/NCDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,14 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Analysis|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Analysis\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DefineConstants>DEBUG;CODE_ANALYSIS;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>true</RunCodeAnalysis>
<NoWarn>0164,0612,0618,0672,3021</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="dotNetRDF, Version=1.0.12.0, Culture=neutral, PublicKeyToken=6055ffe4c97cc780, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion NCDKDisplay/NCDKDisplay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;0612,0618,0162,0164</DefineConstants>
<DefineConstants>TRACE;CODE_ANALYSIS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\NCDKDisplay.xml</DocumentationFile>
Expand Down

0 comments on commit f8dfa00

Please sign in to comment.