clray

view 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
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;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;CLGL_INTEROP"
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 AdditionalDependencies="OpenCL.lib"
64 LinkIncremental="2"
65 GenerateDebugInformation="true"
66 SubSystem="1"
67 TargetMachine="1"
68 />
69 <Tool
70 Name="VCALinkTool"
71 />
72 <Tool
73 Name="VCManifestTool"
74 />
75 <Tool
76 Name="VCXDCMakeTool"
77 />
78 <Tool
79 Name="VCBscMakeTool"
80 />
81 <Tool
82 Name="VCFxCopTool"
83 />
84 <Tool
85 Name="VCAppVerifierTool"
86 />
87 <Tool
88 Name="VCPostBuildEventTool"
89 />
90 </Configuration>
91 <Configuration
92 Name="Release|Win32"
93 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
94 IntermediateDirectory="$(ConfigurationName)"
95 ConfigurationType="1"
96 CharacterSet="1"
97 WholeProgramOptimization="1"
98 >
99 <Tool
100 Name="VCPreBuildEventTool"
101 />
102 <Tool
103 Name="VCCustomBuildTool"
104 />
105 <Tool
106 Name="VCXMLDataGeneratorTool"
107 />
108 <Tool
109 Name="VCWebServiceProxyGeneratorTool"
110 />
111 <Tool
112 Name="VCMIDLTool"
113 />
114 <Tool
115 Name="VCCLCompilerTool"
116 Optimization="2"
117 EnableIntrinsicFunctions="true"
118 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;CLGL_INTEROP"
119 RuntimeLibrary="2"
120 EnableFunctionLevelLinking="true"
121 UsePrecompiledHeader="0"
122 WarningLevel="3"
123 DebugInformationFormat="3"
124 />
125 <Tool
126 Name="VCManagedResourceCompilerTool"
127 />
128 <Tool
129 Name="VCResourceCompilerTool"
130 />
131 <Tool
132 Name="VCPreLinkEventTool"
133 />
134 <Tool
135 Name="VCLinkerTool"
136 AdditionalDependencies="OpenCL.lib"
137 LinkIncremental="1"
138 GenerateDebugInformation="true"
139 SubSystem="1"
140 OptimizeReferences="2"
141 EnableCOMDATFolding="2"
142 TargetMachine="1"
143 />
144 <Tool
145 Name="VCALinkTool"
146 />
147 <Tool
148 Name="VCManifestTool"
149 />
150 <Tool
151 Name="VCXDCMakeTool"
152 />
153 <Tool
154 Name="VCBscMakeTool"
155 />
156 <Tool
157 Name="VCFxCopTool"
158 />
159 <Tool
160 Name="VCAppVerifierTool"
161 />
162 <Tool
163 Name="VCPostBuildEventTool"
164 />
165 </Configuration>
166 </Configurations>
167 <References>
168 </References>
169 <Files>
170 <Filter
171 Name="src"
172 >
173 <File
174 RelativePath=".\src\clray.cc"
175 >
176 </File>
177 <File
178 RelativePath=".\src\common.h"
179 >
180 </File>
181 <File
182 RelativePath=".\src\matrix.cc"
183 >
184 </File>
185 <File
186 RelativePath=".\src\matrix.h"
187 >
188 </File>
189 <File
190 RelativePath=".\src\ocl.cc"
191 >
192 </File>
193 <File
194 RelativePath=".\src\ocl.h"
195 >
196 </File>
197 <File
198 RelativePath=".\src\ocl_errstr.h"
199 >
200 </File>
201 <File
202 RelativePath=".\src\ogl.h"
203 >
204 </File>
205 <File
206 RelativePath=".\src\rt.cc"
207 >
208 </File>
209 <File
210 RelativePath=".\src\rt.h"
211 >
212 </File>
213 <File
214 RelativePath=".\src\scene.cc"
215 >
216 </File>
217 <File
218 RelativePath=".\src\scene.h"
219 >
220 </File>
221 <File
222 RelativePath=".\src\scene_obj.cc"
223 >
224 </File>
225 <File
226 RelativePath=".\src\timer.cc"
227 >
228 </File>
229 <File
230 RelativePath=".\src\timer.h"
231 >
232 </File>
233 <File
234 RelativePath=".\src\vector.cc"
235 >
236 </File>
237 <File
238 RelativePath=".\src\vector.h"
239 >
240 </File>
241 <File
242 RelativePath=".\src\vector.inl"
243 >
244 </File>
245 </Filter>
246 <Filter
247 Name="kern"
248 >
249 <File
250 RelativePath=".\rt.cl"
251 >
252 <FileConfiguration
253 Name="Debug|Win32"
254 ExcludedFromBuild="true"
255 >
256 <Tool
257 Name="VCCustomBuildTool"
258 />
259 </FileConfiguration>
260 <FileConfiguration
261 Name="Release|Win32"
262 ExcludedFromBuild="true"
263 >
264 <Tool
265 Name="VCCustomBuildTool"
266 />
267 </FileConfiguration>
268 </File>
269 </Filter>
270 </Files>
271 <Globals>
272 </Globals>
273 </VisualStudioProject>