Skip to content

Commit 4676d13

Browse files
committed
Update Max 2018, 2019 and 2020 project files
1 parent 120aad2 commit 4676d13

23 files changed

+545
-362
lines changed

src/appleseed-max-common/appleseed-max-common.vcxproj renamed to src/appleseed-max-common/appleseed-max2017-common.vcxproj

Lines changed: 1 addition & 1 deletion
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="15.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|x64">
55
<Configuration>Debug</Configuration>
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|x64">
5+
<Configuration>Debug</Configuration>
6+
<Platform>x64</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release|x64">
9+
<Configuration>Release</Configuration>
10+
<Platform>x64</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Ship|x64">
13+
<Configuration>Ship</Configuration>
14+
<Platform>x64</Platform>
15+
</ProjectConfiguration>
16+
</ItemGroup>
17+
<ItemGroup>
18+
<ClInclude Include="iappleseedgeometricobject.h" />
19+
<ClInclude Include="iappleseedmtl.h" />
20+
<ClInclude Include="main.h" />
21+
<ClInclude Include="utilities.h" />
22+
<ClInclude Include="_beginmaxheaders.h" />
23+
<ClInclude Include="_endmaxheaders.h" />
24+
</ItemGroup>
25+
<ItemGroup>
26+
<ClCompile Include="utilities.cpp" />
27+
</ItemGroup>
28+
<PropertyGroup Label="Globals">
29+
<VCProjectVersion>15.0</VCProjectVersion>
30+
<ProjectGuid>{44361726-ECBC-451E-8BB4-B49960BC9EB9}</ProjectGuid>
31+
<Keyword>Win32Proj</Keyword>
32+
<RootNamespace>appleseedmaxcommon</RootNamespace>
33+
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
34+
</PropertyGroup>
35+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
36+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
37+
<ConfigurationType>StaticLibrary</ConfigurationType>
38+
<UseDebugLibraries>true</UseDebugLibraries>
39+
<PlatformToolset>v140</PlatformToolset>
40+
<CharacterSet>Unicode</CharacterSet>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
43+
<ConfigurationType>StaticLibrary</ConfigurationType>
44+
<UseDebugLibraries>false</UseDebugLibraries>
45+
<PlatformToolset>v140</PlatformToolset>
46+
<WholeProgramOptimization>true</WholeProgramOptimization>
47+
<CharacterSet>Unicode</CharacterSet>
48+
</PropertyGroup>
49+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Ship|x64'" Label="Configuration">
50+
<ConfigurationType>StaticLibrary</ConfigurationType>
51+
<UseDebugLibraries>false</UseDebugLibraries>
52+
<PlatformToolset>v140</PlatformToolset>
53+
<WholeProgramOptimization>true</WholeProgramOptimization>
54+
<CharacterSet>Unicode</CharacterSet>
55+
</PropertyGroup>
56+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57+
<ImportGroup Label="ExtensionSettings">
58+
</ImportGroup>
59+
<ImportGroup Label="Shared">
60+
</ImportGroup>
61+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
62+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63+
<Import Project="..\appleseed-max-debug.props" />
64+
</ImportGroup>
65+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
66+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67+
<Import Project="..\appleseed-max-release.props" />
68+
</ImportGroup>
69+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Ship|x64'" Label="PropertySheets">
70+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71+
<Import Project="..\appleseed-max-release.props" />
72+
</ImportGroup>
73+
<PropertyGroup Label="UserMacros" />
74+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75+
<LinkIncremental>true</LinkIncremental>
76+
<OutDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
77+
<IntDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
78+
</PropertyGroup>
79+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
80+
<LinkIncremental>false</LinkIncremental>
81+
<OutDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
82+
<IntDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
83+
</PropertyGroup>
84+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Ship|x64'">
85+
<LinkIncremental>false</LinkIncremental>
86+
<OutDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
87+
<IntDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
88+
</PropertyGroup>
89+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
90+
<ClCompile>
91+
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92+
<ConformanceMode>true</ConformanceMode>
93+
<AdditionalIncludeDirectories>$(SolutionDir)..\..\windows-deps\stage\vc140\ilmbase-debug\include;$(SolutionDir)..\..\windows-deps\stage\vc140\openexr-debug\include;$(SolutionDir)..\..\windows-deps\stage\vc140\oiio-debug\include;$(SolutionDir)..\..\windows-deps\stage\vc140\osl-debug\include;$(SolutionDir)..\..\windows-deps\stage\vc140\SeExpr-debug\include;C:\Program Files\Autodesk\3ds Max 2018 SDK\maxsdk\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
94+
</ClCompile>
95+
<Link>
96+
<SubSystem>Windows</SubSystem>
97+
<GenerateDebugInformation>true</GenerateDebugInformation>
98+
</Link>
99+
</ItemDefinitionGroup>
100+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
101+
<ClCompile>
102+
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103+
<ConformanceMode>true</ConformanceMode>
104+
<AdditionalIncludeDirectories>$(SolutionDir)..\..\windows-deps\stage\vc140\ilmbase-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\openexr-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\oiio-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\osl-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\SeExpr-release\include;C:\Program Files\Autodesk\3ds Max 2018 SDK\maxsdk\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
105+
</ClCompile>
106+
<Link>
107+
<SubSystem>Windows</SubSystem>
108+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
109+
<OptimizeReferences>true</OptimizeReferences>
110+
<GenerateDebugInformation>true</GenerateDebugInformation>
111+
</Link>
112+
</ItemDefinitionGroup>
113+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Ship|x64'">
114+
<ClCompile>
115+
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
116+
<ConformanceMode>true</ConformanceMode>
117+
<AdditionalIncludeDirectories>$(SolutionDir)..\..\windows-deps\stage\vc140\ilmbase-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\openexr-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\oiio-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\osl-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\SeExpr-release\include;C:\Program Files\Autodesk\3ds Max 2018 SDK\maxsdk\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
118+
</ClCompile>
119+
<Link>
120+
<SubSystem>Windows</SubSystem>
121+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
122+
<OptimizeReferences>true</OptimizeReferences>
123+
<GenerateDebugInformation>true</GenerateDebugInformation>
124+
</Link>
125+
</ItemDefinitionGroup>
126+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
127+
<ImportGroup Label="ExtensionTargets">
128+
</ImportGroup>
129+
</Project>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<ClInclude Include="iappleseedgeometricobject.h" />
5+
<ClInclude Include="iappleseedmtl.h" />
6+
<ClInclude Include="utilities.h" />
7+
<ClInclude Include="main.h" />
8+
<ClInclude Include="_beginmaxheaders.h" />
9+
<ClInclude Include="_endmaxheaders.h" />
10+
</ItemGroup>
11+
<ItemGroup>
12+
<ClCompile Include="utilities.cpp" />
13+
</ItemGroup>
14+
</Project>
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|x64">
5+
<Configuration>Debug</Configuration>
6+
<Platform>x64</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release|x64">
9+
<Configuration>Release</Configuration>
10+
<Platform>x64</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Ship|x64">
13+
<Configuration>Ship</Configuration>
14+
<Platform>x64</Platform>
15+
</ProjectConfiguration>
16+
</ItemGroup>
17+
<ItemGroup>
18+
<ClInclude Include="iappleseedgeometricobject.h" />
19+
<ClInclude Include="iappleseedmtl.h" />
20+
<ClInclude Include="main.h" />
21+
<ClInclude Include="utilities.h" />
22+
<ClInclude Include="_beginmaxheaders.h" />
23+
<ClInclude Include="_endmaxheaders.h" />
24+
</ItemGroup>
25+
<ItemGroup>
26+
<ClCompile Include="utilities.cpp" />
27+
</ItemGroup>
28+
<PropertyGroup Label="Globals">
29+
<VCProjectVersion>15.0</VCProjectVersion>
30+
<ProjectGuid>{44361726-ECBC-451E-8BB4-B49960BC9EB9}</ProjectGuid>
31+
<Keyword>Win32Proj</Keyword>
32+
<RootNamespace>appleseedmaxcommon</RootNamespace>
33+
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
34+
</PropertyGroup>
35+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
36+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
37+
<ConfigurationType>StaticLibrary</ConfigurationType>
38+
<UseDebugLibraries>true</UseDebugLibraries>
39+
<PlatformToolset>v140</PlatformToolset>
40+
<CharacterSet>Unicode</CharacterSet>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
43+
<ConfigurationType>StaticLibrary</ConfigurationType>
44+
<UseDebugLibraries>false</UseDebugLibraries>
45+
<PlatformToolset>v140</PlatformToolset>
46+
<WholeProgramOptimization>true</WholeProgramOptimization>
47+
<CharacterSet>Unicode</CharacterSet>
48+
</PropertyGroup>
49+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Ship|x64'" Label="Configuration">
50+
<ConfigurationType>StaticLibrary</ConfigurationType>
51+
<UseDebugLibraries>false</UseDebugLibraries>
52+
<PlatformToolset>v140</PlatformToolset>
53+
<WholeProgramOptimization>true</WholeProgramOptimization>
54+
<CharacterSet>Unicode</CharacterSet>
55+
</PropertyGroup>
56+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57+
<ImportGroup Label="ExtensionSettings">
58+
</ImportGroup>
59+
<ImportGroup Label="Shared">
60+
</ImportGroup>
61+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
62+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63+
<Import Project="..\appleseed-max-debug.props" />
64+
</ImportGroup>
65+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
66+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67+
<Import Project="..\appleseed-max-release.props" />
68+
</ImportGroup>
69+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Ship|x64'" Label="PropertySheets">
70+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71+
<Import Project="..\appleseed-max-release.props" />
72+
</ImportGroup>
73+
<PropertyGroup Label="UserMacros" />
74+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75+
<LinkIncremental>true</LinkIncremental>
76+
<OutDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
77+
<IntDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
78+
</PropertyGroup>
79+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
80+
<LinkIncremental>false</LinkIncremental>
81+
<OutDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
82+
<IntDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
83+
</PropertyGroup>
84+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Ship|x64'">
85+
<LinkIncremental>false</LinkIncremental>
86+
<OutDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
87+
<IntDir>$(SolutionDir)..\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
88+
</PropertyGroup>
89+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
90+
<ClCompile>
91+
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92+
<ConformanceMode>true</ConformanceMode>
93+
<AdditionalIncludeDirectories>$(SolutionDir)..\..\windows-deps\stage\vc140\ilmbase-debug\include;$(SolutionDir)..\..\windows-deps\stage\vc140\openexr-debug\include;$(SolutionDir)..\..\windows-deps\stage\vc140\oiio-debug\include;$(SolutionDir)..\..\windows-deps\stage\vc140\osl-debug\include;$(SolutionDir)..\..\windows-deps\stage\vc140\SeExpr-debug\include;C:\Program Files\Autodesk\3ds Max 2019 SDK\maxsdk\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
94+
</ClCompile>
95+
<Link>
96+
<SubSystem>Windows</SubSystem>
97+
<GenerateDebugInformation>true</GenerateDebugInformation>
98+
</Link>
99+
</ItemDefinitionGroup>
100+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
101+
<ClCompile>
102+
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103+
<ConformanceMode>true</ConformanceMode>
104+
<AdditionalIncludeDirectories>$(SolutionDir)..\..\windows-deps\stage\vc140\ilmbase-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\openexr-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\oiio-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\osl-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\SeExpr-release\include;C:\Program Files\Autodesk\3ds Max 2019 SDK\maxsdk\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
105+
</ClCompile>
106+
<Link>
107+
<SubSystem>Windows</SubSystem>
108+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
109+
<OptimizeReferences>true</OptimizeReferences>
110+
<GenerateDebugInformation>true</GenerateDebugInformation>
111+
</Link>
112+
</ItemDefinitionGroup>
113+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Ship|x64'">
114+
<ClCompile>
115+
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
116+
<ConformanceMode>true</ConformanceMode>
117+
<AdditionalIncludeDirectories>$(SolutionDir)..\..\windows-deps\stage\vc140\ilmbase-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\openexr-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\oiio-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\osl-release\include;$(SolutionDir)..\..\windows-deps\stage\vc140\SeExpr-release\include;C:\Program Files\Autodesk\3ds Max 2019 SDK\maxsdk\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
118+
</ClCompile>
119+
<Link>
120+
<SubSystem>Windows</SubSystem>
121+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
122+
<OptimizeReferences>true</OptimizeReferences>
123+
<GenerateDebugInformation>true</GenerateDebugInformation>
124+
</Link>
125+
</ItemDefinitionGroup>
126+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
127+
<ImportGroup Label="ExtensionTargets">
128+
</ImportGroup>
129+
</Project>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<ClInclude Include="iappleseedgeometricobject.h" />
5+
<ClInclude Include="iappleseedmtl.h" />
6+
<ClInclude Include="utilities.h" />
7+
<ClInclude Include="main.h" />
8+
<ClInclude Include="_beginmaxheaders.h" />
9+
<ClInclude Include="_endmaxheaders.h" />
10+
</ItemGroup>
11+
<ItemGroup>
12+
<ClCompile Include="utilities.cpp" />
13+
</ItemGroup>
14+
</Project>

0 commit comments

Comments
 (0)