clray
diff clray.vcproj @ 10:2da57bedc550
added vs project
author | John Tsiombikas |
---|---|
date | Fri, 30 Jul 2010 19:28:18 +0100 |
parents | |
children | d9a1bab1c3f5 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/clray.vcproj Fri Jul 30 19:28:18 2010 +0100 1.3 @@ -0,0 +1,231 @@ 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="clray" 1.9 + ProjectGUID="{12CC234E-967C-4460-BB6F-A915516EE882}" 1.10 + RootNamespace="clray" 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 + 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;_CONSOLE" 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="1" 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="1" 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;_CONSOLE" 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="1" 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 + > 1.174 + <File 1.175 + RelativePath=".\src\clray.cc" 1.176 + > 1.177 + </File> 1.178 + <File 1.179 + RelativePath=".\src\mesh.cc" 1.180 + > 1.181 + </File> 1.182 + <File 1.183 + RelativePath=".\src\mesh.h" 1.184 + > 1.185 + </File> 1.186 + <File 1.187 + RelativePath=".\src\ocl.cc" 1.188 + > 1.189 + </File> 1.190 + <File 1.191 + RelativePath=".\src\ocl.h" 1.192 + > 1.193 + </File> 1.194 + <File 1.195 + RelativePath=".\src\ocl_errstr.h" 1.196 + > 1.197 + </File> 1.198 + <File 1.199 + RelativePath=".\src\rt.cc" 1.200 + > 1.201 + </File> 1.202 + <File 1.203 + RelativePath=".\src\rt.h" 1.204 + > 1.205 + </File> 1.206 + </Filter> 1.207 + <Filter 1.208 + Name="kern" 1.209 + > 1.210 + <File 1.211 + RelativePath=".\rt.cl" 1.212 + > 1.213 + <FileConfiguration 1.214 + Name="Debug|Win32" 1.215 + ExcludedFromBuild="true" 1.216 + > 1.217 + <Tool 1.218 + Name="VCCustomBuildTool" 1.219 + /> 1.220 + </FileConfiguration> 1.221 + <FileConfiguration 1.222 + Name="Release|Win32" 1.223 + ExcludedFromBuild="true" 1.224 + > 1.225 + <Tool 1.226 + Name="VCCustomBuildTool" 1.227 + /> 1.228 + </FileConfiguration> 1.229 + </File> 1.230 + </Filter> 1.231 + </Files> 1.232 + <Globals> 1.233 + </Globals> 1.234 +</VisualStudioProject>