File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Project/23_BomberMan/win32/BomberMan Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments