|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" ToolsVersion="14.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>
|
|
22 | 22 | <ProjectGuid>{6D4130D4-8DE3-4EA9-ACDC-8ED259E620D0}</ProjectGuid>
|
23 | 23 | <Keyword>Win32Proj</Keyword>
|
24 | 24 | <RootNamespace>SpoutAfterEffects</RootNamespace>
|
| 25 | + <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> |
25 | 26 | </PropertyGroup>
|
26 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
27 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
28 | 29 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
29 | 30 | <UseDebugLibraries>true</UseDebugLibraries>
|
30 |
| - <PlatformToolset>v140</PlatformToolset> |
| 31 | + <PlatformToolset>v141</PlatformToolset> |
31 | 32 | <CharacterSet>Unicode</CharacterSet>
|
32 | 33 | </PropertyGroup>
|
33 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
34 | 35 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
35 | 36 | <UseDebugLibraries>false</UseDebugLibraries>
|
36 |
| - <PlatformToolset>v140</PlatformToolset> |
| 37 | + <PlatformToolset>v141</PlatformToolset> |
37 | 38 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
38 | 39 | <CharacterSet>Unicode</CharacterSet>
|
39 | 40 | </PropertyGroup>
|
40 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
41 | 42 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
42 | 43 | <UseDebugLibraries>true</UseDebugLibraries>
|
43 |
| - <PlatformToolset>v140</PlatformToolset> |
| 44 | + <PlatformToolset>v141</PlatformToolset> |
44 | 45 | <CharacterSet>Unicode</CharacterSet>
|
45 | 46 | </PropertyGroup>
|
46 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
47 | 48 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
48 | 49 | <UseDebugLibraries>false</UseDebugLibraries>
|
49 |
| - <PlatformToolset>v140</PlatformToolset> |
| 50 | + <PlatformToolset>v141</PlatformToolset> |
50 | 51 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
51 | 52 | <CharacterSet>Unicode</CharacterSet>
|
52 | 53 | </PropertyGroup>
|
|
138 | 139 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
139 | 140 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
140 | 141 | <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SPOUTAFTEREFFECTS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
141 |
| - <AdditionalIncludeDirectories>C:\Program Files %28x86%29\Spout2\SPOUTSDK\SpoutSDK;$(AESDK)\Util;$(AESDK)\Headers;$(AESDK)\SP;$(AESDK)\Win;$(AESDK)\Resources;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 142 | + <AdditionalIncludeDirectories>C:\Program Files %28x86%29\Spout2\SPOUTSDK\SpoutSDK;$(AESDK)/Util;$(AESDK)/Headers;$(AESDK)/SP;$(AESDK)/Win;$(AESDK)/Resources;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
142 | 143 | </ClCompile>
|
143 | 144 | <Link>
|
144 | 145 | <SubSystem>Windows</SubSystem>
|
|
0 commit comments