vrshoot

changeset 2:334d17aed7de

visual studio project files
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Feb 2014 18:36:38 +0200
parents e7ca128b8713
children c179c72369be
files libs/assimp/assimp.vcproj libs/libs.vcproj vrshoot.sln vrshoot.vcproj
diffstat 4 files changed, 3263 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libs/assimp/assimp.vcproj	Sun Feb 02 18:36:38 2014 +0200
     1.3 @@ -0,0 +1,1615 @@
     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="assimp"
     1.9 +	ProjectGUID="{399E4545-E928-4D29-B21C-E0B8CD97CB3B}"
    1.10 +	RootNamespace="assimp"
    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="4"
    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="$(ProjectDir)"
    1.48 +				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
    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="4996"
    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="VCLibrarianTool"
    1.68 +			/>
    1.69 +			<Tool
    1.70 +				Name="VCALinkTool"
    1.71 +			/>
    1.72 +			<Tool
    1.73 +				Name="VCXDCMakeTool"
    1.74 +			/>
    1.75 +			<Tool
    1.76 +				Name="VCBscMakeTool"
    1.77 +			/>
    1.78 +			<Tool
    1.79 +				Name="VCFxCopTool"
    1.80 +			/>
    1.81 +			<Tool
    1.82 +				Name="VCPostBuildEventTool"
    1.83 +			/>
    1.84 +		</Configuration>
    1.85 +		<Configuration
    1.86 +			Name="Release|Win32"
    1.87 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.88 +			IntermediateDirectory="$(ConfigurationName)"
    1.89 +			ConfigurationType="4"
    1.90 +			CharacterSet="1"
    1.91 +			WholeProgramOptimization="1"
    1.92 +			>
    1.93 +			<Tool
    1.94 +				Name="VCPreBuildEventTool"
    1.95 +			/>
    1.96 +			<Tool
    1.97 +				Name="VCCustomBuildTool"
    1.98 +			/>
    1.99 +			<Tool
   1.100 +				Name="VCXMLDataGeneratorTool"
   1.101 +			/>
   1.102 +			<Tool
   1.103 +				Name="VCWebServiceProxyGeneratorTool"
   1.104 +			/>
   1.105 +			<Tool
   1.106 +				Name="VCMIDLTool"
   1.107 +			/>
   1.108 +			<Tool
   1.109 +				Name="VCCLCompilerTool"
   1.110 +				Optimization="2"
   1.111 +				EnableIntrinsicFunctions="true"
   1.112 +				AdditionalIncludeDirectories="$(ProjectDir)"
   1.113 +				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
   1.114 +				RuntimeLibrary="2"
   1.115 +				EnableFunctionLevelLinking="true"
   1.116 +				UsePrecompiledHeader="0"
   1.117 +				WarningLevel="3"
   1.118 +				DebugInformationFormat="3"
   1.119 +				DisableSpecificWarnings="4996"
   1.120 +			/>
   1.121 +			<Tool
   1.122 +				Name="VCManagedResourceCompilerTool"
   1.123 +			/>
   1.124 +			<Tool
   1.125 +				Name="VCResourceCompilerTool"
   1.126 +			/>
   1.127 +			<Tool
   1.128 +				Name="VCPreLinkEventTool"
   1.129 +			/>
   1.130 +			<Tool
   1.131 +				Name="VCLibrarianTool"
   1.132 +			/>
   1.133 +			<Tool
   1.134 +				Name="VCALinkTool"
   1.135 +			/>
   1.136 +			<Tool
   1.137 +				Name="VCXDCMakeTool"
   1.138 +			/>
   1.139 +			<Tool
   1.140 +				Name="VCBscMakeTool"
   1.141 +			/>
   1.142 +			<Tool
   1.143 +				Name="VCFxCopTool"
   1.144 +			/>
   1.145 +			<Tool
   1.146 +				Name="VCPostBuildEventTool"
   1.147 +			/>
   1.148 +		</Configuration>
   1.149 +	</Configurations>
   1.150 +	<References>
   1.151 +	</References>
   1.152 +	<Files>
   1.153 +		<Filter
   1.154 +			Name="src"
   1.155 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   1.156 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   1.157 +			>
   1.158 +			<File
   1.159 +				RelativePath=".\3DSConverter.cpp"
   1.160 +				>
   1.161 +			</File>
   1.162 +			<File
   1.163 +				RelativePath=".\3DSHelper.h"
   1.164 +				>
   1.165 +			</File>
   1.166 +			<File
   1.167 +				RelativePath=".\3DSLoader.cpp"
   1.168 +				>
   1.169 +			</File>
   1.170 +			<File
   1.171 +				RelativePath=".\3DSLoader.h"
   1.172 +				>
   1.173 +			</File>
   1.174 +			<File
   1.175 +				RelativePath=".\ACLoader.cpp"
   1.176 +				>
   1.177 +			</File>
   1.178 +			<File
   1.179 +				RelativePath=".\ACLoader.h"
   1.180 +				>
   1.181 +			</File>
   1.182 +			<File
   1.183 +				RelativePath=".\ASELoader.cpp"
   1.184 +				>
   1.185 +			</File>
   1.186 +			<File
   1.187 +				RelativePath=".\ASELoader.h"
   1.188 +				>
   1.189 +			</File>
   1.190 +			<File
   1.191 +				RelativePath=".\ASEParser.cpp"
   1.192 +				>
   1.193 +			</File>
   1.194 +			<File
   1.195 +				RelativePath=".\ASEParser.h"
   1.196 +				>
   1.197 +			</File>
   1.198 +			<File
   1.199 +				RelativePath=".\assbin_chunks.h"
   1.200 +				>
   1.201 +			</File>
   1.202 +			<File
   1.203 +				RelativePath=".\Assimp.cpp"
   1.204 +				>
   1.205 +			</File>
   1.206 +			<File
   1.207 +				RelativePath=".\AssimpCExport.cpp"
   1.208 +				>
   1.209 +			</File>
   1.210 +			<File
   1.211 +				RelativePath=".\AssimpPCH.cpp"
   1.212 +				>
   1.213 +			</File>
   1.214 +			<File
   1.215 +				RelativePath=".\AssimpPCH.h"
   1.216 +				>
   1.217 +			</File>
   1.218 +			<File
   1.219 +				RelativePath=".\B3DImporter.cpp"
   1.220 +				>
   1.221 +			</File>
   1.222 +			<File
   1.223 +				RelativePath=".\B3DImporter.h"
   1.224 +				>
   1.225 +			</File>
   1.226 +			<File
   1.227 +				RelativePath=".\BaseImporter.cpp"
   1.228 +				>
   1.229 +			</File>
   1.230 +			<File
   1.231 +				RelativePath=".\BaseImporter.h"
   1.232 +				>
   1.233 +			</File>
   1.234 +			<File
   1.235 +				RelativePath=".\BaseProcess.cpp"
   1.236 +				>
   1.237 +			</File>
   1.238 +			<File
   1.239 +				RelativePath=".\BaseProcess.h"
   1.240 +				>
   1.241 +			</File>
   1.242 +			<File
   1.243 +				RelativePath=".\BlenderDNA.cpp"
   1.244 +				>
   1.245 +			</File>
   1.246 +			<File
   1.247 +				RelativePath=".\BlenderDNA.h"
   1.248 +				>
   1.249 +			</File>
   1.250 +			<File
   1.251 +				RelativePath=".\BlenderDNA.inl"
   1.252 +				>
   1.253 +			</File>
   1.254 +			<File
   1.255 +				RelativePath=".\BlenderIntermediate.h"
   1.256 +				>
   1.257 +			</File>
   1.258 +			<File
   1.259 +				RelativePath=".\BlenderLoader.cpp"
   1.260 +				>
   1.261 +			</File>
   1.262 +			<File
   1.263 +				RelativePath=".\BlenderLoader.h"
   1.264 +				>
   1.265 +			</File>
   1.266 +			<File
   1.267 +				RelativePath=".\BlenderModifier.cpp"
   1.268 +				>
   1.269 +			</File>
   1.270 +			<File
   1.271 +				RelativePath=".\BlenderModifier.h"
   1.272 +				>
   1.273 +			</File>
   1.274 +			<File
   1.275 +				RelativePath=".\BlenderScene.cpp"
   1.276 +				>
   1.277 +			</File>
   1.278 +			<File
   1.279 +				RelativePath=".\BlenderScene.h"
   1.280 +				>
   1.281 +			</File>
   1.282 +			<File
   1.283 +				RelativePath=".\BlenderSceneGen.h"
   1.284 +				>
   1.285 +			</File>
   1.286 +			<File
   1.287 +				RelativePath=".\BlobIOSystem.h"
   1.288 +				>
   1.289 +			</File>
   1.290 +			<File
   1.291 +				RelativePath=".\BVHLoader.cpp"
   1.292 +				>
   1.293 +			</File>
   1.294 +			<File
   1.295 +				RelativePath=".\BVHLoader.h"
   1.296 +				>
   1.297 +			</File>
   1.298 +			<File
   1.299 +				RelativePath=".\ByteSwap.h"
   1.300 +				>
   1.301 +			</File>
   1.302 +			<File
   1.303 +				RelativePath=".\CalcTangentsProcess.cpp"
   1.304 +				>
   1.305 +			</File>
   1.306 +			<File
   1.307 +				RelativePath=".\CalcTangentsProcess.h"
   1.308 +				>
   1.309 +			</File>
   1.310 +			<File
   1.311 +				RelativePath=".\CInterfaceIOWrapper.h"
   1.312 +				>
   1.313 +			</File>
   1.314 +			<File
   1.315 +				RelativePath=".\COBLoader.cpp"
   1.316 +				>
   1.317 +			</File>
   1.318 +			<File
   1.319 +				RelativePath=".\COBLoader.h"
   1.320 +				>
   1.321 +			</File>
   1.322 +			<File
   1.323 +				RelativePath=".\COBScene.h"
   1.324 +				>
   1.325 +			</File>
   1.326 +			<File
   1.327 +				RelativePath=".\ColladaExporter.cpp"
   1.328 +				>
   1.329 +			</File>
   1.330 +			<File
   1.331 +				RelativePath=".\ColladaExporter.h"
   1.332 +				>
   1.333 +			</File>
   1.334 +			<File
   1.335 +				RelativePath=".\ColladaHelper.h"
   1.336 +				>
   1.337 +			</File>
   1.338 +			<File
   1.339 +				RelativePath=".\ColladaLoader.cpp"
   1.340 +				>
   1.341 +			</File>
   1.342 +			<File
   1.343 +				RelativePath=".\ColladaLoader.h"
   1.344 +				>
   1.345 +			</File>
   1.346 +			<File
   1.347 +				RelativePath=".\ColladaParser.cpp"
   1.348 +				>
   1.349 +			</File>
   1.350 +			<File
   1.351 +				RelativePath=".\ColladaParser.h"
   1.352 +				>
   1.353 +			</File>
   1.354 +			<File
   1.355 +				RelativePath=".\ComputeUVMappingProcess.cpp"
   1.356 +				>
   1.357 +			</File>
   1.358 +			<File
   1.359 +				RelativePath=".\ComputeUVMappingProcess.h"
   1.360 +				>
   1.361 +			</File>
   1.362 +			<File
   1.363 +				RelativePath=".\ConvertToLHProcess.cpp"
   1.364 +				>
   1.365 +			</File>
   1.366 +			<File
   1.367 +				RelativePath=".\ConvertToLHProcess.h"
   1.368 +				>
   1.369 +			</File>
   1.370 +			<File
   1.371 +				RelativePath=".\CSMLoader.cpp"
   1.372 +				>
   1.373 +			</File>
   1.374 +			<File
   1.375 +				RelativePath=".\CSMLoader.h"
   1.376 +				>
   1.377 +			</File>
   1.378 +			<File
   1.379 +				RelativePath=".\DeboneProcess.cpp"
   1.380 +				>
   1.381 +			</File>
   1.382 +			<File
   1.383 +				RelativePath=".\DeboneProcess.h"
   1.384 +				>
   1.385 +			</File>
   1.386 +			<File
   1.387 +				RelativePath=".\DefaultIOStream.cpp"
   1.388 +				>
   1.389 +			</File>
   1.390 +			<File
   1.391 +				RelativePath=".\DefaultIOStream.h"
   1.392 +				>
   1.393 +			</File>
   1.394 +			<File
   1.395 +				RelativePath=".\DefaultIOSystem.cpp"
   1.396 +				>
   1.397 +			</File>
   1.398 +			<File
   1.399 +				RelativePath=".\DefaultIOSystem.h"
   1.400 +				>
   1.401 +			</File>
   1.402 +			<File
   1.403 +				RelativePath=".\DefaultLogger.cpp"
   1.404 +				>
   1.405 +			</File>
   1.406 +			<File
   1.407 +				RelativePath=".\DefaultProgressHandler.h"
   1.408 +				>
   1.409 +			</File>
   1.410 +			<File
   1.411 +				RelativePath=".\DXFHelper.h"
   1.412 +				>
   1.413 +			</File>
   1.414 +			<File
   1.415 +				RelativePath=".\DXFLoader.cpp"
   1.416 +				>
   1.417 +			</File>
   1.418 +			<File
   1.419 +				RelativePath=".\DXFLoader.h"
   1.420 +				>
   1.421 +			</File>
   1.422 +			<File
   1.423 +				RelativePath=".\Exceptional.h"
   1.424 +				>
   1.425 +			</File>
   1.426 +			<File
   1.427 +				RelativePath=".\Exporter.cpp"
   1.428 +				>
   1.429 +			</File>
   1.430 +			<File
   1.431 +				RelativePath=".\fast_atof.h"
   1.432 +				>
   1.433 +			</File>
   1.434 +			<File
   1.435 +				RelativePath=".\FBXAnimation.cpp"
   1.436 +				>
   1.437 +			</File>
   1.438 +			<File
   1.439 +				RelativePath=".\FBXBinaryTokenizer.cpp"
   1.440 +				>
   1.441 +			</File>
   1.442 +			<File
   1.443 +				RelativePath=".\FBXCompileConfig.h"
   1.444 +				>
   1.445 +			</File>
   1.446 +			<File
   1.447 +				RelativePath=".\FBXConverter.cpp"
   1.448 +				>
   1.449 +			</File>
   1.450 +			<File
   1.451 +				RelativePath=".\FBXConverter.h"
   1.452 +				>
   1.453 +			</File>
   1.454 +			<File
   1.455 +				RelativePath=".\FBXDeformer.cpp"
   1.456 +				>
   1.457 +			</File>
   1.458 +			<File
   1.459 +				RelativePath=".\FBXDocument.cpp"
   1.460 +				>
   1.461 +			</File>
   1.462 +			<File
   1.463 +				RelativePath=".\FBXDocument.h"
   1.464 +				>
   1.465 +			</File>
   1.466 +			<File
   1.467 +				RelativePath=".\FBXDocumentUtil.cpp"
   1.468 +				>
   1.469 +			</File>
   1.470 +			<File
   1.471 +				RelativePath=".\FBXDocumentUtil.h"
   1.472 +				>
   1.473 +			</File>
   1.474 +			<File
   1.475 +				RelativePath=".\FBXImporter.cpp"
   1.476 +				>
   1.477 +			</File>
   1.478 +			<File
   1.479 +				RelativePath=".\FBXImporter.h"
   1.480 +				>
   1.481 +			</File>
   1.482 +			<File
   1.483 +				RelativePath=".\FBXImportSettings.h"
   1.484 +				>
   1.485 +			</File>
   1.486 +			<File
   1.487 +				RelativePath=".\FBXMaterial.cpp"
   1.488 +				>
   1.489 +			</File>
   1.490 +			<File
   1.491 +				RelativePath=".\FBXMeshGeometry.cpp"
   1.492 +				>
   1.493 +			</File>
   1.494 +			<File
   1.495 +				RelativePath=".\FBXModel.cpp"
   1.496 +				>
   1.497 +			</File>
   1.498 +			<File
   1.499 +				RelativePath=".\FBXNodeAttribute.cpp"
   1.500 +				>
   1.501 +			</File>
   1.502 +			<File
   1.503 +				RelativePath=".\FBXParser.cpp"
   1.504 +				>
   1.505 +			</File>
   1.506 +			<File
   1.507 +				RelativePath=".\FBXParser.h"
   1.508 +				>
   1.509 +			</File>
   1.510 +			<File
   1.511 +				RelativePath=".\FBXProperties.cpp"
   1.512 +				>
   1.513 +			</File>
   1.514 +			<File
   1.515 +				RelativePath=".\FBXProperties.h"
   1.516 +				>
   1.517 +			</File>
   1.518 +			<File
   1.519 +				RelativePath=".\FBXTokenizer.cpp"
   1.520 +				>
   1.521 +			</File>
   1.522 +			<File
   1.523 +				RelativePath=".\FBXTokenizer.h"
   1.524 +				>
   1.525 +			</File>
   1.526 +			<File
   1.527 +				RelativePath=".\FBXUtil.cpp"
   1.528 +				>
   1.529 +			</File>
   1.530 +			<File
   1.531 +				RelativePath=".\FBXUtil.h"
   1.532 +				>
   1.533 +			</File>
   1.534 +			<File
   1.535 +				RelativePath=".\FileLogStream.h"
   1.536 +				>
   1.537 +			</File>
   1.538 +			<File
   1.539 +				RelativePath=".\FileSystemFilter.h"
   1.540 +				>
   1.541 +			</File>
   1.542 +			<File
   1.543 +				RelativePath=".\FindDegenerates.cpp"
   1.544 +				>
   1.545 +			</File>
   1.546 +			<File
   1.547 +				RelativePath=".\FindDegenerates.h"
   1.548 +				>
   1.549 +			</File>
   1.550 +			<File
   1.551 +				RelativePath=".\FindInstancesProcess.cpp"
   1.552 +				>
   1.553 +			</File>
   1.554 +			<File
   1.555 +				RelativePath=".\FindInstancesProcess.h"
   1.556 +				>
   1.557 +			</File>
   1.558 +			<File
   1.559 +				RelativePath=".\FindInvalidDataProcess.cpp"
   1.560 +				>
   1.561 +			</File>
   1.562 +			<File
   1.563 +				RelativePath=".\FindInvalidDataProcess.h"
   1.564 +				>
   1.565 +			</File>
   1.566 +			<File
   1.567 +				RelativePath=".\FixNormalsStep.cpp"
   1.568 +				>
   1.569 +			</File>
   1.570 +			<File
   1.571 +				RelativePath=".\FixNormalsStep.h"
   1.572 +				>
   1.573 +			</File>
   1.574 +			<File
   1.575 +				RelativePath=".\GenericProperty.h"
   1.576 +				>
   1.577 +			</File>
   1.578 +			<File
   1.579 +				RelativePath=".\GenFaceNormalsProcess.cpp"
   1.580 +				>
   1.581 +			</File>
   1.582 +			<File
   1.583 +				RelativePath=".\GenFaceNormalsProcess.h"
   1.584 +				>
   1.585 +			</File>
   1.586 +			<File
   1.587 +				RelativePath=".\GenVertexNormalsProcess.cpp"
   1.588 +				>
   1.589 +			</File>
   1.590 +			<File
   1.591 +				RelativePath=".\GenVertexNormalsProcess.h"
   1.592 +				>
   1.593 +			</File>
   1.594 +			<File
   1.595 +				RelativePath=".\HalfLifeFileData.h"
   1.596 +				>
   1.597 +			</File>
   1.598 +			<File
   1.599 +				RelativePath=".\Hash.h"
   1.600 +				>
   1.601 +			</File>
   1.602 +			<File
   1.603 +				RelativePath=".\HMPFileData.h"
   1.604 +				>
   1.605 +			</File>
   1.606 +			<File
   1.607 +				RelativePath=".\HMPLoader.cpp"
   1.608 +				>
   1.609 +			</File>
   1.610 +			<File
   1.611 +				RelativePath=".\HMPLoader.h"
   1.612 +				>
   1.613 +			</File>
   1.614 +			<File
   1.615 +				RelativePath=".\IFCBoolean.cpp"
   1.616 +				>
   1.617 +			</File>
   1.618 +			<File
   1.619 +				RelativePath=".\IFCCurve.cpp"
   1.620 +				>
   1.621 +			</File>
   1.622 +			<File
   1.623 +				RelativePath=".\IFCGeometry.cpp"
   1.624 +				>
   1.625 +			</File>
   1.626 +			<File
   1.627 +				RelativePath=".\IFCLoader.cpp"
   1.628 +				>
   1.629 +			</File>
   1.630 +			<File
   1.631 +				RelativePath=".\IFCLoader.h"
   1.632 +				>
   1.633 +			</File>
   1.634 +			<File
   1.635 +				RelativePath=".\IFCMaterial.cpp"
   1.636 +				>
   1.637 +			</File>
   1.638 +			<File
   1.639 +				RelativePath=".\IFCOpenings.cpp"
   1.640 +				>
   1.641 +			</File>
   1.642 +			<File
   1.643 +				RelativePath=".\IFCProfile.cpp"
   1.644 +				>
   1.645 +			</File>
   1.646 +			<File
   1.647 +				RelativePath=".\IFCReaderGen.cpp"
   1.648 +				>
   1.649 +			</File>
   1.650 +			<File
   1.651 +				RelativePath=".\IFCReaderGen.h"
   1.652 +				>
   1.653 +			</File>
   1.654 +			<File
   1.655 +				RelativePath=".\IFCUtil.cpp"
   1.656 +				>
   1.657 +			</File>
   1.658 +			<File
   1.659 +				RelativePath=".\IFCUtil.h"
   1.660 +				>
   1.661 +			</File>
   1.662 +			<File
   1.663 +				RelativePath=".\IFF.h"
   1.664 +				>
   1.665 +			</File>
   1.666 +			<File
   1.667 +				RelativePath=".\Importer.cpp"
   1.668 +				>
   1.669 +			</File>
   1.670 +			<File
   1.671 +				RelativePath=".\Importer.h"
   1.672 +				>
   1.673 +			</File>
   1.674 +			<File
   1.675 +				RelativePath=".\ImporterRegistry.cpp"
   1.676 +				>
   1.677 +			</File>
   1.678 +			<File
   1.679 +				RelativePath=".\ImproveCacheLocality.cpp"
   1.680 +				>
   1.681 +			</File>
   1.682 +			<File
   1.683 +				RelativePath=".\ImproveCacheLocality.h"
   1.684 +				>
   1.685 +			</File>
   1.686 +			<File
   1.687 +				RelativePath=".\irrXMLWrapper.h"
   1.688 +				>
   1.689 +			</File>
   1.690 +			<File
   1.691 +				RelativePath=".\JoinVerticesProcess.cpp"
   1.692 +				>
   1.693 +			</File>
   1.694 +			<File
   1.695 +				RelativePath=".\JoinVerticesProcess.h"
   1.696 +				>
   1.697 +			</File>
   1.698 +			<File
   1.699 +				RelativePath=".\LimitBoneWeightsProcess.cpp"
   1.700 +				>
   1.701 +			</File>
   1.702 +			<File
   1.703 +				RelativePath=".\LimitBoneWeightsProcess.h"
   1.704 +				>
   1.705 +			</File>
   1.706 +			<File
   1.707 +				RelativePath=".\LineSplitter.h"
   1.708 +				>
   1.709 +			</File>
   1.710 +			<File
   1.711 +				RelativePath=".\LogAux.h"
   1.712 +				>
   1.713 +			</File>
   1.714 +			<File
   1.715 +				RelativePath=".\LWOAnimation.cpp"
   1.716 +				>
   1.717 +			</File>
   1.718 +			<File
   1.719 +				RelativePath=".\LWOAnimation.h"
   1.720 +				>
   1.721 +			</File>
   1.722 +			<File
   1.723 +				RelativePath=".\LWOBLoader.cpp"
   1.724 +				>
   1.725 +			</File>
   1.726 +			<File
   1.727 +				RelativePath=".\LWOFileData.h"
   1.728 +				>
   1.729 +			</File>
   1.730 +			<File
   1.731 +				RelativePath=".\LWOLoader.cpp"
   1.732 +				>
   1.733 +			</File>
   1.734 +			<File
   1.735 +				RelativePath=".\LWOLoader.h"
   1.736 +				>
   1.737 +			</File>
   1.738 +			<File
   1.739 +				RelativePath=".\LWOMaterial.cpp"
   1.740 +				>
   1.741 +			</File>
   1.742 +			<File
   1.743 +				RelativePath=".\LWSLoader.cpp"
   1.744 +				>
   1.745 +			</File>
   1.746 +			<File
   1.747 +				RelativePath=".\LWSLoader.h"
   1.748 +				>
   1.749 +			</File>
   1.750 +			<File
   1.751 +				RelativePath=".\MakeVerboseFormat.cpp"
   1.752 +				>
   1.753 +			</File>
   1.754 +			<File
   1.755 +				RelativePath=".\MakeVerboseFormat.h"
   1.756 +				>
   1.757 +			</File>
   1.758 +			<File
   1.759 +				RelativePath=".\MaterialSystem.cpp"
   1.760 +				>
   1.761 +			</File>
   1.762 +			<File
   1.763 +				RelativePath=".\MaterialSystem.h"
   1.764 +				>
   1.765 +			</File>
   1.766 +			<File
   1.767 +				RelativePath=".\MD2FileData.h"
   1.768 +				>
   1.769 +			</File>
   1.770 +			<File
   1.771 +				RelativePath=".\MD2Loader.cpp"
   1.772 +				>
   1.773 +			</File>
   1.774 +			<File
   1.775 +				RelativePath=".\MD2Loader.h"
   1.776 +				>
   1.777 +			</File>
   1.778 +			<File
   1.779 +				RelativePath=".\MD2NormalTable.h"
   1.780 +				>
   1.781 +			</File>
   1.782 +			<File
   1.783 +				RelativePath=".\MD3FileData.h"
   1.784 +				>
   1.785 +			</File>
   1.786 +			<File
   1.787 +				RelativePath=".\MD3Loader.cpp"
   1.788 +				>
   1.789 +			</File>
   1.790 +			<File
   1.791 +				RelativePath=".\MD3Loader.h"
   1.792 +				>
   1.793 +			</File>
   1.794 +			<File
   1.795 +				RelativePath=".\MD4FileData.h"
   1.796 +				>
   1.797 +			</File>
   1.798 +			<File
   1.799 +				RelativePath=".\MD5Loader.cpp"
   1.800 +				>
   1.801 +			</File>
   1.802 +			<File
   1.803 +				RelativePath=".\MD5Loader.h"
   1.804 +				>
   1.805 +			</File>
   1.806 +			<File
   1.807 +				RelativePath=".\MD5Parser.cpp"
   1.808 +				>
   1.809 +			</File>
   1.810 +			<File
   1.811 +				RelativePath=".\MD5Parser.h"
   1.812 +				>
   1.813 +			</File>
   1.814 +			<File
   1.815 +				RelativePath=".\MDCFileData.h"
   1.816 +				>
   1.817 +			</File>
   1.818 +			<File
   1.819 +				RelativePath=".\MDCLoader.cpp"
   1.820 +				>
   1.821 +			</File>
   1.822 +			<File
   1.823 +				RelativePath=".\MDCLoader.h"
   1.824 +				>
   1.825 +			</File>
   1.826 +			<File
   1.827 +				RelativePath=".\MDCNormalTable.h"
   1.828 +				>
   1.829 +			</File>
   1.830 +			<File
   1.831 +				RelativePath=".\MDLDefaultColorMap.h"
   1.832 +				>
   1.833 +			</File>
   1.834 +			<File
   1.835 +				RelativePath=".\MDLFileData.h"
   1.836 +				>
   1.837 +			</File>
   1.838 +			<File
   1.839 +				RelativePath=".\MDLLoader.cpp"
   1.840 +				>
   1.841 +			</File>
   1.842 +			<File
   1.843 +				RelativePath=".\MDLLoader.h"
   1.844 +				>
   1.845 +			</File>
   1.846 +			<File
   1.847 +				RelativePath=".\MDLMaterialLoader.cpp"
   1.848 +				>
   1.849 +			</File>
   1.850 +			<File
   1.851 +				RelativePath=".\MemoryIOWrapper.h"
   1.852 +				>
   1.853 +			</File>
   1.854 +			<File
   1.855 +				RelativePath=".\MS3DLoader.cpp"
   1.856 +				>
   1.857 +			</File>
   1.858 +			<File
   1.859 +				RelativePath=".\MS3DLoader.h"
   1.860 +				>
   1.861 +			</File>
   1.862 +			<File
   1.863 +				RelativePath=".\NDOLoader.cpp"
   1.864 +				>
   1.865 +			</File>
   1.866 +			<File
   1.867 +				RelativePath=".\NDOLoader.h"
   1.868 +				>
   1.869 +			</File>
   1.870 +			<File
   1.871 +				RelativePath=".\NFFLoader.cpp"
   1.872 +				>
   1.873 +			</File>
   1.874 +			<File
   1.875 +				RelativePath=".\NFFLoader.h"
   1.876 +				>
   1.877 +			</File>
   1.878 +			<File
   1.879 +				RelativePath=".\ObjExporter.cpp"
   1.880 +				>
   1.881 +			</File>
   1.882 +			<File
   1.883 +				RelativePath=".\ObjExporter.h"
   1.884 +				>
   1.885 +			</File>
   1.886 +			<File
   1.887 +				RelativePath=".\ObjFileData.h"
   1.888 +				>
   1.889 +			</File>
   1.890 +			<File
   1.891 +				RelativePath=".\ObjFileImporter.cpp"
   1.892 +				>
   1.893 +			</File>
   1.894 +			<File
   1.895 +				RelativePath=".\ObjFileImporter.h"
   1.896 +				>
   1.897 +			</File>
   1.898 +			<File
   1.899 +				RelativePath=".\ObjFileMtlImporter.cpp"
   1.900 +				>
   1.901 +			</File>
   1.902 +			<File
   1.903 +				RelativePath=".\ObjFileMtlImporter.h"
   1.904 +				>
   1.905 +			</File>
   1.906 +			<File
   1.907 +				RelativePath=".\ObjFileParser.cpp"
   1.908 +				>
   1.909 +			</File>
   1.910 +			<File
   1.911 +				RelativePath=".\ObjFileParser.h"
   1.912 +				>
   1.913 +			</File>
   1.914 +			<File
   1.915 +				RelativePath=".\ObjTools.h"
   1.916 +				>
   1.917 +			</File>
   1.918 +			<File
   1.919 +				RelativePath=".\OFFLoader.cpp"
   1.920 +				>
   1.921 +			</File>
   1.922 +			<File
   1.923 +				RelativePath=".\OFFLoader.h"
   1.924 +				>
   1.925 +			</File>
   1.926 +			<File
   1.927 +				RelativePath=".\OgreImporter.cpp"
   1.928 +				>
   1.929 +			</File>
   1.930 +			<File
   1.931 +				RelativePath=".\OgreImporter.hpp"
   1.932 +				>
   1.933 +			</File>
   1.934 +			<File
   1.935 +				RelativePath=".\OgreMaterial.cpp"
   1.936 +				>
   1.937 +			</File>
   1.938 +			<File
   1.939 +				RelativePath=".\OgreMesh.cpp"
   1.940 +				>
   1.941 +			</File>
   1.942 +			<File
   1.943 +				RelativePath=".\OgreSkeleton.cpp"
   1.944 +				>
   1.945 +			</File>
   1.946 +			<File
   1.947 +				RelativePath=".\OgreXmlHelper.hpp"
   1.948 +				>
   1.949 +			</File>
   1.950 +			<File
   1.951 +				RelativePath=".\OptimizeGraph.cpp"
   1.952 +				>
   1.953 +			</File>
   1.954 +			<File
   1.955 +				RelativePath=".\OptimizeGraph.h"
   1.956 +				>
   1.957 +			</File>
   1.958 +			<File
   1.959 +				RelativePath=".\OptimizeMeshes.cpp"
   1.960 +				>
   1.961 +			</File>
   1.962 +			<File
   1.963 +				RelativePath=".\OptimizeMeshes.h"
   1.964 +				>
   1.965 +			</File>
   1.966 +			<File
   1.967 +				RelativePath=".\ParsingUtils.h"
   1.968 +				>
   1.969 +			</File>
   1.970 +			<File
   1.971 +				RelativePath=".\PlyExporter.cpp"
   1.972 +				>
   1.973 +			</File>
   1.974 +			<File
   1.975 +				RelativePath=".\PlyExporter.h"
   1.976 +				>
   1.977 +			</File>
   1.978 +			<File
   1.979 +				RelativePath=".\PlyLoader.cpp"
   1.980 +				>
   1.981 +			</File>
   1.982 +			<File
   1.983 +				RelativePath=".\PlyLoader.h"
   1.984 +				>
   1.985 +			</File>
   1.986 +			<File
   1.987 +				RelativePath=".\PlyParser.cpp"
   1.988 +				>
   1.989 +			</File>
   1.990 +			<File
   1.991 +				RelativePath=".\PlyParser.h"
   1.992 +				>
   1.993 +			</File>
   1.994 +			<File
   1.995 +				RelativePath=".\PolyTools.h"
   1.996 +				>
   1.997 +			</File>
   1.998 +			<File
   1.999 +				RelativePath=".\PostStepRegistry.cpp"
  1.1000 +				>
  1.1001 +			</File>
  1.1002 +			<File
  1.1003 +				RelativePath=".\PretransformVertices.cpp"
  1.1004 +				>
  1.1005 +			</File>
  1.1006 +			<File
  1.1007 +				RelativePath=".\PretransformVertices.h"
  1.1008 +				>
  1.1009 +			</File>
  1.1010 +			<File
  1.1011 +				RelativePath=".\ProcessHelper.cpp"
  1.1012 +				>
  1.1013 +			</File>
  1.1014 +			<File
  1.1015 +				RelativePath=".\ProcessHelper.h"
  1.1016 +				>
  1.1017 +			</File>
  1.1018 +			<File
  1.1019 +				RelativePath=".\Profiler.h"
  1.1020 +				>
  1.1021 +			</File>
  1.1022 +			<File
  1.1023 +				RelativePath=".\pstdint.h"
  1.1024 +				>
  1.1025 +			</File>
  1.1026 +			<File
  1.1027 +				RelativePath=".\Q3BSPFileData.h"
  1.1028 +				>
  1.1029 +			</File>
  1.1030 +			<File
  1.1031 +				RelativePath=".\Q3BSPFileImporter.cpp"
  1.1032 +				>
  1.1033 +			</File>
  1.1034 +			<File
  1.1035 +				RelativePath=".\Q3BSPFileImporter.h"
  1.1036 +				>
  1.1037 +			</File>
  1.1038 +			<File
  1.1039 +				RelativePath=".\Q3BSPFileParser.cpp"
  1.1040 +				>
  1.1041 +			</File>
  1.1042 +			<File
  1.1043 +				RelativePath=".\Q3BSPFileParser.h"
  1.1044 +				>
  1.1045 +			</File>
  1.1046 +			<File
  1.1047 +				RelativePath=".\Q3BSPZipArchive.cpp"
  1.1048 +				>
  1.1049 +			</File>
  1.1050 +			<File
  1.1051 +				RelativePath=".\Q3BSPZipArchive.h"
  1.1052 +				>
  1.1053 +			</File>
  1.1054 +			<File
  1.1055 +				RelativePath=".\Q3DLoader.cpp"
  1.1056 +				>
  1.1057 +			</File>
  1.1058 +			<File
  1.1059 +				RelativePath=".\Q3DLoader.h"
  1.1060 +				>
  1.1061 +			</File>
  1.1062 +			<File
  1.1063 +				RelativePath=".\qnan.h"
  1.1064 +				>
  1.1065 +			</File>
  1.1066 +			<File
  1.1067 +				RelativePath=".\RawLoader.cpp"
  1.1068 +				>
  1.1069 +			</File>
  1.1070 +			<File
  1.1071 +				RelativePath=".\RawLoader.h"
  1.1072 +				>
  1.1073 +			</File>
  1.1074 +			<File
  1.1075 +				RelativePath=".\RemoveComments.cpp"
  1.1076 +				>
  1.1077 +			</File>
  1.1078 +			<File
  1.1079 +				RelativePath=".\RemoveComments.h"
  1.1080 +				>
  1.1081 +			</File>
  1.1082 +			<File
  1.1083 +				RelativePath=".\RemoveRedundantMaterials.cpp"
  1.1084 +				>
  1.1085 +			</File>
  1.1086 +			<File
  1.1087 +				RelativePath=".\RemoveRedundantMaterials.h"
  1.1088 +				>
  1.1089 +			</File>
  1.1090 +			<File
  1.1091 +				RelativePath=".\RemoveVCProcess.cpp"
  1.1092 +				>
  1.1093 +			</File>
  1.1094 +			<File
  1.1095 +				RelativePath=".\RemoveVCProcess.h"
  1.1096 +				>
  1.1097 +			</File>
  1.1098 +			<File
  1.1099 +				RelativePath=".\revision.h"
  1.1100 +				>
  1.1101 +			</File>
  1.1102 +			<File
  1.1103 +				RelativePath=".\SceneCombiner.cpp"
  1.1104 +				>
  1.1105 +			</File>
  1.1106 +			<File
  1.1107 +				RelativePath=".\SceneCombiner.h"
  1.1108 +				>
  1.1109 +			</File>
  1.1110 +			<File
  1.1111 +				RelativePath=".\ScenePreprocessor.cpp"
  1.1112 +				>
  1.1113 +			</File>
  1.1114 +			<File
  1.1115 +				RelativePath=".\ScenePreprocessor.h"
  1.1116 +				>
  1.1117 +			</File>
  1.1118 +			<File
  1.1119 +				RelativePath=".\ScenePrivate.h"
  1.1120 +				>
  1.1121 +			</File>
  1.1122 +			<File
  1.1123 +				RelativePath=".\SGSpatialSort.cpp"
  1.1124 +				>
  1.1125 +			</File>
  1.1126 +			<File
  1.1127 +				RelativePath=".\SGSpatialSort.h"
  1.1128 +				>
  1.1129 +			</File>
  1.1130 +			<File
  1.1131 +				RelativePath=".\SkeletonMeshBuilder.cpp"
  1.1132 +				>
  1.1133 +			</File>
  1.1134 +			<File
  1.1135 +				RelativePath=".\SkeletonMeshBuilder.h"
  1.1136 +				>
  1.1137 +			</File>
  1.1138 +			<File
  1.1139 +				RelativePath=".\SMDLoader.cpp"
  1.1140 +				>
  1.1141 +			</File>
  1.1142 +			<File
  1.1143 +				RelativePath=".\SMDLoader.h"
  1.1144 +				>
  1.1145 +			</File>
  1.1146 +			<File
  1.1147 +				RelativePath=".\SmoothingGroups.h"
  1.1148 +				>
  1.1149 +			</File>
  1.1150 +			<File
  1.1151 +				RelativePath=".\SmoothingGroups.inl"
  1.1152 +				>
  1.1153 +			</File>
  1.1154 +			<File
  1.1155 +				RelativePath=".\SortByPTypeProcess.cpp"
  1.1156 +				>
  1.1157 +			</File>
  1.1158 +			<File
  1.1159 +				RelativePath=".\SortByPTypeProcess.h"
  1.1160 +				>
  1.1161 +			</File>
  1.1162 +			<File
  1.1163 +				RelativePath=".\SpatialSort.cpp"
  1.1164 +				>
  1.1165 +			</File>
  1.1166 +			<File
  1.1167 +				RelativePath=".\SpatialSort.h"
  1.1168 +				>
  1.1169 +			</File>
  1.1170 +			<File
  1.1171 +				RelativePath=".\SplitByBoneCountProcess.cpp"
  1.1172 +				>
  1.1173 +			</File>
  1.1174 +			<File
  1.1175 +				RelativePath=".\SplitByBoneCountProcess.h"
  1.1176 +				>
  1.1177 +			</File>
  1.1178 +			<File
  1.1179 +				RelativePath=".\SplitLargeMeshes.cpp"
  1.1180 +				>
  1.1181 +			</File>
  1.1182 +			<File
  1.1183 +				RelativePath=".\SplitLargeMeshes.h"
  1.1184 +				>
  1.1185 +			</File>
  1.1186 +			<File
  1.1187 +				RelativePath=".\StandardShapes.cpp"
  1.1188 +				>
  1.1189 +			</File>
  1.1190 +			<File
  1.1191 +				RelativePath=".\StandardShapes.h"
  1.1192 +				>
  1.1193 +			</File>
  1.1194 +			<File
  1.1195 +				RelativePath=".\StdOStreamLogStream.h"
  1.1196 +				>
  1.1197 +			</File>
  1.1198 +			<File
  1.1199 +				RelativePath=".\STLExporter.cpp"
  1.1200 +				>
  1.1201 +			</File>
  1.1202 +			<File
  1.1203 +				RelativePath=".\STLExporter.h"
  1.1204 +				>
  1.1205 +			</File>
  1.1206 +			<File
  1.1207 +				RelativePath=".\STLLoader.cpp"
  1.1208 +				>
  1.1209 +			</File>
  1.1210 +			<File
  1.1211 +				RelativePath=".\STLLoader.h"
  1.1212 +				>
  1.1213 +			</File>
  1.1214 +			<File
  1.1215 +				RelativePath=".\StreamReader.h"
  1.1216 +				>
  1.1217 +			</File>
  1.1218 +			<File
  1.1219 +				RelativePath=".\StringComparison.h"
  1.1220 +				>
  1.1221 +			</File>
  1.1222 +			<File
  1.1223 +				RelativePath=".\Subdivision.cpp"
  1.1224 +				>
  1.1225 +			</File>
  1.1226 +			<File
  1.1227 +				RelativePath=".\Subdivision.h"
  1.1228 +				>
  1.1229 +			</File>
  1.1230 +			<File
  1.1231 +				RelativePath=".\TargetAnimation.cpp"
  1.1232 +				>
  1.1233 +			</File>
  1.1234 +			<File
  1.1235 +				RelativePath=".\TargetAnimation.h"
  1.1236 +				>
  1.1237 +			</File>
  1.1238 +			<File
  1.1239 +				RelativePath=".\TerragenLoader.cpp"
  1.1240 +				>
  1.1241 +			</File>
  1.1242 +			<File
  1.1243 +				RelativePath=".\TerragenLoader.h"
  1.1244 +				>
  1.1245 +			</File>
  1.1246 +			<File
  1.1247 +				RelativePath=".\TextureTransform.cpp"
  1.1248 +				>
  1.1249 +			</File>
  1.1250 +			<File
  1.1251 +				RelativePath=".\TextureTransform.h"
  1.1252 +				>
  1.1253 +			</File>
  1.1254 +			<File
  1.1255 +				RelativePath=".\TinyFormatter.h"
  1.1256 +				>
  1.1257 +			</File>
  1.1258 +			<File
  1.1259 +				RelativePath=".\TriangulateProcess.cpp"
  1.1260 +				>
  1.1261 +			</File>
  1.1262 +			<File
  1.1263 +				RelativePath=".\TriangulateProcess.h"
  1.1264 +				>
  1.1265 +			</File>
  1.1266 +			<File
  1.1267 +				RelativePath=".\UnrealLoader.cpp"
  1.1268 +				>
  1.1269 +			</File>
  1.1270 +			<File
  1.1271 +				RelativePath=".\UnrealLoader.h"
  1.1272 +				>
  1.1273 +			</File>
  1.1274 +			<File
  1.1275 +				RelativePath=".\ValidateDataStructure.cpp"
  1.1276 +				>
  1.1277 +			</File>
  1.1278 +			<File
  1.1279 +				RelativePath=".\ValidateDataStructure.h"
  1.1280 +				>
  1.1281 +			</File>
  1.1282 +			<File
  1.1283 +				RelativePath=".\Vertex.h"
  1.1284 +				>
  1.1285 +			</File>
  1.1286 +			<File
  1.1287 +				RelativePath=".\VertexTriangleAdjacency.cpp"
  1.1288 +				>
  1.1289 +			</File>
  1.1290 +			<File
  1.1291 +				RelativePath=".\VertexTriangleAdjacency.h"
  1.1292 +				>
  1.1293 +			</File>
  1.1294 +			<File
  1.1295 +				RelativePath=".\Win32DebugLogStream.h"
  1.1296 +				>
  1.1297 +			</File>
  1.1298 +			<File
  1.1299 +				RelativePath=".\XFileHelper.h"
  1.1300 +				>
  1.1301 +			</File>
  1.1302 +			<File
  1.1303 +				RelativePath=".\XFileImporter.cpp"
  1.1304 +				>
  1.1305 +			</File>
  1.1306 +			<File
  1.1307 +				RelativePath=".\XFileImporter.h"
  1.1308 +				>
  1.1309 +			</File>
  1.1310 +			<File
  1.1311 +				RelativePath=".\XFileParser.cpp"
  1.1312 +				>
  1.1313 +			</File>
  1.1314 +			<File
  1.1315 +				RelativePath=".\XFileParser.h"
  1.1316 +				>
  1.1317 +			</File>
  1.1318 +			<File
  1.1319 +				RelativePath=".\XGLLoader.cpp"
  1.1320 +				>
  1.1321 +			</File>
  1.1322 +			<File
  1.1323 +				RelativePath=".\XGLLoader.h"
  1.1324 +				>
  1.1325 +			</File>
  1.1326 +			<Filter
  1.1327 +				Name="assimp"
  1.1328 +				>
  1.1329 +				<File
  1.1330 +					RelativePath=".\assimp\ai_assert.h"
  1.1331 +					>
  1.1332 +				</File>
  1.1333 +				<File
  1.1334 +					RelativePath=".\assimp\anim.h"
  1.1335 +					>
  1.1336 +				</File>
  1.1337 +				<File
  1.1338 +					RelativePath=".\assimp\camera.h"
  1.1339 +					>
  1.1340 +				</File>
  1.1341 +				<File
  1.1342 +					RelativePath=".\assimp\cexport.h"
  1.1343 +					>
  1.1344 +				</File>
  1.1345 +				<File
  1.1346 +					RelativePath=".\assimp\cfileio.h"
  1.1347 +					>
  1.1348 +				</File>
  1.1349 +				<File
  1.1350 +					RelativePath=".\assimp\cimport.h"
  1.1351 +					>
  1.1352 +				</File>
  1.1353 +				<File
  1.1354 +					RelativePath=".\assimp\color4.h"
  1.1355 +					>
  1.1356 +				</File>
  1.1357 +				<File
  1.1358 +					RelativePath=".\assimp\color4.inl"
  1.1359 +					>
  1.1360 +				</File>
  1.1361 +				<File
  1.1362 +					RelativePath=".\assimp\config.h"
  1.1363 +					>
  1.1364 +				</File>
  1.1365 +				<File
  1.1366 +					RelativePath=".\assimp\DefaultLogger.hpp"
  1.1367 +					>
  1.1368 +				</File>
  1.1369 +				<File
  1.1370 +					RelativePath=".\assimp\defs.h"
  1.1371 +					>
  1.1372 +				</File>
  1.1373 +				<File
  1.1374 +					RelativePath=".\assimp\Exporter.hpp"
  1.1375 +					>
  1.1376 +				</File>
  1.1377 +				<File
  1.1378 +					RelativePath=".\assimp\Importer.hpp"
  1.1379 +					>
  1.1380 +				</File>
  1.1381 +				<File
  1.1382 +					RelativePath=".\assimp\importerdesc.h"
  1.1383 +					>
  1.1384 +				</File>
  1.1385 +				<File
  1.1386 +					RelativePath=".\assimp\IOStream.hpp"
  1.1387 +					>
  1.1388 +				</File>
  1.1389 +				<File
  1.1390 +					RelativePath=".\assimp\IOSystem.hpp"
  1.1391 +					>
  1.1392 +				</File>
  1.1393 +				<File
  1.1394 +					RelativePath=".\assimp\light.h"
  1.1395 +					>
  1.1396 +				</File>
  1.1397 +				<File
  1.1398 +					RelativePath=".\assimp\Logger.hpp"
  1.1399 +					>
  1.1400 +				</File>
  1.1401 +				<File
  1.1402 +					RelativePath=".\assimp\LogStream.hpp"
  1.1403 +					>
  1.1404 +				</File>
  1.1405 +				<File
  1.1406 +					RelativePath=".\assimp\material.h"
  1.1407 +					>
  1.1408 +				</File>
  1.1409 +				<File
  1.1410 +					RelativePath=".\assimp\material.inl"
  1.1411 +					>
  1.1412 +				</File>
  1.1413 +				<File
  1.1414 +					RelativePath=".\assimp\matrix3x3.h"
  1.1415 +					>
  1.1416 +				</File>
  1.1417 +				<File
  1.1418 +					RelativePath=".\assimp\matrix3x3.inl"
  1.1419 +					>
  1.1420 +				</File>
  1.1421 +				<File
  1.1422 +					RelativePath=".\assimp\matrix4x4.h"
  1.1423 +					>
  1.1424 +				</File>
  1.1425 +				<File
  1.1426 +					RelativePath=".\assimp\matrix4x4.inl"
  1.1427 +					>
  1.1428 +				</File>
  1.1429 +				<File
  1.1430 +					RelativePath=".\assimp\mesh.h"
  1.1431 +					>
  1.1432 +				</File>
  1.1433 +				<File
  1.1434 +					RelativePath=".\assimp\metadata.h"
  1.1435 +					>
  1.1436 +				</File>
  1.1437 +				<File
  1.1438 +					RelativePath=".\assimp\NullLogger.hpp"
  1.1439 +					>
  1.1440 +				</File>
  1.1441 +				<File
  1.1442 +					RelativePath=".\assimp\postprocess.h"
  1.1443 +					>
  1.1444 +				</File>
  1.1445 +				<File
  1.1446 +					RelativePath=".\assimp\ProgressHandler.hpp"
  1.1447 +					>
  1.1448 +				</File>
  1.1449 +				<File
  1.1450 +					RelativePath=".\assimp\quaternion.h"
  1.1451 +					>
  1.1452 +				</File>
  1.1453 +				<File
  1.1454 +					RelativePath=".\assimp\quaternion.inl"
  1.1455 +					>
  1.1456 +				</File>
  1.1457 +				<File
  1.1458 +					RelativePath=".\assimp\scene.h"
  1.1459 +					>
  1.1460 +				</File>
  1.1461 +				<File
  1.1462 +					RelativePath=".\assimp\texture.h"
  1.1463 +					>
  1.1464 +				</File>
  1.1465 +				<File
  1.1466 +					RelativePath=".\assimp\types.h"
  1.1467 +					>
  1.1468 +				</File>
  1.1469 +				<File
  1.1470 +					RelativePath=".\assimp\vector2.h"
  1.1471 +					>
  1.1472 +				</File>
  1.1473 +				<File
  1.1474 +					RelativePath=".\assimp\vector2.inl"
  1.1475 +					>
  1.1476 +				</File>
  1.1477 +				<File
  1.1478 +					RelativePath=".\assimp\vector3.h"
  1.1479 +					>
  1.1480 +				</File>
  1.1481 +				<File
  1.1482 +					RelativePath=".\assimp\vector3.inl"
  1.1483 +					>
  1.1484 +				</File>
  1.1485 +				<File
  1.1486 +					RelativePath=".\assimp\version.h"
  1.1487 +					>
  1.1488 +				</File>
  1.1489 +				<Filter
  1.1490 +					Name="Compiler"
  1.1491 +					>
  1.1492 +					<File
  1.1493 +						RelativePath=".\assimp\Compiler\poppack1.h"
  1.1494 +						>
  1.1495 +					</File>
  1.1496 +					<File
  1.1497 +						RelativePath=".\assimp\Compiler\pushpack1.h"
  1.1498 +						>
  1.1499 +					</File>
  1.1500 +				</Filter>
  1.1501 +			</Filter>
  1.1502 +			<Filter
  1.1503 +				Name="boost"
  1.1504 +				>
  1.1505 +				<File
  1.1506 +					RelativePath=".\boost\foreach.hpp"
  1.1507 +					>
  1.1508 +				</File>
  1.1509 +				<File
  1.1510 +					RelativePath=".\boost\format.hpp"
  1.1511 +					>
  1.1512 +				</File>
  1.1513 +				<File
  1.1514 +					RelativePath=".\boost\lexical_cast.hpp"
  1.1515 +					>
  1.1516 +				</File>
  1.1517 +				<File
  1.1518 +					RelativePath=".\boost\make_shared.hpp"
  1.1519 +					>
  1.1520 +				</File>
  1.1521 +				<File
  1.1522 +					RelativePath=".\boost\noncopyable.hpp"
  1.1523 +					>
  1.1524 +				</File>
  1.1525 +				<File
  1.1526 +					RelativePath=".\boost\pointer_cast.hpp"
  1.1527 +					>
  1.1528 +				</File>
  1.1529 +				<File
  1.1530 +					RelativePath=".\boost\scoped_array.hpp"
  1.1531 +					>
  1.1532 +				</File>
  1.1533 +				<File
  1.1534 +					RelativePath=".\boost\scoped_ptr.hpp"
  1.1535 +					>
  1.1536 +				</File>
  1.1537 +				<File
  1.1538 +					RelativePath=".\boost\shared_array.hpp"
  1.1539 +					>
  1.1540 +				</File>
  1.1541 +				<File
  1.1542 +					RelativePath=".\boost\shared_ptr.hpp"
  1.1543 +					>
  1.1544 +				</File>
  1.1545 +				<File
  1.1546 +					RelativePath=".\boost\static_assert.hpp"
  1.1547 +					>
  1.1548 +				</File>
  1.1549 +				<File
  1.1550 +					RelativePath=".\boost\timer.hpp"
  1.1551 +					>
  1.1552 +				</File>
  1.1553 +				<Filter
  1.1554 +					Name="math"
  1.1555 +					>
  1.1556 +					<File
  1.1557 +						RelativePath=".\boost\math\common_factor_rt.hpp"
  1.1558 +						>
  1.1559 +					</File>
  1.1560 +				</Filter>
  1.1561 +				<Filter
  1.1562 +					Name="tuple"
  1.1563 +					>
  1.1564 +					<File
  1.1565 +						RelativePath=".\boost\tuple\tuple.hpp"
  1.1566 +						>
  1.1567 +					</File>
  1.1568 +				</Filter>
  1.1569 +			</Filter>
  1.1570 +			<Filter
  1.1571 +				Name="irrXML"
  1.1572 +				>
  1.1573 +				<File
  1.1574 +					RelativePath=".\irrXML\CXMLReaderImpl.h"
  1.1575 +					>
  1.1576 +				</File>
  1.1577 +				<File
  1.1578 +					RelativePath=".\irrXML\heapsort.h"
  1.1579 +					>
  1.1580 +				</File>
  1.1581 +				<File
  1.1582 +					RelativePath=".\irrXML\irrArray.h"
  1.1583 +					>
  1.1584 +				</File>
  1.1585 +				<File
  1.1586 +					RelativePath=".\irrXML\irrString.h"
  1.1587 +					>
  1.1588 +				</File>
  1.1589 +				<File
  1.1590 +					RelativePath=".\irrXML\irrTypes.h"
  1.1591 +					>
  1.1592 +				</File>
  1.1593 +				<File
  1.1594 +					RelativePath=".\irrXML\irrXML.cpp"
  1.1595 +					>
  1.1596 +				</File>
  1.1597 +				<File
  1.1598 +					RelativePath=".\irrXML\irrXML.h"
  1.1599 +					>
  1.1600 +				</File>
  1.1601 +			</Filter>
  1.1602 +			<Filter
  1.1603 +				Name="ConvertUTF"
  1.1604 +				>
  1.1605 +				<File
  1.1606 +					RelativePath=".\ConvertUTF\ConvertUTF.c"
  1.1607 +					>
  1.1608 +				</File>
  1.1609 +				<File
  1.1610 +					RelativePath=".\ConvertUTF\ConvertUTF.h"
  1.1611 +					>
  1.1612 +				</File>
  1.1613 +			</Filter>
  1.1614 +		</Filter>
  1.1615 +	</Files>
  1.1616 +	<Globals>
  1.1617 +	</Globals>
  1.1618 +</VisualStudioProject>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libs/libs.vcproj	Sun Feb 02 18:36:38 2014 +0200
     2.3 @@ -0,0 +1,1139 @@
     2.4 +<?xml version="1.0" encoding="Windows-1252"?>
     2.5 +<VisualStudioProject
     2.6 +	ProjectType="Visual C++"
     2.7 +	Version="9.00"
     2.8 +	Name="libs"
     2.9 +	ProjectGUID="{49979423-62BD-4E8C-BE0C-5DA14162FFBB}"
    2.10 +	RootNamespace="libs"
    2.11 +	Keyword="Win32Proj"
    2.12 +	TargetFrameworkVersion="196613"
    2.13 +	>
    2.14 +	<Platforms>
    2.15 +		<Platform
    2.16 +			Name="Win32"
    2.17 +		/>
    2.18 +	</Platforms>
    2.19 +	<ToolFiles>
    2.20 +	</ToolFiles>
    2.21 +	<Configurations>
    2.22 +		<Configuration
    2.23 +			Name="Debug|Win32"
    2.24 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    2.25 +			IntermediateDirectory="$(ConfigurationName)"
    2.26 +			ConfigurationType="4"
    2.27 +			CharacterSet="1"
    2.28 +			>
    2.29 +			<Tool
    2.30 +				Name="VCPreBuildEventTool"
    2.31 +			/>
    2.32 +			<Tool
    2.33 +				Name="VCCustomBuildTool"
    2.34 +			/>
    2.35 +			<Tool
    2.36 +				Name="VCXMLDataGeneratorTool"
    2.37 +			/>
    2.38 +			<Tool
    2.39 +				Name="VCWebServiceProxyGeneratorTool"
    2.40 +			/>
    2.41 +			<Tool
    2.42 +				Name="VCMIDLTool"
    2.43 +			/>
    2.44 +			<Tool
    2.45 +				Name="VCCLCompilerTool"
    2.46 +				Optimization="0"
    2.47 +				AdditionalIncludeDirectories="$(ProjectDir)/libpng;$(ProjectDir)/libjpeg;$(ProjectDir)/zlib"
    2.48 +				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
    2.49 +				IgnoreStandardIncludePath="false"
    2.50 +				MinimalRebuild="true"
    2.51 +				BasicRuntimeChecks="3"
    2.52 +				RuntimeLibrary="3"
    2.53 +				UsePrecompiledHeader="0"
    2.54 +				WarningLevel="3"
    2.55 +				DebugInformationFormat="4"
    2.56 +				DisableSpecificWarnings="4996;4244;4305"
    2.57 +			/>
    2.58 +			<Tool
    2.59 +				Name="VCManagedResourceCompilerTool"
    2.60 +			/>
    2.61 +			<Tool
    2.62 +				Name="VCResourceCompilerTool"
    2.63 +			/>
    2.64 +			<Tool
    2.65 +				Name="VCPreLinkEventTool"
    2.66 +			/>
    2.67 +			<Tool
    2.68 +				Name="VCLibrarianTool"
    2.69 +			/>
    2.70 +			<Tool
    2.71 +				Name="VCALinkTool"
    2.72 +			/>
    2.73 +			<Tool
    2.74 +				Name="VCXDCMakeTool"
    2.75 +			/>
    2.76 +			<Tool
    2.77 +				Name="VCBscMakeTool"
    2.78 +			/>
    2.79 +			<Tool
    2.80 +				Name="VCFxCopTool"
    2.81 +			/>
    2.82 +			<Tool
    2.83 +				Name="VCPostBuildEventTool"
    2.84 +			/>
    2.85 +		</Configuration>
    2.86 +		<Configuration
    2.87 +			Name="Release|Win32"
    2.88 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    2.89 +			IntermediateDirectory="$(ConfigurationName)"
    2.90 +			ConfigurationType="4"
    2.91 +			CharacterSet="1"
    2.92 +			WholeProgramOptimization="1"
    2.93 +			>
    2.94 +			<Tool
    2.95 +				Name="VCPreBuildEventTool"
    2.96 +			/>
    2.97 +			<Tool
    2.98 +				Name="VCCustomBuildTool"
    2.99 +			/>
   2.100 +			<Tool
   2.101 +				Name="VCXMLDataGeneratorTool"
   2.102 +			/>
   2.103 +			<Tool
   2.104 +				Name="VCWebServiceProxyGeneratorTool"
   2.105 +			/>
   2.106 +			<Tool
   2.107 +				Name="VCMIDLTool"
   2.108 +			/>
   2.109 +			<Tool
   2.110 +				Name="VCCLCompilerTool"
   2.111 +				Optimization="2"
   2.112 +				EnableIntrinsicFunctions="true"
   2.113 +				AdditionalIncludeDirectories="$(ProjectDir)/libpng;$(ProjectDir)/libjpeg;$(ProjectDir)/zlib"
   2.114 +				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
   2.115 +				IgnoreStandardIncludePath="false"
   2.116 +				RuntimeLibrary="2"
   2.117 +				EnableFunctionLevelLinking="true"
   2.118 +				UsePrecompiledHeader="0"
   2.119 +				WarningLevel="3"
   2.120 +				DebugInformationFormat="3"
   2.121 +				DisableSpecificWarnings="4996;4244;4305"
   2.122 +			/>
   2.123 +			<Tool
   2.124 +				Name="VCManagedResourceCompilerTool"
   2.125 +			/>
   2.126 +			<Tool
   2.127 +				Name="VCResourceCompilerTool"
   2.128 +			/>
   2.129 +			<Tool
   2.130 +				Name="VCPreLinkEventTool"
   2.131 +			/>
   2.132 +			<Tool
   2.133 +				Name="VCLibrarianTool"
   2.134 +			/>
   2.135 +			<Tool
   2.136 +				Name="VCALinkTool"
   2.137 +			/>
   2.138 +			<Tool
   2.139 +				Name="VCXDCMakeTool"
   2.140 +			/>
   2.141 +			<Tool
   2.142 +				Name="VCBscMakeTool"
   2.143 +			/>
   2.144 +			<Tool
   2.145 +				Name="VCFxCopTool"
   2.146 +			/>
   2.147 +			<Tool
   2.148 +				Name="VCPostBuildEventTool"
   2.149 +			/>
   2.150 +		</Configuration>
   2.151 +	</Configurations>
   2.152 +	<References>
   2.153 +	</References>
   2.154 +	<Files>
   2.155 +		<Filter
   2.156 +			Name="anim"
   2.157 +			>
   2.158 +			<File
   2.159 +				RelativePath=".\anim\anim.c"
   2.160 +				>
   2.161 +			</File>
   2.162 +			<File
   2.163 +				RelativePath=".\anim\anim.h"
   2.164 +				>
   2.165 +			</File>
   2.166 +			<File
   2.167 +				RelativePath=".\anim\config.h"
   2.168 +				>
   2.169 +			</File>
   2.170 +			<File
   2.171 +				RelativePath=".\anim\dynarr.c"
   2.172 +				>
   2.173 +			</File>
   2.174 +			<File
   2.175 +				RelativePath=".\anim\dynarr.h"
   2.176 +				>
   2.177 +			</File>
   2.178 +			<File
   2.179 +				RelativePath=".\anim\track.c"
   2.180 +				>
   2.181 +			</File>
   2.182 +			<File
   2.183 +				RelativePath=".\anim\track.h"
   2.184 +				>
   2.185 +			</File>
   2.186 +		</Filter>
   2.187 +		<Filter
   2.188 +			Name="drawtext"
   2.189 +			>
   2.190 +			<File
   2.191 +				RelativePath=".\drawtext\drawgl.c"
   2.192 +				>
   2.193 +			</File>
   2.194 +			<File
   2.195 +				RelativePath=".\drawtext\drawtext.h"
   2.196 +				>
   2.197 +			</File>
   2.198 +			<File
   2.199 +				RelativePath=".\drawtext\drawtext_impl.h"
   2.200 +				>
   2.201 +			</File>
   2.202 +			<File
   2.203 +				RelativePath=".\drawtext\font.c"
   2.204 +				>
   2.205 +			</File>
   2.206 +			<File
   2.207 +				RelativePath=".\drawtext\utf8.c"
   2.208 +				>
   2.209 +			</File>
   2.210 +		</Filter>
   2.211 +		<Filter
   2.212 +			Name="vmath"
   2.213 +			>
   2.214 +			<File
   2.215 +				RelativePath=".\vmath\basis.cc"
   2.216 +				>
   2.217 +			</File>
   2.218 +			<File
   2.219 +				RelativePath=".\vmath\basis.h"
   2.220 +				>
   2.221 +			</File>
   2.222 +			<File
   2.223 +				RelativePath=".\vmath\basis_c.c"
   2.224 +				>
   2.225 +			</File>
   2.226 +			<File
   2.227 +				RelativePath=".\vmath\geom.c"
   2.228 +				>
   2.229 +			</File>
   2.230 +			<File
   2.231 +				RelativePath=".\vmath\geom.h"
   2.232 +				>
   2.233 +			</File>
   2.234 +			<File
   2.235 +				RelativePath=".\vmath\matrix.cc"
   2.236 +				>
   2.237 +			</File>
   2.238 +			<File
   2.239 +				RelativePath=".\vmath\matrix.h"
   2.240 +				>
   2.241 +			</File>
   2.242 +			<File
   2.243 +				RelativePath=".\vmath\matrix.inl"
   2.244 +				>
   2.245 +			</File>
   2.246 +			<File
   2.247 +				RelativePath=".\vmath\matrix_c.c"
   2.248 +				>
   2.249 +			</File>
   2.250 +			<File
   2.251 +				RelativePath=".\vmath\quat.cc"
   2.252 +				>
   2.253 +			</File>
   2.254 +			<File
   2.255 +				RelativePath=".\vmath\quat.h"
   2.256 +				>
   2.257 +			</File>
   2.258 +			<File
   2.259 +				RelativePath=".\vmath\quat.inl"
   2.260 +				>
   2.261 +			</File>
   2.262 +			<File
   2.263 +				RelativePath=".\vmath\quat_c.c"
   2.264 +				>
   2.265 +			</File>
   2.266 +			<File
   2.267 +				RelativePath=".\vmath\ray.cc"
   2.268 +				>
   2.269 +			</File>
   2.270 +			<File
   2.271 +				RelativePath=".\vmath\ray.h"
   2.272 +				>
   2.273 +			</File>
   2.274 +			<File
   2.275 +				RelativePath=".\vmath\ray.inl"
   2.276 +				>
   2.277 +			</File>
   2.278 +			<File
   2.279 +				RelativePath=".\vmath\ray_c.c"
   2.280 +				>
   2.281 +			</File>
   2.282 +			<File
   2.283 +				RelativePath=".\vmath\sphvec.cc"
   2.284 +				>
   2.285 +			</File>
   2.286 +			<File
   2.287 +				RelativePath=".\vmath\sphvec.h"
   2.288 +				>
   2.289 +			</File>
   2.290 +			<File
   2.291 +				RelativePath=".\vmath\vector.cc"
   2.292 +				>
   2.293 +			</File>
   2.294 +			<File
   2.295 +				RelativePath=".\vmath\vector.h"
   2.296 +				>
   2.297 +			</File>
   2.298 +			<File
   2.299 +				RelativePath=".\vmath\vector.inl"
   2.300 +				>
   2.301 +			</File>
   2.302 +			<File
   2.303 +				RelativePath=".\vmath\vmath.c"
   2.304 +				>
   2.305 +			</File>
   2.306 +			<File
   2.307 +				RelativePath=".\vmath\vmath.h"
   2.308 +				>
   2.309 +			</File>
   2.310 +			<File
   2.311 +				RelativePath=".\vmath\vmath.inl"
   2.312 +				>
   2.313 +			</File>
   2.314 +			<File
   2.315 +				RelativePath=".\vmath\vmath_config.h"
   2.316 +				>
   2.317 +			</File>
   2.318 +			<File
   2.319 +				RelativePath=".\vmath\vmath_types.h"
   2.320 +				>
   2.321 +			</File>
   2.322 +		</Filter>
   2.323 +		<Filter
   2.324 +			Name="imago"
   2.325 +			>
   2.326 +			<File
   2.327 +				RelativePath=".\imago\conv.c"
   2.328 +				>
   2.329 +			</File>
   2.330 +			<File
   2.331 +				RelativePath=".\imago\file_jpeg.c"
   2.332 +				>
   2.333 +			</File>
   2.334 +			<File
   2.335 +				RelativePath=".\imago\file_png.c"
   2.336 +				>
   2.337 +			</File>
   2.338 +			<File
   2.339 +				RelativePath=".\imago\file_ppm.c"
   2.340 +				>
   2.341 +			</File>
   2.342 +			<File
   2.343 +				RelativePath=".\imago\file_rgbe.c"
   2.344 +				>
   2.345 +			</File>
   2.346 +			<File
   2.347 +				RelativePath=".\imago\ftype_module.c"
   2.348 +				>
   2.349 +			</File>
   2.350 +			<File
   2.351 +				RelativePath=".\imago\ftype_module.h"
   2.352 +				>
   2.353 +			</File>
   2.354 +			<File
   2.355 +				RelativePath=".\imago\imago2.c"
   2.356 +				>
   2.357 +			</File>
   2.358 +			<File
   2.359 +				RelativePath=".\imago\imago2.h"
   2.360 +				>
   2.361 +			</File>
   2.362 +			<File
   2.363 +				RelativePath=".\imago\imago_gl.c"
   2.364 +				>
   2.365 +			</File>
   2.366 +			<File
   2.367 +				RelativePath=".\imago\modules.c"
   2.368 +				>
   2.369 +			</File>
   2.370 +		</Filter>
   2.371 +		<Filter
   2.372 +			Name="psys"
   2.373 +			>
   2.374 +			<File
   2.375 +				RelativePath=".\psys\pattr.c"
   2.376 +				>
   2.377 +			</File>
   2.378 +			<File
   2.379 +				RelativePath=".\psys\pattr.h"
   2.380 +				>
   2.381 +			</File>
   2.382 +			<File
   2.383 +				RelativePath=".\psys\pstrack.c"
   2.384 +				>
   2.385 +			</File>
   2.386 +			<File
   2.387 +				RelativePath=".\psys\pstrack.h"
   2.388 +				>
   2.389 +			</File>
   2.390 +			<File
   2.391 +				RelativePath=".\psys\psys.c"
   2.392 +				>
   2.393 +			</File>
   2.394 +			<File
   2.395 +				RelativePath=".\psys\psys.h"
   2.396 +				>
   2.397 +			</File>
   2.398 +			<File
   2.399 +				RelativePath=".\psys\rndval.c"
   2.400 +				>
   2.401 +			</File>
   2.402 +			<File
   2.403 +				RelativePath=".\psys\rndval.h"
   2.404 +				>
   2.405 +			</File>
   2.406 +		</Filter>
   2.407 +		<Filter
   2.408 +			Name="ogg"
   2.409 +			>
   2.410 +			<File
   2.411 +				RelativePath=".\ogg\bitwise.c"
   2.412 +				>
   2.413 +			</File>
   2.414 +			<File
   2.415 +				RelativePath=".\ogg\framing.c"
   2.416 +				>
   2.417 +			</File>
   2.418 +			<File
   2.419 +				RelativePath=".\ogg\ogg.h"
   2.420 +				>
   2.421 +			</File>
   2.422 +			<File
   2.423 +				RelativePath=".\ogg\os_types.h"
   2.424 +				>
   2.425 +			</File>
   2.426 +		</Filter>
   2.427 +		<Filter
   2.428 +			Name="vorbis"
   2.429 +			>
   2.430 +			<File
   2.431 +				RelativePath=".\vorbis\analysis.c"
   2.432 +				>
   2.433 +			</File>
   2.434 +			<File
   2.435 +				RelativePath=".\vorbis\backends.h"
   2.436 +				>
   2.437 +			</File>
   2.438 +			<File
   2.439 +				RelativePath=".\vorbis\bitrate.c"
   2.440 +				>
   2.441 +			</File>
   2.442 +			<File
   2.443 +				RelativePath=".\vorbis\bitrate.h"
   2.444 +				>
   2.445 +			</File>
   2.446 +			<File
   2.447 +				RelativePath=".\vorbis\block.c"
   2.448 +				>
   2.449 +			</File>
   2.450 +			<File
   2.451 +				RelativePath=".\vorbis\codebook.c"
   2.452 +				>
   2.453 +			</File>
   2.454 +			<File
   2.455 +				RelativePath=".\vorbis\codebook.h"
   2.456 +				>
   2.457 +			</File>
   2.458 +			<File
   2.459 +				RelativePath=".\vorbis\codec.h"
   2.460 +				>
   2.461 +			</File>
   2.462 +			<File
   2.463 +				RelativePath=".\vorbis\codec_internal.h"
   2.464 +				>
   2.465 +			</File>
   2.466 +			<File
   2.467 +				RelativePath=".\vorbis\envelope.c"
   2.468 +				>
   2.469 +			</File>
   2.470 +			<File
   2.471 +				RelativePath=".\vorbis\envelope.h"
   2.472 +				>
   2.473 +			</File>
   2.474 +			<File
   2.475 +				RelativePath=".\vorbis\floor0.c"
   2.476 +				>
   2.477 +			</File>
   2.478 +			<File
   2.479 +				RelativePath=".\vorbis\floor1.c"
   2.480 +				>
   2.481 +			</File>
   2.482 +			<File
   2.483 +				RelativePath=".\vorbis\highlevel.h"
   2.484 +				>
   2.485 +			</File>
   2.486 +			<File
   2.487 +				RelativePath=".\vorbis\info.c"
   2.488 +				>
   2.489 +			</File>
   2.490 +			<File
   2.491 +				RelativePath=".\vorbis\lookup.c"
   2.492 +				>
   2.493 +			</File>
   2.494 +			<File
   2.495 +				RelativePath=".\vorbis\lookup.h"
   2.496 +				>
   2.497 +			</File>
   2.498 +			<File
   2.499 +				RelativePath=".\vorbis\lookup_data.h"
   2.500 +				>
   2.501 +			</File>
   2.502 +			<File
   2.503 +				RelativePath=".\vorbis\lpc.c"
   2.504 +				>
   2.505 +			</File>
   2.506 +			<File
   2.507 +				RelativePath=".\vorbis\lpc.h"
   2.508 +				>
   2.509 +			</File>
   2.510 +			<File
   2.511 +				RelativePath=".\vorbis\lsp.c"
   2.512 +				>
   2.513 +			</File>
   2.514 +			<File
   2.515 +				RelativePath=".\vorbis\lsp.h"
   2.516 +				>
   2.517 +			</File>
   2.518 +			<File
   2.519 +				RelativePath=".\vorbis\mapping0.c"
   2.520 +				>
   2.521 +			</File>
   2.522 +			<File
   2.523 +				RelativePath=".\vorbis\masking.h"
   2.524 +				>
   2.525 +			</File>
   2.526 +			<File
   2.527 +				RelativePath=".\vorbis\mdct.c"
   2.528 +				>
   2.529 +			</File>
   2.530 +			<File
   2.531 +				RelativePath=".\vorbis\mdct.h"
   2.532 +				>
   2.533 +			</File>
   2.534 +			<File
   2.535 +				RelativePath=".\vorbis\misc.h"
   2.536 +				>
   2.537 +			</File>
   2.538 +			<File
   2.539 +				RelativePath=".\vorbis\os.h"
   2.540 +				>
   2.541 +			</File>
   2.542 +			<File
   2.543 +				RelativePath=".\vorbis\psy.c"
   2.544 +				>
   2.545 +			</File>
   2.546 +			<File
   2.547 +				RelativePath=".\vorbis\psy.h"
   2.548 +				>
   2.549 +			</File>
   2.550 +			<File
   2.551 +				RelativePath=".\vorbis\registry.c"
   2.552 +				>
   2.553 +			</File>
   2.554 +			<File
   2.555 +				RelativePath=".\vorbis\registry.h"
   2.556 +				>
   2.557 +			</File>
   2.558 +			<File
   2.559 +				RelativePath=".\vorbis\res0.c"
   2.560 +				>
   2.561 +			</File>
   2.562 +			<File
   2.563 +				RelativePath=".\vorbis\scales.h"
   2.564 +				>
   2.565 +			</File>
   2.566 +			<File
   2.567 +				RelativePath=".\vorbis\sharedbook.c"
   2.568 +				>
   2.569 +			</File>
   2.570 +			<File
   2.571 +				RelativePath=".\vorbis\smallft.c"
   2.572 +				>
   2.573 +			</File>
   2.574 +			<File
   2.575 +				RelativePath=".\vorbis\smallft.h"
   2.576 +				>
   2.577 +			</File>
   2.578 +			<File
   2.579 +				RelativePath=".\vorbis\synthesis.c"
   2.580 +				>
   2.581 +			</File>
   2.582 +			<File
   2.583 +				RelativePath=".\vorbis\vorbisenc.c"
   2.584 +				>
   2.585 +			</File>
   2.586 +			<File
   2.587 +				RelativePath=".\vorbis\vorbisenc.h"
   2.588 +				>
   2.589 +			</File>
   2.590 +			<File
   2.591 +				RelativePath=".\vorbis\vorbisfile.c"
   2.592 +				>
   2.593 +			</File>
   2.594 +			<File
   2.595 +				RelativePath=".\vorbis\vorbisfile.h"
   2.596 +				>
   2.597 +			</File>
   2.598 +			<File
   2.599 +				RelativePath=".\vorbis\window.c"
   2.600 +				>
   2.601 +			</File>
   2.602 +			<File
   2.603 +				RelativePath=".\vorbis\window.h"
   2.604 +				>
   2.605 +			</File>
   2.606 +			<Filter
   2.607 +				Name="books"
   2.608 +				>
   2.609 +				<File
   2.610 +					RelativePath=".\vorbis\books\floor\floor_books.h"
   2.611 +					>
   2.612 +				</File>
   2.613 +				<File
   2.614 +					RelativePath=".\vorbis\books\coupled\res_books_51.h"
   2.615 +					>
   2.616 +				</File>
   2.617 +				<File
   2.618 +					RelativePath=".\vorbis\books\coupled\res_books_stereo.h"
   2.619 +					>
   2.620 +				</File>
   2.621 +				<File
   2.622 +					RelativePath=".\vorbis\books\uncoupled\res_books_uncoupled.h"
   2.623 +					>
   2.624 +				</File>
   2.625 +			</Filter>
   2.626 +			<Filter
   2.627 +				Name="modes"
   2.628 +				>
   2.629 +				<File
   2.630 +					RelativePath=".\vorbis\modes\floor_all.h"
   2.631 +					>
   2.632 +				</File>
   2.633 +				<File
   2.634 +					RelativePath=".\vorbis\modes\psych_11.h"
   2.635 +					>
   2.636 +				</File>
   2.637 +				<File
   2.638 +					RelativePath=".\vorbis\modes\psych_16.h"
   2.639 +					>
   2.640 +				</File>
   2.641 +				<File
   2.642 +					RelativePath=".\vorbis\modes\psych_44.h"
   2.643 +					>
   2.644 +				</File>
   2.645 +				<File
   2.646 +					RelativePath=".\vorbis\modes\psych_8.h"
   2.647 +					>
   2.648 +				</File>
   2.649 +				<File
   2.650 +					RelativePath=".\vorbis\modes\residue_16.h"
   2.651 +					>
   2.652 +				</File>
   2.653 +				<File
   2.654 +					RelativePath=".\vorbis\modes\residue_44.h"
   2.655 +					>
   2.656 +				</File>
   2.657 +				<File
   2.658 +					RelativePath=".\vorbis\modes\residue_44p51.h"
   2.659 +					>
   2.660 +				</File>
   2.661 +				<File
   2.662 +					RelativePath=".\vorbis\modes\residue_44u.h"
   2.663 +					>
   2.664 +				</File>
   2.665 +				<File
   2.666 +					RelativePath=".\vorbis\modes\residue_8.h"
   2.667 +					>
   2.668 +				</File>
   2.669 +				<File
   2.670 +					RelativePath=".\vorbis\modes\setup_11.h"
   2.671 +					>
   2.672 +				</File>
   2.673 +				<File
   2.674 +					RelativePath=".\vorbis\modes\setup_16.h"
   2.675 +					>
   2.676 +				</File>
   2.677 +				<File
   2.678 +					RelativePath=".\vorbis\modes\setup_22.h"
   2.679 +					>
   2.680 +				</File>
   2.681 +				<File
   2.682 +					RelativePath=".\vorbis\modes\setup_32.h"
   2.683 +					>
   2.684 +				</File>
   2.685 +				<File
   2.686 +					RelativePath=".\vorbis\modes\setup_44.h"
   2.687 +					>
   2.688 +				</File>
   2.689 +				<File
   2.690 +					RelativePath=".\vorbis\modes\setup_44p51.h"
   2.691 +					>
   2.692 +				</File>
   2.693 +				<File
   2.694 +					RelativePath=".\vorbis\modes\setup_44u.h"
   2.695 +					>
   2.696 +				</File>
   2.697 +				<File
   2.698 +					RelativePath=".\vorbis\modes\setup_8.h"
   2.699 +					>
   2.700 +				</File>
   2.701 +				<File
   2.702 +					RelativePath=".\vorbis\modes\setup_X.h"
   2.703 +					>
   2.704 +				</File>
   2.705 +			</Filter>
   2.706 +		</Filter>
   2.707 +		<Filter
   2.708 +			Name="libpng"
   2.709 +			>
   2.710 +			<File
   2.711 +				RelativePath=".\libpng\png.c"
   2.712 +				>
   2.713 +			</File>
   2.714 +			<File
   2.715 +				RelativePath=".\libpng\png.h"
   2.716 +				>
   2.717 +			</File>
   2.718 +			<File
   2.719 +				RelativePath=".\libpng\pngconf.h"
   2.720 +				>
   2.721 +			</File>
   2.722 +			<File
   2.723 +				RelativePath=".\libpng\pngerror.c"
   2.724 +				>
   2.725 +			</File>
   2.726 +			<File
   2.727 +				RelativePath=".\libpng\pnggccrd.c"
   2.728 +				>
   2.729 +			</File>
   2.730 +			<File
   2.731 +				RelativePath=".\libpng\pngget.c"
   2.732 +				>
   2.733 +			</File>
   2.734 +			<File
   2.735 +				RelativePath=".\libpng\pngmem.c"
   2.736 +				>
   2.737 +			</File>
   2.738 +			<File
   2.739 +				RelativePath=".\libpng\pngpread.c"
   2.740 +				>
   2.741 +			</File>
   2.742 +			<File
   2.743 +				RelativePath=".\libpng\pngread.c"
   2.744 +				>
   2.745 +			</File>
   2.746 +			<File
   2.747 +				RelativePath=".\libpng\pngrio.c"
   2.748 +				>
   2.749 +			</File>
   2.750 +			<File
   2.751 +				RelativePath=".\libpng\pngrtran.c"
   2.752 +				>
   2.753 +			</File>
   2.754 +			<File
   2.755 +				RelativePath=".\libpng\pngrutil.c"
   2.756 +				>
   2.757 +			</File>
   2.758 +			<File
   2.759 +				RelativePath=".\libpng\pngset.c"
   2.760 +				>
   2.761 +			</File>
   2.762 +			<File
   2.763 +				RelativePath=".\libpng\pngtrans.c"
   2.764 +				>
   2.765 +			</File>
   2.766 +			<File
   2.767 +				RelativePath=".\libpng\pngvcrd.c"
   2.768 +				>
   2.769 +			</File>
   2.770 +			<File
   2.771 +				RelativePath=".\libpng\pngwio.c"
   2.772 +				>
   2.773 +			</File>
   2.774 +			<File
   2.775 +				RelativePath=".\libpng\pngwrite.c"
   2.776 +				>
   2.777 +			</File>
   2.778 +			<File
   2.779 +				RelativePath=".\libpng\pngwtran.c"
   2.780 +				>
   2.781 +			</File>
   2.782 +			<File
   2.783 +				RelativePath=".\libpng\pngwutil.c"
   2.784 +				>
   2.785 +			</File>
   2.786 +		</Filter>
   2.787 +		<Filter
   2.788 +			Name="zlib"
   2.789 +			>
   2.790 +			<File
   2.791 +				RelativePath=".\zlib\adler32.c"
   2.792 +				>
   2.793 +			</File>
   2.794 +			<File
   2.795 +				RelativePath=".\zlib\compress.c"
   2.796 +				>
   2.797 +			</File>
   2.798 +			<File
   2.799 +				RelativePath=".\zlib\crc32.c"
   2.800 +				>
   2.801 +			</File>
   2.802 +			<File
   2.803 +				RelativePath=".\zlib\crc32.h"
   2.804 +				>
   2.805 +			</File>
   2.806 +			<File
   2.807 +				RelativePath=".\zlib\deflate.c"
   2.808 +				>
   2.809 +			</File>
   2.810 +			<File
   2.811 +				RelativePath=".\zlib\deflate.h"
   2.812 +				>
   2.813 +			</File>
   2.814 +			<File
   2.815 +				RelativePath=".\zlib\gzio.c"
   2.816 +				>
   2.817 +			</File>
   2.818 +			<File
   2.819 +				RelativePath=".\zlib\infback.c"
   2.820 +				>
   2.821 +			</File>
   2.822 +			<File
   2.823 +				RelativePath=".\zlib\inffast.c"
   2.824 +				>
   2.825 +			</File>
   2.826 +			<File
   2.827 +				RelativePath=".\zlib\inffast.h"
   2.828 +				>
   2.829 +			</File>
   2.830 +			<File
   2.831 +				RelativePath=".\zlib\inffixed.h"
   2.832 +				>
   2.833 +			</File>
   2.834 +			<File
   2.835 +				RelativePath=".\zlib\inflate.c"
   2.836 +				>
   2.837 +			</File>
   2.838 +			<File
   2.839 +				RelativePath=".\zlib\inflate.h"
   2.840 +				>
   2.841 +			</File>
   2.842 +			<File
   2.843 +				RelativePath=".\zlib\inftrees.c"
   2.844 +				>
   2.845 +			</File>
   2.846 +			<File
   2.847 +				RelativePath=".\zlib\inftrees.h"
   2.848 +				>
   2.849 +			</File>
   2.850 +			<File
   2.851 +				RelativePath=".\zlib\trees.c"
   2.852 +				>
   2.853 +			</File>
   2.854 +			<File
   2.855 +				RelativePath=".\zlib\trees.h"
   2.856 +				>
   2.857 +			</File>
   2.858 +			<File
   2.859 +				RelativePath=".\zlib\uncompr.c"
   2.860 +				>
   2.861 +			</File>
   2.862 +			<File
   2.863 +				RelativePath=".\zlib\zconf.h"
   2.864 +				>
   2.865 +			</File>
   2.866 +			<File
   2.867 +				RelativePath=".\zlib\zlib.h"
   2.868 +				>
   2.869 +			</File>
   2.870 +			<File
   2.871 +				RelativePath=".\zlib\zutil.c"
   2.872 +				>
   2.873 +			</File>
   2.874 +			<File
   2.875 +				RelativePath=".\zlib\zutil.h"
   2.876 +				>
   2.877 +			</File>
   2.878 +		</Filter>
   2.879 +		<Filter
   2.880 +			Name="libjpeg"
   2.881 +			>
   2.882 +			<File
   2.883 +				RelativePath=".\libjpeg\cderror.h"
   2.884 +				>
   2.885 +			</File>
   2.886 +			<File
   2.887 +				RelativePath=".\libjpeg\jcapimin.c"
   2.888 +				>
   2.889 +			</File>
   2.890 +			<File
   2.891 +				RelativePath=".\libjpeg\jcapistd.c"
   2.892 +				>
   2.893 +			</File>
   2.894 +			<File
   2.895 +				RelativePath=".\libjpeg\jccoefct.c"
   2.896 +				>
   2.897 +			</File>
   2.898 +			<File
   2.899 +				RelativePath=".\libjpeg\jccolor.c"
   2.900 +				>
   2.901 +			</File>
   2.902 +			<File
   2.903 +				RelativePath=".\libjpeg\jcdctmgr.c"
   2.904 +				>
   2.905 +			</File>
   2.906 +			<File
   2.907 +				RelativePath=".\libjpeg\jchuff.c"
   2.908 +				>
   2.909 +			</File>
   2.910 +			<File
   2.911 +				RelativePath=".\libjpeg\jchuff.h"
   2.912 +				>
   2.913 +			</File>
   2.914 +			<File
   2.915 +				RelativePath=".\libjpeg\jcinit.c"
   2.916 +				>
   2.917 +			</File>
   2.918 +			<File
   2.919 +				RelativePath=".\libjpeg\jcmainct.c"
   2.920 +				>
   2.921 +			</File>
   2.922 +			<File
   2.923 +				RelativePath=".\libjpeg\jcmarker.c"
   2.924 +				>
   2.925 +			</File>
   2.926 +			<File
   2.927 +				RelativePath=".\libjpeg\jcmaster.c"
   2.928 +				>
   2.929 +			</File>
   2.930 +			<File
   2.931 +				RelativePath=".\libjpeg\jcomapi.c"
   2.932 +				>
   2.933 +			</File>
   2.934 +			<File
   2.935 +				RelativePath=".\libjpeg\jconfig.h"
   2.936 +				>
   2.937 +			</File>
   2.938 +			<File
   2.939 +				RelativePath=".\libjpeg\jcparam.c"
   2.940 +				>
   2.941 +			</File>
   2.942 +			<File
   2.943 +				RelativePath=".\libjpeg\jcphuff.c"
   2.944 +				>
   2.945 +			</File>
   2.946 +			<File
   2.947 +				RelativePath=".\libjpeg\jcprepct.c"
   2.948 +				>
   2.949 +			</File>
   2.950 +			<File
   2.951 +				RelativePath=".\libjpeg\jcsample.c"
   2.952 +				>
   2.953 +			</File>
   2.954 +			<File
   2.955 +				RelativePath=".\libjpeg\jctrans.c"
   2.956 +				>
   2.957 +			</File>
   2.958 +			<File
   2.959 +				RelativePath=".\libjpeg\jdapimin.c"
   2.960 +				>
   2.961 +			</File>
   2.962 +			<File
   2.963 +				RelativePath=".\libjpeg\jdapistd.c"
   2.964 +				>
   2.965 +			</File>
   2.966 +			<File
   2.967 +				RelativePath=".\libjpeg\jdatadst.c"
   2.968 +				>
   2.969 +			</File>
   2.970 +			<File
   2.971 +				RelativePath=".\libjpeg\jdatasrc.c"
   2.972 +				>
   2.973 +			</File>
   2.974 +			<File
   2.975 +				RelativePath=".\libjpeg\jdcoefct.c"
   2.976 +				>
   2.977 +			</File>
   2.978 +			<File
   2.979 +				RelativePath=".\libjpeg\jdcolor.c"
   2.980 +				>
   2.981 +			</File>
   2.982 +			<File
   2.983 +				RelativePath=".\libjpeg\jdct.h"
   2.984 +				>
   2.985 +			</File>
   2.986 +			<File
   2.987 +				RelativePath=".\libjpeg\jddctmgr.c"
   2.988 +				>
   2.989 +			</File>
   2.990 +			<File
   2.991 +				RelativePath=".\libjpeg\jdhuff.c"
   2.992 +				>
   2.993 +			</File>
   2.994 +			<File
   2.995 +				RelativePath=".\libjpeg\jdhuff.h"
   2.996 +				>
   2.997 +			</File>
   2.998 +			<File
   2.999 +				RelativePath=".\libjpeg\jdinput.c"
  2.1000 +				>
  2.1001 +			</File>
  2.1002 +			<File
  2.1003 +				RelativePath=".\libjpeg\jdmainct.c"
  2.1004 +				>
  2.1005 +			</File>
  2.1006 +			<File
  2.1007 +				RelativePath=".\libjpeg\jdmarker.c"
  2.1008 +				>
  2.1009 +			</File>
  2.1010 +			<File
  2.1011 +				RelativePath=".\libjpeg\jdmaster.c"
  2.1012 +				>
  2.1013 +			</File>
  2.1014 +			<File
  2.1015 +				RelativePath=".\libjpeg\jdmerge.c"
  2.1016 +				>
  2.1017 +			</File>
  2.1018 +			<File
  2.1019 +				RelativePath=".\libjpeg\jdphuff.c"
  2.1020 +				>
  2.1021 +			</File>
  2.1022 +			<File
  2.1023 +				RelativePath=".\libjpeg\jdpostct.c"
  2.1024 +				>
  2.1025 +			</File>
  2.1026 +			<File
  2.1027 +				RelativePath=".\libjpeg\jdsample.c"
  2.1028 +				>
  2.1029 +			</File>
  2.1030 +			<File
  2.1031 +				RelativePath=".\libjpeg\jdtrans.c"
  2.1032 +				>
  2.1033 +			</File>
  2.1034 +			<File
  2.1035 +				RelativePath=".\libjpeg\jerror.c"
  2.1036 +				>
  2.1037 +			</File>
  2.1038 +			<File
  2.1039 +				RelativePath=".\libjpeg\jerror.h"
  2.1040 +				>
  2.1041 +			</File>
  2.1042 +			<File
  2.1043 +				RelativePath=".\libjpeg\jfdctflt.c"
  2.1044 +				>
  2.1045 +			</File>
  2.1046 +			<File
  2.1047 +				RelativePath=".\libjpeg\jfdctfst.c"
  2.1048 +				>
  2.1049 +			</File>
  2.1050 +			<File
  2.1051 +				RelativePath=".\libjpeg\jfdctint.c"
  2.1052 +				>
  2.1053 +			</File>
  2.1054 +			<File
  2.1055 +				RelativePath=".\libjpeg\jidctflt.c"
  2.1056 +				>
  2.1057 +			</File>
  2.1058 +			<File
  2.1059 +				RelativePath=".\libjpeg\jidctfst.c"
  2.1060 +				>
  2.1061 +			</File>
  2.1062 +			<File
  2.1063 +				RelativePath=".\libjpeg\jidctint.c"
  2.1064 +				>
  2.1065 +			</File>
  2.1066 +			<File
  2.1067 +				RelativePath=".\libjpeg\jidctred.c"
  2.1068 +				>
  2.1069 +			</File>
  2.1070 +			<File
  2.1071 +				RelativePath=".\libjpeg\jinclude.h"
  2.1072 +				>
  2.1073 +			</File>
  2.1074 +			<File
  2.1075 +				RelativePath=".\libjpeg\jmemmgr.c"
  2.1076 +				>
  2.1077 +			</File>
  2.1078 +			<File
  2.1079 +				RelativePath=".\libjpeg\jmemnobs.c"
  2.1080 +				>
  2.1081 +			</File>
  2.1082 +			<File
  2.1083 +				RelativePath=".\libjpeg\jmemsys.h"
  2.1084 +				>
  2.1085 +			</File>
  2.1086 +			<File
  2.1087 +				RelativePath=".\libjpeg\jmorecfg.h"
  2.1088 +				>
  2.1089 +			</File>
  2.1090 +			<File
  2.1091 +				RelativePath=".\libjpeg\jpegint.h"
  2.1092 +				>
  2.1093 +			</File>
  2.1094 +			<File
  2.1095 +				RelativePath=".\libjpeg\jpeglib.h"
  2.1096 +				>
  2.1097 +			</File>
  2.1098 +			<File
  2.1099 +				RelativePath=".\libjpeg\jquant1.c"
  2.1100 +				>
  2.1101 +			</File>
  2.1102 +			<File
  2.1103 +				RelativePath=".\libjpeg\jquant2.c"
  2.1104 +				>
  2.1105 +			</File>
  2.1106 +			<File
  2.1107 +				RelativePath=".\libjpeg\jutils.c"
  2.1108 +				>
  2.1109 +			</File>
  2.1110 +			<File
  2.1111 +				RelativePath=".\libjpeg\jversion.h"
  2.1112 +				>
  2.1113 +			</File>
  2.1114 +		</Filter>
  2.1115 +		<Filter
  2.1116 +			Name="kissfft"
  2.1117 +			>
  2.1118 +			<File
  2.1119 +				RelativePath=".\kissfft\_kiss_fft_guts.h"
  2.1120 +				>
  2.1121 +			</File>
  2.1122 +			<File
  2.1123 +				RelativePath=".\kissfft\kiss_fft.c"
  2.1124 +				>
  2.1125 +			</File>
  2.1126 +			<File
  2.1127 +				RelativePath=".\kissfft\kiss_fft.h"
  2.1128 +				>
  2.1129 +			</File>
  2.1130 +			<File
  2.1131 +				RelativePath=".\kissfft\kiss_fftr.c"
  2.1132 +				>
  2.1133 +			</File>
  2.1134 +			<File
  2.1135 +				RelativePath=".\kissfft\kiss_fftr.h"
  2.1136 +				>
  2.1137 +			</File>
  2.1138 +		</Filter>
  2.1139 +	</Files>
  2.1140 +	<Globals>
  2.1141 +	</Globals>
  2.1142 +</VisualStudioProject>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/vrshoot.sln	Sun Feb 02 18:36:38 2014 +0200
     3.3 @@ -0,0 +1,32 @@
     3.4 +
     3.5 +Microsoft Visual Studio Solution File, Format Version 10.00
     3.6 +# Visual Studio 2008
     3.7 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vrshoot", "vrshoot.vcproj", "{ED0298F3-7E4D-456C-86ED-51FFBBEE28E8}"
     3.8 +EndProject
     3.9 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "assimp", "libs\assimp\assimp.vcproj", "{399E4545-E928-4D29-B21C-E0B8CD97CB3B}"
    3.10 +EndProject
    3.11 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mylibs", "libs\libs.vcproj", "{49979423-62BD-4E8C-BE0C-5DA14162FFBB}"
    3.12 +EndProject
    3.13 +Global
    3.14 +	GlobalSection(SolutionConfigurationPlatforms) = preSolution
    3.15 +		Debug|Win32 = Debug|Win32
    3.16 +		Release|Win32 = Release|Win32
    3.17 +	EndGlobalSection
    3.18 +	GlobalSection(ProjectConfigurationPlatforms) = postSolution
    3.19 +		{ED0298F3-7E4D-456C-86ED-51FFBBEE28E8}.Debug|Win32.ActiveCfg = Debug|Win32
    3.20 +		{ED0298F3-7E4D-456C-86ED-51FFBBEE28E8}.Debug|Win32.Build.0 = Debug|Win32
    3.21 +		{ED0298F3-7E4D-456C-86ED-51FFBBEE28E8}.Release|Win32.ActiveCfg = Release|Win32
    3.22 +		{ED0298F3-7E4D-456C-86ED-51FFBBEE28E8}.Release|Win32.Build.0 = Release|Win32
    3.23 +		{399E4545-E928-4D29-B21C-E0B8CD97CB3B}.Debug|Win32.ActiveCfg = Debug|Win32
    3.24 +		{399E4545-E928-4D29-B21C-E0B8CD97CB3B}.Debug|Win32.Build.0 = Debug|Win32
    3.25 +		{399E4545-E928-4D29-B21C-E0B8CD97CB3B}.Release|Win32.ActiveCfg = Release|Win32
    3.26 +		{399E4545-E928-4D29-B21C-E0B8CD97CB3B}.Release|Win32.Build.0 = Release|Win32
    3.27 +		{49979423-62BD-4E8C-BE0C-5DA14162FFBB}.Debug|Win32.ActiveCfg = Debug|Win32
    3.28 +		{49979423-62BD-4E8C-BE0C-5DA14162FFBB}.Debug|Win32.Build.0 = Debug|Win32
    3.29 +		{49979423-62BD-4E8C-BE0C-5DA14162FFBB}.Release|Win32.ActiveCfg = Release|Win32
    3.30 +		{49979423-62BD-4E8C-BE0C-5DA14162FFBB}.Release|Win32.Build.0 = Release|Win32
    3.31 +	EndGlobalSection
    3.32 +	GlobalSection(SolutionProperties) = preSolution
    3.33 +		HideSolutionNode = FALSE
    3.34 +	EndGlobalSection
    3.35 +EndGlobal
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/vrshoot.vcproj	Sun Feb 02 18:36:38 2014 +0200
     4.3 @@ -0,0 +1,477 @@
     4.4 +<?xml version="1.0" encoding="Windows-1252"?>
     4.5 +<VisualStudioProject
     4.6 +	ProjectType="Visual C++"
     4.7 +	Version="9.00"
     4.8 +	Name="vrshoot"
     4.9 +	ProjectGUID="{ED0298F3-7E4D-456C-86ED-51FFBBEE28E8}"
    4.10 +	RootNamespace="vrshoot"
    4.11 +	Keyword="Win32Proj"
    4.12 +	TargetFrameworkVersion="196613"
    4.13 +	>
    4.14 +	<Platforms>
    4.15 +		<Platform
    4.16 +			Name="Win32"
    4.17 +		/>
    4.18 +	</Platforms>
    4.19 +	<ToolFiles>
    4.20 +	</ToolFiles>
    4.21 +	<Configurations>
    4.22 +		<Configuration
    4.23 +			Name="Debug|Win32"
    4.24 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    4.25 +			IntermediateDirectory="$(ConfigurationName)"
    4.26 +			ConfigurationType="1"
    4.27 +			CharacterSet="2"
    4.28 +			>
    4.29 +			<Tool
    4.30 +				Name="VCPreBuildEventTool"
    4.31 +			/>
    4.32 +			<Tool
    4.33 +				Name="VCCustomBuildTool"
    4.34 +			/>
    4.35 +			<Tool
    4.36 +				Name="VCXMLDataGeneratorTool"
    4.37 +			/>
    4.38 +			<Tool
    4.39 +				Name="VCWebServiceProxyGeneratorTool"
    4.40 +			/>
    4.41 +			<Tool
    4.42 +				Name="VCMIDLTool"
    4.43 +			/>
    4.44 +			<Tool
    4.45 +				Name="VCCLCompilerTool"
    4.46 +				Optimization="0"
    4.47 +				AdditionalIncludeDirectories="&quot;$(ProjectDir)/src&quot;;&quot;$(ProjectDir)/src/audio&quot;;&quot;$(ProjectDir)/src/vccompat&quot;;&quot;$(ProjectDir)/libs&quot;;&quot;$(ProjectDir)/libs/kissfft&quot;"
    4.48 +				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
    4.49 +				MinimalRebuild="true"
    4.50 +				BasicRuntimeChecks="3"
    4.51 +				RuntimeLibrary="3"
    4.52 +				UsePrecompiledHeader="0"
    4.53 +				WarningLevel="3"
    4.54 +				DebugInformationFormat="4"
    4.55 +				DisableSpecificWarnings="4244;4996"
    4.56 +			/>
    4.57 +			<Tool
    4.58 +				Name="VCManagedResourceCompilerTool"
    4.59 +			/>
    4.60 +			<Tool
    4.61 +				Name="VCResourceCompilerTool"
    4.62 +			/>
    4.63 +			<Tool
    4.64 +				Name="VCPreLinkEventTool"
    4.65 +			/>
    4.66 +			<Tool
    4.67 +				Name="VCLinkerTool"
    4.68 +				AdditionalDependencies="libs.lib assimp.lib opengl32.lib glut32.lib glew32.lib freetype.lib OpenAL32.lib pthreadVC2.lib"
    4.69 +				LinkIncremental="2"
    4.70 +				AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
    4.71 +				GenerateDebugInformation="true"
    4.72 +				SubSystem="1"
    4.73 +				TargetMachine="1"
    4.74 +			/>
    4.75 +			<Tool
    4.76 +				Name="VCALinkTool"
    4.77 +			/>
    4.78 +			<Tool
    4.79 +				Name="VCManifestTool"
    4.80 +			/>
    4.81 +			<Tool
    4.82 +				Name="VCXDCMakeTool"
    4.83 +			/>
    4.84 +			<Tool
    4.85 +				Name="VCBscMakeTool"
    4.86 +			/>
    4.87 +			<Tool
    4.88 +				Name="VCFxCopTool"
    4.89 +			/>
    4.90 +			<Tool
    4.91 +				Name="VCAppVerifierTool"
    4.92 +			/>
    4.93 +			<Tool
    4.94 +				Name="VCPostBuildEventTool"
    4.95 +			/>
    4.96 +		</Configuration>
    4.97 +		<Configuration
    4.98 +			Name="Release|Win32"
    4.99 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
   4.100 +			IntermediateDirectory="$(ConfigurationName)"
   4.101 +			ConfigurationType="1"
   4.102 +			CharacterSet="2"
   4.103 +			WholeProgramOptimization="1"
   4.104 +			>
   4.105 +			<Tool
   4.106 +				Name="VCPreBuildEventTool"
   4.107 +			/>
   4.108 +			<Tool
   4.109 +				Name="VCCustomBuildTool"
   4.110 +			/>
   4.111 +			<Tool
   4.112 +				Name="VCXMLDataGeneratorTool"
   4.113 +			/>
   4.114 +			<Tool
   4.115 +				Name="VCWebServiceProxyGeneratorTool"
   4.116 +			/>
   4.117 +			<Tool
   4.118 +				Name="VCMIDLTool"
   4.119 +			/>
   4.120 +			<Tool
   4.121 +				Name="VCCLCompilerTool"
   4.122 +				Optimization="2"
   4.123 +				EnableIntrinsicFunctions="true"
   4.124 +				AdditionalIncludeDirectories="&quot;$(ProjectDir)/src&quot;;&quot;$(ProjectDir)/src/audio&quot;;&quot;$(ProjectDir)/src/vccompat&quot;;&quot;$(ProjectDir)/libs&quot;;&quot;$(ProjectDir)/libs/kissfft&quot;"
   4.125 +				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
   4.126 +				RuntimeLibrary="2"
   4.127 +				EnableFunctionLevelLinking="true"
   4.128 +				UsePrecompiledHeader="0"
   4.129 +				WarningLevel="3"
   4.130 +				DebugInformationFormat="3"
   4.131 +				DisableSpecificWarnings="4244;4996"
   4.132 +			/>
   4.133 +			<Tool
   4.134 +				Name="VCManagedResourceCompilerTool"
   4.135 +			/>
   4.136 +			<Tool
   4.137 +				Name="VCResourceCompilerTool"
   4.138 +			/>
   4.139 +			<Tool
   4.140 +				Name="VCPreLinkEventTool"
   4.141 +			/>
   4.142 +			<Tool
   4.143 +				Name="VCLinkerTool"
   4.144 +				AdditionalDependencies="libs.lib assimp.lib opengl32.lib glut32.lib glew32.lib freetype.lib OpenAL32.lib pthreadVC2.lib"
   4.145 +				LinkIncremental="1"
   4.146 +				AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
   4.147 +				GenerateDebugInformation="true"
   4.148 +				SubSystem="1"
   4.149 +				OptimizeReferences="2"
   4.150 +				EnableCOMDATFolding="2"
   4.151 +				TargetMachine="1"
   4.152 +			/>
   4.153 +			<Tool
   4.154 +				Name="VCALinkTool"
   4.155 +			/>
   4.156 +			<Tool
   4.157 +				Name="VCManifestTool"
   4.158 +			/>
   4.159 +			<Tool
   4.160 +				Name="VCXDCMakeTool"
   4.161 +			/>
   4.162 +			<Tool
   4.163 +				Name="VCBscMakeTool"
   4.164 +			/>
   4.165 +			<Tool
   4.166 +				Name="VCFxCopTool"
   4.167 +			/>
   4.168 +			<Tool
   4.169 +				Name="VCAppVerifierTool"
   4.170 +			/>
   4.171 +			<Tool
   4.172 +				Name="VCPostBuildEventTool"
   4.173 +			/>
   4.174 +		</Configuration>
   4.175 +	</Configurations>
   4.176 +	<References>
   4.177 +	</References>
   4.178 +	<Files>
   4.179 +		<Filter
   4.180 +			Name="src"
   4.181 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h;inl"
   4.182 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   4.183 +			>
   4.184 +			<File
   4.185 +				RelativePath=".\src\assload.cc"
   4.186 +				>
   4.187 +			</File>
   4.188 +			<File
   4.189 +				RelativePath=".\src\assload.h"
   4.190 +				>
   4.191 +			</File>
   4.192 +			<File
   4.193 +				RelativePath=".\src\curve.cc"
   4.194 +				>
   4.195 +			</File>
   4.196 +			<File
   4.197 +				RelativePath=".\src\curve.h"
   4.198 +				>
   4.199 +			</File>
   4.200 +			<File
   4.201 +				RelativePath=".\src\datapath.cc"
   4.202 +				>
   4.203 +			</File>
   4.204 +			<File
   4.205 +				RelativePath=".\src\datapath.h"
   4.206 +				>
   4.207 +			</File>
   4.208 +			<File
   4.209 +				RelativePath=".\src\dataset.h"
   4.210 +				>
   4.211 +			</File>
   4.212 +			<File
   4.213 +				RelativePath=".\src\dataset.inl"
   4.214 +				>
   4.215 +			</File>
   4.216 +			<File
   4.217 +				RelativePath=".\src\enemy.cc"
   4.218 +				>
   4.219 +			</File>
   4.220 +			<File
   4.221 +				RelativePath=".\src\enemy.h"
   4.222 +				>
   4.223 +			</File>
   4.224 +			<File
   4.225 +				RelativePath=".\src\game.cc"
   4.226 +				>
   4.227 +			</File>
   4.228 +			<File
   4.229 +				RelativePath=".\src\game.h"
   4.230 +				>
   4.231 +			</File>
   4.232 +			<File
   4.233 +				RelativePath=".\src\geom.cc"
   4.234 +				>
   4.235 +			</File>
   4.236 +			<File
   4.237 +				RelativePath=".\src\geom.h"
   4.238 +				>
   4.239 +			</File>
   4.240 +			<File
   4.241 +				RelativePath=".\src\gfxutil.cc"
   4.242 +				>
   4.243 +			</File>
   4.244 +			<File
   4.245 +				RelativePath=".\src\gfxutil.h"
   4.246 +				>
   4.247 +			</File>
   4.248 +			<File
   4.249 +				RelativePath=".\src\image.cc"
   4.250 +				>
   4.251 +			</File>
   4.252 +			<File
   4.253 +				RelativePath=".\src\image.h"
   4.254 +				>
   4.255 +			</File>
   4.256 +			<File
   4.257 +				RelativePath=".\src\input.cc"
   4.258 +				>
   4.259 +			</File>
   4.260 +			<File
   4.261 +				RelativePath=".\src\input.h"
   4.262 +				>
   4.263 +			</File>
   4.264 +			<File
   4.265 +				RelativePath=".\src\level.cc"
   4.266 +				>
   4.267 +			</File>
   4.268 +			<File
   4.269 +				RelativePath=".\src\level.h"
   4.270 +				>
   4.271 +			</File>
   4.272 +			<File
   4.273 +				RelativePath=".\src\logger.cc"
   4.274 +				>
   4.275 +			</File>
   4.276 +			<File
   4.277 +				RelativePath=".\src\logger.h"
   4.278 +				>
   4.279 +			</File>
   4.280 +			<File
   4.281 +				RelativePath=".\src\main_glut.cc"
   4.282 +				>
   4.283 +			</File>
   4.284 +			<File
   4.285 +				RelativePath=".\src\material.cc"
   4.286 +				>
   4.287 +			</File>
   4.288 +			<File
   4.289 +				RelativePath=".\src\material.h"
   4.290 +				>
   4.291 +			</File>
   4.292 +			<File
   4.293 +				RelativePath=".\src\mesh.cc"
   4.294 +				>
   4.295 +			</File>
   4.296 +			<File
   4.297 +				RelativePath=".\src\mesh.h"
   4.298 +				>
   4.299 +			</File>
   4.300 +			<File
   4.301 +				RelativePath=".\src\meshgen.cc"
   4.302 +				>
   4.303 +			</File>
   4.304 +			<File
   4.305 +				RelativePath=".\src\meshgen.h"
   4.306 +				>
   4.307 +			</File>
   4.308 +			<File
   4.309 +				RelativePath=".\src\object.cc"
   4.310 +				>
   4.311 +			</File>
   4.312 +			<File
   4.313 +				RelativePath=".\src\object.h"
   4.314 +				>
   4.315 +			</File>
   4.316 +			<File
   4.317 +				RelativePath=".\src\opengl.cc"
   4.318 +				>
   4.319 +			</File>
   4.320 +			<File
   4.321 +				RelativePath=".\src\opengl.h"
   4.322 +				>
   4.323 +			</File>
   4.324 +			<File
   4.325 +				RelativePath=".\src\psyspp.cc"
   4.326 +				>
   4.327 +			</File>
   4.328 +			<File
   4.329 +				RelativePath=".\src\psyspp.h"
   4.330 +				>
   4.331 +			</File>
   4.332 +			<File
   4.333 +				RelativePath=".\src\scene.cc"
   4.334 +				>
   4.335 +			</File>
   4.336 +			<File
   4.337 +				RelativePath=".\src\scene.h"
   4.338 +				>
   4.339 +			</File>
   4.340 +			<File
   4.341 +				RelativePath=".\src\scr_debug.cc"
   4.342 +				>
   4.343 +			</File>
   4.344 +			<File
   4.345 +				RelativePath=".\src\scr_debug.h"
   4.346 +				>
   4.347 +			</File>
   4.348 +			<File
   4.349 +				RelativePath=".\src\scr_game.cc"
   4.350 +				>
   4.351 +			</File>
   4.352 +			<File
   4.353 +				RelativePath=".\src\scr_game.h"
   4.354 +				>
   4.355 +			</File>
   4.356 +			<File
   4.357 +				RelativePath=".\src\scr_overlay.cc"
   4.358 +				>
   4.359 +			</File>
   4.360 +			<File
   4.361 +				RelativePath=".\src\scr_overlay.h"
   4.362 +				>
   4.363 +			</File>
   4.364 +			<File
   4.365 +				RelativePath=".\src\screen.cc"
   4.366 +				>
   4.367 +			</File>
   4.368 +			<File
   4.369 +				RelativePath=".\src\screen.h"
   4.370 +				>
   4.371 +			</File>
   4.372 +			<File
   4.373 +				RelativePath=".\src\sdrman.cc"
   4.374 +				>
   4.375 +			</File>
   4.376 +			<File
   4.377 +				RelativePath=".\src\sdrman.h"
   4.378 +				>
   4.379 +			</File>
   4.380 +			<File
   4.381 +				RelativePath=".\src\shader.cc"
   4.382 +				>
   4.383 +			</File>
   4.384 +			<File
   4.385 +				RelativePath=".\src\shader.h"
   4.386 +				>
   4.387 +			</File>
   4.388 +			<File
   4.389 +				RelativePath=".\src\texgen.cc"
   4.390 +				>
   4.391 +			</File>
   4.392 +			<File
   4.393 +				RelativePath=".\src\texgen.h"
   4.394 +				>
   4.395 +			</File>
   4.396 +			<File
   4.397 +				RelativePath=".\src\texman.cc"
   4.398 +				>
   4.399 +			</File>
   4.400 +			<File
   4.401 +				RelativePath=".\src\texman.h"
   4.402 +				>
   4.403 +			</File>
   4.404 +			<File
   4.405 +				RelativePath=".\src\texture.cc"
   4.406 +				>
   4.407 +			</File>
   4.408 +			<File
   4.409 +				RelativePath=".\src\texture.h"
   4.410 +				>
   4.411 +			</File>
   4.412 +			<File
   4.413 +				RelativePath=".\src\timer.cc"
   4.414 +				>
   4.415 +			</File>
   4.416 +			<File
   4.417 +				RelativePath=".\src\timer.h"
   4.418 +				>
   4.419 +			</File>
   4.420 +			<File
   4.421 +				RelativePath=".\src\unistate.cc"
   4.422 +				>
   4.423 +			</File>
   4.424 +			<File
   4.425 +				RelativePath=".\src\unistate.h"
   4.426 +				>
   4.427 +			</File>
   4.428 +			<File
   4.429 +				RelativePath=".\src\xform_node.cc"
   4.430 +				>
   4.431 +			</File>
   4.432 +			<File
   4.433 +				RelativePath=".\src\xform_node.h"
   4.434 +				>
   4.435 +			</File>
   4.436 +			<Filter
   4.437 +				Name="vccompat"
   4.438 +				>
   4.439 +				<File
   4.440 +					RelativePath=".\src\vccompat\stdint.h"
   4.441 +					>
   4.442 +				</File>
   4.443 +			</Filter>
   4.444 +			<Filter
   4.445 +				Name="audio"
   4.446 +				>
   4.447 +				<File
   4.448 +					RelativePath=".\src\audio\audio.cc"
   4.449 +					>
   4.450 +				</File>
   4.451 +				<File
   4.452 +					RelativePath=".\src\audio\audio.h"
   4.453 +					>
   4.454 +				</File>
   4.455 +				<File
   4.456 +					RelativePath=".\src\audio\openal.h"
   4.457 +					>
   4.458 +				</File>
   4.459 +				<File
   4.460 +					RelativePath=".\src\audio\ovstream.cc"
   4.461 +					>
   4.462 +				</File>
   4.463 +				<File
   4.464 +					RelativePath=".\src\audio\ovstream.h"
   4.465 +					>
   4.466 +				</File>
   4.467 +				<File
   4.468 +					RelativePath=".\src\audio\stream.cc"
   4.469 +					>
   4.470 +				</File>
   4.471 +				<File
   4.472 +					RelativePath=".\src\audio\stream.h"
   4.473 +					>
   4.474 +				</File>
   4.475 +			</Filter>
   4.476 +		</Filter>
   4.477 +	</Files>
   4.478 +	<Globals>
   4.479 +	</Globals>
   4.480 +</VisualStudioProject>