absence_thelab

diff TheLabDemo.vcproj @ 0:1cffe3409164

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Oct 2014 01:46:07 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/TheLabDemo.vcproj	Thu Oct 23 01:46:07 2014 +0300
     1.3 @@ -0,0 +1,493 @@
     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="TheLabDemo"
     1.9 +	ProjectGUID="{5346BE25-4A84-4401-82EB-88E9E6B9009D}"
    1.10 +	Keyword="Win32Proj"
    1.11 +	TargetFrameworkVersion="131072"
    1.12 +	>
    1.13 +	<Platforms>
    1.14 +		<Platform
    1.15 +			Name="Win32"
    1.16 +		/>
    1.17 +	</Platforms>
    1.18 +	<ToolFiles>
    1.19 +	</ToolFiles>
    1.20 +	<Configurations>
    1.21 +		<Configuration
    1.22 +			Name="Debug|Win32"
    1.23 +			OutputDirectory="Debug"
    1.24 +			IntermediateDirectory="Debug"
    1.25 +			ConfigurationType="1"
    1.26 +			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
    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;$(SolutionDir)&quot;;&quot;$(SolutionDir)\src&quot;;&quot;$(SolutionDir)\src\3deng&quot;;&quot;$(SolutionDir)\src\common&quot;;&quot;$(SolutionDir)\libs\fmod&quot;"
    1.48 +				PreprocessorDefinitions="NUC3D_VER_DIRECT3D"
    1.49 +				MinimalRebuild="true"
    1.50 +				BasicRuntimeChecks="3"
    1.51 +				RuntimeLibrary="1"
    1.52 +				UsePrecompiledHeader="0"
    1.53 +				WarningLevel="3"
    1.54 +				Detect64BitPortabilityProblems="false"
    1.55 +				DebugInformationFormat="4"
    1.56 +				DisableSpecificWarnings="4996;4244"
    1.57 +			/>
    1.58 +			<Tool
    1.59 +				Name="VCManagedResourceCompilerTool"
    1.60 +			/>
    1.61 +			<Tool
    1.62 +				Name="VCResourceCompilerTool"
    1.63 +			/>
    1.64 +			<Tool
    1.65 +				Name="VCPreLinkEventTool"
    1.66 +			/>
    1.67 +			<Tool
    1.68 +				Name="VCLinkerTool"
    1.69 +				AdditionalDependencies="d3d8.lib d3dx8.lib fmodvc.lib"
    1.70 +				OutputFile="$(OutDir)/TheLabDemo.exe"
    1.71 +				LinkIncremental="2"
    1.72 +				AdditionalLibraryDirectories="$(SolutionDir)\libs\fmod"
    1.73 +				IgnoreDefaultLibraryNames="libci.lib"
    1.74 +				GenerateDebugInformation="true"
    1.75 +				ProgramDatabaseFile="$(OutDir)/TheLabDemo.pdb"
    1.76 +				SubSystem="2"
    1.77 +				RandomizedBaseAddress="1"
    1.78 +				DataExecutionPrevention="0"
    1.79 +				TargetMachine="1"
    1.80 +			/>
    1.81 +			<Tool
    1.82 +				Name="VCALinkTool"
    1.83 +			/>
    1.84 +			<Tool
    1.85 +				Name="VCManifestTool"
    1.86 +			/>
    1.87 +			<Tool
    1.88 +				Name="VCXDCMakeTool"
    1.89 +			/>
    1.90 +			<Tool
    1.91 +				Name="VCBscMakeTool"
    1.92 +			/>
    1.93 +			<Tool
    1.94 +				Name="VCFxCopTool"
    1.95 +			/>
    1.96 +			<Tool
    1.97 +				Name="VCAppVerifierTool"
    1.98 +			/>
    1.99 +			<Tool
   1.100 +				Name="VCPostBuildEventTool"
   1.101 +			/>
   1.102 +		</Configuration>
   1.103 +		<Configuration
   1.104 +			Name="Release|Win32"
   1.105 +			OutputDirectory="Release"
   1.106 +			IntermediateDirectory="Release"
   1.107 +			ConfigurationType="1"
   1.108 +			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
   1.109 +			CharacterSet="2"
   1.110 +			>
   1.111 +			<Tool
   1.112 +				Name="VCPreBuildEventTool"
   1.113 +			/>
   1.114 +			<Tool
   1.115 +				Name="VCCustomBuildTool"
   1.116 +			/>
   1.117 +			<Tool
   1.118 +				Name="VCXMLDataGeneratorTool"
   1.119 +			/>
   1.120 +			<Tool
   1.121 +				Name="VCWebServiceProxyGeneratorTool"
   1.122 +			/>
   1.123 +			<Tool
   1.124 +				Name="VCMIDLTool"
   1.125 +			/>
   1.126 +			<Tool
   1.127 +				Name="VCCLCompilerTool"
   1.128 +				Optimization="2"
   1.129 +				InlineFunctionExpansion="1"
   1.130 +				OmitFramePointers="true"
   1.131 +				AdditionalIncludeDirectories="&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\src&quot;;&quot;$(SolutionDir)\src\3deng&quot;;&quot;$(SolutionDir)\src\common&quot;;&quot;$(SolutionDir)\libs\fmod&quot;"
   1.132 +				PreprocessorDefinitions="NUC3D_VER_DIRECT3D"
   1.133 +				StringPooling="true"
   1.134 +				RuntimeLibrary="0"
   1.135 +				EnableFunctionLevelLinking="true"
   1.136 +				UsePrecompiledHeader="0"
   1.137 +				WarningLevel="3"
   1.138 +				Detect64BitPortabilityProblems="true"
   1.139 +				DebugInformationFormat="3"
   1.140 +				DisableSpecificWarnings="4996;4244"
   1.141 +			/>
   1.142 +			<Tool
   1.143 +				Name="VCManagedResourceCompilerTool"
   1.144 +			/>
   1.145 +			<Tool
   1.146 +				Name="VCResourceCompilerTool"
   1.147 +			/>
   1.148 +			<Tool
   1.149 +				Name="VCPreLinkEventTool"
   1.150 +			/>
   1.151 +			<Tool
   1.152 +				Name="VCLinkerTool"
   1.153 +				AdditionalDependencies="d3d8.lib d3dx8.lib fmodvc.lib"
   1.154 +				OutputFile="$(OutDir)/TheLabDemo.exe"
   1.155 +				LinkIncremental="1"
   1.156 +				AdditionalLibraryDirectories="$(SolutionDir)\libs\fmod"
   1.157 +				IgnoreDefaultLibraryNames="libci.lib"
   1.158 +				GenerateDebugInformation="true"
   1.159 +				SubSystem="2"
   1.160 +				OptimizeReferences="2"
   1.161 +				EnableCOMDATFolding="2"
   1.162 +				RandomizedBaseAddress="1"
   1.163 +				DataExecutionPrevention="0"
   1.164 +				TargetMachine="1"
   1.165 +			/>
   1.166 +			<Tool
   1.167 +				Name="VCALinkTool"
   1.168 +			/>
   1.169 +			<Tool
   1.170 +				Name="VCManifestTool"
   1.171 +			/>
   1.172 +			<Tool
   1.173 +				Name="VCXDCMakeTool"
   1.174 +			/>
   1.175 +			<Tool
   1.176 +				Name="VCBscMakeTool"
   1.177 +			/>
   1.178 +			<Tool
   1.179 +				Name="VCFxCopTool"
   1.180 +			/>
   1.181 +			<Tool
   1.182 +				Name="VCAppVerifierTool"
   1.183 +			/>
   1.184 +			<Tool
   1.185 +				Name="VCPostBuildEventTool"
   1.186 +			/>
   1.187 +		</Configuration>
   1.188 +	</Configurations>
   1.189 +	<References>
   1.190 +	</References>
   1.191 +	<Files>
   1.192 +		<Filter
   1.193 +			Name="Source Files"
   1.194 +			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;h;hpp"
   1.195 +			>
   1.196 +			<File
   1.197 +				RelativePath=".\src\demo.cpp"
   1.198 +				>
   1.199 +			</File>
   1.200 +			<File
   1.201 +				RelativePath=".\src\common\hashtable.h"
   1.202 +				>
   1.203 +			</File>
   1.204 +			<File
   1.205 +				RelativePath=".\src\common\linkedlist.h"
   1.206 +				>
   1.207 +			</File>
   1.208 +			<File
   1.209 +				RelativePath=".\src\common\timing.cpp"
   1.210 +				>
   1.211 +			</File>
   1.212 +			<File
   1.213 +				RelativePath=".\src\common\timing.h"
   1.214 +				>
   1.215 +			</File>
   1.216 +			<File
   1.217 +				RelativePath=".\src\common\typedefs.h"
   1.218 +				>
   1.219 +			</File>
   1.220 +		</Filter>
   1.221 +		<Filter
   1.222 +			Name="3D Engine"
   1.223 +			>
   1.224 +			<File
   1.225 +				RelativePath=".\src\3deng\3deng.h"
   1.226 +				>
   1.227 +			</File>
   1.228 +			<File
   1.229 +				RelativePath=".\src\3deng\3dengine.cpp"
   1.230 +				>
   1.231 +			</File>
   1.232 +			<File
   1.233 +				RelativePath=".\src\3deng\3dengine.h"
   1.234 +				>
   1.235 +			</File>
   1.236 +			<File
   1.237 +				RelativePath=".\src\3deng\3dengtypes.h"
   1.238 +				>
   1.239 +			</File>
   1.240 +			<File
   1.241 +				RelativePath=".\src\3deng\3dgeom.cpp"
   1.242 +				>
   1.243 +			</File>
   1.244 +			<File
   1.245 +				RelativePath=".\src\3deng\3dgeom.h"
   1.246 +				>
   1.247 +			</File>
   1.248 +			<File
   1.249 +				RelativePath=".\src\3deng\3dscene.cpp"
   1.250 +				>
   1.251 +			</File>
   1.252 +			<File
   1.253 +				RelativePath=".\src\3deng\3dscene.h"
   1.254 +				>
   1.255 +			</File>
   1.256 +			<File
   1.257 +				RelativePath=".\src\3deng\3dschunks.h"
   1.258 +				>
   1.259 +			</File>
   1.260 +			<File
   1.261 +				RelativePath=".\src\3deng\camera.cpp"
   1.262 +				>
   1.263 +			</File>
   1.264 +			<File
   1.265 +				RelativePath=".\src\3deng\camera.h"
   1.266 +				>
   1.267 +			</File>
   1.268 +			<File
   1.269 +				RelativePath=".\src\common\color.cpp"
   1.270 +				>
   1.271 +			</File>
   1.272 +			<File
   1.273 +				RelativePath=".\src\common\color.h"
   1.274 +				>
   1.275 +			</File>
   1.276 +			<File
   1.277 +				RelativePath=".\src\common\curves.cpp"
   1.278 +				>
   1.279 +			</File>
   1.280 +			<File
   1.281 +				RelativePath=".\src\common\curves.h"
   1.282 +				>
   1.283 +			</File>
   1.284 +			<File
   1.285 +				RelativePath=".\src\3deng\exceptions.cpp"
   1.286 +				>
   1.287 +			</File>
   1.288 +			<File
   1.289 +				RelativePath=".\src\3deng\exceptions.h"
   1.290 +				>
   1.291 +			</File>
   1.292 +			<File
   1.293 +				RelativePath=".\src\3deng\lights.cpp"
   1.294 +				>
   1.295 +			</File>
   1.296 +			<File
   1.297 +				RelativePath=".\src\3deng\lights.h"
   1.298 +				>
   1.299 +			</File>
   1.300 +			<File
   1.301 +				RelativePath=".\src\3deng\material.cpp"
   1.302 +				>
   1.303 +			</File>
   1.304 +			<File
   1.305 +				RelativePath=".\src\3deng\material.h"
   1.306 +				>
   1.307 +			</File>
   1.308 +			<File
   1.309 +				RelativePath=".\src\3deng\motion.cpp"
   1.310 +				>
   1.311 +			</File>
   1.312 +			<File
   1.313 +				RelativePath=".\src\3deng\motion.h"
   1.314 +				>
   1.315 +			</File>
   1.316 +			<File
   1.317 +				RelativePath=".\src\common\n3dmath.cpp"
   1.318 +				>
   1.319 +			</File>
   1.320 +			<File
   1.321 +				RelativePath=".\src\common\n3dmath.h"
   1.322 +				>
   1.323 +			</File>
   1.324 +			<File
   1.325 +				RelativePath=".\src\common\n3dmath.inl"
   1.326 +				>
   1.327 +			</File>
   1.328 +			<File
   1.329 +				RelativePath=".\src\3deng\objectgen.cpp"
   1.330 +				>
   1.331 +			</File>
   1.332 +			<File
   1.333 +				RelativePath=".\src\3deng\objectgen.h"
   1.334 +				>
   1.335 +			</File>
   1.336 +			<File
   1.337 +				RelativePath=".\src\3deng\objects.cpp"
   1.338 +				>
   1.339 +			</File>
   1.340 +			<File
   1.341 +				RelativePath=".\src\3deng\objects.h"
   1.342 +				>
   1.343 +			</File>
   1.344 +			<File
   1.345 +				RelativePath=".\src\3deng\Particles.cpp"
   1.346 +				>
   1.347 +			</File>
   1.348 +			<File
   1.349 +				RelativePath=".\src\3deng\Particles.h"
   1.350 +				>
   1.351 +			</File>
   1.352 +			<File
   1.353 +				RelativePath=".\src\3deng\SceneLoader.cpp"
   1.354 +				>
   1.355 +			</File>
   1.356 +			<File
   1.357 +				RelativePath=".\src\3deng\SceneLoader.h"
   1.358 +				>
   1.359 +			</File>
   1.360 +			<File
   1.361 +				RelativePath=".\src\3deng\switches.h"
   1.362 +				>
   1.363 +			</File>
   1.364 +			<File
   1.365 +				RelativePath=".\src\3deng\textureman.cpp"
   1.366 +				>
   1.367 +			</File>
   1.368 +			<File
   1.369 +				RelativePath=".\src\3deng\textureman.h"
   1.370 +				>
   1.371 +			</File>
   1.372 +		</Filter>
   1.373 +		<Filter
   1.374 +			Name="nwt"
   1.375 +			>
   1.376 +			<File
   1.377 +				RelativePath=".\src\nwt\nucwin.cpp"
   1.378 +				>
   1.379 +			</File>
   1.380 +			<File
   1.381 +				RelativePath=".\src\nwt\nucwin.h"
   1.382 +				>
   1.383 +			</File>
   1.384 +			<File
   1.385 +				RelativePath=".\src\nwt\startup.h"
   1.386 +				>
   1.387 +			</File>
   1.388 +			<File
   1.389 +				RelativePath=".\src\nwt\widget.cpp"
   1.390 +				>
   1.391 +			</File>
   1.392 +			<File
   1.393 +				RelativePath=".\src\nwt\widget.h"
   1.394 +				>
   1.395 +			</File>
   1.396 +		</Filter>
   1.397 +		<Filter
   1.398 +			Name="demosystem"
   1.399 +			>
   1.400 +			<File
   1.401 +				RelativePath=".\src\demosystem\demosys.cpp"
   1.402 +				>
   1.403 +			</File>
   1.404 +			<File
   1.405 +				RelativePath=".\src\demosystem\demosys.h"
   1.406 +				>
   1.407 +			</File>
   1.408 +		</Filter>
   1.409 +		<Filter
   1.410 +			Name="Resources"
   1.411 +			>
   1.412 +			<File
   1.413 +				RelativePath=".\resource.h"
   1.414 +				>
   1.415 +			</File>
   1.416 +			<File
   1.417 +				RelativePath="resources.rc"
   1.418 +				>
   1.419 +			</File>
   1.420 +			<File
   1.421 +				RelativePath="thelab.ico"
   1.422 +				>
   1.423 +			</File>
   1.424 +		</Filter>
   1.425 +		<Filter
   1.426 +			Name="DemoParts"
   1.427 +			>
   1.428 +			<File
   1.429 +				RelativePath=".\src\beginpart.cpp"
   1.430 +				>
   1.431 +			</File>
   1.432 +			<File
   1.433 +				RelativePath=".\src\beginpart.h"
   1.434 +				>
   1.435 +			</File>
   1.436 +			<File
   1.437 +				RelativePath=".\src\demonpart.cpp"
   1.438 +				>
   1.439 +			</File>
   1.440 +			<File
   1.441 +				RelativePath=".\src\demonpart.h"
   1.442 +				>
   1.443 +			</File>
   1.444 +			<File
   1.445 +				RelativePath=".\src\dungeonpart.cpp"
   1.446 +				>
   1.447 +			</File>
   1.448 +			<File
   1.449 +				RelativePath=".\src\dungeonpart.h"
   1.450 +				>
   1.451 +			</File>
   1.452 +			<File
   1.453 +				RelativePath=".\src\greetspart.cpp"
   1.454 +				>
   1.455 +			</File>
   1.456 +			<File
   1.457 +				RelativePath=".\src\greetspart.h"
   1.458 +				>
   1.459 +			</File>
   1.460 +			<File
   1.461 +				RelativePath=".\src\hellpart.cpp"
   1.462 +				>
   1.463 +			</File>
   1.464 +			<File
   1.465 +				RelativePath=".\src\hellpart.h"
   1.466 +				>
   1.467 +			</File>
   1.468 +			<File
   1.469 +				RelativePath=".\src\treepart.cpp"
   1.470 +				>
   1.471 +			</File>
   1.472 +			<File
   1.473 +				RelativePath=".\src\treepart.h"
   1.474 +				>
   1.475 +			</File>
   1.476 +			<File
   1.477 +				RelativePath=".\src\tunnelpart.cpp"
   1.478 +				>
   1.479 +			</File>
   1.480 +			<File
   1.481 +				RelativePath=".\src\tunnelpart.h"
   1.482 +				>
   1.483 +			</File>
   1.484 +		</Filter>
   1.485 +		<File
   1.486 +			RelativePath=".\libs\fmod\fmod.h"
   1.487 +			>
   1.488 +		</File>
   1.489 +		<File
   1.490 +			RelativePath="n3dinit.conf"
   1.491 +			>
   1.492 +		</File>
   1.493 +	</Files>
   1.494 +	<Globals>
   1.495 +	</Globals>
   1.496 +</VisualStudioProject>