|
22 | 22 | <VCProjectVersion>15.0</VCProjectVersion>
|
23 | 23 | <ProjectGuid>{7DA11C6A-C21C-4351-8972-D7FB0BE7D5FD}</ProjectGuid>
|
24 | 24 | <RootNamespace>DijkstraAlgorithm</RootNamespace>
|
25 |
| - <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> |
| 25 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
26 | 26 | </PropertyGroup>
|
27 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
28 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
29 | 29 | <ConfigurationType>Application</ConfigurationType>
|
30 | 30 | <UseDebugLibraries>true</UseDebugLibraries>
|
31 |
| - <PlatformToolset>v141</PlatformToolset> |
| 31 | + <PlatformToolset>v142</PlatformToolset> |
32 | 32 | <CharacterSet>MultiByte</CharacterSet>
|
33 | 33 | </PropertyGroup>
|
34 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
35 | 35 | <ConfigurationType>Application</ConfigurationType>
|
36 | 36 | <UseDebugLibraries>false</UseDebugLibraries>
|
37 |
| - <PlatformToolset>v141</PlatformToolset> |
| 37 | + <PlatformToolset>v142</PlatformToolset> |
38 | 38 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
39 | 39 | <CharacterSet>MultiByte</CharacterSet>
|
40 | 40 | </PropertyGroup>
|
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
42 | 42 | <ConfigurationType>Application</ConfigurationType>
|
43 | 43 | <UseDebugLibraries>true</UseDebugLibraries>
|
44 |
| - <PlatformToolset>v141</PlatformToolset> |
| 44 | + <PlatformToolset>v142</PlatformToolset> |
45 | 45 | <CharacterSet>MultiByte</CharacterSet>
|
46 | 46 | </PropertyGroup>
|
47 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
48 | 48 | <ConfigurationType>Application</ConfigurationType>
|
49 | 49 | <UseDebugLibraries>false</UseDebugLibraries>
|
50 |
| - <PlatformToolset>v141</PlatformToolset> |
| 50 | + <PlatformToolset>v142</PlatformToolset> |
51 | 51 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
52 | 52 | <CharacterSet>MultiByte</CharacterSet>
|
53 | 53 | </PropertyGroup>
|
|
80 | 80 | </ItemDefinitionGroup>
|
81 | 81 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
82 | 82 | <ClCompile>
|
83 |
| - <WarningLevel>Level3</WarningLevel> |
84 |
| - <Optimization>Disabled</Optimization> |
85 |
| - <SDLCheck>true</SDLCheck> |
86 |
| - <ConformanceMode>true</ConformanceMode> |
| 83 | + <WarningLevel>Level4</WarningLevel> |
| 84 | + <SDLCheck>false</SDLCheck> |
87 | 85 | <LanguageStandard>stdcpplatest</LanguageStandard>
|
| 86 | + <MultiProcessorCompilation>false</MultiProcessorCompilation> |
| 87 | + <AdditionalIncludeDirectories>D:\Program Files\boost\boost_1_76_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
88 | 88 | </ClCompile>
|
89 | 89 | </ItemDefinitionGroup>
|
90 | 90 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
116 | 116 | </Link>
|
117 | 117 | </ItemDefinitionGroup>
|
118 | 118 | <ItemGroup>
|
119 |
| - <ClInclude Include="..\..\..\fiboheap\fiboheap.hpp" /> |
120 |
| - <ClInclude Include="..\..\..\fiboheap\fiboqueue.hpp" /> |
121 |
| - <ClInclude Include="..\..\..\fiboheap\named_tuple.h" /> |
122 | 119 | <ClInclude Include="..\..\src\dijkstra.hpp" />
|
123 |
| - <ClInclude Include="..\..\src\graph.hpp" /> |
124 | 120 | </ItemGroup>
|
125 | 121 | <ItemGroup>
|
126 |
| - <ClCompile Include="..\..\..\fiboheap\test_fiboheap.cc" /> |
127 |
| - <ClCompile Include="main.cpp"> |
128 |
| - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> |
129 |
| - </ClCompile> |
| 122 | + <ClCompile Include="..\..\src\main.cpp" /> |
130 | 123 | </ItemGroup>
|
131 | 124 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
132 | 125 | <ImportGroup Label="ExtensionTargets">
|
|
0 commit comments