rayfract

diff rayfract.vcproj @ 3:bf1d56975cc9

- added visual studio project - removed vmath dependency
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 26 Oct 2010 09:52:57 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rayfract.vcproj	Tue Oct 26 09:52:57 2010 +0300
     1.3 @@ -0,0 +1,233 @@
     1.4 +<?xml version="1.0" encoding="Windows-1252"?>
     1.5 +<VisualStudioProject
     1.6 +	ProjectType="Visual C++"
     1.7 +	Version="8,00"
     1.8 +	Name="rayfract"
     1.9 +	ProjectGUID="{374B1E09-A12F-49C8-9A49-DA090A68BCC0}"
    1.10 +	RootNamespace="rayfract"
    1.11 +	Keyword="Win32Proj"
    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="$(SolutionDir)$(ConfigurationName)"
    1.24 +			IntermediateDirectory="$(ConfigurationName)"
    1.25 +			ConfigurationType="1"
    1.26 +			CharacterSet="1"
    1.27 +			>
    1.28 +			<Tool
    1.29 +				Name="VCPreBuildEventTool"
    1.30 +			/>
    1.31 +			<Tool
    1.32 +				Name="VCCustomBuildTool"
    1.33 +			/>
    1.34 +			<Tool
    1.35 +				Name="VCXMLDataGeneratorTool"
    1.36 +			/>
    1.37 +			<Tool
    1.38 +				Name="VCWebServiceProxyGeneratorTool"
    1.39 +			/>
    1.40 +			<Tool
    1.41 +				Name="VCMIDLTool"
    1.42 +			/>
    1.43 +			<Tool
    1.44 +				Name="VCCLCompilerTool"
    1.45 +				Optimization="0"
    1.46 +				AdditionalIncludeDirectories="src;c:\usr\include\ubertk"
    1.47 +				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE"
    1.48 +				MinimalRebuild="true"
    1.49 +				BasicRuntimeChecks="3"
    1.50 +				RuntimeLibrary="3"
    1.51 +				UsePrecompiledHeader="0"
    1.52 +				WarningLevel="3"
    1.53 +				Detect64BitPortabilityProblems="true"
    1.54 +				DebugInformationFormat="4"
    1.55 +			/>
    1.56 +			<Tool
    1.57 +				Name="VCManagedResourceCompilerTool"
    1.58 +			/>
    1.59 +			<Tool
    1.60 +				Name="VCResourceCompilerTool"
    1.61 +			/>
    1.62 +			<Tool
    1.63 +				Name="VCPreLinkEventTool"
    1.64 +			/>
    1.65 +			<Tool
    1.66 +				Name="VCLinkerTool"
    1.67 +				AdditionalDependencies="ubertk.lib freetype.lib glew32.lib"
    1.68 +				LinkIncremental="2"
    1.69 +				GenerateDebugInformation="true"
    1.70 +				SubSystem="1"
    1.71 +				TargetMachine="1"
    1.72 +			/>
    1.73 +			<Tool
    1.74 +				Name="VCALinkTool"
    1.75 +			/>
    1.76 +			<Tool
    1.77 +				Name="VCManifestTool"
    1.78 +			/>
    1.79 +			<Tool
    1.80 +				Name="VCXDCMakeTool"
    1.81 +			/>
    1.82 +			<Tool
    1.83 +				Name="VCBscMakeTool"
    1.84 +			/>
    1.85 +			<Tool
    1.86 +				Name="VCFxCopTool"
    1.87 +			/>
    1.88 +			<Tool
    1.89 +				Name="VCAppVerifierTool"
    1.90 +			/>
    1.91 +			<Tool
    1.92 +				Name="VCWebDeploymentTool"
    1.93 +			/>
    1.94 +			<Tool
    1.95 +				Name="VCPostBuildEventTool"
    1.96 +			/>
    1.97 +		</Configuration>
    1.98 +		<Configuration
    1.99 +			Name="Release|Win32"
   1.100 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
   1.101 +			IntermediateDirectory="$(ConfigurationName)"
   1.102 +			ConfigurationType="1"
   1.103 +			CharacterSet="1"
   1.104 +			WholeProgramOptimization="1"
   1.105 +			>
   1.106 +			<Tool
   1.107 +				Name="VCPreBuildEventTool"
   1.108 +			/>
   1.109 +			<Tool
   1.110 +				Name="VCCustomBuildTool"
   1.111 +			/>
   1.112 +			<Tool
   1.113 +				Name="VCXMLDataGeneratorTool"
   1.114 +			/>
   1.115 +			<Tool
   1.116 +				Name="VCWebServiceProxyGeneratorTool"
   1.117 +			/>
   1.118 +			<Tool
   1.119 +				Name="VCMIDLTool"
   1.120 +			/>
   1.121 +			<Tool
   1.122 +				Name="VCCLCompilerTool"
   1.123 +				AdditionalIncludeDirectories="src;c:\usr\include\ubertk"
   1.124 +				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE"
   1.125 +				RuntimeLibrary="2"
   1.126 +				UsePrecompiledHeader="0"
   1.127 +				WarningLevel="3"
   1.128 +				Detect64BitPortabilityProblems="true"
   1.129 +				DebugInformationFormat="3"
   1.130 +			/>
   1.131 +			<Tool
   1.132 +				Name="VCManagedResourceCompilerTool"
   1.133 +			/>
   1.134 +			<Tool
   1.135 +				Name="VCResourceCompilerTool"
   1.136 +			/>
   1.137 +			<Tool
   1.138 +				Name="VCPreLinkEventTool"
   1.139 +			/>
   1.140 +			<Tool
   1.141 +				Name="VCLinkerTool"
   1.142 +				AdditionalDependencies="ubertk.lib freetype.lib glew32.lib"
   1.143 +				LinkIncremental="1"
   1.144 +				GenerateDebugInformation="true"
   1.145 +				SubSystem="1"
   1.146 +				OptimizeReferences="2"
   1.147 +				EnableCOMDATFolding="2"
   1.148 +				TargetMachine="1"
   1.149 +			/>
   1.150 +			<Tool
   1.151 +				Name="VCALinkTool"
   1.152 +			/>
   1.153 +			<Tool
   1.154 +				Name="VCManifestTool"
   1.155 +			/>
   1.156 +			<Tool
   1.157 +				Name="VCXDCMakeTool"
   1.158 +			/>
   1.159 +			<Tool
   1.160 +				Name="VCBscMakeTool"
   1.161 +			/>
   1.162 +			<Tool
   1.163 +				Name="VCFxCopTool"
   1.164 +			/>
   1.165 +			<Tool
   1.166 +				Name="VCAppVerifierTool"
   1.167 +			/>
   1.168 +			<Tool
   1.169 +				Name="VCWebDeploymentTool"
   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"
   1.182 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   1.183 +			>
   1.184 +			<File
   1.185 +				RelativePath=".\src\gui.cc"
   1.186 +				>
   1.187 +			</File>
   1.188 +			<File
   1.189 +				RelativePath=".\src\gui.h"
   1.190 +				>
   1.191 +			</File>
   1.192 +			<File
   1.193 +				RelativePath=".\src\rayfract.cc"
   1.194 +				>
   1.195 +			</File>
   1.196 +			<File
   1.197 +				RelativePath=".\src\sdr.c"
   1.198 +				>
   1.199 +			</File>
   1.200 +			<File
   1.201 +				RelativePath=".\src\sdr.h"
   1.202 +				>
   1.203 +			</File>
   1.204 +			<File
   1.205 +				RelativePath=".\src\utktext.cc"
   1.206 +				>
   1.207 +			</File>
   1.208 +			<File
   1.209 +				RelativePath=".\src\utktext.h"
   1.210 +				>
   1.211 +			</File>
   1.212 +			<File
   1.213 +				RelativePath=".\src\vmath.cc"
   1.214 +				>
   1.215 +			</File>
   1.216 +			<File
   1.217 +				RelativePath=".\src\vmath.h"
   1.218 +				>
   1.219 +			</File>
   1.220 +		</Filter>
   1.221 +		<Filter
   1.222 +			Name="sdr"
   1.223 +			>
   1.224 +			<File
   1.225 +				RelativePath=".\sdr\julia.p.glsl"
   1.226 +				>
   1.227 +			</File>
   1.228 +			<File
   1.229 +				RelativePath=".\sdr\sdr.v.glsl"
   1.230 +				>
   1.231 +			</File>
   1.232 +		</Filter>
   1.233 +	</Files>
   1.234 +	<Globals>
   1.235 +	</Globals>
   1.236 +</VisualStudioProject>