goat3d

view goat3d.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 9785847d52d4
line source
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <ItemGroup>
22 <ClInclude Include="libs\openctm\internal.h" />
23 <ClInclude Include="libs\openctm\liblzma\Alloc.h" />
24 <ClInclude Include="libs\openctm\liblzma\LzFind.h" />
25 <ClInclude Include="libs\openctm\liblzma\LzHash.h" />
26 <ClInclude Include="libs\openctm\liblzma\LzmaDec.h" />
27 <ClInclude Include="libs\openctm\liblzma\LzmaEnc.h" />
28 <ClInclude Include="libs\openctm\liblzma\LzmaLib.h" />
29 <ClInclude Include="libs\openctm\liblzma\NameMangle.h" />
30 <ClInclude Include="libs\openctm\liblzma\Types.h" />
31 <ClInclude Include="libs\openctm\openctm.h" />
32 <ClInclude Include="libs\openctm\openctmpp.h" />
33 <ClInclude Include="libs\tinyxml2\tinyxml2.h" />
34 <ClInclude Include="src\camera.h" />
35 <ClInclude Include="src\chunk.h" />
36 <ClInclude Include="src\goat3d.h" />
37 <ClInclude Include="src\goat3d_impl.h" />
38 <ClInclude Include="src\light.h" />
39 <ClInclude Include="src\log.h" />
40 <ClInclude Include="src\material.h" />
41 <ClInclude Include="src\mesh.h" />
42 <ClInclude Include="src\node.h" />
43 <ClInclude Include="src\object.h" />
44 <ClInclude Include="src\xform_node.h" />
45 </ItemGroup>
46 <ItemGroup>
47 <ClCompile Include="libs\openctm\compressMG1.c" />
48 <ClCompile Include="libs\openctm\compressMG2.c" />
49 <ClCompile Include="libs\openctm\compressRAW.c" />
50 <ClCompile Include="libs\openctm\liblzma\Alloc.c" />
51 <ClCompile Include="libs\openctm\liblzma\LzFind.c" />
52 <ClCompile Include="libs\openctm\liblzma\LzmaDec.c" />
53 <ClCompile Include="libs\openctm\liblzma\LzmaEnc.c" />
54 <ClCompile Include="libs\openctm\liblzma\LzmaLib.c" />
55 <ClCompile Include="libs\openctm\openctm.c" />
56 <ClCompile Include="libs\openctm\stream.c" />
57 <ClCompile Include="libs\tinyxml2\tinyxml2.cpp" />
58 <ClCompile Include="src\camera.cc" />
59 <ClCompile Include="src\chunk.cc" />
60 <ClCompile Include="src\goat3d.cc" />
61 <ClCompile Include="src\goat3d_read.cc" />
62 <ClCompile Include="src\goat3d_readxml.cc" />
63 <ClCompile Include="src\goat3d_write.cc" />
64 <ClCompile Include="src\goat3d_writexml.cc" />
65 <ClCompile Include="src\light.cc" />
66 <ClCompile Include="src\log.cc" />
67 <ClCompile Include="src\material.cc" />
68 <ClCompile Include="src\mesh.cc" />
69 <ClCompile Include="src\node.cc" />
70 <ClCompile Include="src\scene.cc" />
71 <ClCompile Include="src\xform_node.cc" />
72 </ItemGroup>
73 <PropertyGroup Label="Globals">
74 <ProjectGuid>{86BF319B-9222-4805-918D-DC1B9F77BCEF}</ProjectGuid>
75 <Keyword>Win32Proj</Keyword>
76 <RootNamespace>goat3d</RootNamespace>
77 </PropertyGroup>
78 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
80 <ConfigurationType>StaticLibrary</ConfigurationType>
81 <UseDebugLibraries>true</UseDebugLibraries>
82 <PlatformToolset>v110</PlatformToolset>
83 <CharacterSet>Unicode</CharacterSet>
84 </PropertyGroup>
85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
86 <ConfigurationType>StaticLibrary</ConfigurationType>
87 <UseDebugLibraries>true</UseDebugLibraries>
88 <CharacterSet>Unicode</CharacterSet>
89 <PlatformToolset>v110</PlatformToolset>
90 </PropertyGroup>
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
92 <ConfigurationType>StaticLibrary</ConfigurationType>
93 <UseDebugLibraries>false</UseDebugLibraries>
94 <PlatformToolset>v110</PlatformToolset>
95 <WholeProgramOptimization>true</WholeProgramOptimization>
96 <CharacterSet>Unicode</CharacterSet>
97 </PropertyGroup>
98 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
99 <ConfigurationType>StaticLibrary</ConfigurationType>
100 <UseDebugLibraries>false</UseDebugLibraries>
101 <WholeProgramOptimization>true</WholeProgramOptimization>
102 <CharacterSet>Unicode</CharacterSet>
103 <PlatformToolset>v110</PlatformToolset>
104 </PropertyGroup>
105 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
106 <ImportGroup Label="ExtensionSettings">
107 </ImportGroup>
108 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
109 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
110 </ImportGroup>
111 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
112 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
113 </ImportGroup>
114 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
115 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
116 </ImportGroup>
117 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
118 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
119 </ImportGroup>
120 <PropertyGroup Label="UserMacros" />
121 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
122 <TargetName>$(ProjectName)-x64</TargetName>
123 </PropertyGroup>
124 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
125 <TargetName>$(ProjectName)-x64</TargetName>
126 </PropertyGroup>
127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
128 <ClCompile>
129 <PrecompiledHeader>
130 </PrecompiledHeader>
131 <WarningLevel>Level3</WarningLevel>
132 <Optimization>Disabled</Optimization>
133 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;OPENCTM_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
134 <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings>
135 <AdditionalIncludeDirectories>$(ProjectDir)\libs\openctm;$(ProjectDir)\libs\openctm\liblzma;$(ProjectDir)\libs\tinyxml2</AdditionalIncludeDirectories>
136 </ClCompile>
137 <Link>
138 <SubSystem>Windows</SubSystem>
139 <GenerateDebugInformation>true</GenerateDebugInformation>
140 </Link>
141 </ItemDefinitionGroup>
142 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
143 <ClCompile>
144 <PrecompiledHeader>
145 </PrecompiledHeader>
146 <WarningLevel>Level3</WarningLevel>
147 <Optimization>Disabled</Optimization>
148 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);OPENCTM_STATIC;BUILD_MAXPLUGIN</PreprocessorDefinitions>
149 <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings>
150 <AdditionalIncludeDirectories>$(SolutionDir)\src;$(SolutionDir)\libs\openctm;$(SolutionDir)\libs\openctm\liblzma;$(SolutionDir)\libs\tinyxml2</AdditionalIncludeDirectories>
151 </ClCompile>
152 <Link>
153 <SubSystem>Windows</SubSystem>
154 <GenerateDebugInformation>true</GenerateDebugInformation>
155 </Link>
156 <Lib>
157 <AdditionalDependencies>
158 </AdditionalDependencies>
159 </Lib>
160 </ItemDefinitionGroup>
161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
162 <ClCompile>
163 <WarningLevel>Level3</WarningLevel>
164 <PrecompiledHeader>
165 </PrecompiledHeader>
166 <Optimization>MaxSpeed</Optimization>
167 <FunctionLevelLinking>true</FunctionLevelLinking>
168 <IntrinsicFunctions>true</IntrinsicFunctions>
169 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;OPENCTM_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
170 <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings>
171 <AdditionalIncludeDirectories>$(ProjectDir)\libs\openctm;$(ProjectDir)\libs\openctm\liblzma;$(ProjectDir)\libs\tinyxml2</AdditionalIncludeDirectories>
172 </ClCompile>
173 <Link>
174 <SubSystem>Windows</SubSystem>
175 <GenerateDebugInformation>true</GenerateDebugInformation>
176 <EnableCOMDATFolding>true</EnableCOMDATFolding>
177 <OptimizeReferences>true</OptimizeReferences>
178 </Link>
179 </ItemDefinitionGroup>
180 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
181 <ClCompile>
182 <WarningLevel>Level3</WarningLevel>
183 <PrecompiledHeader>
184 </PrecompiledHeader>
185 <Optimization>MaxSpeed</Optimization>
186 <FunctionLevelLinking>true</FunctionLevelLinking>
187 <IntrinsicFunctions>true</IntrinsicFunctions>
188 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);OPENCTM_STATIC</PreprocessorDefinitions>
189 <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings>
190 <AdditionalIncludeDirectories>$(SolutionDir)\src;$(SolutionDir)\libs\openctm;$(SolutionDir)\libs\openctm\liblzma;$(SolutionDir)\libs\tinyxml2</AdditionalIncludeDirectories>
191 </ClCompile>
192 <Link>
193 <SubSystem>Windows</SubSystem>
194 <GenerateDebugInformation>true</GenerateDebugInformation>
195 <EnableCOMDATFolding>true</EnableCOMDATFolding>
196 <OptimizeReferences>true</OptimizeReferences>
197 </Link>
198 <Lib>
199 <AdditionalDependencies>
200 </AdditionalDependencies>
201 </Lib>
202 </ItemDefinitionGroup>
203 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
204 <ImportGroup Label="ExtensionTargets">
205 </ImportGroup>
206 </Project>