Fork me on GitHub

source: svn/trunk/Utilities/FROG/frog.vcproj@ 95

Last change on this file since 95 was 95, checked in by severine ovyn, 16 years ago

first commit frog

File size: 12.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8,00"
5 Name="FROG"
6 ProjectGUID="{9DCEA979-BFDA-4916-AFFF-93E12005C784}"
7 RootNamespace="CMSSW Visualisation"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory=".\Debug"
20 IntermediateDirectory=".\Debug"
21 ConfigurationType="1"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
25 CharacterSet="2"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 TypeLibraryName=".\Debug/CMSSW Visualisation.tlb"
42 HeaderFileName=""
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;FROG_OPENGL"
48 MinimalRebuild="true"
49 BasicRuntimeChecks="3"
50 RuntimeLibrary="1"
51 PrecompiledHeaderFile=".\Debug/frog.pch"
52 AssemblerListingLocation=".\Debug/"
53 ObjectFile=".\Debug/"
54 ProgramDataBaseFileName=".\Debug/"
55 WarningLevel="3"
56 SuppressStartupBanner="true"
57 DebugInformationFormat="4"
58 />
59 <Tool
60 Name="VCManagedResourceCompilerTool"
61 />
62 <Tool
63 Name="VCResourceCompilerTool"
64 PreprocessorDefinitions="_DEBUG"
65 Culture="2060"
66 />
67 <Tool
68 Name="VCPreLinkEventTool"
69 />
70 <Tool
71 Name="VCLinkerTool"
72 OutputFile="FROG.exe"
73 LinkIncremental="2"
74 SuppressStartupBanner="true"
75 IgnoreAllDefaultLibraries="false"
76 IgnoreDefaultLibraryNames=""
77 GenerateDebugInformation="true"
78 ProgramDatabaseFile=".\Debug/CMSSW Visualisation.pdb"
79 SubSystem="1"
80 TargetMachine="1"
81 />
82 <Tool
83 Name="VCALinkTool"
84 />
85 <Tool
86 Name="VCManifestTool"
87 />
88 <Tool
89 Name="VCXDCMakeTool"
90 />
91 <Tool
92 Name="VCBscMakeTool"
93 SuppressStartupBanner="true"
94 OutputFile=".\Debug/CMSSW Visualisation.bsc"
95 />
96 <Tool
97 Name="VCFxCopTool"
98 />
99 <Tool
100 Name="VCAppVerifierTool"
101 />
102 <Tool
103 Name="VCWebDeploymentTool"
104 />
105 <Tool
106 Name="VCPostBuildEventTool"
107 />
108 </Configuration>
109 <Configuration
110 Name="Release|Win32"
111 OutputDirectory="."
112 IntermediateDirectory=".\Release"
113 ConfigurationType="1"
114 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
115 UseOfMFC="0"
116 ATLMinimizesCRunTimeLibraryUsage="false"
117 CharacterSet="1"
118 ManagedExtensions="0"
119 >
120 <Tool
121 Name="VCPreBuildEventTool"
122 />
123 <Tool
124 Name="VCCustomBuildTool"
125 />
126 <Tool
127 Name="VCXMLDataGeneratorTool"
128 />
129 <Tool
130 Name="VCWebServiceProxyGeneratorTool"
131 />
132 <Tool
133 Name="VCMIDLTool"
134 TypeLibraryName=".\Release/CMSSW Visualisation.tlb"
135 HeaderFileName=""
136 />
137 <Tool
138 Name="VCCLCompilerTool"
139 UseUnicodeResponseFiles="true"
140 Optimization="3"
141 InlineFunctionExpansion="1"
142 EnableIntrinsicFunctions="true"
143 FavorSizeOrSpeed="1"
144 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;windows;GLEW_STATIC;FROG_OPENGL;FROG_ZLIB;FROG_LIGHTING"
145 StringPooling="true"
146 RuntimeLibrary="2"
147 EnableFunctionLevelLinking="true"
148 PrecompiledHeaderFile=".\Release/Frog.pch"
149 AssemblerListingLocation=".\Release/"
150 ObjectFile=".\Release/"
151 ProgramDataBaseFileName=".\Release/"
152 WarningLevel="3"
153 SuppressStartupBanner="true"
154 />
155 <Tool
156 Name="VCManagedResourceCompilerTool"
157 />
158 <Tool
159 Name="VCResourceCompilerTool"
160 PreprocessorDefinitions="NDEBUG"
161 Culture="2060"
162 />
163 <Tool
164 Name="VCPreLinkEventTool"
165 />
166 <Tool
167 Name="VCLinkerTool"
168 OutputFile=".\frog.exe"
169 LinkIncremental="1"
170 SuppressStartupBanner="true"
171 AdditionalLibraryDirectories=""
172 ProgramDatabaseFile=".\Release/CMSSW Visualisation.pdb"
173 SubSystem="1"
174 TargetMachine="1"
175 />
176 <Tool
177 Name="VCALinkTool"
178 />
179 <Tool
180 Name="VCManifestTool"
181 />
182 <Tool
183 Name="VCXDCMakeTool"
184 />
185 <Tool
186 Name="VCBscMakeTool"
187 SuppressStartupBanner="true"
188 OutputFile=".\Release/CMSSW Visualisation.bsc"
189 />
190 <Tool
191 Name="VCFxCopTool"
192 />
193 <Tool
194 Name="VCAppVerifierTool"
195 />
196 <Tool
197 Name="VCWebDeploymentTool"
198 />
199 <Tool
200 Name="VCPostBuildEventTool"
201 />
202 </Configuration>
203 </Configurations>
204 <References>
205 </References>
206 <Files>
207 <Filter
208 Name="Resource Files"
209 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
210 >
211 </Filter>
212 <Filter
213 Name="Includes"
214 >
215 <File
216 RelativePath=".\Includes\FROG\FROG_Camera.h"
217 >
218 </File>
219 <File
220 RelativePath=".\Includes\FROG\FROG_Chunk.h"
221 >
222 </File>
223 <File
224 RelativePath=".\Includes\FROG\FROG_Coord.h"
225 >
226 </File>
227 <File
228 RelativePath=".\Includes\FROG\FROG_Define.h"
229 >
230 </File>
231 <File
232 RelativePath=".\Includes\FROG\FROG_DetId.h"
233 >
234 </File>
235 <File
236 RelativePath=".\Includes\FROG\FROG_Element_Base.h"
237 >
238 </File>
239 <File
240 RelativePath=".\Includes\FROG\FROG_Element_Base_With_DetId.h"
241 >
242 </File>
243 <File
244 RelativePath=".\Includes\FROG\FROG_Element_Base_With_DetId_And_Name.h"
245 >
246 </File>
247 <File
248 RelativePath=".\Includes\FROG\FROG_Element_Event.h"
249 >
250 </File>
251 <File
252 RelativePath=".\Includes\FROG\FROG_Element_Event_CaloHit.h"
253 >
254 </File>
255 <File
256 RelativePath=".\Includes\FROG\FROG_Element_Event_CaloTower.h"
257 >
258 </File>
259 <File
260 RelativePath=".\Includes\FROG\FROG_Element_Event_Candidate.h"
261 >
262 </File>
263 <File
264 RelativePath=".\Includes\FROG\FROG_Element_Event_Cluster_SiStrip.h"
265 >
266 </File>
267 <File
268 RelativePath=".\Includes\FROG\FROG_Element_Event_Hit.h"
269 >
270 </File>
271 <File
272 RelativePath=".\Includes\FROG\FROG_Element_Event_Jet.h"
273 >
274 </File>
275 <File
276 RelativePath=".\Includes\FROG\FROG_Element_Event_MET.h"
277 >
278 </File>
279 <File
280 RelativePath=".\Includes\FROG\FROG_Element_Event_NuclInt.h"
281 >
282 </File>
283 <File
284 RelativePath=".\Includes\FROG\FROG_Element_Event_Segment.h"
285 >
286 </File>
287 <File
288 RelativePath=".\Includes\FROG\FROG_Element_Event_Sim_Hit.h"
289 >
290 </File>
291 <File
292 RelativePath=".\Includes\FROG\FROG_Element_Event_Sim_Track.h"
293 >
294 </File>
295 <File
296 RelativePath=".\Includes\FROG\FROG_Element_Event_Sim_Vertex.h"
297 >
298 </File>
299 <File
300 RelativePath=".\Includes\FROG\FROG_Element_Event_Track.h"
301 >
302 </File>
303 <File
304 RelativePath=".\Includes\FROG\FROG_Element_Geom_CaloMod.h"
305 >
306 </File>
307 <File
308 RelativePath=".\Includes\FROG\FROG_Element_Geom_TrackerMod.h"
309 >
310 </File>
311 <File
312 RelativePath=".\Includes\FROG\FROG_Element_Primitive_Circle.h"
313 >
314 </File>
315 <File
316 RelativePath=".\Includes\FROG\FROG_Element_Primitive_Cube.h"
317 >
318 </File>
319 <File
320 RelativePath=".\Includes\FROG\FROG_Element_Primitive_CustomCube.h"
321 >
322 </File>
323 <File
324 RelativePath=".\Includes\FROG\FROG_Element_Primitive_CustomSurface.h"
325 >
326 </File>
327 <File
328 RelativePath=".\Includes\FROG\FROG_Element_Primitive_Cylinder.h"
329 >
330 </File>
331 <File
332 RelativePath=".\Includes\FROG\FROG_Element_Primitive_Disc.h"
333 >
334 </File>
335 <File
336 RelativePath=".\Includes\FROG\FROG_Element_Primitive_Line.h"
337 >
338 </File>
339 <File
340 RelativePath=".\Includes\FROG\FROG_Element_Primitive_PartialSphere.h"
341 >
342 </File>
343 <File
344 RelativePath=".\Includes\FROG\FROG_Element_Primitive_Rectangle.h"
345 >
346 </File>
347 <File
348 RelativePath=".\Includes\FROG\FROG_Element_Primitive_Sphere.h"
349 >
350 </File>
351 <File
352 RelativePath=".\Includes\FROG\FROG_Element_Tools.h"
353 >
354 </File>
355 <File
356 RelativePath=".\Includes\FROG\FROG_Events.h"
357 >
358 </File>
359 <File
360 RelativePath=".\Includes\FROG\FROG_Font.h"
361 >
362 </File>
363 <File
364 RelativePath=".\Includes\FROG\FROG_Fonts.h"
365 >
366 </File>
367 <File
368 RelativePath=".\Includes\FROG\FROG_Geometry.h"
369 >
370 </File>
371 <File
372 RelativePath=".\Includes\FROG\FROG_Light.h"
373 >
374 </File>
375 <File
376 RelativePath=".\Includes\FROG\FROG_Net.h"
377 >
378 </File>
379 <File
380 RelativePath=".\Includes\FROG\FROG_Net_Tools.h"
381 >
382 </File>
383 <File
384 RelativePath=".\Includes\FROG\FROG_Objects.h"
385 >
386 </File>
387 <File
388 RelativePath=".\Includes\FROG\FROG_Objects_Extended.h"
389 >
390 </File>
391 <File
392 RelativePath=".\Includes\FROG\FROG_Objects_Style.h"
393 >
394 </File>
395 <File
396 RelativePath=".\Includes\FROG\FROG_Primitives.h"
397 >
398 </File>
399 <File
400 RelativePath=".\Includes\FROG\FROG_ReadCards.h"
401 >
402 </File>
403 <File
404 RelativePath=".\Includes\FROG\FROG_Struct.h"
405 >
406 </File>
407 <File
408 RelativePath=".\Includes\FROG\FROG_Texture.h"
409 >
410 </File>
411 <File
412 RelativePath=".\Includes\FROG\FROG_View.h"
413 >
414 </File>
415 <File
416 RelativePath=".\Includes\FROG\FROG_View_2D.h"
417 >
418 </File>
419 <File
420 RelativePath=".\Includes\FROG\FROG_View_3D.h"
421 >
422 </File>
423 <File
424 RelativePath=".\Includes\FROG\FROG_View_LegoPlot_CaloHit.h"
425 >
426 </File>
427 <File
428 RelativePath=".\Includes\FROG\FROG_View_LegoPlot_CaloJet.h"
429 >
430 </File>
431 <File
432 RelativePath=".\Includes\FROG\FROG_View_LegoPlot_CaloTower.h"
433 >
434 </File>
435 <File
436 RelativePath=".\Includes\FROG\FROG_View_Menu.h"
437 >
438 </File>
439 <File
440 RelativePath=".\Includes\FROG\FROG_View_Screen.h"
441 >
442 </File>
443 <File
444 RelativePath=".\Includes\FROG\FROG_View_Tools.h"
445 >
446 </File>
447 <File
448 RelativePath=".\Includes\FROG\FROG_ZLib.h"
449 >
450 </File>
451 <File
452 RelativePath=".\main.h"
453 >
454 </File>
455 <Filter
456 Name="GL2PS"
457 >
458 <File
459 RelativePath=".\Includes\GL2PS\gl2ps.c"
460 >
461 </File>
462 <File
463 RelativePath=".\Includes\GL2PS\gl2ps.h"
464 >
465 </File>
466 </Filter>
467 <Filter
468 Name="PNGLIB"
469 >
470 <File
471 RelativePath=".\Includes\PNGLIB\png.h"
472 >
473 </File>
474 <File
475 RelativePath=".\Includes\PNGLIB\pngconf.h"
476 >
477 </File>
478 </Filter>
479 <Filter
480 Name="ZLIB"
481 >
482 <File
483 RelativePath=".\Includes\ZLIB\zconf.h"
484 >
485 </File>
486 <File
487 RelativePath=".\Includes\ZLIB\zlib.h"
488 >
489 </File>
490 </Filter>
491 <Filter
492 Name="GL"
493 >
494 <File
495 RelativePath=".\Includes\GL\glew.c"
496 >
497 </File>
498 <File
499 RelativePath=".\Includes\GL\glew.h"
500 >
501 </File>
502 <File
503 RelativePath=".\Includes\GL\glext.h"
504 >
505 </File>
506 <File
507 RelativePath=".\Includes\GL\glxew.h"
508 >
509 </File>
510 <File
511 RelativePath=".\Includes\GL\wglew.h"
512 >
513 </File>
514 <File
515 RelativePath=".\Includes\GL\wglext.h"
516 >
517 </File>
518 </Filter>
519 <Filter
520 Name="CURL"
521 >
522 <File
523 RelativePath=".\Includes\CURL\curl.h"
524 >
525 </File>
526 <File
527 RelativePath=".\Includes\CURL\curlver.h"
528 >
529 </File>
530 <File
531 RelativePath=".\Includes\CURL\easy.h"
532 >
533 </File>
534 <File
535 RelativePath=".\Includes\CURL\mprintf.h"
536 >
537 </File>
538 <File
539 RelativePath=".\Includes\CURL\multi.h"
540 >
541 </File>
542 <File
543 RelativePath=".\Includes\CURL\stdcheaders.h"
544 >
545 </File>
546 <File
547 RelativePath=".\Includes\CURL\typecheck-gcc.h"
548 >
549 </File>
550 <File
551 RelativePath=".\Includes\CURL\types.h"
552 >
553 </File>
554 </Filter>
555 </Filter>
556 <Filter
557 Name="Source Files"
558 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
559 >
560 <File
561 RelativePath=".\Includes\FROG\FROG_Camera.cpp"
562 >
563 </File>
564 <File
565 RelativePath=".\Includes\FROG\FROG_Chunk.cpp"
566 >
567 </File>
568 <File
569 RelativePath=".\Includes\FROG\FROG_Coord.cpp"
570 >
571 </File>
572 <File
573 RelativePath=".\Includes\FROG\FROG_Element_Tools.cpp"
574 >
575 </File>
576 <File
577 RelativePath=".\Includes\FROG\FROG_Events.cpp"
578 >
579 </File>
580 <File
581 RelativePath=".\Includes\FROG\FROG_Geometry.cpp"
582 >
583 </File>
584 <File
585 RelativePath=".\Includes\FROG\FROG_Light.cpp"
586 >
587 </File>
588 <File
589 RelativePath=".\Includes\FROG\FROG_Primitives.cpp"
590 >
591 </File>
592 <File
593 RelativePath=".\Includes\FROG\FROG_ReadCards.cpp"
594 >
595 </File>
596 <File
597 RelativePath=".\Includes\FROG\FROG_Texture.cpp"
598 >
599 </File>
600 <File
601 RelativePath=".\Includes\FROG\FROG_ZLib.cpp"
602 >
603 </File>
604 <File
605 RelativePath=".\main.cpp"
606 >
607 </File>
608 </Filter>
609 <File
610 RelativePath=".\config.txt"
611 >
612 </File>
613 </Files>
614 <Globals>
615 </Globals>
616</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.