goat3d
diff goat3d.vcproj @ 41:da3f335e0069
revamped the visual studio project files
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 01 Dec 2013 01:31:53 +0200 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/goat3d.vcproj Sun Dec 01 01:31:53 2013 +0200 1.3 @@ -0,0 +1,537 @@ 1.4 +<?xml version="1.0" encoding="Windows-1252"?> 1.5 +<VisualStudioProject 1.6 + ProjectType="Visual C++" 1.7 + Version="9.00" 1.8 + Name="goat3d" 1.9 + ProjectGUID="{C1EEE224-5155-4B8D-91B6-138D4B27F1F5}" 1.10 + RootNamespace="goat3d" 1.11 + Keyword="Win32Proj" 1.12 + TargetFrameworkVersion="196613" 1.13 + > 1.14 + <Platforms> 1.15 + <Platform 1.16 + Name="Win32" 1.17 + /> 1.18 + </Platforms> 1.19 + <ToolFiles> 1.20 + </ToolFiles> 1.21 + <Configurations> 1.22 + <Configuration 1.23 + Name="Debug|Win32" 1.24 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.25 + IntermediateDirectory="$(ConfigurationName)" 1.26 + ConfigurationType="2" 1.27 + CharacterSet="1" 1.28 + > 1.29 + <Tool 1.30 + Name="VCPreBuildEventTool" 1.31 + /> 1.32 + <Tool 1.33 + Name="VCCustomBuildTool" 1.34 + /> 1.35 + <Tool 1.36 + Name="VCXMLDataGeneratorTool" 1.37 + /> 1.38 + <Tool 1.39 + Name="VCWebServiceProxyGeneratorTool" 1.40 + /> 1.41 + <Tool 1.42 + Name="VCMIDLTool" 1.43 + /> 1.44 + <Tool 1.45 + Name="VCCLCompilerTool" 1.46 + Optimization="0" 1.47 + AdditionalIncludeDirectories=""$(SolutionDir)\libs\vmath";"$(SolutionDir)\libs\anim";"$(SolutionDir)\libs\openctm";"$(SolutionDir)\libs\tinyxml2";"$(SolutionDir)\libs\openctm\liblzma"" 1.48 + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GOAT3D_EXPORTS;OPENCTM_STATIC" 1.49 + MinimalRebuild="true" 1.50 + BasicRuntimeChecks="3" 1.51 + RuntimeLibrary="3" 1.52 + UsePrecompiledHeader="0" 1.53 + WarningLevel="3" 1.54 + DebugInformationFormat="4" 1.55 + DisableSpecificWarnings="4244;4996;4305" 1.56 + /> 1.57 + <Tool 1.58 + Name="VCManagedResourceCompilerTool" 1.59 + /> 1.60 + <Tool 1.61 + Name="VCResourceCompilerTool" 1.62 + /> 1.63 + <Tool 1.64 + Name="VCPreLinkEventTool" 1.65 + /> 1.66 + <Tool 1.67 + Name="VCLinkerTool" 1.68 + LinkIncremental="2" 1.69 + GenerateDebugInformation="true" 1.70 + SubSystem="2" 1.71 + TargetMachine="1" 1.72 + /> 1.73 + <Tool 1.74 + Name="VCALinkTool" 1.75 + /> 1.76 + <Tool 1.77 + Name="VCManifestTool" 1.78 + /> 1.79 + <Tool 1.80 + Name="VCXDCMakeTool" 1.81 + /> 1.82 + <Tool 1.83 + Name="VCBscMakeTool" 1.84 + /> 1.85 + <Tool 1.86 + Name="VCFxCopTool" 1.87 + /> 1.88 + <Tool 1.89 + Name="VCAppVerifierTool" 1.90 + /> 1.91 + <Tool 1.92 + Name="VCPostBuildEventTool" 1.93 + CommandLine="" 1.94 + /> 1.95 + </Configuration> 1.96 + <Configuration 1.97 + Name="Release|Win32" 1.98 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.99 + IntermediateDirectory="$(ConfigurationName)" 1.100 + ConfigurationType="2" 1.101 + CharacterSet="1" 1.102 + WholeProgramOptimization="1" 1.103 + > 1.104 + <Tool 1.105 + Name="VCPreBuildEventTool" 1.106 + /> 1.107 + <Tool 1.108 + Name="VCCustomBuildTool" 1.109 + /> 1.110 + <Tool 1.111 + Name="VCXMLDataGeneratorTool" 1.112 + /> 1.113 + <Tool 1.114 + Name="VCWebServiceProxyGeneratorTool" 1.115 + /> 1.116 + <Tool 1.117 + Name="VCMIDLTool" 1.118 + /> 1.119 + <Tool 1.120 + Name="VCCLCompilerTool" 1.121 + Optimization="2" 1.122 + EnableIntrinsicFunctions="true" 1.123 + AdditionalIncludeDirectories=""$(SolutionDir)\libs\vmath";"$(SolutionDir)\libs\anim";"$(SolutionDir)\libs\openctm";"$(SolutionDir)\libs\tinyxml2";"$(SolutionDir)\libs\openctm\liblzma"" 1.124 + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GOAT3D_EXPORTS;OPENCTM_STATIC" 1.125 + RuntimeLibrary="2" 1.126 + EnableFunctionLevelLinking="true" 1.127 + UsePrecompiledHeader="0" 1.128 + WarningLevel="3" 1.129 + DebugInformationFormat="3" 1.130 + DisableSpecificWarnings="4244;4996;4305" 1.131 + /> 1.132 + <Tool 1.133 + Name="VCManagedResourceCompilerTool" 1.134 + /> 1.135 + <Tool 1.136 + Name="VCResourceCompilerTool" 1.137 + /> 1.138 + <Tool 1.139 + Name="VCPreLinkEventTool" 1.140 + /> 1.141 + <Tool 1.142 + Name="VCLinkerTool" 1.143 + LinkIncremental="1" 1.144 + GenerateDebugInformation="true" 1.145 + SubSystem="2" 1.146 + OptimizeReferences="2" 1.147 + EnableCOMDATFolding="2" 1.148 + TargetMachine="1" 1.149 + /> 1.150 + <Tool 1.151 + Name="VCALinkTool" 1.152 + /> 1.153 + <Tool 1.154 + Name="VCManifestTool" 1.155 + /> 1.156 + <Tool 1.157 + Name="VCXDCMakeTool" 1.158 + /> 1.159 + <Tool 1.160 + Name="VCBscMakeTool" 1.161 + /> 1.162 + <Tool 1.163 + Name="VCFxCopTool" 1.164 + /> 1.165 + <Tool 1.166 + Name="VCAppVerifierTool" 1.167 + /> 1.168 + <Tool 1.169 + Name="VCPostBuildEventTool" 1.170 + CommandLine="mkdir usr\include
mkdir usr\lib
mkdir usr\bin
copy /Y src\goat3d.h usr\include\goat3d.h
copy /Y $(TargetDir)$(TargetName).lib usr\lib\
copy /Y $(TargetDir)$(TargetName).dll usr\bin\" 1.171 + /> 1.172 + </Configuration> 1.173 + </Configurations> 1.174 + <References> 1.175 + </References> 1.176 + <Files> 1.177 + <Filter 1.178 + Name="src" 1.179 + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 1.180 + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 1.181 + > 1.182 + <File 1.183 + RelativePath=".\src\camera.cc" 1.184 + > 1.185 + </File> 1.186 + <File 1.187 + RelativePath=".\src\camera.h" 1.188 + > 1.189 + </File> 1.190 + <File 1.191 + RelativePath=".\src\chunk.cc" 1.192 + > 1.193 + </File> 1.194 + <File 1.195 + RelativePath=".\src\chunk.h" 1.196 + > 1.197 + </File> 1.198 + <File 1.199 + RelativePath=".\src\goat3d.cc" 1.200 + > 1.201 + </File> 1.202 + <File 1.203 + RelativePath=".\src\goat3d_impl.h" 1.204 + > 1.205 + </File> 1.206 + <File 1.207 + RelativePath=".\src\goat3d_readxml.cc" 1.208 + > 1.209 + </File> 1.210 + <File 1.211 + RelativePath=".\src\goat3d_write.cc" 1.212 + > 1.213 + </File> 1.214 + <File 1.215 + RelativePath=".\src\goat3d_writexml.cc" 1.216 + > 1.217 + </File> 1.218 + <File 1.219 + RelativePath=".\src\light.cc" 1.220 + > 1.221 + </File> 1.222 + <File 1.223 + RelativePath=".\src\light.h" 1.224 + > 1.225 + </File> 1.226 + <File 1.227 + RelativePath=".\src\log.cc" 1.228 + > 1.229 + </File> 1.230 + <File 1.231 + RelativePath=".\src\log.h" 1.232 + > 1.233 + </File> 1.234 + <File 1.235 + RelativePath=".\src\material.cc" 1.236 + > 1.237 + </File> 1.238 + <File 1.239 + RelativePath=".\src\material.h" 1.240 + > 1.241 + </File> 1.242 + <File 1.243 + RelativePath=".\src\mesh.cc" 1.244 + > 1.245 + </File> 1.246 + <File 1.247 + RelativePath=".\src\mesh.h" 1.248 + > 1.249 + </File> 1.250 + <File 1.251 + RelativePath=".\src\node.cc" 1.252 + > 1.253 + </File> 1.254 + <File 1.255 + RelativePath=".\src\node.h" 1.256 + > 1.257 + </File> 1.258 + <File 1.259 + RelativePath=".\src\object.h" 1.260 + > 1.261 + </File> 1.262 + <File 1.263 + RelativePath=".\src\scene.cc" 1.264 + > 1.265 + </File> 1.266 + <File 1.267 + RelativePath=".\src\xform_node.cc" 1.268 + > 1.269 + </File> 1.270 + <File 1.271 + RelativePath=".\src\xform_node.h" 1.272 + > 1.273 + </File> 1.274 + </Filter> 1.275 + <Filter 1.276 + Name="include" 1.277 + Filter="h;hpp;hxx;hm;inl;inc;xsd" 1.278 + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 1.279 + > 1.280 + <File 1.281 + RelativePath=".\src\goat3d.h" 1.282 + > 1.283 + </File> 1.284 + </Filter> 1.285 + <Filter 1.286 + Name="libs" 1.287 + > 1.288 + <Filter 1.289 + Name="tinyxml2" 1.290 + > 1.291 + <File 1.292 + RelativePath=".\libs\tinyxml2\tinyxml2.cpp" 1.293 + > 1.294 + </File> 1.295 + <File 1.296 + RelativePath=".\libs\tinyxml2\tinyxml2.h" 1.297 + > 1.298 + </File> 1.299 + </Filter> 1.300 + <Filter 1.301 + Name="openctm" 1.302 + > 1.303 + <File 1.304 + RelativePath=".\libs\openctm\compressMG1.c" 1.305 + > 1.306 + </File> 1.307 + <File 1.308 + RelativePath=".\libs\openctm\compressMG2.c" 1.309 + > 1.310 + </File> 1.311 + <File 1.312 + RelativePath=".\libs\openctm\compressRAW.c" 1.313 + > 1.314 + </File> 1.315 + <File 1.316 + RelativePath=".\libs\openctm\internal.h" 1.317 + > 1.318 + </File> 1.319 + <File 1.320 + RelativePath=".\libs\openctm\openctm.c" 1.321 + > 1.322 + </File> 1.323 + <File 1.324 + RelativePath=".\libs\openctm\openctm.h" 1.325 + > 1.326 + </File> 1.327 + <File 1.328 + RelativePath=".\libs\openctm\openctmpp.h" 1.329 + > 1.330 + </File> 1.331 + <File 1.332 + RelativePath=".\libs\openctm\stream.c" 1.333 + > 1.334 + </File> 1.335 + <Filter 1.336 + Name="liblzma" 1.337 + > 1.338 + <File 1.339 + RelativePath=".\libs\openctm\liblzma\Alloc.c" 1.340 + > 1.341 + </File> 1.342 + <File 1.343 + RelativePath=".\libs\openctm\liblzma\Alloc.h" 1.344 + > 1.345 + </File> 1.346 + <File 1.347 + RelativePath=".\libs\openctm\liblzma\LzFind.c" 1.348 + > 1.349 + </File> 1.350 + <File 1.351 + RelativePath=".\libs\openctm\liblzma\LzFind.h" 1.352 + > 1.353 + </File> 1.354 + <File 1.355 + RelativePath=".\libs\openctm\liblzma\LzHash.h" 1.356 + > 1.357 + </File> 1.358 + <File 1.359 + RelativePath=".\libs\openctm\liblzma\LzmaDec.c" 1.360 + > 1.361 + </File> 1.362 + <File 1.363 + RelativePath=".\libs\openctm\liblzma\LzmaDec.h" 1.364 + > 1.365 + </File> 1.366 + <File 1.367 + RelativePath=".\libs\openctm\liblzma\LzmaEnc.c" 1.368 + > 1.369 + </File> 1.370 + <File 1.371 + RelativePath=".\libs\openctm\liblzma\LzmaEnc.h" 1.372 + > 1.373 + </File> 1.374 + <File 1.375 + RelativePath=".\libs\openctm\liblzma\LzmaLib.c" 1.376 + > 1.377 + </File> 1.378 + <File 1.379 + RelativePath=".\libs\openctm\liblzma\LzmaLib.h" 1.380 + > 1.381 + </File> 1.382 + <File 1.383 + RelativePath=".\libs\openctm\liblzma\NameMangle.h" 1.384 + > 1.385 + </File> 1.386 + <File 1.387 + RelativePath=".\libs\openctm\liblzma\Types.h" 1.388 + > 1.389 + </File> 1.390 + </Filter> 1.391 + </Filter> 1.392 + <Filter 1.393 + Name="vmath" 1.394 + > 1.395 + <File 1.396 + RelativePath=".\libs\vmath\basis.cc" 1.397 + > 1.398 + </File> 1.399 + <File 1.400 + RelativePath=".\libs\vmath\basis.h" 1.401 + > 1.402 + </File> 1.403 + <File 1.404 + RelativePath=".\libs\vmath\basis_c.c" 1.405 + > 1.406 + </File> 1.407 + <File 1.408 + RelativePath=".\libs\vmath\geom.c" 1.409 + > 1.410 + </File> 1.411 + <File 1.412 + RelativePath=".\libs\vmath\geom.h" 1.413 + > 1.414 + </File> 1.415 + <File 1.416 + RelativePath=".\libs\vmath\matrix.cc" 1.417 + > 1.418 + </File> 1.419 + <File 1.420 + RelativePath=".\libs\vmath\matrix.h" 1.421 + > 1.422 + </File> 1.423 + <File 1.424 + RelativePath=".\libs\vmath\matrix.inl" 1.425 + > 1.426 + </File> 1.427 + <File 1.428 + RelativePath=".\libs\vmath\matrix_c.c" 1.429 + > 1.430 + </File> 1.431 + <File 1.432 + RelativePath=".\libs\vmath\quat.cc" 1.433 + > 1.434 + </File> 1.435 + <File 1.436 + RelativePath=".\libs\vmath\quat.h" 1.437 + > 1.438 + </File> 1.439 + <File 1.440 + RelativePath=".\libs\vmath\quat.inl" 1.441 + > 1.442 + </File> 1.443 + <File 1.444 + RelativePath=".\libs\vmath\quat_c.c" 1.445 + > 1.446 + </File> 1.447 + <File 1.448 + RelativePath=".\libs\vmath\ray.cc" 1.449 + > 1.450 + </File> 1.451 + <File 1.452 + RelativePath=".\libs\vmath\ray.h" 1.453 + > 1.454 + </File> 1.455 + <File 1.456 + RelativePath=".\libs\vmath\ray.inl" 1.457 + > 1.458 + </File> 1.459 + <File 1.460 + RelativePath=".\libs\vmath\ray_c.c" 1.461 + > 1.462 + </File> 1.463 + <File 1.464 + RelativePath=".\libs\vmath\sphvec.cc" 1.465 + > 1.466 + </File> 1.467 + <File 1.468 + RelativePath=".\libs\vmath\sphvec.h" 1.469 + > 1.470 + </File> 1.471 + <File 1.472 + RelativePath=".\libs\vmath\vector.cc" 1.473 + > 1.474 + </File> 1.475 + <File 1.476 + RelativePath=".\libs\vmath\vector.h" 1.477 + > 1.478 + </File> 1.479 + <File 1.480 + RelativePath=".\libs\vmath\vector.inl" 1.481 + > 1.482 + </File> 1.483 + <File 1.484 + RelativePath=".\libs\vmath\vmath.c" 1.485 + > 1.486 + </File> 1.487 + <File 1.488 + RelativePath=".\libs\vmath\vmath.h" 1.489 + > 1.490 + </File> 1.491 + <File 1.492 + RelativePath=".\libs\vmath\vmath.inl" 1.493 + > 1.494 + </File> 1.495 + <File 1.496 + RelativePath=".\libs\vmath\vmath_config.h" 1.497 + > 1.498 + </File> 1.499 + <File 1.500 + RelativePath=".\libs\vmath\vmath_types.h" 1.501 + > 1.502 + </File> 1.503 + </Filter> 1.504 + <Filter 1.505 + Name="anim" 1.506 + > 1.507 + <File 1.508 + RelativePath=".\libs\anim\anim.c" 1.509 + > 1.510 + </File> 1.511 + <File 1.512 + RelativePath=".\libs\anim\anim.h" 1.513 + > 1.514 + </File> 1.515 + <File 1.516 + RelativePath=".\libs\anim\config.h" 1.517 + > 1.518 + </File> 1.519 + <File 1.520 + RelativePath=".\libs\anim\dynarr.c" 1.521 + > 1.522 + </File> 1.523 + <File 1.524 + RelativePath=".\libs\anim\dynarr.h" 1.525 + > 1.526 + </File> 1.527 + <File 1.528 + RelativePath=".\libs\anim\track.c" 1.529 + > 1.530 + </File> 1.531 + <File 1.532 + RelativePath=".\libs\anim\track.h" 1.533 + > 1.534 + </File> 1.535 + </Filter> 1.536 + </Filter> 1.537 + </Files> 1.538 + <Globals> 1.539 + </Globals> 1.540 +</VisualStudioProject>