|
22 | 22 | <VCProjectVersion>15.0</VCProjectVersion> |
23 | 23 | <ProjectGuid>{A6F69EA1-ED67-48F7-8E23-CFAFC6297DE2}</ProjectGuid> |
24 | 24 | <RootNamespace>SA2LevelEditor</RootNamespace> |
25 | | - <WindowsTargetPlatformVersion>10.0.22621.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>v143</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>v143</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>v143</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>v143</PlatformToolset> |
51 | 51 | <WholeProgramOptimization>true</WholeProgramOptimization> |
52 | 52 | <CharacterSet>MultiByte</CharacterSet> |
53 | 53 | </PropertyGroup> |
|
211 | 211 | <ClCompile Include="src\entities\GlobalObjects\TJUMPDAI.cpp" /> |
212 | 212 | <ClCompile Include="src\entities\LevelSpecific\CosmicWall\CW_STAGE.cpp" /> |
213 | 213 | <ClCompile Include="src\entities\LevelSpecific\CosmicWall\VULCAN.cpp" /> |
| 214 | + <ClCompile Include="src\entities\LevelSpecific\IronGate\SHELTH.cpp" /> |
| 215 | + <ClCompile Include="src\entities\LevelSpecific\IronGate\SHELTV.cpp" /> |
214 | 216 | <ClCompile Include="src\entities\LevelSpecific\PyramidCave\SNAKESTATUE.cpp" /> |
215 | 217 | <ClCompile Include="src\entities\LevelSpecific\PyramidCave\SNEAKRAIL.cpp" /> |
216 | 218 | <ClCompile Include="src\entities\LevelSpecific\PyramidCave\SPIDERWEB.cpp" /> |
|
315 | 317 | <ClInclude Include="src\entities\GlobalObjects\tjumpdai.h" /> |
316 | 318 | <ClInclude Include="src\entities\LevelSpecific\CosmicWall\cw_stage.h" /> |
317 | 319 | <ClInclude Include="src\entities\LevelSpecific\CosmicWall\vulcan.h" /> |
| 320 | + <ClInclude Include="src\entities\LevelSpecific\IronGate\shelth.h" /> |
| 321 | + <ClInclude Include="src\entities\LevelSpecific\IronGate\sheltv.h" /> |
318 | 322 | <ClInclude Include="src\entities\LevelSpecific\PyramidCave\SNAKESTATUE.h" /> |
319 | 323 | <ClInclude Include="src\entities\LevelSpecific\PyramidCave\sneakrail.h" /> |
320 | 324 | <ClInclude Include="src\entities\LevelSpecific\PyramidCave\spiderweb.h" /> |
|
0 commit comments