We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1813730 commit 810b419Copy full SHA for 810b419
DijkstraAlgorithm/DijkstraAlgorithm/DijkstraAlgorithm.vcxproj
@@ -69,7 +69,10 @@
69
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70
</ImportGroup>
71
<PropertyGroup Label="UserMacros" />
72
- <PropertyGroup />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
73
+ <RunCodeAnalysis>true</RunCodeAnalysis>
74
+ <EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
75
+ </PropertyGroup>
76
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77
<ClCompile>
78
<WarningLevel>Level3</WarningLevel>
0 commit comments