|
19 | 19 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
20 | 20 | <Keyword>ManagedCProj</Keyword> |
21 | 21 | <RootNamespace>xrManagedApi</RootNamespace> |
| 22 | + <WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion> |
22 | 23 | </PropertyGroup> |
23 | 24 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
24 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
25 | 26 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
26 | 27 | <UseDebugLibraries>true</UseDebugLibraries> |
27 | | - <PlatformToolset>v140</PlatformToolset> |
| 28 | + <PlatformToolset>v141</PlatformToolset> |
28 | 29 | <CLRSupport>true</CLRSupport> |
29 | 30 | <CharacterSet>Unicode</CharacterSet> |
30 | 31 | </PropertyGroup> |
31 | 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
32 | 33 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
33 | 34 | <UseDebugLibraries>false</UseDebugLibraries> |
34 | | - <PlatformToolset>v140</PlatformToolset> |
| 35 | + <PlatformToolset>v141</PlatformToolset> |
35 | 36 | <CLRSupport>true</CLRSupport> |
36 | 37 | <CharacterSet>Unicode</CharacterSet> |
37 | 38 | </PropertyGroup> |
38 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration"> |
39 | 40 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
40 | 41 | <UseDebugLibraries>false</UseDebugLibraries> |
41 | | - <PlatformToolset>v140</PlatformToolset> |
| 42 | + <PlatformToolset>v141</PlatformToolset> |
42 | 43 | <CLRSupport>true</CLRSupport> |
43 | 44 | <CharacterSet>Unicode</CharacterSet> |
44 | 45 | </PropertyGroup> |
|
0 commit comments