clray
changeset 10:2da57bedc550
added vs project
author | John Tsiombikas |
---|---|
date | Fri, 30 Jul 2010 19:28:18 +0100 |
parents | a09622aaa043 |
children | d9a1bab1c3f5 |
files | clray.sln clray.vcproj |
diffstat | 2 files changed, 251 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/clray.sln Fri Jul 30 19:28:18 2010 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 + 1.5 +Microsoft Visual Studio Solution File, Format Version 10.00 1.6 +# Visual Studio 2008 1.7 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "clray", "clray.vcproj", "{12CC234E-967C-4460-BB6F-A915516EE882}" 1.8 +EndProject 1.9 +Global 1.10 + GlobalSection(SolutionConfigurationPlatforms) = preSolution 1.11 + Debug|Win32 = Debug|Win32 1.12 + Release|Win32 = Release|Win32 1.13 + EndGlobalSection 1.14 + GlobalSection(ProjectConfigurationPlatforms) = postSolution 1.15 + {12CC234E-967C-4460-BB6F-A915516EE882}.Debug|Win32.ActiveCfg = Debug|Win32 1.16 + {12CC234E-967C-4460-BB6F-A915516EE882}.Debug|Win32.Build.0 = Debug|Win32 1.17 + {12CC234E-967C-4460-BB6F-A915516EE882}.Release|Win32.ActiveCfg = Release|Win32 1.18 + {12CC234E-967C-4460-BB6F-A915516EE882}.Release|Win32.Build.0 = Release|Win32 1.19 + EndGlobalSection 1.20 + GlobalSection(SolutionProperties) = preSolution 1.21 + HideSolutionNode = FALSE 1.22 + EndGlobalSection 1.23 +EndGlobal
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/clray.vcproj Fri Jul 30 19:28:18 2010 +0100 2.3 @@ -0,0 +1,231 @@ 2.4 +<?xml version="1.0" encoding="Windows-1252"?> 2.5 +<VisualStudioProject 2.6 + ProjectType="Visual C++" 2.7 + Version="9.00" 2.8 + Name="clray" 2.9 + ProjectGUID="{12CC234E-967C-4460-BB6F-A915516EE882}" 2.10 + RootNamespace="clray" 2.11 + Keyword="Win32Proj" 2.12 + TargetFrameworkVersion="196613" 2.13 + > 2.14 + <Platforms> 2.15 + <Platform 2.16 + Name="Win32" 2.17 + /> 2.18 + </Platforms> 2.19 + <ToolFiles> 2.20 + </ToolFiles> 2.21 + <Configurations> 2.22 + <Configuration 2.23 + Name="Debug|Win32" 2.24 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 2.25 + IntermediateDirectory="$(ConfigurationName)" 2.26 + ConfigurationType="1" 2.27 + CharacterSet="1" 2.28 + > 2.29 + <Tool 2.30 + Name="VCPreBuildEventTool" 2.31 + /> 2.32 + <Tool 2.33 + Name="VCCustomBuildTool" 2.34 + /> 2.35 + <Tool 2.36 + Name="VCXMLDataGeneratorTool" 2.37 + /> 2.38 + <Tool 2.39 + Name="VCWebServiceProxyGeneratorTool" 2.40 + /> 2.41 + <Tool 2.42 + Name="VCMIDLTool" 2.43 + /> 2.44 + <Tool 2.45 + Name="VCCLCompilerTool" 2.46 + Optimization="0" 2.47 + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 2.48 + MinimalRebuild="true" 2.49 + BasicRuntimeChecks="3" 2.50 + RuntimeLibrary="3" 2.51 + UsePrecompiledHeader="0" 2.52 + WarningLevel="3" 2.53 + DebugInformationFormat="4" 2.54 + /> 2.55 + <Tool 2.56 + Name="VCManagedResourceCompilerTool" 2.57 + /> 2.58 + <Tool 2.59 + Name="VCResourceCompilerTool" 2.60 + /> 2.61 + <Tool 2.62 + Name="VCPreLinkEventTool" 2.63 + /> 2.64 + <Tool 2.65 + Name="VCLinkerTool" 2.66 + LinkIncremental="2" 2.67 + GenerateDebugInformation="true" 2.68 + SubSystem="1" 2.69 + TargetMachine="1" 2.70 + /> 2.71 + <Tool 2.72 + Name="VCALinkTool" 2.73 + /> 2.74 + <Tool 2.75 + Name="VCManifestTool" 2.76 + /> 2.77 + <Tool 2.78 + Name="VCXDCMakeTool" 2.79 + /> 2.80 + <Tool 2.81 + Name="VCBscMakeTool" 2.82 + /> 2.83 + <Tool 2.84 + Name="VCFxCopTool" 2.85 + /> 2.86 + <Tool 2.87 + Name="VCAppVerifierTool" 2.88 + /> 2.89 + <Tool 2.90 + Name="VCPostBuildEventTool" 2.91 + /> 2.92 + </Configuration> 2.93 + <Configuration 2.94 + Name="Release|Win32" 2.95 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 2.96 + IntermediateDirectory="$(ConfigurationName)" 2.97 + ConfigurationType="1" 2.98 + CharacterSet="1" 2.99 + WholeProgramOptimization="1" 2.100 + > 2.101 + <Tool 2.102 + Name="VCPreBuildEventTool" 2.103 + /> 2.104 + <Tool 2.105 + Name="VCCustomBuildTool" 2.106 + /> 2.107 + <Tool 2.108 + Name="VCXMLDataGeneratorTool" 2.109 + /> 2.110 + <Tool 2.111 + Name="VCWebServiceProxyGeneratorTool" 2.112 + /> 2.113 + <Tool 2.114 + Name="VCMIDLTool" 2.115 + /> 2.116 + <Tool 2.117 + Name="VCCLCompilerTool" 2.118 + Optimization="2" 2.119 + EnableIntrinsicFunctions="true" 2.120 + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 2.121 + RuntimeLibrary="2" 2.122 + EnableFunctionLevelLinking="true" 2.123 + UsePrecompiledHeader="0" 2.124 + WarningLevel="3" 2.125 + DebugInformationFormat="3" 2.126 + /> 2.127 + <Tool 2.128 + Name="VCManagedResourceCompilerTool" 2.129 + /> 2.130 + <Tool 2.131 + Name="VCResourceCompilerTool" 2.132 + /> 2.133 + <Tool 2.134 + Name="VCPreLinkEventTool" 2.135 + /> 2.136 + <Tool 2.137 + Name="VCLinkerTool" 2.138 + LinkIncremental="1" 2.139 + GenerateDebugInformation="true" 2.140 + SubSystem="1" 2.141 + OptimizeReferences="2" 2.142 + EnableCOMDATFolding="2" 2.143 + TargetMachine="1" 2.144 + /> 2.145 + <Tool 2.146 + Name="VCALinkTool" 2.147 + /> 2.148 + <Tool 2.149 + Name="VCManifestTool" 2.150 + /> 2.151 + <Tool 2.152 + Name="VCXDCMakeTool" 2.153 + /> 2.154 + <Tool 2.155 + Name="VCBscMakeTool" 2.156 + /> 2.157 + <Tool 2.158 + Name="VCFxCopTool" 2.159 + /> 2.160 + <Tool 2.161 + Name="VCAppVerifierTool" 2.162 + /> 2.163 + <Tool 2.164 + Name="VCPostBuildEventTool" 2.165 + /> 2.166 + </Configuration> 2.167 + </Configurations> 2.168 + <References> 2.169 + </References> 2.170 + <Files> 2.171 + <Filter 2.172 + Name="src" 2.173 + > 2.174 + <File 2.175 + RelativePath=".\src\clray.cc" 2.176 + > 2.177 + </File> 2.178 + <File 2.179 + RelativePath=".\src\mesh.cc" 2.180 + > 2.181 + </File> 2.182 + <File 2.183 + RelativePath=".\src\mesh.h" 2.184 + > 2.185 + </File> 2.186 + <File 2.187 + RelativePath=".\src\ocl.cc" 2.188 + > 2.189 + </File> 2.190 + <File 2.191 + RelativePath=".\src\ocl.h" 2.192 + > 2.193 + </File> 2.194 + <File 2.195 + RelativePath=".\src\ocl_errstr.h" 2.196 + > 2.197 + </File> 2.198 + <File 2.199 + RelativePath=".\src\rt.cc" 2.200 + > 2.201 + </File> 2.202 + <File 2.203 + RelativePath=".\src\rt.h" 2.204 + > 2.205 + </File> 2.206 + </Filter> 2.207 + <Filter 2.208 + Name="kern" 2.209 + > 2.210 + <File 2.211 + RelativePath=".\rt.cl" 2.212 + > 2.213 + <FileConfiguration 2.214 + Name="Debug|Win32" 2.215 + ExcludedFromBuild="true" 2.216 + > 2.217 + <Tool 2.218 + Name="VCCustomBuildTool" 2.219 + /> 2.220 + </FileConfiguration> 2.221 + <FileConfiguration 2.222 + Name="Release|Win32" 2.223 + ExcludedFromBuild="true" 2.224 + > 2.225 + <Tool 2.226 + Name="VCCustomBuildTool" 2.227 + /> 2.228 + </FileConfiguration> 2.229 + </File> 2.230 + </Filter> 2.231 + </Files> 2.232 + <Globals> 2.233 + </Globals> 2.234 +</VisualStudioProject>