clray

annotate clray.vcproj @ 27:8b2f2ad14ae7

semi-fixed the kdtree construction
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 17 Aug 2010 20:35:00 +0100
parents d9a1bab1c3f5
children 1ae68d46cfda
rev   line source
John@10 1 <?xml version="1.0" encoding="Windows-1252"?>
John@10 2 <VisualStudioProject
John@10 3 ProjectType="Visual C++"
John@10 4 Version="9.00"
John@10 5 Name="clray"
John@10 6 ProjectGUID="{12CC234E-967C-4460-BB6F-A915516EE882}"
John@10 7 RootNamespace="clray"
John@10 8 Keyword="Win32Proj"
John@10 9 TargetFrameworkVersion="196613"
John@10 10 >
John@10 11 <Platforms>
John@10 12 <Platform
John@10 13 Name="Win32"
John@10 14 />
John@10 15 </Platforms>
John@10 16 <ToolFiles>
John@10 17 </ToolFiles>
John@10 18 <Configurations>
John@10 19 <Configuration
John@10 20 Name="Debug|Win32"
John@10 21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
John@10 22 IntermediateDirectory="$(ConfigurationName)"
John@10 23 ConfigurationType="1"
John@10 24 CharacterSet="1"
John@10 25 >
John@10 26 <Tool
John@10 27 Name="VCPreBuildEventTool"
John@10 28 />
John@10 29 <Tool
John@10 30 Name="VCCustomBuildTool"
John@10 31 />
John@10 32 <Tool
John@10 33 Name="VCXMLDataGeneratorTool"
John@10 34 />
John@10 35 <Tool
John@10 36 Name="VCWebServiceProxyGeneratorTool"
John@10 37 />
John@10 38 <Tool
John@10 39 Name="VCMIDLTool"
John@10 40 />
John@10 41 <Tool
John@10 42 Name="VCCLCompilerTool"
John@10 43 Optimization="0"
John@14 44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS"
John@10 45 MinimalRebuild="true"
John@10 46 BasicRuntimeChecks="3"
John@10 47 RuntimeLibrary="3"
John@10 48 UsePrecompiledHeader="0"
John@10 49 WarningLevel="3"
John@10 50 DebugInformationFormat="4"
John@10 51 />
John@10 52 <Tool
John@10 53 Name="VCManagedResourceCompilerTool"
John@10 54 />
John@10 55 <Tool
John@10 56 Name="VCResourceCompilerTool"
John@10 57 />
John@10 58 <Tool
John@10 59 Name="VCPreLinkEventTool"
John@10 60 />
John@10 61 <Tool
John@10 62 Name="VCLinkerTool"
John@11 63 AdditionalDependencies="OpenCL.lib"
John@10 64 LinkIncremental="2"
John@10 65 GenerateDebugInformation="true"
John@10 66 SubSystem="1"
John@10 67 TargetMachine="1"
John@10 68 />
John@10 69 <Tool
John@10 70 Name="VCALinkTool"
John@10 71 />
John@10 72 <Tool
John@10 73 Name="VCManifestTool"
John@10 74 />
John@10 75 <Tool
John@10 76 Name="VCXDCMakeTool"
John@10 77 />
John@10 78 <Tool
John@10 79 Name="VCBscMakeTool"
John@10 80 />
John@10 81 <Tool
John@10 82 Name="VCFxCopTool"
John@10 83 />
John@10 84 <Tool
John@10 85 Name="VCAppVerifierTool"
John@10 86 />
John@10 87 <Tool
John@10 88 Name="VCPostBuildEventTool"
John@10 89 />
John@10 90 </Configuration>
John@10 91 <Configuration
John@10 92 Name="Release|Win32"
John@10 93 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
John@10 94 IntermediateDirectory="$(ConfigurationName)"
John@10 95 ConfigurationType="1"
John@10 96 CharacterSet="1"
John@10 97 WholeProgramOptimization="1"
John@10 98 >
John@10 99 <Tool
John@10 100 Name="VCPreBuildEventTool"
John@10 101 />
John@10 102 <Tool
John@10 103 Name="VCCustomBuildTool"
John@10 104 />
John@10 105 <Tool
John@10 106 Name="VCXMLDataGeneratorTool"
John@10 107 />
John@10 108 <Tool
John@10 109 Name="VCWebServiceProxyGeneratorTool"
John@10 110 />
John@10 111 <Tool
John@10 112 Name="VCMIDLTool"
John@10 113 />
John@10 114 <Tool
John@10 115 Name="VCCLCompilerTool"
John@10 116 Optimization="2"
John@10 117 EnableIntrinsicFunctions="true"
John@14 118 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS"
John@10 119 RuntimeLibrary="2"
John@10 120 EnableFunctionLevelLinking="true"
John@10 121 UsePrecompiledHeader="0"
John@10 122 WarningLevel="3"
John@10 123 DebugInformationFormat="3"
John@10 124 />
John@10 125 <Tool
John@10 126 Name="VCManagedResourceCompilerTool"
John@10 127 />
John@10 128 <Tool
John@10 129 Name="VCResourceCompilerTool"
John@10 130 />
John@10 131 <Tool
John@10 132 Name="VCPreLinkEventTool"
John@10 133 />
John@10 134 <Tool
John@10 135 Name="VCLinkerTool"
John@11 136 AdditionalDependencies="OpenCL.lib"
John@10 137 LinkIncremental="1"
John@10 138 GenerateDebugInformation="true"
John@10 139 SubSystem="1"
John@10 140 OptimizeReferences="2"
John@10 141 EnableCOMDATFolding="2"
John@10 142 TargetMachine="1"
John@10 143 />
John@10 144 <Tool
John@10 145 Name="VCALinkTool"
John@10 146 />
John@10 147 <Tool
John@10 148 Name="VCManifestTool"
John@10 149 />
John@10 150 <Tool
John@10 151 Name="VCXDCMakeTool"
John@10 152 />
John@10 153 <Tool
John@10 154 Name="VCBscMakeTool"
John@10 155 />
John@10 156 <Tool
John@10 157 Name="VCFxCopTool"
John@10 158 />
John@10 159 <Tool
John@10 160 Name="VCAppVerifierTool"
John@10 161 />
John@10 162 <Tool
John@10 163 Name="VCPostBuildEventTool"
John@10 164 />
John@10 165 </Configuration>
John@10 166 </Configurations>
John@10 167 <References>
John@10 168 </References>
John@10 169 <Files>
John@10 170 <Filter
John@10 171 Name="src"
John@10 172 >
John@10 173 <File
John@10 174 RelativePath=".\src\clray.cc"
John@10 175 >
John@10 176 </File>
John@10 177 <File
John@14 178 RelativePath=".\src\matrix.cc"
John@14 179 >
John@14 180 </File>
John@14 181 <File
John@14 182 RelativePath=".\src\matrix.h"
John@14 183 >
John@14 184 </File>
John@14 185 <File
John@10 186 RelativePath=".\src\mesh.cc"
John@10 187 >
John@10 188 </File>
John@10 189 <File
John@10 190 RelativePath=".\src\mesh.h"
John@10 191 >
John@10 192 </File>
John@10 193 <File
John@10 194 RelativePath=".\src\ocl.cc"
John@10 195 >
John@10 196 </File>
John@10 197 <File
John@10 198 RelativePath=".\src\ocl.h"
John@10 199 >
John@10 200 </File>
John@10 201 <File
John@10 202 RelativePath=".\src\ocl_errstr.h"
John@10 203 >
John@10 204 </File>
John@10 205 <File
John@14 206 RelativePath=".\src\ogl.h"
John@14 207 >
John@14 208 </File>
John@14 209 <File
John@10 210 RelativePath=".\src\rt.cc"
John@10 211 >
John@10 212 </File>
John@10 213 <File
John@10 214 RelativePath=".\src\rt.h"
John@10 215 >
John@10 216 </File>
John@10 217 </Filter>
John@10 218 <Filter
John@10 219 Name="kern"
John@10 220 >
John@10 221 <File
John@10 222 RelativePath=".\rt.cl"
John@10 223 >
John@10 224 <FileConfiguration
John@10 225 Name="Debug|Win32"
John@10 226 ExcludedFromBuild="true"
John@10 227 >
John@10 228 <Tool
John@10 229 Name="VCCustomBuildTool"
John@10 230 />
John@10 231 </FileConfiguration>
John@10 232 <FileConfiguration
John@10 233 Name="Release|Win32"
John@10 234 ExcludedFromBuild="true"
John@10 235 >
John@10 236 <Tool
John@10 237 Name="VCCustomBuildTool"
John@10 238 />
John@10 239 </FileConfiguration>
John@10 240 </File>
John@10 241 </Filter>
John@10 242 </Files>
John@10 243 <Globals>
John@10 244 </Globals>
John@10 245 </VisualStudioProject>