Skip to content

Commit 1b9d161

Browse files
omtinezpfalcon
authored andcommitted
Fix project file for Visual Studio 2015
1 parent 549c79d commit 1b9d161

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

windows/micropython.vcxproj

Lines changed: 6 additions & 7 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="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -26,26 +26,26 @@
2626
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2727
<ConfigurationType>Application</ConfigurationType>
2828
<UseDebugLibraries>true</UseDebugLibraries>
29-
<PlatformToolset>v120</PlatformToolset>
29+
<PlatformToolset>v140</PlatformToolset>
3030
<CharacterSet>MultiByte</CharacterSet>
3131
</PropertyGroup>
3232
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3333
<ConfigurationType>Application</ConfigurationType>
3434
<UseDebugLibraries>false</UseDebugLibraries>
35-
<PlatformToolset>v120</PlatformToolset>
35+
<PlatformToolset>v140</PlatformToolset>
3636
<WholeProgramOptimization>true</WholeProgramOptimization>
3737
<CharacterSet>MultiByte</CharacterSet>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4040
<ConfigurationType>Application</ConfigurationType>
4141
<UseDebugLibraries>true</UseDebugLibraries>
42-
<PlatformToolset>v120</PlatformToolset>
42+
<PlatformToolset>v140</PlatformToolset>
4343
<CharacterSet>MultiByte</CharacterSet>
4444
</PropertyGroup>
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4646
<ConfigurationType>Application</ConfigurationType>
4747
<UseDebugLibraries>false</UseDebugLibraries>
48-
<PlatformToolset>v120</PlatformToolset>
48+
<PlatformToolset>v140</PlatformToolset>
4949
<WholeProgramOptimization>true</WholeProgramOptimization>
5050
<CharacterSet>MultiByte</CharacterSet>
5151
</PropertyGroup>
@@ -75,7 +75,6 @@
7575
<PropertyGroup Label="UserMacros">
7676
<CustomPropsFile Condition="'$(CustomPropsFile)'==''">msvc/user.props</CustomPropsFile>
7777
</PropertyGroup>
78-
<PropertyGroup />
7978
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8079
<ClCompile />
8180
<Link />
@@ -102,4 +101,4 @@
102101
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
103102
<ImportGroup Label="ExtensionTargets">
104103
</ImportGroup>
105-
</Project>
104+
</Project>

0 commit comments

Comments
 (0)