Skip to content

Commit 0a2addf

Browse files
committed
Update CC2019
1 parent c5f73b2 commit 0a2addf

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.vs/Spout-AfterEffects/v14/.suo
1+
.vs
22
Spout-AfterEffects.VC.db
33
Spout-AfterEffects.aps
44
Spout-AfterEffects.rc

Spout-AfterEffects.vcxproj

+7-6
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="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">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -22,31 +22,32 @@
2222
<ProjectGuid>{6D4130D4-8DE3-4EA9-ACDC-8ED259E620D0}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>SpoutAfterEffects</RootNamespace>
25+
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
2526
</PropertyGroup>
2627
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2728
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2829
<ConfigurationType>DynamicLibrary</ConfigurationType>
2930
<UseDebugLibraries>true</UseDebugLibraries>
30-
<PlatformToolset>v140</PlatformToolset>
31+
<PlatformToolset>v141</PlatformToolset>
3132
<CharacterSet>Unicode</CharacterSet>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3435
<ConfigurationType>DynamicLibrary</ConfigurationType>
3536
<UseDebugLibraries>false</UseDebugLibraries>
36-
<PlatformToolset>v140</PlatformToolset>
37+
<PlatformToolset>v141</PlatformToolset>
3738
<WholeProgramOptimization>true</WholeProgramOptimization>
3839
<CharacterSet>Unicode</CharacterSet>
3940
</PropertyGroup>
4041
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4142
<ConfigurationType>DynamicLibrary</ConfigurationType>
4243
<UseDebugLibraries>true</UseDebugLibraries>
43-
<PlatformToolset>v140</PlatformToolset>
44+
<PlatformToolset>v141</PlatformToolset>
4445
<CharacterSet>Unicode</CharacterSet>
4546
</PropertyGroup>
4647
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4748
<ConfigurationType>DynamicLibrary</ConfigurationType>
4849
<UseDebugLibraries>false</UseDebugLibraries>
49-
<PlatformToolset>v140</PlatformToolset>
50+
<PlatformToolset>v141</PlatformToolset>
5051
<WholeProgramOptimization>true</WholeProgramOptimization>
5152
<CharacterSet>Unicode</CharacterSet>
5253
</PropertyGroup>
@@ -138,7 +139,7 @@
138139
<FunctionLevelLinking>true</FunctionLevelLinking>
139140
<IntrinsicFunctions>true</IntrinsicFunctions>
140141
<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>
142143
</ClCompile>
143144
<Link>
144145
<SubSystem>Windows</SubSystem>

SpoutPiPL.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource 'PiPL' (16000) {
2121
},
2222
/* [4] */
2323
Version {
24-
0x00030000
24+
0x00030001
2525
},
2626
/* [5] */
2727
#ifdef AE_OS_WIN

SpoutPiPL.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BEGIN
2929
"srev",
3030
0, 0x0,
3131
4, 0x0,
32-
0, 3,
32+
1, 3,
3333

3434
"MIB8",
3535
"4668",

0 commit comments

Comments
 (0)