vrshoot

diff vrshoot.vcproj @ 2:334d17aed7de

visual studio project files
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Feb 2014 18:36:38 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/vrshoot.vcproj	Sun Feb 02 18:36:38 2014 +0200
     1.3 @@ -0,0 +1,477 @@
     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="vrshoot"
     1.9 +	ProjectGUID="{ED0298F3-7E4D-456C-86ED-51FFBBEE28E8}"
    1.10 +	RootNamespace="vrshoot"
    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="1"
    1.27 +			CharacterSet="2"
    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="&quot;$(ProjectDir)/src&quot;;&quot;$(ProjectDir)/src/audio&quot;;&quot;$(ProjectDir)/src/vccompat&quot;;&quot;$(ProjectDir)/libs&quot;;&quot;$(ProjectDir)/libs/kissfft&quot;"
    1.48 +				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
    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"
    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 +				AdditionalDependencies="libs.lib assimp.lib opengl32.lib glut32.lib glew32.lib freetype.lib OpenAL32.lib pthreadVC2.lib"
    1.69 +				LinkIncremental="2"
    1.70 +				AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
    1.71 +				GenerateDebugInformation="true"
    1.72 +				SubSystem="1"
    1.73 +				TargetMachine="1"
    1.74 +			/>
    1.75 +			<Tool
    1.76 +				Name="VCALinkTool"
    1.77 +			/>
    1.78 +			<Tool
    1.79 +				Name="VCManifestTool"
    1.80 +			/>
    1.81 +			<Tool
    1.82 +				Name="VCXDCMakeTool"
    1.83 +			/>
    1.84 +			<Tool
    1.85 +				Name="VCBscMakeTool"
    1.86 +			/>
    1.87 +			<Tool
    1.88 +				Name="VCFxCopTool"
    1.89 +			/>
    1.90 +			<Tool
    1.91 +				Name="VCAppVerifierTool"
    1.92 +			/>
    1.93 +			<Tool
    1.94 +				Name="VCPostBuildEventTool"
    1.95 +			/>
    1.96 +		</Configuration>
    1.97 +		<Configuration
    1.98 +			Name="Release|Win32"
    1.99 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
   1.100 +			IntermediateDirectory="$(ConfigurationName)"
   1.101 +			ConfigurationType="1"
   1.102 +			CharacterSet="2"
   1.103 +			WholeProgramOptimization="1"
   1.104 +			>
   1.105 +			<Tool
   1.106 +				Name="VCPreBuildEventTool"
   1.107 +			/>
   1.108 +			<Tool
   1.109 +				Name="VCCustomBuildTool"
   1.110 +			/>
   1.111 +			<Tool
   1.112 +				Name="VCXMLDataGeneratorTool"
   1.113 +			/>
   1.114 +			<Tool
   1.115 +				Name="VCWebServiceProxyGeneratorTool"
   1.116 +			/>
   1.117 +			<Tool
   1.118 +				Name="VCMIDLTool"
   1.119 +			/>
   1.120 +			<Tool
   1.121 +				Name="VCCLCompilerTool"
   1.122 +				Optimization="2"
   1.123 +				EnableIntrinsicFunctions="true"
   1.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;"
   1.125 +				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
   1.126 +				RuntimeLibrary="2"
   1.127 +				EnableFunctionLevelLinking="true"
   1.128 +				UsePrecompiledHeader="0"
   1.129 +				WarningLevel="3"
   1.130 +				DebugInformationFormat="3"
   1.131 +				DisableSpecificWarnings="4244;4996"
   1.132 +			/>
   1.133 +			<Tool
   1.134 +				Name="VCManagedResourceCompilerTool"
   1.135 +			/>
   1.136 +			<Tool
   1.137 +				Name="VCResourceCompilerTool"
   1.138 +			/>
   1.139 +			<Tool
   1.140 +				Name="VCPreLinkEventTool"
   1.141 +			/>
   1.142 +			<Tool
   1.143 +				Name="VCLinkerTool"
   1.144 +				AdditionalDependencies="libs.lib assimp.lib opengl32.lib glut32.lib glew32.lib freetype.lib OpenAL32.lib pthreadVC2.lib"
   1.145 +				LinkIncremental="1"
   1.146 +				AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
   1.147 +				GenerateDebugInformation="true"
   1.148 +				SubSystem="1"
   1.149 +				OptimizeReferences="2"
   1.150 +				EnableCOMDATFolding="2"
   1.151 +				TargetMachine="1"
   1.152 +			/>
   1.153 +			<Tool
   1.154 +				Name="VCALinkTool"
   1.155 +			/>
   1.156 +			<Tool
   1.157 +				Name="VCManifestTool"
   1.158 +			/>
   1.159 +			<Tool
   1.160 +				Name="VCXDCMakeTool"
   1.161 +			/>
   1.162 +			<Tool
   1.163 +				Name="VCBscMakeTool"
   1.164 +			/>
   1.165 +			<Tool
   1.166 +				Name="VCFxCopTool"
   1.167 +			/>
   1.168 +			<Tool
   1.169 +				Name="VCAppVerifierTool"
   1.170 +			/>
   1.171 +			<Tool
   1.172 +				Name="VCPostBuildEventTool"
   1.173 +			/>
   1.174 +		</Configuration>
   1.175 +	</Configurations>
   1.176 +	<References>
   1.177 +	</References>
   1.178 +	<Files>
   1.179 +		<Filter
   1.180 +			Name="src"
   1.181 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h;inl"
   1.182 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   1.183 +			>
   1.184 +			<File
   1.185 +				RelativePath=".\src\assload.cc"
   1.186 +				>
   1.187 +			</File>
   1.188 +			<File
   1.189 +				RelativePath=".\src\assload.h"
   1.190 +				>
   1.191 +			</File>
   1.192 +			<File
   1.193 +				RelativePath=".\src\curve.cc"
   1.194 +				>
   1.195 +			</File>
   1.196 +			<File
   1.197 +				RelativePath=".\src\curve.h"
   1.198 +				>
   1.199 +			</File>
   1.200 +			<File
   1.201 +				RelativePath=".\src\datapath.cc"
   1.202 +				>
   1.203 +			</File>
   1.204 +			<File
   1.205 +				RelativePath=".\src\datapath.h"
   1.206 +				>
   1.207 +			</File>
   1.208 +			<File
   1.209 +				RelativePath=".\src\dataset.h"
   1.210 +				>
   1.211 +			</File>
   1.212 +			<File
   1.213 +				RelativePath=".\src\dataset.inl"
   1.214 +				>
   1.215 +			</File>
   1.216 +			<File
   1.217 +				RelativePath=".\src\enemy.cc"
   1.218 +				>
   1.219 +			</File>
   1.220 +			<File
   1.221 +				RelativePath=".\src\enemy.h"
   1.222 +				>
   1.223 +			</File>
   1.224 +			<File
   1.225 +				RelativePath=".\src\game.cc"
   1.226 +				>
   1.227 +			</File>
   1.228 +			<File
   1.229 +				RelativePath=".\src\game.h"
   1.230 +				>
   1.231 +			</File>
   1.232 +			<File
   1.233 +				RelativePath=".\src\geom.cc"
   1.234 +				>
   1.235 +			</File>
   1.236 +			<File
   1.237 +				RelativePath=".\src\geom.h"
   1.238 +				>
   1.239 +			</File>
   1.240 +			<File
   1.241 +				RelativePath=".\src\gfxutil.cc"
   1.242 +				>
   1.243 +			</File>
   1.244 +			<File
   1.245 +				RelativePath=".\src\gfxutil.h"
   1.246 +				>
   1.247 +			</File>
   1.248 +			<File
   1.249 +				RelativePath=".\src\image.cc"
   1.250 +				>
   1.251 +			</File>
   1.252 +			<File
   1.253 +				RelativePath=".\src\image.h"
   1.254 +				>
   1.255 +			</File>
   1.256 +			<File
   1.257 +				RelativePath=".\src\input.cc"
   1.258 +				>
   1.259 +			</File>
   1.260 +			<File
   1.261 +				RelativePath=".\src\input.h"
   1.262 +				>
   1.263 +			</File>
   1.264 +			<File
   1.265 +				RelativePath=".\src\level.cc"
   1.266 +				>
   1.267 +			</File>
   1.268 +			<File
   1.269 +				RelativePath=".\src\level.h"
   1.270 +				>
   1.271 +			</File>
   1.272 +			<File
   1.273 +				RelativePath=".\src\logger.cc"
   1.274 +				>
   1.275 +			</File>
   1.276 +			<File
   1.277 +				RelativePath=".\src\logger.h"
   1.278 +				>
   1.279 +			</File>
   1.280 +			<File
   1.281 +				RelativePath=".\src\main_glut.cc"
   1.282 +				>
   1.283 +			</File>
   1.284 +			<File
   1.285 +				RelativePath=".\src\material.cc"
   1.286 +				>
   1.287 +			</File>
   1.288 +			<File
   1.289 +				RelativePath=".\src\material.h"
   1.290 +				>
   1.291 +			</File>
   1.292 +			<File
   1.293 +				RelativePath=".\src\mesh.cc"
   1.294 +				>
   1.295 +			</File>
   1.296 +			<File
   1.297 +				RelativePath=".\src\mesh.h"
   1.298 +				>
   1.299 +			</File>
   1.300 +			<File
   1.301 +				RelativePath=".\src\meshgen.cc"
   1.302 +				>
   1.303 +			</File>
   1.304 +			<File
   1.305 +				RelativePath=".\src\meshgen.h"
   1.306 +				>
   1.307 +			</File>
   1.308 +			<File
   1.309 +				RelativePath=".\src\object.cc"
   1.310 +				>
   1.311 +			</File>
   1.312 +			<File
   1.313 +				RelativePath=".\src\object.h"
   1.314 +				>
   1.315 +			</File>
   1.316 +			<File
   1.317 +				RelativePath=".\src\opengl.cc"
   1.318 +				>
   1.319 +			</File>
   1.320 +			<File
   1.321 +				RelativePath=".\src\opengl.h"
   1.322 +				>
   1.323 +			</File>
   1.324 +			<File
   1.325 +				RelativePath=".\src\psyspp.cc"
   1.326 +				>
   1.327 +			</File>
   1.328 +			<File
   1.329 +				RelativePath=".\src\psyspp.h"
   1.330 +				>
   1.331 +			</File>
   1.332 +			<File
   1.333 +				RelativePath=".\src\scene.cc"
   1.334 +				>
   1.335 +			</File>
   1.336 +			<File
   1.337 +				RelativePath=".\src\scene.h"
   1.338 +				>
   1.339 +			</File>
   1.340 +			<File
   1.341 +				RelativePath=".\src\scr_debug.cc"
   1.342 +				>
   1.343 +			</File>
   1.344 +			<File
   1.345 +				RelativePath=".\src\scr_debug.h"
   1.346 +				>
   1.347 +			</File>
   1.348 +			<File
   1.349 +				RelativePath=".\src\scr_game.cc"
   1.350 +				>
   1.351 +			</File>
   1.352 +			<File
   1.353 +				RelativePath=".\src\scr_game.h"
   1.354 +				>
   1.355 +			</File>
   1.356 +			<File
   1.357 +				RelativePath=".\src\scr_overlay.cc"
   1.358 +				>
   1.359 +			</File>
   1.360 +			<File
   1.361 +				RelativePath=".\src\scr_overlay.h"
   1.362 +				>
   1.363 +			</File>
   1.364 +			<File
   1.365 +				RelativePath=".\src\screen.cc"
   1.366 +				>
   1.367 +			</File>
   1.368 +			<File
   1.369 +				RelativePath=".\src\screen.h"
   1.370 +				>
   1.371 +			</File>
   1.372 +			<File
   1.373 +				RelativePath=".\src\sdrman.cc"
   1.374 +				>
   1.375 +			</File>
   1.376 +			<File
   1.377 +				RelativePath=".\src\sdrman.h"
   1.378 +				>
   1.379 +			</File>
   1.380 +			<File
   1.381 +				RelativePath=".\src\shader.cc"
   1.382 +				>
   1.383 +			</File>
   1.384 +			<File
   1.385 +				RelativePath=".\src\shader.h"
   1.386 +				>
   1.387 +			</File>
   1.388 +			<File
   1.389 +				RelativePath=".\src\texgen.cc"
   1.390 +				>
   1.391 +			</File>
   1.392 +			<File
   1.393 +				RelativePath=".\src\texgen.h"
   1.394 +				>
   1.395 +			</File>
   1.396 +			<File
   1.397 +				RelativePath=".\src\texman.cc"
   1.398 +				>
   1.399 +			</File>
   1.400 +			<File
   1.401 +				RelativePath=".\src\texman.h"
   1.402 +				>
   1.403 +			</File>
   1.404 +			<File
   1.405 +				RelativePath=".\src\texture.cc"
   1.406 +				>
   1.407 +			</File>
   1.408 +			<File
   1.409 +				RelativePath=".\src\texture.h"
   1.410 +				>
   1.411 +			</File>
   1.412 +			<File
   1.413 +				RelativePath=".\src\timer.cc"
   1.414 +				>
   1.415 +			</File>
   1.416 +			<File
   1.417 +				RelativePath=".\src\timer.h"
   1.418 +				>
   1.419 +			</File>
   1.420 +			<File
   1.421 +				RelativePath=".\src\unistate.cc"
   1.422 +				>
   1.423 +			</File>
   1.424 +			<File
   1.425 +				RelativePath=".\src\unistate.h"
   1.426 +				>
   1.427 +			</File>
   1.428 +			<File
   1.429 +				RelativePath=".\src\xform_node.cc"
   1.430 +				>
   1.431 +			</File>
   1.432 +			<File
   1.433 +				RelativePath=".\src\xform_node.h"
   1.434 +				>
   1.435 +			</File>
   1.436 +			<Filter
   1.437 +				Name="vccompat"
   1.438 +				>
   1.439 +				<File
   1.440 +					RelativePath=".\src\vccompat\stdint.h"
   1.441 +					>
   1.442 +				</File>
   1.443 +			</Filter>
   1.444 +			<Filter
   1.445 +				Name="audio"
   1.446 +				>
   1.447 +				<File
   1.448 +					RelativePath=".\src\audio\audio.cc"
   1.449 +					>
   1.450 +				</File>
   1.451 +				<File
   1.452 +					RelativePath=".\src\audio\audio.h"
   1.453 +					>
   1.454 +				</File>
   1.455 +				<File
   1.456 +					RelativePath=".\src\audio\openal.h"
   1.457 +					>
   1.458 +				</File>
   1.459 +				<File
   1.460 +					RelativePath=".\src\audio\ovstream.cc"
   1.461 +					>
   1.462 +				</File>
   1.463 +				<File
   1.464 +					RelativePath=".\src\audio\ovstream.h"
   1.465 +					>
   1.466 +				</File>
   1.467 +				<File
   1.468 +					RelativePath=".\src\audio\stream.cc"
   1.469 +					>
   1.470 +				</File>
   1.471 +				<File
   1.472 +					RelativePath=".\src\audio\stream.h"
   1.473 +					>
   1.474 +				</File>
   1.475 +			</Filter>
   1.476 +		</Filter>
   1.477 +	</Files>
   1.478 +	<Globals>
   1.479 +	</Globals>
   1.480 +</VisualStudioProject>