Skip to content

Commit 810b419

Browse files
committed
enable code analysis
1 parent 1813730 commit 810b419

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DijkstraAlgorithm/DijkstraAlgorithm/DijkstraAlgorithm.vcxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@
6969
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7070
</ImportGroup>
7171
<PropertyGroup Label="UserMacros" />
72-
<PropertyGroup />
72+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
73+
<RunCodeAnalysis>true</RunCodeAnalysis>
74+
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
75+
</PropertyGroup>
7376
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7477
<ClCompile>
7578
<WarningLevel>Level3</WarningLevel>

0 commit comments

Comments
 (0)