goat3d

view goat3d.vcxproj @ 54:dad392c710df

added copyright headers and license files + readme
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 17 Apr 2014 08:50:36 +0300
parents 4deb0b12fe14
children d317eb4f83da
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\anim\anim.h" />
23 <ClInclude Include="libs\anim\dynarr.h" />
24 <ClInclude Include="libs\anim\track.h" />
25 <ClInclude Include="libs\openctm\internal.h" />
26 <ClInclude Include="libs\openctm\liblzma\Alloc.h" />
27 <ClInclude Include="libs\openctm\liblzma\LzFind.h" />
28 <ClInclude Include="libs\openctm\liblzma\LzHash.h" />
29 <ClInclude Include="libs\openctm\liblzma\LzmaDec.h" />
30 <ClInclude Include="libs\openctm\liblzma\LzmaEnc.h" />
31 <ClInclude Include="libs\openctm\liblzma\LzmaLib.h" />
32 <ClInclude Include="libs\openctm\liblzma\NameMangle.h" />
33 <ClInclude Include="libs\openctm\liblzma\Types.h" />
34 <ClInclude Include="libs\openctm\openctm.h" />
35 <ClInclude Include="libs\openctm\openctmpp.h" />
36 <ClInclude Include="libs\tinyxml2\tinyxml2.h" />
37 <ClInclude Include="libs\vmath\basis.h" />
38 <ClInclude Include="libs\vmath\geom.h" />
39 <ClInclude Include="libs\vmath\matrix.h" />
40 <ClInclude Include="libs\vmath\quat.h" />
41 <ClInclude Include="libs\vmath\ray.h" />
42 <ClInclude Include="libs\vmath\sphvec.h" />
43 <ClInclude Include="libs\vmath\vector.h" />
44 <ClInclude Include="libs\vmath\vmath.h" />
45 <ClInclude Include="libs\vmath\vmath_config.h" />
46 <ClInclude Include="libs\vmath\vmath_types.h" />
47 <ClInclude Include="src\camera.h" />
48 <ClInclude Include="src\chunk.h" />
49 <ClInclude Include="src\goat3d.h" />
50 <ClInclude Include="src\goat3d_impl.h" />
51 <ClInclude Include="src\light.h" />
52 <ClInclude Include="src\log.h" />
53 <ClInclude Include="src\material.h" />
54 <ClInclude Include="src\mesh.h" />
55 <ClInclude Include="src\node.h" />
56 <ClInclude Include="src\object.h" />
57 <ClInclude Include="src\xform_node.h" />
58 </ItemGroup>
59 <ItemGroup>
60 <ClCompile Include="libs\anim\anim.c" />
61 <ClCompile Include="libs\anim\dynarr.c" />
62 <ClCompile Include="libs\anim\track.c" />
63 <ClCompile Include="libs\openctm\compressMG1.c" />
64 <ClCompile Include="libs\openctm\compressMG2.c" />
65 <ClCompile Include="libs\openctm\compressRAW.c" />
66 <ClCompile Include="libs\openctm\liblzma\Alloc.c" />
67 <ClCompile Include="libs\openctm\liblzma\LzFind.c" />
68 <ClCompile Include="libs\openctm\liblzma\LzmaDec.c" />
69 <ClCompile Include="libs\openctm\liblzma\LzmaEnc.c" />
70 <ClCompile Include="libs\openctm\liblzma\LzmaLib.c" />
71 <ClCompile Include="libs\openctm\openctm.c" />
72 <ClCompile Include="libs\openctm\stream.c" />
73 <ClCompile Include="libs\tinyxml2\tinyxml2.cpp" />
74 <ClCompile Include="libs\vmath\basis.cc" />
75 <ClCompile Include="libs\vmath\basis_c.c" />
76 <ClCompile Include="libs\vmath\geom.c" />
77 <ClCompile Include="libs\vmath\matrix.cc" />
78 <ClCompile Include="libs\vmath\matrix_c.c" />
79 <ClCompile Include="libs\vmath\quat.cc" />
80 <ClCompile Include="libs\vmath\quat_c.c" />
81 <ClCompile Include="libs\vmath\ray.cc" />
82 <ClCompile Include="libs\vmath\ray_c.c" />
83 <ClCompile Include="libs\vmath\sphvec.cc" />
84 <ClCompile Include="libs\vmath\vector.cc" />
85 <ClCompile Include="libs\vmath\vmath.c" />
86 <ClCompile Include="src\camera.cc" />
87 <ClCompile Include="src\chunk.cc" />
88 <ClCompile Include="src\goat3d.cc" />
89 <ClCompile Include="src\goat3d_readxml.cc" />
90 <ClCompile Include="src\goat3d_write.cc" />
91 <ClCompile Include="src\goat3d_writexml.cc" />
92 <ClCompile Include="src\light.cc" />
93 <ClCompile Include="src\log.cc" />
94 <ClCompile Include="src\material.cc" />
95 <ClCompile Include="src\mesh.cc" />
96 <ClCompile Include="src\node.cc" />
97 <ClCompile Include="src\scene.cc" />
98 <ClCompile Include="src\xform_node.cc" />
99 </ItemGroup>
100 <ItemGroup>
101 <None Include="libs\vmath\matrix.inl" />
102 <None Include="libs\vmath\quat.inl" />
103 <None Include="libs\vmath\ray.inl" />
104 <None Include="libs\vmath\vector.inl" />
105 <None Include="libs\vmath\vmath.inl" />
106 </ItemGroup>
107 <PropertyGroup Label="Globals">
108 <ProjectGuid>{86BF319B-9222-4805-918D-DC1B9F77BCEF}</ProjectGuid>
109 <Keyword>Win32Proj</Keyword>
110 <RootNamespace>goat3d</RootNamespace>
111 </PropertyGroup>
112 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
113 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
114 <ConfigurationType>StaticLibrary</ConfigurationType>
115 <UseDebugLibraries>true</UseDebugLibraries>
116 <PlatformToolset>v110</PlatformToolset>
117 <CharacterSet>Unicode</CharacterSet>
118 </PropertyGroup>
119 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
120 <ConfigurationType>StaticLibrary</ConfigurationType>
121 <UseDebugLibraries>true</UseDebugLibraries>
122 <PlatformToolset>v100</PlatformToolset>
123 <CharacterSet>Unicode</CharacterSet>
124 </PropertyGroup>
125 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
126 <ConfigurationType>StaticLibrary</ConfigurationType>
127 <UseDebugLibraries>false</UseDebugLibraries>
128 <PlatformToolset>v110</PlatformToolset>
129 <WholeProgramOptimization>true</WholeProgramOptimization>
130 <CharacterSet>Unicode</CharacterSet>
131 </PropertyGroup>
132 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
133 <ConfigurationType>StaticLibrary</ConfigurationType>
134 <UseDebugLibraries>false</UseDebugLibraries>
135 <PlatformToolset>v100</PlatformToolset>
136 <WholeProgramOptimization>true</WholeProgramOptimization>
137 <CharacterSet>Unicode</CharacterSet>
138 </PropertyGroup>
139 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
140 <ImportGroup Label="ExtensionSettings">
141 </ImportGroup>
142 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
143 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
144 </ImportGroup>
145 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
146 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
147 </ImportGroup>
148 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
149 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
150 </ImportGroup>
151 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
152 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
153 </ImportGroup>
154 <PropertyGroup Label="UserMacros" />
155 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
156 <TargetName>$(ProjectName)-x64</TargetName>
157 </PropertyGroup>
158 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
159 <TargetName>$(ProjectName)-x64</TargetName>
160 </PropertyGroup>
161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
162 <ClCompile>
163 <PrecompiledHeader>
164 </PrecompiledHeader>
165 <WarningLevel>Level3</WarningLevel>
166 <Optimization>Disabled</Optimization>
167 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
168 <DisableSpecificWarnings>4244</DisableSpecificWarnings>
169 </ClCompile>
170 <Link>
171 <SubSystem>Windows</SubSystem>
172 <GenerateDebugInformation>true</GenerateDebugInformation>
173 </Link>
174 </ItemDefinitionGroup>
175 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
176 <ClCompile>
177 <PrecompiledHeader>
178 </PrecompiledHeader>
179 <WarningLevel>Level3</WarningLevel>
180 <Optimization>Disabled</Optimization>
181 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);OPENCTM_STATIC;BUILD_MAXPLUGIN</PreprocessorDefinitions>
182 <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings>
183 <AdditionalIncludeDirectories>$(SolutionDir)\src;$(SolutionDir)\libs\openctm;$(SolutionDir)\libs\openctm\liblzma;$(SolutionDir)\libs\tinyxml2;$(SolutionDir)\libs\anim;$(SolutionDir)\libs\vmath</AdditionalIncludeDirectories>
184 </ClCompile>
185 <Link>
186 <SubSystem>Windows</SubSystem>
187 <GenerateDebugInformation>true</GenerateDebugInformation>
188 </Link>
189 <Lib>
190 <AdditionalDependencies>
191 </AdditionalDependencies>
192 </Lib>
193 </ItemDefinitionGroup>
194 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
195 <ClCompile>
196 <WarningLevel>Level3</WarningLevel>
197 <PrecompiledHeader>
198 </PrecompiledHeader>
199 <Optimization>MaxSpeed</Optimization>
200 <FunctionLevelLinking>true</FunctionLevelLinking>
201 <IntrinsicFunctions>true</IntrinsicFunctions>
202 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203 <DisableSpecificWarnings>4244</DisableSpecificWarnings>
204 </ClCompile>
205 <Link>
206 <SubSystem>Windows</SubSystem>
207 <GenerateDebugInformation>true</GenerateDebugInformation>
208 <EnableCOMDATFolding>true</EnableCOMDATFolding>
209 <OptimizeReferences>true</OptimizeReferences>
210 </Link>
211 </ItemDefinitionGroup>
212 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
213 <ClCompile>
214 <WarningLevel>Level3</WarningLevel>
215 <PrecompiledHeader>
216 </PrecompiledHeader>
217 <Optimization>MaxSpeed</Optimization>
218 <FunctionLevelLinking>true</FunctionLevelLinking>
219 <IntrinsicFunctions>true</IntrinsicFunctions>
220 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);OPENCTM_STATIC</PreprocessorDefinitions>
221 <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings>
222 <AdditionalIncludeDirectories>$(SolutionDir)\src;$(SolutionDir)\libs\openctm;$(SolutionDir)\libs\openctm\liblzma;$(SolutionDir)\libs\tinyxml2;$(SolutionDir)\libs\anim;$(SolutionDir)\libs\vmath</AdditionalIncludeDirectories>
223 </ClCompile>
224 <Link>
225 <SubSystem>Windows</SubSystem>
226 <GenerateDebugInformation>true</GenerateDebugInformation>
227 <EnableCOMDATFolding>true</EnableCOMDATFolding>
228 <OptimizeReferences>true</OptimizeReferences>
229 </Link>
230 <Lib>
231 <AdditionalDependencies>
232 </AdditionalDependencies>
233 </Lib>
234 </ItemDefinitionGroup>
235 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
236 <ImportGroup Label="ExtensionTargets">
237 </ImportGroup>
238 </Project>