goat3dgfx

diff examples/cubemap/cubemap.vcproj @ 5:18879c956eb1

- skycube example - added fatal_log - changed the dataset to keep the whole path while searching for data files
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 17 Nov 2013 03:22:40 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/examples/cubemap/cubemap.vcproj	Sun Nov 17 03:22:40 2013 +0200
     1.3 @@ -0,0 +1,200 @@
     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="cubemap"
     1.9 +	ProjectGUID="{21606BDB-5E01-45F3-9431-D5F4AF5F2CC0}"
    1.10 +	RootNamespace="cubemap"
    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 +			InheritedPropertySheets="..\examples-debug.vsprop"
    1.28 +			CharacterSet="1"
    1.29 +			>
    1.30 +			<Tool
    1.31 +				Name="VCPreBuildEventTool"
    1.32 +			/>
    1.33 +			<Tool
    1.34 +				Name="VCCustomBuildTool"
    1.35 +			/>
    1.36 +			<Tool
    1.37 +				Name="VCXMLDataGeneratorTool"
    1.38 +			/>
    1.39 +			<Tool
    1.40 +				Name="VCWebServiceProxyGeneratorTool"
    1.41 +			/>
    1.42 +			<Tool
    1.43 +				Name="VCMIDLTool"
    1.44 +			/>
    1.45 +			<Tool
    1.46 +				Name="VCCLCompilerTool"
    1.47 +				Optimization="0"
    1.48 +				AdditionalIncludeDirectories=""
    1.49 +				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
    1.50 +				MinimalRebuild="true"
    1.51 +				BasicRuntimeChecks="3"
    1.52 +				RuntimeLibrary="3"
    1.53 +				UsePrecompiledHeader="0"
    1.54 +				WarningLevel="3"
    1.55 +				DebugInformationFormat="4"
    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 +				LinkIncremental="2"
    1.69 +				AdditionalLibraryDirectories=""
    1.70 +				GenerateDebugInformation="true"
    1.71 +				SubSystem="1"
    1.72 +				TargetMachine="1"
    1.73 +			/>
    1.74 +			<Tool
    1.75 +				Name="VCALinkTool"
    1.76 +			/>
    1.77 +			<Tool
    1.78 +				Name="VCManifestTool"
    1.79 +			/>
    1.80 +			<Tool
    1.81 +				Name="VCXDCMakeTool"
    1.82 +			/>
    1.83 +			<Tool
    1.84 +				Name="VCBscMakeTool"
    1.85 +			/>
    1.86 +			<Tool
    1.87 +				Name="VCFxCopTool"
    1.88 +			/>
    1.89 +			<Tool
    1.90 +				Name="VCAppVerifierTool"
    1.91 +			/>
    1.92 +			<Tool
    1.93 +				Name="VCPostBuildEventTool"
    1.94 +			/>
    1.95 +		</Configuration>
    1.96 +		<Configuration
    1.97 +			Name="Release|Win32"
    1.98 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.99 +			IntermediateDirectory="$(ConfigurationName)"
   1.100 +			ConfigurationType="1"
   1.101 +			InheritedPropertySheets="$(SolutionDir)\examples\examples.vsprop"
   1.102 +			CharacterSet="1"
   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=""
   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 +			/>
   1.132 +			<Tool
   1.133 +				Name="VCManagedResourceCompilerTool"
   1.134 +			/>
   1.135 +			<Tool
   1.136 +				Name="VCResourceCompilerTool"
   1.137 +			/>
   1.138 +			<Tool
   1.139 +				Name="VCPreLinkEventTool"
   1.140 +			/>
   1.141 +			<Tool
   1.142 +				Name="VCLinkerTool"
   1.143 +				AdditionalDependencies="goat3dgfx.lib"
   1.144 +				LinkIncremental="1"
   1.145 +				AdditionalLibraryDirectories=""
   1.146 +				GenerateDebugInformation="true"
   1.147 +				SubSystem="1"
   1.148 +				OptimizeReferences="2"
   1.149 +				EnableCOMDATFolding="2"
   1.150 +				TargetMachine="1"
   1.151 +			/>
   1.152 +			<Tool
   1.153 +				Name="VCALinkTool"
   1.154 +			/>
   1.155 +			<Tool
   1.156 +				Name="VCManifestTool"
   1.157 +			/>
   1.158 +			<Tool
   1.159 +				Name="VCXDCMakeTool"
   1.160 +			/>
   1.161 +			<Tool
   1.162 +				Name="VCBscMakeTool"
   1.163 +			/>
   1.164 +			<Tool
   1.165 +				Name="VCFxCopTool"
   1.166 +			/>
   1.167 +			<Tool
   1.168 +				Name="VCAppVerifierTool"
   1.169 +			/>
   1.170 +			<Tool
   1.171 +				Name="VCPostBuildEventTool"
   1.172 +			/>
   1.173 +		</Configuration>
   1.174 +	</Configurations>
   1.175 +	<References>
   1.176 +	</References>
   1.177 +	<Files>
   1.178 +		<Filter
   1.179 +			Name="src"
   1.180 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   1.181 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   1.182 +			>
   1.183 +			<File
   1.184 +				RelativePath=".\src\main.cc"
   1.185 +				>
   1.186 +			</File>
   1.187 +		</Filter>
   1.188 +		<Filter
   1.189 +			Name="sdr"
   1.190 +			>
   1.191 +			<File
   1.192 +				RelativePath=".\sdr\sky.p.glsl"
   1.193 +				>
   1.194 +			</File>
   1.195 +			<File
   1.196 +				RelativePath=".\sdr\sky.v.glsl"
   1.197 +				>
   1.198 +			</File>
   1.199 +		</Filter>
   1.200 +	</Files>
   1.201 +	<Globals>
   1.202 +	</Globals>
   1.203 +</VisualStudioProject>