|
1 | 1 | <?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"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 | 4 | <ProjectConfiguration Include="Debug|Win32">
|
5 | 5 | <Configuration>Debug</Configuration>
|
|
38 | 38 | <ProjectGuid>{4666F6D4-704E-4223-B3A0-D27A4486C6A0}</ProjectGuid>
|
39 | 39 | <RootNamespace>vstmidi_win32drv</RootNamespace>
|
40 | 40 | <Keyword>AtlProj</Keyword>
|
| 41 | + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> |
41 | 42 | </PropertyGroup>
|
42 | 43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
43 | 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
46 | 47 | <UseOfAtl>Static</UseOfAtl>
|
47 | 48 | <CharacterSet>Unicode</CharacterSet>
|
48 | 49 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
49 |
| - <PlatformToolset>v120</PlatformToolset> |
| 50 | + <PlatformToolset>v141_xp</PlatformToolset> |
50 | 51 | </PropertyGroup>
|
51 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
52 | 53 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
53 | 54 | <UseOfMfc>Static</UseOfMfc>
|
54 | 55 | <UseOfAtl>Static</UseOfAtl>
|
55 | 56 | <CharacterSet>Unicode</CharacterSet>
|
56 | 57 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
57 |
| - <PlatformToolset>v120</PlatformToolset> |
| 58 | + <PlatformToolset>v141</PlatformToolset> |
58 | 59 | </PropertyGroup>
|
59 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
60 | 61 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
61 | 62 | <UseOfMfc>false</UseOfMfc>
|
62 | 63 | <UseOfAtl>Static</UseOfAtl>
|
63 | 64 | <CharacterSet>Unicode</CharacterSet>
|
64 |
| - <PlatformToolset>v120</PlatformToolset> |
| 65 | + <PlatformToolset>v141_xp</PlatformToolset> |
65 | 66 | </PropertyGroup>
|
66 | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
67 | 68 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
68 | 69 | <UseOfMfc>false</UseOfMfc>
|
69 | 70 | <UseOfAtl>Static</UseOfAtl>
|
70 | 71 | <CharacterSet>Unicode</CharacterSet>
|
71 |
| - <PlatformToolset>v120</PlatformToolset> |
| 72 | + <PlatformToolset>v141</PlatformToolset> |
72 | 73 | </PropertyGroup>
|
73 | 74 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
74 | 75 | <ImportGroup Label="ExtensionSettings">
|
|
0 commit comments