Skip to content

Commit d2578b3

Browse files
committed
1 parent d5b917d commit d2578b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Project/23_BomberMan/win32/BomberMan/BomberMan.vcxproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -15,18 +15,19 @@
1515
<Keyword>Win32Proj</Keyword>
1616
<RootNamespace>ConanGame</RootNamespace>
1717
<ProjectName>BomberMan</ProjectName>
18+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
1819
</PropertyGroup>
1920
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2021
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2122
<ConfigurationType>Application</ConfigurationType>
2223
<UseDebugLibraries>true</UseDebugLibraries>
23-
<PlatformToolset>v120</PlatformToolset>
24+
<PlatformToolset>v141</PlatformToolset>
2425
<CharacterSet>Unicode</CharacterSet>
2526
</PropertyGroup>
2627
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2728
<ConfigurationType>Application</ConfigurationType>
2829
<UseDebugLibraries>false</UseDebugLibraries>
29-
<PlatformToolset>v120</PlatformToolset>
30+
<PlatformToolset>v141</PlatformToolset>
3031
<WholeProgramOptimization>true</WholeProgramOptimization>
3132
<CharacterSet>Unicode</CharacterSet>
3233
</PropertyGroup>

0 commit comments

Comments
 (0)