Skip to content

Commit

Permalink
Update project to use Max 2015 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
sdao committed Nov 30, 2014
1 parent ee1f1e5 commit 19fc9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DiamondSquare/DiamondSquare.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ProjectName>DiamondSquare</ProjectName>
<ProjectGuid>{6671F0BA-6FB8-4f35-8392-0676D05113A8}</ProjectGuid>
<ConfigurationType>DynamicLibrary</ConfigurationType>
<MaxSDK>C:\Program Files\Autodesk\3ds Max 2014 SDK\maxsdk</MaxSDK>
<MaxSDK>C:\Program Files\Autodesk\3ds Max 2015 SDK\maxsdk</MaxSDK>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(MaxSDK)\ProjectSettings\PropertySheets\3dsmax.general.project.settings.props" />
Expand All @@ -28,7 +28,7 @@
</ImportGroup>
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Platform)'=='x64'">C:\Program Files\Autodesk\3ds Max 2014\plugins\</OutDir>
<OutDir Condition="'$(Platform)'=='x64'">C:\Program Files\Autodesk\3ds Max 2015\plugins\</OutDir>
<IntDir>$(ProjectDir)\obj\$(MaxPlatform)\$(MaxConfiguration)\</IntDir>
<TargetName>DiamondSquare</TargetName>
<TargetExt>.dlo</TargetExt>
Expand Down

0 comments on commit 19fc9e8

Please sign in to comment.