goat3dgfx

changeset 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 1873dfd13f2d
children 7bd5ebec3b6f
files .hgignore goat3dgfx.sln goat3dgfx.vcproj goat3dgfx_static.vcproj
diffstat 4 files changed, 783 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/.hgignore	Thu Nov 14 05:27:09 2013 +0200
     1.2 +++ b/.hgignore	Sat Nov 16 08:52:30 2013 +0200
     1.3 @@ -5,3 +5,6 @@
     1.4  \.so\.
     1.5  \.so$
     1.6  \.dylib$
     1.7 +\.ncb$
     1.8 +\.suo$
     1.9 +\.user$
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/goat3dgfx.sln	Sat Nov 16 08:52:30 2013 +0200
     2.3 @@ -0,0 +1,26 @@
     2.4 +
     2.5 +Microsoft Visual Studio Solution File, Format Version 10.00
     2.6 +# Visual Studio 2008
     2.7 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "goat3dgfx", "goat3dgfx.vcproj", "{251F8AFF-5A37-4F10-A519-C55C40E127AF}"
     2.8 +EndProject
     2.9 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "goat3dgfx_static", "goat3dgfx_static.vcproj", "{153DAAFD-385E-44A3-8030-563AFFA70215}"
    2.10 +EndProject
    2.11 +Global
    2.12 +	GlobalSection(SolutionConfigurationPlatforms) = preSolution
    2.13 +		Debug|Win32 = Debug|Win32
    2.14 +		Release|Win32 = Release|Win32
    2.15 +	EndGlobalSection
    2.16 +	GlobalSection(ProjectConfigurationPlatforms) = postSolution
    2.17 +		{251F8AFF-5A37-4F10-A519-C55C40E127AF}.Debug|Win32.ActiveCfg = Debug|Win32
    2.18 +		{251F8AFF-5A37-4F10-A519-C55C40E127AF}.Debug|Win32.Build.0 = Debug|Win32
    2.19 +		{251F8AFF-5A37-4F10-A519-C55C40E127AF}.Release|Win32.ActiveCfg = Release|Win32
    2.20 +		{251F8AFF-5A37-4F10-A519-C55C40E127AF}.Release|Win32.Build.0 = Release|Win32
    2.21 +		{153DAAFD-385E-44A3-8030-563AFFA70215}.Debug|Win32.ActiveCfg = Debug|Win32
    2.22 +		{153DAAFD-385E-44A3-8030-563AFFA70215}.Debug|Win32.Build.0 = Debug|Win32
    2.23 +		{153DAAFD-385E-44A3-8030-563AFFA70215}.Release|Win32.ActiveCfg = Release|Win32
    2.24 +		{153DAAFD-385E-44A3-8030-563AFFA70215}.Release|Win32.Build.0 = Release|Win32
    2.25 +	EndGlobalSection
    2.26 +	GlobalSection(SolutionProperties) = preSolution
    2.27 +		HideSolutionNode = FALSE
    2.28 +	EndGlobalSection
    2.29 +EndGlobal
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/goat3dgfx.vcproj	Sat Nov 16 08:52:30 2013 +0200
     3.3 @@ -0,0 +1,387 @@
     3.4 +<?xml version="1.0" encoding="Windows-1252"?>
     3.5 +<VisualStudioProject
     3.6 +	ProjectType="Visual C++"
     3.7 +	Version="9.00"
     3.8 +	Name="goat3dgfx"
     3.9 +	ProjectGUID="{251F8AFF-5A37-4F10-A519-C55C40E127AF}"
    3.10 +	RootNamespace="goat3dgfx"
    3.11 +	Keyword="Win32Proj"
    3.12 +	TargetFrameworkVersion="196613"
    3.13 +	>
    3.14 +	<Platforms>
    3.15 +		<Platform
    3.16 +			Name="Win32"
    3.17 +		/>
    3.18 +	</Platforms>
    3.19 +	<ToolFiles>
    3.20 +	</ToolFiles>
    3.21 +	<Configurations>
    3.22 +		<Configuration
    3.23 +			Name="Debug|Win32"
    3.24 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    3.25 +			IntermediateDirectory="$(ConfigurationName)"
    3.26 +			ConfigurationType="2"
    3.27 +			CharacterSet="1"
    3.28 +			>
    3.29 +			<Tool
    3.30 +				Name="VCPreBuildEventTool"
    3.31 +			/>
    3.32 +			<Tool
    3.33 +				Name="VCCustomBuildTool"
    3.34 +			/>
    3.35 +			<Tool
    3.36 +				Name="VCXMLDataGeneratorTool"
    3.37 +			/>
    3.38 +			<Tool
    3.39 +				Name="VCWebServiceProxyGeneratorTool"
    3.40 +			/>
    3.41 +			<Tool
    3.42 +				Name="VCMIDLTool"
    3.43 +			/>
    3.44 +			<Tool
    3.45 +				Name="VCCLCompilerTool"
    3.46 +				Optimization="0"
    3.47 +				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
    3.48 +				MinimalRebuild="true"
    3.49 +				BasicRuntimeChecks="3"
    3.50 +				RuntimeLibrary="3"
    3.51 +				UsePrecompiledHeader="0"
    3.52 +				WarningLevel="3"
    3.53 +				DebugInformationFormat="4"
    3.54 +			/>
    3.55 +			<Tool
    3.56 +				Name="VCManagedResourceCompilerTool"
    3.57 +			/>
    3.58 +			<Tool
    3.59 +				Name="VCResourceCompilerTool"
    3.60 +			/>
    3.61 +			<Tool
    3.62 +				Name="VCPreLinkEventTool"
    3.63 +			/>
    3.64 +			<Tool
    3.65 +				Name="VCLinkerTool"
    3.66 +				LinkIncremental="2"
    3.67 +				GenerateDebugInformation="true"
    3.68 +				SubSystem="2"
    3.69 +				TargetMachine="1"
    3.70 +			/>
    3.71 +			<Tool
    3.72 +				Name="VCALinkTool"
    3.73 +			/>
    3.74 +			<Tool
    3.75 +				Name="VCManifestTool"
    3.76 +			/>
    3.77 +			<Tool
    3.78 +				Name="VCXDCMakeTool"
    3.79 +			/>
    3.80 +			<Tool
    3.81 +				Name="VCBscMakeTool"
    3.82 +			/>
    3.83 +			<Tool
    3.84 +				Name="VCFxCopTool"
    3.85 +			/>
    3.86 +			<Tool
    3.87 +				Name="VCAppVerifierTool"
    3.88 +			/>
    3.89 +			<Tool
    3.90 +				Name="VCPostBuildEventTool"
    3.91 +			/>
    3.92 +		</Configuration>
    3.93 +		<Configuration
    3.94 +			Name="Release|Win32"
    3.95 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    3.96 +			IntermediateDirectory="$(ConfigurationName)"
    3.97 +			ConfigurationType="2"
    3.98 +			CharacterSet="1"
    3.99 +			WholeProgramOptimization="1"
   3.100 +			>
   3.101 +			<Tool
   3.102 +				Name="VCPreBuildEventTool"
   3.103 +			/>
   3.104 +			<Tool
   3.105 +				Name="VCCustomBuildTool"
   3.106 +			/>
   3.107 +			<Tool
   3.108 +				Name="VCXMLDataGeneratorTool"
   3.109 +			/>
   3.110 +			<Tool
   3.111 +				Name="VCWebServiceProxyGeneratorTool"
   3.112 +			/>
   3.113 +			<Tool
   3.114 +				Name="VCMIDLTool"
   3.115 +			/>
   3.116 +			<Tool
   3.117 +				Name="VCCLCompilerTool"
   3.118 +				Optimization="2"
   3.119 +				EnableIntrinsicFunctions="true"
   3.120 +				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
   3.121 +				RuntimeLibrary="2"
   3.122 +				EnableFunctionLevelLinking="true"
   3.123 +				UsePrecompiledHeader="0"
   3.124 +				WarningLevel="3"
   3.125 +				DebugInformationFormat="3"
   3.126 +			/>
   3.127 +			<Tool
   3.128 +				Name="VCManagedResourceCompilerTool"
   3.129 +			/>
   3.130 +			<Tool
   3.131 +				Name="VCResourceCompilerTool"
   3.132 +			/>
   3.133 +			<Tool
   3.134 +				Name="VCPreLinkEventTool"
   3.135 +			/>
   3.136 +			<Tool
   3.137 +				Name="VCLinkerTool"
   3.138 +				LinkIncremental="1"
   3.139 +				GenerateDebugInformation="true"
   3.140 +				SubSystem="2"
   3.141 +				OptimizeReferences="2"
   3.142 +				EnableCOMDATFolding="2"
   3.143 +				TargetMachine="1"
   3.144 +			/>
   3.145 +			<Tool
   3.146 +				Name="VCALinkTool"
   3.147 +			/>
   3.148 +			<Tool
   3.149 +				Name="VCManifestTool"
   3.150 +			/>
   3.151 +			<Tool
   3.152 +				Name="VCXDCMakeTool"
   3.153 +			/>
   3.154 +			<Tool
   3.155 +				Name="VCBscMakeTool"
   3.156 +			/>
   3.157 +			<Tool
   3.158 +				Name="VCFxCopTool"
   3.159 +			/>
   3.160 +			<Tool
   3.161 +				Name="VCAppVerifierTool"
   3.162 +			/>
   3.163 +			<Tool
   3.164 +				Name="VCPostBuildEventTool"
   3.165 +			/>
   3.166 +		</Configuration>
   3.167 +	</Configurations>
   3.168 +	<References>
   3.169 +	</References>
   3.170 +	<Files>
   3.171 +		<Filter
   3.172 +			Name="src"
   3.173 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   3.174 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   3.175 +			>
   3.176 +			<File
   3.177 +				RelativePath=".\src\3dschunks.h"
   3.178 +				>
   3.179 +			</File>
   3.180 +			<File
   3.181 +				RelativePath=".\src\assload.cc"
   3.182 +				>
   3.183 +			</File>
   3.184 +			<File
   3.185 +				RelativePath=".\src\curve.cc"
   3.186 +				>
   3.187 +			</File>
   3.188 +			<File
   3.189 +				RelativePath=".\src\curveload.cc"
   3.190 +				>
   3.191 +			</File>
   3.192 +			<File
   3.193 +				RelativePath=".\src\datapath.cc"
   3.194 +				>
   3.195 +			</File>
   3.196 +			<File
   3.197 +				RelativePath=".\src\geom.cc"
   3.198 +				>
   3.199 +			</File>
   3.200 +			<File
   3.201 +				RelativePath=".\src\gfxutil.cc"
   3.202 +				>
   3.203 +			</File>
   3.204 +			<File
   3.205 +				RelativePath=".\src\image.cc"
   3.206 +				>
   3.207 +			</File>
   3.208 +			<File
   3.209 +				RelativePath=".\src\logger.cc"
   3.210 +				>
   3.211 +			</File>
   3.212 +			<File
   3.213 +				RelativePath=".\src\material.cc"
   3.214 +				>
   3.215 +			</File>
   3.216 +			<File
   3.217 +				RelativePath=".\src\mesh.cc"
   3.218 +				>
   3.219 +			</File>
   3.220 +			<File
   3.221 +				RelativePath=".\src\meshgen.cc"
   3.222 +				>
   3.223 +			</File>
   3.224 +			<File
   3.225 +				RelativePath=".\src\object.cc"
   3.226 +				>
   3.227 +			</File>
   3.228 +			<File
   3.229 +				RelativePath=".\src\opengl.cc"
   3.230 +				>
   3.231 +			</File>
   3.232 +			<File
   3.233 +				RelativePath=".\src\psyspp.cc"
   3.234 +				>
   3.235 +			</File>
   3.236 +			<File
   3.237 +				RelativePath=".\src\rtarg.cc"
   3.238 +				>
   3.239 +			</File>
   3.240 +			<File
   3.241 +				RelativePath=".\src\scene.cc"
   3.242 +				>
   3.243 +			</File>
   3.244 +			<File
   3.245 +				RelativePath=".\src\sdrman.cc"
   3.246 +				>
   3.247 +			</File>
   3.248 +			<File
   3.249 +				RelativePath=".\src\shader.cc"
   3.250 +				>
   3.251 +			</File>
   3.252 +			<File
   3.253 +				RelativePath=".\src\texgen.cc"
   3.254 +				>
   3.255 +			</File>
   3.256 +			<File
   3.257 +				RelativePath=".\src\texman.cc"
   3.258 +				>
   3.259 +			</File>
   3.260 +			<File
   3.261 +				RelativePath=".\src\texture.cc"
   3.262 +				>
   3.263 +			</File>
   3.264 +			<File
   3.265 +				RelativePath=".\src\timer.cc"
   3.266 +				>
   3.267 +			</File>
   3.268 +			<File
   3.269 +				RelativePath=".\src\unistate.cc"
   3.270 +				>
   3.271 +			</File>
   3.272 +			<File
   3.273 +				RelativePath=".\src\xform_node.cc"
   3.274 +				>
   3.275 +			</File>
   3.276 +		</Filter>
   3.277 +		<Filter
   3.278 +			Name="include"
   3.279 +			Filter="h;hpp;hxx;hm;inl;inc;xsd"
   3.280 +			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   3.281 +			>
   3.282 +			<File
   3.283 +				RelativePath=".\src\assload.h"
   3.284 +				>
   3.285 +			</File>
   3.286 +			<File
   3.287 +				RelativePath=".\src\curve.h"
   3.288 +				>
   3.289 +			</File>
   3.290 +			<File
   3.291 +				RelativePath=".\src\curveload.h"
   3.292 +				>
   3.293 +			</File>
   3.294 +			<File
   3.295 +				RelativePath=".\src\datapath.h"
   3.296 +				>
   3.297 +			</File>
   3.298 +			<File
   3.299 +				RelativePath=".\src\dataset.h"
   3.300 +				>
   3.301 +			</File>
   3.302 +			<File
   3.303 +				RelativePath=".\src\dataset.inl"
   3.304 +				>
   3.305 +			</File>
   3.306 +			<File
   3.307 +				RelativePath=".\src\geom.h"
   3.308 +				>
   3.309 +			</File>
   3.310 +			<File
   3.311 +				RelativePath=".\src\gfxutil.h"
   3.312 +				>
   3.313 +			</File>
   3.314 +			<File
   3.315 +				RelativePath=".\src\image.h"
   3.316 +				>
   3.317 +			</File>
   3.318 +			<File
   3.319 +				RelativePath=".\src\logger.h"
   3.320 +				>
   3.321 +			</File>
   3.322 +			<File
   3.323 +				RelativePath=".\src\material.h"
   3.324 +				>
   3.325 +			</File>
   3.326 +			<File
   3.327 +				RelativePath=".\src\mesh.h"
   3.328 +				>
   3.329 +			</File>
   3.330 +			<File
   3.331 +				RelativePath=".\src\meshgen.h"
   3.332 +				>
   3.333 +			</File>
   3.334 +			<File
   3.335 +				RelativePath=".\src\object.h"
   3.336 +				>
   3.337 +			</File>
   3.338 +			<File
   3.339 +				RelativePath=".\src\opengl.h"
   3.340 +				>
   3.341 +			</File>
   3.342 +			<File
   3.343 +				RelativePath=".\src\psyspp.h"
   3.344 +				>
   3.345 +			</File>
   3.346 +			<File
   3.347 +				RelativePath=".\src\rtarg.h"
   3.348 +				>
   3.349 +			</File>
   3.350 +			<File
   3.351 +				RelativePath=".\src\scene.h"
   3.352 +				>
   3.353 +			</File>
   3.354 +			<File
   3.355 +				RelativePath=".\src\sdrman.h"
   3.356 +				>
   3.357 +			</File>
   3.358 +			<File
   3.359 +				RelativePath=".\src\shader.h"
   3.360 +				>
   3.361 +			</File>
   3.362 +			<File
   3.363 +				RelativePath=".\src\texgen.h"
   3.364 +				>
   3.365 +			</File>
   3.366 +			<File
   3.367 +				RelativePath=".\src\texman.h"
   3.368 +				>
   3.369 +			</File>
   3.370 +			<File
   3.371 +				RelativePath=".\src\texture.h"
   3.372 +				>
   3.373 +			</File>
   3.374 +			<File
   3.375 +				RelativePath=".\src\timer.h"
   3.376 +				>
   3.377 +			</File>
   3.378 +			<File
   3.379 +				RelativePath=".\src\unistate.h"
   3.380 +				>
   3.381 +			</File>
   3.382 +			<File
   3.383 +				RelativePath=".\src\xform_node.h"
   3.384 +				>
   3.385 +			</File>
   3.386 +		</Filter>
   3.387 +	</Files>
   3.388 +	<Globals>
   3.389 +	</Globals>
   3.390 +</VisualStudioProject>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/goat3dgfx_static.vcproj	Sat Nov 16 08:52:30 2013 +0200
     4.3 @@ -0,0 +1,367 @@
     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="goat3dgfx_static"
     4.9 +	ProjectGUID="{153DAAFD-385E-44A3-8030-563AFFA70215}"
    4.10 +	RootNamespace="goat3dgfx_static"
    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="4"
    4.27 +			CharacterSet="1"
    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 +				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
    4.48 +				MinimalRebuild="true"
    4.49 +				BasicRuntimeChecks="3"
    4.50 +				RuntimeLibrary="3"
    4.51 +				UsePrecompiledHeader="0"
    4.52 +				WarningLevel="3"
    4.53 +				DebugInformationFormat="4"
    4.54 +				DisableSpecificWarnings="4244"
    4.55 +			/>
    4.56 +			<Tool
    4.57 +				Name="VCManagedResourceCompilerTool"
    4.58 +			/>
    4.59 +			<Tool
    4.60 +				Name="VCResourceCompilerTool"
    4.61 +			/>
    4.62 +			<Tool
    4.63 +				Name="VCPreLinkEventTool"
    4.64 +			/>
    4.65 +			<Tool
    4.66 +				Name="VCLibrarianTool"
    4.67 +			/>
    4.68 +			<Tool
    4.69 +				Name="VCALinkTool"
    4.70 +			/>
    4.71 +			<Tool
    4.72 +				Name="VCXDCMakeTool"
    4.73 +			/>
    4.74 +			<Tool
    4.75 +				Name="VCBscMakeTool"
    4.76 +			/>
    4.77 +			<Tool
    4.78 +				Name="VCFxCopTool"
    4.79 +			/>
    4.80 +			<Tool
    4.81 +				Name="VCPostBuildEventTool"
    4.82 +			/>
    4.83 +		</Configuration>
    4.84 +		<Configuration
    4.85 +			Name="Release|Win32"
    4.86 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    4.87 +			IntermediateDirectory="$(ConfigurationName)"
    4.88 +			ConfigurationType="4"
    4.89 +			CharacterSet="1"
    4.90 +			WholeProgramOptimization="1"
    4.91 +			>
    4.92 +			<Tool
    4.93 +				Name="VCPreBuildEventTool"
    4.94 +			/>
    4.95 +			<Tool
    4.96 +				Name="VCCustomBuildTool"
    4.97 +			/>
    4.98 +			<Tool
    4.99 +				Name="VCXMLDataGeneratorTool"
   4.100 +			/>
   4.101 +			<Tool
   4.102 +				Name="VCWebServiceProxyGeneratorTool"
   4.103 +			/>
   4.104 +			<Tool
   4.105 +				Name="VCMIDLTool"
   4.106 +			/>
   4.107 +			<Tool
   4.108 +				Name="VCCLCompilerTool"
   4.109 +				Optimization="2"
   4.110 +				EnableIntrinsicFunctions="true"
   4.111 +				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
   4.112 +				RuntimeLibrary="2"
   4.113 +				EnableFunctionLevelLinking="true"
   4.114 +				UsePrecompiledHeader="0"
   4.115 +				WarningLevel="3"
   4.116 +				DebugInformationFormat="3"
   4.117 +				DisableSpecificWarnings="4244"
   4.118 +			/>
   4.119 +			<Tool
   4.120 +				Name="VCManagedResourceCompilerTool"
   4.121 +			/>
   4.122 +			<Tool
   4.123 +				Name="VCResourceCompilerTool"
   4.124 +			/>
   4.125 +			<Tool
   4.126 +				Name="VCPreLinkEventTool"
   4.127 +			/>
   4.128 +			<Tool
   4.129 +				Name="VCLibrarianTool"
   4.130 +			/>
   4.131 +			<Tool
   4.132 +				Name="VCALinkTool"
   4.133 +			/>
   4.134 +			<Tool
   4.135 +				Name="VCXDCMakeTool"
   4.136 +			/>
   4.137 +			<Tool
   4.138 +				Name="VCBscMakeTool"
   4.139 +			/>
   4.140 +			<Tool
   4.141 +				Name="VCFxCopTool"
   4.142 +			/>
   4.143 +			<Tool
   4.144 +				Name="VCPostBuildEventTool"
   4.145 +			/>
   4.146 +		</Configuration>
   4.147 +	</Configurations>
   4.148 +	<References>
   4.149 +	</References>
   4.150 +	<Files>
   4.151 +		<Filter
   4.152 +			Name="src"
   4.153 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   4.154 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   4.155 +			>
   4.156 +			<File
   4.157 +				RelativePath=".\src\assload.cc"
   4.158 +				>
   4.159 +			</File>
   4.160 +			<File
   4.161 +				RelativePath=".\src\curve.cc"
   4.162 +				>
   4.163 +			</File>
   4.164 +			<File
   4.165 +				RelativePath=".\src\curveload.cc"
   4.166 +				>
   4.167 +			</File>
   4.168 +			<File
   4.169 +				RelativePath=".\src\datapath.cc"
   4.170 +				>
   4.171 +			</File>
   4.172 +			<File
   4.173 +				RelativePath=".\src\geom.cc"
   4.174 +				>
   4.175 +			</File>
   4.176 +			<File
   4.177 +				RelativePath=".\src\gfxutil.cc"
   4.178 +				>
   4.179 +			</File>
   4.180 +			<File
   4.181 +				RelativePath=".\src\image.cc"
   4.182 +				>
   4.183 +			</File>
   4.184 +			<File
   4.185 +				RelativePath=".\src\logger.cc"
   4.186 +				>
   4.187 +			</File>
   4.188 +			<File
   4.189 +				RelativePath=".\src\material.cc"
   4.190 +				>
   4.191 +			</File>
   4.192 +			<File
   4.193 +				RelativePath=".\src\mesh.cc"
   4.194 +				>
   4.195 +			</File>
   4.196 +			<File
   4.197 +				RelativePath=".\src\meshgen.cc"
   4.198 +				>
   4.199 +			</File>
   4.200 +			<File
   4.201 +				RelativePath=".\src\object.cc"
   4.202 +				>
   4.203 +			</File>
   4.204 +			<File
   4.205 +				RelativePath=".\src\opengl.cc"
   4.206 +				>
   4.207 +			</File>
   4.208 +			<File
   4.209 +				RelativePath=".\src\psyspp.cc"
   4.210 +				>
   4.211 +			</File>
   4.212 +			<File
   4.213 +				RelativePath=".\src\rtarg.cc"
   4.214 +				>
   4.215 +			</File>
   4.216 +			<File
   4.217 +				RelativePath=".\src\scene.cc"
   4.218 +				>
   4.219 +			</File>
   4.220 +			<File
   4.221 +				RelativePath=".\src\sdrman.cc"
   4.222 +				>
   4.223 +			</File>
   4.224 +			<File
   4.225 +				RelativePath=".\src\shader.cc"
   4.226 +				>
   4.227 +			</File>
   4.228 +			<File
   4.229 +				RelativePath=".\src\texgen.cc"
   4.230 +				>
   4.231 +			</File>
   4.232 +			<File
   4.233 +				RelativePath=".\src\texman.cc"
   4.234 +				>
   4.235 +			</File>
   4.236 +			<File
   4.237 +				RelativePath=".\src\texture.cc"
   4.238 +				>
   4.239 +			</File>
   4.240 +			<File
   4.241 +				RelativePath=".\src\timer.cc"
   4.242 +				>
   4.243 +			</File>
   4.244 +			<File
   4.245 +				RelativePath=".\src\unistate.cc"
   4.246 +				>
   4.247 +			</File>
   4.248 +			<File
   4.249 +				RelativePath=".\src\xform_node.cc"
   4.250 +				>
   4.251 +			</File>
   4.252 +		</Filter>
   4.253 +		<Filter
   4.254 +			Name="include"
   4.255 +			Filter="h;hpp;hxx;hm;inl;inc;xsd"
   4.256 +			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   4.257 +			>
   4.258 +			<File
   4.259 +				RelativePath=".\src\3dschunks.h"
   4.260 +				>
   4.261 +			</File>
   4.262 +			<File
   4.263 +				RelativePath=".\src\assload.h"
   4.264 +				>
   4.265 +			</File>
   4.266 +			<File
   4.267 +				RelativePath=".\src\curve.h"
   4.268 +				>
   4.269 +			</File>
   4.270 +			<File
   4.271 +				RelativePath=".\src\curveload.h"
   4.272 +				>
   4.273 +			</File>
   4.274 +			<File
   4.275 +				RelativePath=".\src\datapath.h"
   4.276 +				>
   4.277 +			</File>
   4.278 +			<File
   4.279 +				RelativePath=".\src\dataset.h"
   4.280 +				>
   4.281 +			</File>
   4.282 +			<File
   4.283 +				RelativePath=".\src\dataset.inl"
   4.284 +				>
   4.285 +			</File>
   4.286 +			<File
   4.287 +				RelativePath=".\src\geom.h"
   4.288 +				>
   4.289 +			</File>
   4.290 +			<File
   4.291 +				RelativePath=".\src\gfxutil.h"
   4.292 +				>
   4.293 +			</File>
   4.294 +			<File
   4.295 +				RelativePath=".\src\image.h"
   4.296 +				>
   4.297 +			</File>
   4.298 +			<File
   4.299 +				RelativePath=".\src\logger.h"
   4.300 +				>
   4.301 +			</File>
   4.302 +			<File
   4.303 +				RelativePath=".\src\material.h"
   4.304 +				>
   4.305 +			</File>
   4.306 +			<File
   4.307 +				RelativePath=".\src\mesh.h"
   4.308 +				>
   4.309 +			</File>
   4.310 +			<File
   4.311 +				RelativePath=".\src\meshgen.h"
   4.312 +				>
   4.313 +			</File>
   4.314 +			<File
   4.315 +				RelativePath=".\src\object.h"
   4.316 +				>
   4.317 +			</File>
   4.318 +			<File
   4.319 +				RelativePath=".\src\opengl.h"
   4.320 +				>
   4.321 +			</File>
   4.322 +			<File
   4.323 +				RelativePath=".\src\psyspp.h"
   4.324 +				>
   4.325 +			</File>
   4.326 +			<File
   4.327 +				RelativePath=".\src\rtarg.h"
   4.328 +				>
   4.329 +			</File>
   4.330 +			<File
   4.331 +				RelativePath=".\src\scene.h"
   4.332 +				>
   4.333 +			</File>
   4.334 +			<File
   4.335 +				RelativePath=".\src\sdrman.h"
   4.336 +				>
   4.337 +			</File>
   4.338 +			<File
   4.339 +				RelativePath=".\src\shader.h"
   4.340 +				>
   4.341 +			</File>
   4.342 +			<File
   4.343 +				RelativePath=".\src\texgen.h"
   4.344 +				>
   4.345 +			</File>
   4.346 +			<File
   4.347 +				RelativePath=".\src\texman.h"
   4.348 +				>
   4.349 +			</File>
   4.350 +			<File
   4.351 +				RelativePath=".\src\texture.h"
   4.352 +				>
   4.353 +			</File>
   4.354 +			<File
   4.355 +				RelativePath=".\src\timer.h"
   4.356 +				>
   4.357 +			</File>
   4.358 +			<File
   4.359 +				RelativePath=".\src\unistate.h"
   4.360 +				>
   4.361 +			</File>
   4.362 +			<File
   4.363 +				RelativePath=".\src\xform_node.h"
   4.364 +				>
   4.365 +			</File>
   4.366 +		</Filter>
   4.367 +	</Files>
   4.368 +	<Globals>
   4.369 +	</Globals>
   4.370 +</VisualStudioProject>