clray

annotate clray.vcproj @ 10:2da57bedc550

added vs project
author John Tsiombikas
date Fri, 30 Jul 2010 19:28:18 +0100
parents
children d9a1bab1c3f5
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@10 44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
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@10 63 LinkIncremental="2"
John@10 64 GenerateDebugInformation="true"
John@10 65 SubSystem="1"
John@10 66 TargetMachine="1"
John@10 67 />
John@10 68 <Tool
John@10 69 Name="VCALinkTool"
John@10 70 />
John@10 71 <Tool
John@10 72 Name="VCManifestTool"
John@10 73 />
John@10 74 <Tool
John@10 75 Name="VCXDCMakeTool"
John@10 76 />
John@10 77 <Tool
John@10 78 Name="VCBscMakeTool"
John@10 79 />
John@10 80 <Tool
John@10 81 Name="VCFxCopTool"
John@10 82 />
John@10 83 <Tool
John@10 84 Name="VCAppVerifierTool"
John@10 85 />
John@10 86 <Tool
John@10 87 Name="VCPostBuildEventTool"
John@10 88 />
John@10 89 </Configuration>
John@10 90 <Configuration
John@10 91 Name="Release|Win32"
John@10 92 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
John@10 93 IntermediateDirectory="$(ConfigurationName)"
John@10 94 ConfigurationType="1"
John@10 95 CharacterSet="1"
John@10 96 WholeProgramOptimization="1"
John@10 97 >
John@10 98 <Tool
John@10 99 Name="VCPreBuildEventTool"
John@10 100 />
John@10 101 <Tool
John@10 102 Name="VCCustomBuildTool"
John@10 103 />
John@10 104 <Tool
John@10 105 Name="VCXMLDataGeneratorTool"
John@10 106 />
John@10 107 <Tool
John@10 108 Name="VCWebServiceProxyGeneratorTool"
John@10 109 />
John@10 110 <Tool
John@10 111 Name="VCMIDLTool"
John@10 112 />
John@10 113 <Tool
John@10 114 Name="VCCLCompilerTool"
John@10 115 Optimization="2"
John@10 116 EnableIntrinsicFunctions="true"
John@10 117 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
John@10 118 RuntimeLibrary="2"
John@10 119 EnableFunctionLevelLinking="true"
John@10 120 UsePrecompiledHeader="0"
John@10 121 WarningLevel="3"
John@10 122 DebugInformationFormat="3"
John@10 123 />
John@10 124 <Tool
John@10 125 Name="VCManagedResourceCompilerTool"
John@10 126 />
John@10 127 <Tool
John@10 128 Name="VCResourceCompilerTool"
John@10 129 />
John@10 130 <Tool
John@10 131 Name="VCPreLinkEventTool"
John@10 132 />
John@10 133 <Tool
John@10 134 Name="VCLinkerTool"
John@10 135 LinkIncremental="1"
John@10 136 GenerateDebugInformation="true"
John@10 137 SubSystem="1"
John@10 138 OptimizeReferences="2"
John@10 139 EnableCOMDATFolding="2"
John@10 140 TargetMachine="1"
John@10 141 />
John@10 142 <Tool
John@10 143 Name="VCALinkTool"
John@10 144 />
John@10 145 <Tool
John@10 146 Name="VCManifestTool"
John@10 147 />
John@10 148 <Tool
John@10 149 Name="VCXDCMakeTool"
John@10 150 />
John@10 151 <Tool
John@10 152 Name="VCBscMakeTool"
John@10 153 />
John@10 154 <Tool
John@10 155 Name="VCFxCopTool"
John@10 156 />
John@10 157 <Tool
John@10 158 Name="VCAppVerifierTool"
John@10 159 />
John@10 160 <Tool
John@10 161 Name="VCPostBuildEventTool"
John@10 162 />
John@10 163 </Configuration>
John@10 164 </Configurations>
John@10 165 <References>
John@10 166 </References>
John@10 167 <Files>
John@10 168 <Filter
John@10 169 Name="src"
John@10 170 >
John@10 171 <File
John@10 172 RelativePath=".\src\clray.cc"
John@10 173 >
John@10 174 </File>
John@10 175 <File
John@10 176 RelativePath=".\src\mesh.cc"
John@10 177 >
John@10 178 </File>
John@10 179 <File
John@10 180 RelativePath=".\src\mesh.h"
John@10 181 >
John@10 182 </File>
John@10 183 <File
John@10 184 RelativePath=".\src\ocl.cc"
John@10 185 >
John@10 186 </File>
John@10 187 <File
John@10 188 RelativePath=".\src\ocl.h"
John@10 189 >
John@10 190 </File>
John@10 191 <File
John@10 192 RelativePath=".\src\ocl_errstr.h"
John@10 193 >
John@10 194 </File>
John@10 195 <File
John@10 196 RelativePath=".\src\rt.cc"
John@10 197 >
John@10 198 </File>
John@10 199 <File
John@10 200 RelativePath=".\src\rt.h"
John@10 201 >
John@10 202 </File>
John@10 203 </Filter>
John@10 204 <Filter
John@10 205 Name="kern"
John@10 206 >
John@10 207 <File
John@10 208 RelativePath=".\rt.cl"
John@10 209 >
John@10 210 <FileConfiguration
John@10 211 Name="Debug|Win32"
John@10 212 ExcludedFromBuild="true"
John@10 213 >
John@10 214 <Tool
John@10 215 Name="VCCustomBuildTool"
John@10 216 />
John@10 217 </FileConfiguration>
John@10 218 <FileConfiguration
John@10 219 Name="Release|Win32"
John@10 220 ExcludedFromBuild="true"
John@10 221 >
John@10 222 <Tool
John@10 223 Name="VCCustomBuildTool"
John@10 224 />
John@10 225 </FileConfiguration>
John@10 226 </File>
John@10 227 </Filter>
John@10 228 </Files>
John@10 229 <Globals>
John@10 230 </Globals>
John@10 231 </VisualStudioProject>