clray
annotate clray.vcproj @ 62:d9520da6b801
minor readme fix
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 28 Dec 2015 10:31:58 +0200 |
parents | 29f9330cfa4b |
children |
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@49 | 44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;CLGL_INTEROP" |
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@49 | 118 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;CLGL_INTEROP" |
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@49 | 178 RelativePath=".\src\common.h" |
John@49 | 179 > |
John@49 | 180 </File> |
John@49 | 181 <File |
John@14 | 182 RelativePath=".\src\matrix.cc" |
John@14 | 183 > |
John@14 | 184 </File> |
John@14 | 185 <File |
John@14 | 186 RelativePath=".\src\matrix.h" |
John@14 | 187 > |
John@14 | 188 </File> |
John@14 | 189 <File |
John@10 | 190 RelativePath=".\src\ocl.cc" |
John@10 | 191 > |
John@10 | 192 </File> |
John@10 | 193 <File |
John@10 | 194 RelativePath=".\src\ocl.h" |
John@10 | 195 > |
John@10 | 196 </File> |
John@10 | 197 <File |
John@10 | 198 RelativePath=".\src\ocl_errstr.h" |
John@10 | 199 > |
John@10 | 200 </File> |
John@10 | 201 <File |
John@14 | 202 RelativePath=".\src\ogl.h" |
John@14 | 203 > |
John@14 | 204 </File> |
John@14 | 205 <File |
John@10 | 206 RelativePath=".\src\rt.cc" |
John@10 | 207 > |
John@10 | 208 </File> |
John@10 | 209 <File |
John@10 | 210 RelativePath=".\src\rt.h" |
John@10 | 211 > |
John@10 | 212 </File> |
John@49 | 213 <File |
John@49 | 214 RelativePath=".\src\scene.cc" |
John@49 | 215 > |
John@49 | 216 </File> |
John@49 | 217 <File |
John@49 | 218 RelativePath=".\src\scene.h" |
John@49 | 219 > |
John@49 | 220 </File> |
John@49 | 221 <File |
John@49 | 222 RelativePath=".\src\scene_obj.cc" |
John@49 | 223 > |
John@49 | 224 </File> |
John@49 | 225 <File |
John@49 | 226 RelativePath=".\src\timer.cc" |
John@49 | 227 > |
John@49 | 228 </File> |
John@49 | 229 <File |
John@49 | 230 RelativePath=".\src\timer.h" |
John@49 | 231 > |
John@49 | 232 </File> |
John@49 | 233 <File |
John@49 | 234 RelativePath=".\src\vector.cc" |
John@49 | 235 > |
John@49 | 236 </File> |
John@49 | 237 <File |
John@49 | 238 RelativePath=".\src\vector.h" |
John@49 | 239 > |
John@49 | 240 </File> |
John@49 | 241 <File |
John@49 | 242 RelativePath=".\src\vector.inl" |
John@49 | 243 > |
John@49 | 244 </File> |
John@10 | 245 </Filter> |
John@10 | 246 <Filter |
John@10 | 247 Name="kern" |
John@10 | 248 > |
John@10 | 249 <File |
John@10 | 250 RelativePath=".\rt.cl" |
John@10 | 251 > |
John@10 | 252 <FileConfiguration |
John@10 | 253 Name="Debug|Win32" |
John@10 | 254 ExcludedFromBuild="true" |
John@10 | 255 > |
John@10 | 256 <Tool |
John@10 | 257 Name="VCCustomBuildTool" |
John@10 | 258 /> |
John@10 | 259 </FileConfiguration> |
John@10 | 260 <FileConfiguration |
John@10 | 261 Name="Release|Win32" |
John@10 | 262 ExcludedFromBuild="true" |
John@10 | 263 > |
John@10 | 264 <Tool |
John@10 | 265 Name="VCCustomBuildTool" |
John@10 | 266 /> |
John@10 | 267 </FileConfiguration> |
John@10 | 268 </File> |
John@10 | 269 </Filter> |
John@10 | 270 </Files> |
John@10 | 271 <Globals> |
John@10 | 272 </Globals> |
John@10 | 273 </VisualStudioProject> |