clray

view clray.vcproj @ 10:2da57bedc550

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