goat3d

diff exporters/maxgoat_stub/maxgoat_stub.vcxproj @ 66:3751aabbc5b3

igame animation api is weird...
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 19 Apr 2014 07:56:43 +0300
parents d317eb4f83da
children
line diff
     1.1 --- a/exporters/maxgoat_stub/maxgoat_stub.vcxproj	Tue Apr 01 13:11:04 2014 +0300
     1.2 +++ b/exporters/maxgoat_stub/maxgoat_stub.vcxproj	Sat Apr 19 07:56:43 2014 +0300
     1.3 @@ -33,7 +33,7 @@
     1.4    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     1.5      <ConfigurationType>DynamicLibrary</ConfigurationType>
     1.6      <UseDebugLibraries>true</UseDebugLibraries>
     1.7 -    <PlatformToolset>v100</PlatformToolset>
     1.8 +    <PlatformToolset>v110</PlatformToolset>
     1.9      <CharacterSet>Unicode</CharacterSet>
    1.10    </PropertyGroup>
    1.11    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    1.12 @@ -46,7 +46,7 @@
    1.13    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    1.14      <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.15      <UseDebugLibraries>false</UseDebugLibraries>
    1.16 -    <PlatformToolset>v100</PlatformToolset>
    1.17 +    <PlatformToolset>v110</PlatformToolset>
    1.18      <WholeProgramOptimization>true</WholeProgramOptimization>
    1.19      <CharacterSet>Unicode</CharacterSet>
    1.20    </PropertyGroup>
    1.21 @@ -105,7 +105,7 @@
    1.22        <GenerateDebugInformation>true</GenerateDebugInformation>
    1.23      </Link>
    1.24      <PostBuildEvent>
    1.25 -      <Command>copy /Y "$(TargetPath)" "$(ADSK_3DSMAX_x64_2014)plugins\$(ProjectName).dle"</Command>
    1.26 +      <Command>copy /Y "$(TargetPath)" "$(ADSK_3DSMAX_x64_2015)plugins\$(ProjectName).dle"</Command>
    1.27      </PostBuildEvent>
    1.28    </ItemDefinitionGroup>
    1.29    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.30 @@ -143,7 +143,7 @@
    1.31        <OptimizeReferences>true</OptimizeReferences>
    1.32      </Link>
    1.33      <PostBuildEvent>
    1.34 -      <Command>copy /Y "$(TargetPath)" "$(ADSK_3DSMAX_x64_2014)plugins\$(ProjectName).dle"</Command>
    1.35 +      <Command>copy /Y "$(TargetPath)" "$(ADSK_3DSMAX_x64_2015)plugins\$(ProjectName).dle"</Command>
    1.36      </PostBuildEvent>
    1.37    </ItemDefinitionGroup>
    1.38    <ItemGroup>