Skip to content

Commit

Permalink
Disable Code Analysis in Debug Mode in Project file
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinCooper committed Dec 26, 2020
1 parent df16779 commit a1b1c8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iRacingReplayDirector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
<Prefer32Bit>false</Prefer32Bit>
<RunCodeAnalysis>true</RunCodeAnalysis>
<RunCodeAnalysis>false</RunCodeAnalysis>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
<Optimize>false</Optimize>
Expand Down

0 comments on commit a1b1c8c

Please sign in to comment.