goat3dgfx

diff goat3dgfx.vcproj @ 1:51685f8fe859

added visual studio 2008 project files, doesn't compile yet, just added
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 16 Nov 2013 08:52:30 +0200
parents
children 7bd5ebec3b6f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/goat3dgfx.vcproj	Sat Nov 16 08:52:30 2013 +0200
     1.3 @@ -0,0 +1,387 @@
     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="goat3dgfx"
     1.9 +	ProjectGUID="{251F8AFF-5A37-4F10-A519-C55C40E127AF}"
    1.10 +	RootNamespace="goat3dgfx"
    1.11 +	Keyword="Win32Proj"
    1.12 +	TargetFrameworkVersion="196613"
    1.13 +	>
    1.14 +	<Platforms>
    1.15 +		<Platform
    1.16 +			Name="Win32"
    1.17 +		/>
    1.18 +	</Platforms>
    1.19 +	<ToolFiles>
    1.20 +	</ToolFiles>
    1.21 +	<Configurations>
    1.22 +		<Configuration
    1.23 +			Name="Debug|Win32"
    1.24 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.25 +			IntermediateDirectory="$(ConfigurationName)"
    1.26 +			ConfigurationType="2"
    1.27 +			CharacterSet="1"
    1.28 +			>
    1.29 +			<Tool
    1.30 +				Name="VCPreBuildEventTool"
    1.31 +			/>
    1.32 +			<Tool
    1.33 +				Name="VCCustomBuildTool"
    1.34 +			/>
    1.35 +			<Tool
    1.36 +				Name="VCXMLDataGeneratorTool"
    1.37 +			/>
    1.38 +			<Tool
    1.39 +				Name="VCWebServiceProxyGeneratorTool"
    1.40 +			/>
    1.41 +			<Tool
    1.42 +				Name="VCMIDLTool"
    1.43 +			/>
    1.44 +			<Tool
    1.45 +				Name="VCCLCompilerTool"
    1.46 +				Optimization="0"
    1.47 +				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
    1.48 +				MinimalRebuild="true"
    1.49 +				BasicRuntimeChecks="3"
    1.50 +				RuntimeLibrary="3"
    1.51 +				UsePrecompiledHeader="0"
    1.52 +				WarningLevel="3"
    1.53 +				DebugInformationFormat="4"
    1.54 +			/>
    1.55 +			<Tool
    1.56 +				Name="VCManagedResourceCompilerTool"
    1.57 +			/>
    1.58 +			<Tool
    1.59 +				Name="VCResourceCompilerTool"
    1.60 +			/>
    1.61 +			<Tool
    1.62 +				Name="VCPreLinkEventTool"
    1.63 +			/>
    1.64 +			<Tool
    1.65 +				Name="VCLinkerTool"
    1.66 +				LinkIncremental="2"
    1.67 +				GenerateDebugInformation="true"
    1.68 +				SubSystem="2"
    1.69 +				TargetMachine="1"
    1.70 +			/>
    1.71 +			<Tool
    1.72 +				Name="VCALinkTool"
    1.73 +			/>
    1.74 +			<Tool
    1.75 +				Name="VCManifestTool"
    1.76 +			/>
    1.77 +			<Tool
    1.78 +				Name="VCXDCMakeTool"
    1.79 +			/>
    1.80 +			<Tool
    1.81 +				Name="VCBscMakeTool"
    1.82 +			/>
    1.83 +			<Tool
    1.84 +				Name="VCFxCopTool"
    1.85 +			/>
    1.86 +			<Tool
    1.87 +				Name="VCAppVerifierTool"
    1.88 +			/>
    1.89 +			<Tool
    1.90 +				Name="VCPostBuildEventTool"
    1.91 +			/>
    1.92 +		</Configuration>
    1.93 +		<Configuration
    1.94 +			Name="Release|Win32"
    1.95 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.96 +			IntermediateDirectory="$(ConfigurationName)"
    1.97 +			ConfigurationType="2"
    1.98 +			CharacterSet="1"
    1.99 +			WholeProgramOptimization="1"
   1.100 +			>
   1.101 +			<Tool
   1.102 +				Name="VCPreBuildEventTool"
   1.103 +			/>
   1.104 +			<Tool
   1.105 +				Name="VCCustomBuildTool"
   1.106 +			/>
   1.107 +			<Tool
   1.108 +				Name="VCXMLDataGeneratorTool"
   1.109 +			/>
   1.110 +			<Tool
   1.111 +				Name="VCWebServiceProxyGeneratorTool"
   1.112 +			/>
   1.113 +			<Tool
   1.114 +				Name="VCMIDLTool"
   1.115 +			/>
   1.116 +			<Tool
   1.117 +				Name="VCCLCompilerTool"
   1.118 +				Optimization="2"
   1.119 +				EnableIntrinsicFunctions="true"
   1.120 +				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
   1.121 +				RuntimeLibrary="2"
   1.122 +				EnableFunctionLevelLinking="true"
   1.123 +				UsePrecompiledHeader="0"
   1.124 +				WarningLevel="3"
   1.125 +				DebugInformationFormat="3"
   1.126 +			/>
   1.127 +			<Tool
   1.128 +				Name="VCManagedResourceCompilerTool"
   1.129 +			/>
   1.130 +			<Tool
   1.131 +				Name="VCResourceCompilerTool"
   1.132 +			/>
   1.133 +			<Tool
   1.134 +				Name="VCPreLinkEventTool"
   1.135 +			/>
   1.136 +			<Tool
   1.137 +				Name="VCLinkerTool"
   1.138 +				LinkIncremental="1"
   1.139 +				GenerateDebugInformation="true"
   1.140 +				SubSystem="2"
   1.141 +				OptimizeReferences="2"
   1.142 +				EnableCOMDATFolding="2"
   1.143 +				TargetMachine="1"
   1.144 +			/>
   1.145 +			<Tool
   1.146 +				Name="VCALinkTool"
   1.147 +			/>
   1.148 +			<Tool
   1.149 +				Name="VCManifestTool"
   1.150 +			/>
   1.151 +			<Tool
   1.152 +				Name="VCXDCMakeTool"
   1.153 +			/>
   1.154 +			<Tool
   1.155 +				Name="VCBscMakeTool"
   1.156 +			/>
   1.157 +			<Tool
   1.158 +				Name="VCFxCopTool"
   1.159 +			/>
   1.160 +			<Tool
   1.161 +				Name="VCAppVerifierTool"
   1.162 +			/>
   1.163 +			<Tool
   1.164 +				Name="VCPostBuildEventTool"
   1.165 +			/>
   1.166 +		</Configuration>
   1.167 +	</Configurations>
   1.168 +	<References>
   1.169 +	</References>
   1.170 +	<Files>
   1.171 +		<Filter
   1.172 +			Name="src"
   1.173 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   1.174 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   1.175 +			>
   1.176 +			<File
   1.177 +				RelativePath=".\src\3dschunks.h"
   1.178 +				>
   1.179 +			</File>
   1.180 +			<File
   1.181 +				RelativePath=".\src\assload.cc"
   1.182 +				>
   1.183 +			</File>
   1.184 +			<File
   1.185 +				RelativePath=".\src\curve.cc"
   1.186 +				>
   1.187 +			</File>
   1.188 +			<File
   1.189 +				RelativePath=".\src\curveload.cc"
   1.190 +				>
   1.191 +			</File>
   1.192 +			<File
   1.193 +				RelativePath=".\src\datapath.cc"
   1.194 +				>
   1.195 +			</File>
   1.196 +			<File
   1.197 +				RelativePath=".\src\geom.cc"
   1.198 +				>
   1.199 +			</File>
   1.200 +			<File
   1.201 +				RelativePath=".\src\gfxutil.cc"
   1.202 +				>
   1.203 +			</File>
   1.204 +			<File
   1.205 +				RelativePath=".\src\image.cc"
   1.206 +				>
   1.207 +			</File>
   1.208 +			<File
   1.209 +				RelativePath=".\src\logger.cc"
   1.210 +				>
   1.211 +			</File>
   1.212 +			<File
   1.213 +				RelativePath=".\src\material.cc"
   1.214 +				>
   1.215 +			</File>
   1.216 +			<File
   1.217 +				RelativePath=".\src\mesh.cc"
   1.218 +				>
   1.219 +			</File>
   1.220 +			<File
   1.221 +				RelativePath=".\src\meshgen.cc"
   1.222 +				>
   1.223 +			</File>
   1.224 +			<File
   1.225 +				RelativePath=".\src\object.cc"
   1.226 +				>
   1.227 +			</File>
   1.228 +			<File
   1.229 +				RelativePath=".\src\opengl.cc"
   1.230 +				>
   1.231 +			</File>
   1.232 +			<File
   1.233 +				RelativePath=".\src\psyspp.cc"
   1.234 +				>
   1.235 +			</File>
   1.236 +			<File
   1.237 +				RelativePath=".\src\rtarg.cc"
   1.238 +				>
   1.239 +			</File>
   1.240 +			<File
   1.241 +				RelativePath=".\src\scene.cc"
   1.242 +				>
   1.243 +			</File>
   1.244 +			<File
   1.245 +				RelativePath=".\src\sdrman.cc"
   1.246 +				>
   1.247 +			</File>
   1.248 +			<File
   1.249 +				RelativePath=".\src\shader.cc"
   1.250 +				>
   1.251 +			</File>
   1.252 +			<File
   1.253 +				RelativePath=".\src\texgen.cc"
   1.254 +				>
   1.255 +			</File>
   1.256 +			<File
   1.257 +				RelativePath=".\src\texman.cc"
   1.258 +				>
   1.259 +			</File>
   1.260 +			<File
   1.261 +				RelativePath=".\src\texture.cc"
   1.262 +				>
   1.263 +			</File>
   1.264 +			<File
   1.265 +				RelativePath=".\src\timer.cc"
   1.266 +				>
   1.267 +			</File>
   1.268 +			<File
   1.269 +				RelativePath=".\src\unistate.cc"
   1.270 +				>
   1.271 +			</File>
   1.272 +			<File
   1.273 +				RelativePath=".\src\xform_node.cc"
   1.274 +				>
   1.275 +			</File>
   1.276 +		</Filter>
   1.277 +		<Filter
   1.278 +			Name="include"
   1.279 +			Filter="h;hpp;hxx;hm;inl;inc;xsd"
   1.280 +			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   1.281 +			>
   1.282 +			<File
   1.283 +				RelativePath=".\src\assload.h"
   1.284 +				>
   1.285 +			</File>
   1.286 +			<File
   1.287 +				RelativePath=".\src\curve.h"
   1.288 +				>
   1.289 +			</File>
   1.290 +			<File
   1.291 +				RelativePath=".\src\curveload.h"
   1.292 +				>
   1.293 +			</File>
   1.294 +			<File
   1.295 +				RelativePath=".\src\datapath.h"
   1.296 +				>
   1.297 +			</File>
   1.298 +			<File
   1.299 +				RelativePath=".\src\dataset.h"
   1.300 +				>
   1.301 +			</File>
   1.302 +			<File
   1.303 +				RelativePath=".\src\dataset.inl"
   1.304 +				>
   1.305 +			</File>
   1.306 +			<File
   1.307 +				RelativePath=".\src\geom.h"
   1.308 +				>
   1.309 +			</File>
   1.310 +			<File
   1.311 +				RelativePath=".\src\gfxutil.h"
   1.312 +				>
   1.313 +			</File>
   1.314 +			<File
   1.315 +				RelativePath=".\src\image.h"
   1.316 +				>
   1.317 +			</File>
   1.318 +			<File
   1.319 +				RelativePath=".\src\logger.h"
   1.320 +				>
   1.321 +			</File>
   1.322 +			<File
   1.323 +				RelativePath=".\src\material.h"
   1.324 +				>
   1.325 +			</File>
   1.326 +			<File
   1.327 +				RelativePath=".\src\mesh.h"
   1.328 +				>
   1.329 +			</File>
   1.330 +			<File
   1.331 +				RelativePath=".\src\meshgen.h"
   1.332 +				>
   1.333 +			</File>
   1.334 +			<File
   1.335 +				RelativePath=".\src\object.h"
   1.336 +				>
   1.337 +			</File>
   1.338 +			<File
   1.339 +				RelativePath=".\src\opengl.h"
   1.340 +				>
   1.341 +			</File>
   1.342 +			<File
   1.343 +				RelativePath=".\src\psyspp.h"
   1.344 +				>
   1.345 +			</File>
   1.346 +			<File
   1.347 +				RelativePath=".\src\rtarg.h"
   1.348 +				>
   1.349 +			</File>
   1.350 +			<File
   1.351 +				RelativePath=".\src\scene.h"
   1.352 +				>
   1.353 +			</File>
   1.354 +			<File
   1.355 +				RelativePath=".\src\sdrman.h"
   1.356 +				>
   1.357 +			</File>
   1.358 +			<File
   1.359 +				RelativePath=".\src\shader.h"
   1.360 +				>
   1.361 +			</File>
   1.362 +			<File
   1.363 +				RelativePath=".\src\texgen.h"
   1.364 +				>
   1.365 +			</File>
   1.366 +			<File
   1.367 +				RelativePath=".\src\texman.h"
   1.368 +				>
   1.369 +			</File>
   1.370 +			<File
   1.371 +				RelativePath=".\src\texture.h"
   1.372 +				>
   1.373 +			</File>
   1.374 +			<File
   1.375 +				RelativePath=".\src\timer.h"
   1.376 +				>
   1.377 +			</File>
   1.378 +			<File
   1.379 +				RelativePath=".\src\unistate.h"
   1.380 +				>
   1.381 +			</File>
   1.382 +			<File
   1.383 +				RelativePath=".\src\xform_node.h"
   1.384 +				>
   1.385 +			</File>
   1.386 +		</Filter>
   1.387 +	</Files>
   1.388 +	<Globals>
   1.389 +	</Globals>
   1.390 +</VisualStudioProject>