cdc43cda80eef5dbcfa024d69d8b3b8ec2238fb3
[occt.git] / samples / qt / voxeldemo / OpenGl / OpenGl.vcproj
1 <?xml version="1.0" encoding="windows-1251"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8,00"
5         Name="OpenGl"
6         ProjectGUID="{CD1C9AFB-8D5D-4A45-ABF5-56DBCED629A5}"
7         >
8         <Platforms>
9                 <Platform
10                         Name="Win32"
11                 />
12         </Platforms>
13         <ToolFiles>
14         </ToolFiles>
15         <Configurations>
16                 <Configuration
17                         Name="Debug|Win32"
18                         OutputDirectory=".\Debug"
19                         IntermediateDirectory=".\Debug"
20                         ConfigurationType="2"
21                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
22                         UseOfMFC="0"
23                         ATLMinimizesCRunTimeLibraryUsage="false"
24                         CharacterSet="2"
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                                 PreprocessorDefinitions="_DEBUG"
41                                 MkTypLibCompatible="true"
42                                 SuppressStartupBanner="true"
43                                 TargetEnvironment="1"
44                                 TypeLibraryName=".\Debug/OpenGl.tlb"
45                                 HeaderFileName=""
46                         />
47                         <Tool
48                                 Name="VCCLCompilerTool"
49                                 Optimization="0"
50                                 AdditionalIncludeDirectories="$(CASROOT)\inc,$(CASROOT)\drv\OpenGl"
51                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OPENGL_EXPORTS;WNT"
52                                 MinimalRebuild="true"
53                                 BasicRuntimeChecks="3"
54                                 RuntimeLibrary="1"
55                                 PrecompiledHeaderFile=".\Debug/OpenGl.pch"
56                                 AssemblerListingLocation=".\Debug/"
57                                 ObjectFile=".\Debug/"
58                                 ProgramDataBaseFileName=".\Debug/"
59                                 WarningLevel="3"
60                                 SuppressStartupBanner="true"
61                                 DebugInformationFormat="4"
62                         />
63                         <Tool
64                                 Name="VCManagedResourceCompilerTool"
65                         />
66                         <Tool
67                                 Name="VCResourceCompilerTool"
68                                 PreprocessorDefinitions="_DEBUG"
69                                 Culture="1033"
70                         />
71                         <Tool
72                                 Name="VCPreLinkEventTool"
73                         />
74                         <Tool
75                                 Name="VCLinkerTool"
76                                 AdditionalDependencies="opengl32.lib glu32.lib TKernel.lib TKMath.lib TKGeomBase.lib TKV3d.lib TKService.lib TKG3d.lib TKVoxel.lib vfw32.lib odbc32.lib odbccp32.lib gl2ps.lib ftgl_dynamic_MTD_vc8.lib"
77                                 OutputFile="Debug/VoxelOpenGl.dll"
78                                 LinkIncremental="2"
79                                 SuppressStartupBanner="true"
80                                 AdditionalLibraryDirectories="$(CASROOT)\win32\vc8\libd"
81                                 GenerateDebugInformation="true"
82                                 ProgramDatabaseFile=".\Debug/VoxelOpenGl.pdb"
83                                 ImportLibrary=".\Debug/VoxelOpenGl.lib"
84                                 TargetMachine="1"
85                         />
86                         <Tool
87                                 Name="VCALinkTool"
88                         />
89                         <Tool
90                                 Name="VCManifestTool"
91                         />
92                         <Tool
93                                 Name="VCXDCMakeTool"
94                         />
95                         <Tool
96                                 Name="VCBscMakeTool"
97                                 SuppressStartupBanner="true"
98                                 OutputFile=".\Debug/OpenGl.bsc"
99                         />
100                         <Tool
101                                 Name="VCFxCopTool"
102                         />
103                         <Tool
104                                 Name="VCAppVerifierTool"
105                         />
106                         <Tool
107                                 Name="VCWebDeploymentTool"
108                         />
109                         <Tool
110                                 Name="VCPostBuildEventTool"
111                         />
112                 </Configuration>
113                 <Configuration
114                         Name="Release|Win32"
115                         OutputDirectory=".\Release"
116                         IntermediateDirectory=".\Release"
117                         ConfigurationType="2"
118                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
119                         UseOfMFC="0"
120                         ATLMinimizesCRunTimeLibraryUsage="false"
121                         CharacterSet="2"
122                         >
123                         <Tool
124                                 Name="VCPreBuildEventTool"
125                         />
126                         <Tool
127                                 Name="VCCustomBuildTool"
128                         />
129                         <Tool
130                                 Name="VCXMLDataGeneratorTool"
131                         />
132                         <Tool
133                                 Name="VCWebServiceProxyGeneratorTool"
134                         />
135                         <Tool
136                                 Name="VCMIDLTool"
137                                 PreprocessorDefinitions="NDEBUG"
138                                 MkTypLibCompatible="true"
139                                 SuppressStartupBanner="true"
140                                 TargetEnvironment="1"
141                                 TypeLibraryName=".\Release/OpenGl.tlb"
142                                 HeaderFileName=""
143                         />
144                         <Tool
145                                 Name="VCCLCompilerTool"
146                                 Optimization="2"
147                                 InlineFunctionExpansion="1"
148                                 AdditionalIncludeDirectories="$(CASROOT)\inc,$(CASROOT)\drv\OpenGl"
149                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENGL_EXPORTS;WNT"
150                                 StringPooling="true"
151                                 RuntimeLibrary="0"
152                                 EnableFunctionLevelLinking="true"
153                                 PrecompiledHeaderFile=".\Release/OpenGl.pch"
154                                 AssemblerListingLocation=".\Release/"
155                                 ObjectFile=".\Release/"
156                                 ProgramDataBaseFileName=".\Release/"
157                                 WarningLevel="3"
158                                 SuppressStartupBanner="true"
159                         />
160                         <Tool
161                                 Name="VCManagedResourceCompilerTool"
162                         />
163                         <Tool
164                                 Name="VCResourceCompilerTool"
165                                 PreprocessorDefinitions="NDEBUG"
166                                 Culture="1033"
167                         />
168                         <Tool
169                                 Name="VCPreLinkEventTool"
170                         />
171                         <Tool
172                                 Name="VCLinkerTool"
173                                 AdditionalDependencies="opengl32.lib glu32.lib TKernel.lib TKMath.lib TKGeomBase.lib TKV3d.lib TKService.lib TKG3d.lib TKVoxel.lib vfw32.lib odbc32.lib odbccp32.lib gl2ps.lib ftgl_dynamic_MTD_vc8.lib"
174                                 OutputFile="Release/VoxelOpenGl.dll"
175                                 LinkIncremental="1"
176                                 SuppressStartupBanner="true"
177                                 AdditionalLibraryDirectories="$(CASROOT)\win32\vc8\lib"
178                                 ProgramDatabaseFile=".\Release/VoxelOpenGl.pdb"
179                                 ImportLibrary=".\Release/VoxelOpenGl.lib"
180                                 TargetMachine="1"
181                         />
182                         <Tool
183                                 Name="VCALinkTool"
184                         />
185                         <Tool
186                                 Name="VCManifestTool"
187                         />
188                         <Tool
189                                 Name="VCXDCMakeTool"
190                         />
191                         <Tool
192                                 Name="VCBscMakeTool"
193                                 SuppressStartupBanner="true"
194                                 OutputFile=".\Release/OpenGl.bsc"
195                         />
196                         <Tool
197                                 Name="VCFxCopTool"
198                         />
199                         <Tool
200                                 Name="VCAppVerifierTool"
201                         />
202                         <Tool
203                                 Name="VCWebDeploymentTool"
204                         />
205                         <Tool
206                                 Name="VCPostBuildEventTool"
207                         />
208                 </Configuration>
209         </Configurations>
210         <References>
211         </References>
212         <Files>
213                 <Filter
214                         Name="Source Files"
215                         Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
216                         >
217                         <File
218                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_addnames.cxx"
219                                 >
220                         </File>
221                         <File
222                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_antialias.cxx"
223                                 >
224                         </File>
225                         <File
226                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_applid.cxx"
227                                 >
228                         </File>
229                         <File
230                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_attri.cxx"
231                                 >
232                         </File>
233                         <File
234                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_AVIWriter.cxx"
235                                 >
236                         </File>
237                         <File
238                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_bintcol.cxx"
239                                 >
240                         </File>
241                         <File
242                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_bintrefl.cxx"
243                                 >
244                         </File>
245                         <File
246                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_bsurfprop.cxx"
247                                 >
248                         </File>
249                         <File
250                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_charexpan.cxx"
251                                 >
252                         </File>
253                         <File
254                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_charspace.cxx"
255                                 >
256                         </File>
257                         <File
258                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_curve.cxx"
259                                 >
260                         </File>
261                         <File
262                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_degmodel.cxx"
263                                 >
264                         </File>
265                         <File
266                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_depthcue.cxx"
267                                 >
268                         </File>
269                         <File
270                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_dind.cxx"
271                                 >
272                         </File>
273                         <File
274                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_dotexturemap.cxx"
275                                 >
276                         </File>
277                         <File
278                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_edgecol.cxx"
279                                 >
280                         </File>
281                         <File
282                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_edgeflag.cxx"
283                                 >
284                         </File>
285                         <File
286                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_edgetyp.cxx"
287                                 >
288                         </File>
289                         <File
290                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_edgewid.cxx"
291                                 >
292                         </File>
293                         <File
294                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_execstruct.cxx"
295                                 >
296                         </File>
297                         <File
298                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_Extension.cxx"
299                                 >
300                         </File>
301                         <File
302                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_facecull.cxx"
303                                 >
304                         </File>
305                         <File
306                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_facedmode.cxx"
307                                 >
308                         </File>
309                         <File
310                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_filters.cxx"
311                                 >
312                         </File>
313                         <File
314                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_FontMgr.cxx"
315                                 >
316                         </File>
317                         <File
318                                 RelativePath="..\..\..\..\ros\src\OpenGl\OpenGl_FrameBuffer.cxx"
319                                 >
320                         </File>
321                         <File
322                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_funcs.cxx"
323                                 >
324                         </File>
325                         <File
326                                 RelativePath="..\..\..\..\ros\src\OpenGl\OpenGl_graduatedtrihedron.cxx"
327                                 >
328                         </File>
329                         <File
330                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver.cxx"
331                                 >
332                         </File>
333                         <File
334                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_1.cxx"
335                                 >
336                         </File>
337                         <File
338                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_2.cxx"
339                                 >
340                         </File>
341                         <File
342                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_3.cxx"
343                                 >
344                         </File>
345                         <File
346                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_4.cxx"
347                                 >
348                         </File>
349                         <File
350                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_5.cxx"
351                                 >
352                         </File>
353                         <File
354                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_6.cxx"
355                                 >
356                         </File>
357                         <File
358                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_7.cxx"
359                                 >
360                         </File>
361                         <File
362                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_703.cxx"
363                                 >
364                         </File>
365                         <File
366                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_705.cxx"
367                                 >
368                         </File>
369                         <File
370                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_707.cxx"
371                                 >
372                         </File>
373                         <File
374                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_709.cxx"
375                                 >
376                         </File>
377                         <File
378                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_710.cxx"
379                                 >
380                         </File>
381                         <File
382                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_711.cxx"
383                                 >
384                         </File>
385                         <File
386                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_712.cxx"
387                                 >
388                         </File>
389                         <File
390                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_713.cxx"
391                                 >
392                         </File>
393                         <File
394                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_8.cxx"
395                                 >
396                         </File>
397                         <File
398                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_9.cxx"
399                                 >
400                         </File>
401                         <File
402                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_Export.cxx"
403                                 >
404                         </File>
405                         <File
406                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_Layer.cxx"
407                                 >
408                         </File>
409                         <File
410                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_GraphicDriver_print.cxx"
411                                 >
412                         </File>
413                         <File
414                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_highlight.cxx"
415                                 >
416                         </File>
417                         <File
418                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_hlind.cxx"
419                                 >
420                         </File>
421                         <File
422                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_ImageBox.cxx"
423                                 >
424                         </File>
425                         <File
426                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_indexpolygons.cxx"
427                                 >
428                         </File>
429                         <File
430                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_initelem.cxx"
431                                 >
432                         </File>
433                         <File
434                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_inquire.cxx"
435                                 >
436                         </File>
437                         <File
438                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_intcol.cxx"
439                                 >
440                         </File>
441                         <File
442                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_intrefl.cxx"
443                                 >
444                         </File>
445                         <File
446                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_intshademtd.cxx"
447                                 >
448                         </File>
449                         <File
450                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_intstyle.cxx"
451                                 >
452                         </File>
453                         <File
454                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_intstyleind.cxx"
455                                 >
456                         </File>
457                         <File
458                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_label.cxx"
459                                 >
460                         </File>
461                         <File
462                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_LightBox.cxx"
463                                 >
464                         </File>
465                         <File
466                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_lightstate.cxx"
467                                 >
468                         </File>
469                         <File
470                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_localtran3.cxx"
471                                 >
472                         </File>
473                         <File
474                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_Memory.cxx"
475                                 >
476                         </File>
477                         <File
478                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_mrkr.cxx"
479                                 >
480                         </File>
481                         <File
482                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_mrkrcol.cxx"
483                                 >
484                         </File>
485                         <File
486                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_mrkrset.cxx"
487                                 >
488                         </File>
489                         <File
490                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_mrkrsize.cxx"
491                                 >
492                         </File>
493                         <File
494                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_mrkrtype.cxx"
495                                 >
496                         </File>
497                         <File
498                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_pick.cxx"
499                                 >
500                         </File>
501                         <File
502                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_pickid.cxx"
503                                 >
504                         </File>
505                         <File
506                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_polygon.cxx"
507                                 >
508                         </File>
509                         <File
510                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_polygonholes.cxx"
511                                 >
512                         </File>
513                         <File
514                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_polygonoffset.cxx"
515                                 >
516                         </File>
517                         <File
518                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_polyl.cxx"
519                                 >
520                         </File>
521                         <File
522                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_polylcol.cxx"
523                                 >
524                         </File>
525                         <File
526                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_polyltyp.cxx"
527                                 >
528                         </File>
529                         <File
530                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_polylwid.cxx"
531                                 >
532                         </File>
533                         <File
534                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_PrimitiveArray.cxx"
535                                 >
536                         </File>
537                         <File
538                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_qstrip.cxx"
539                                 >
540                         </File>
541                         <File
542                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_remnames.cxx"
543                                 >
544                         </File>
545                         <File
546                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_subrs.cxx"
547                                 >
548                         </File>
549                         <File
550                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_subrvis.cxx"
551                                 >
552                         </File>
553                         <File
554                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_surfprop.cxx"
555                                 >
556                         </File>
557                         <File
558                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_telem_util.cxx"
559                                 >
560                         </File>
561                         <File
562                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_text.cxx"
563                                 >
564                         </File>
565                         <File
566                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_textalignment.cxx"
567                                 >
568                         </File>
569                         <File
570                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_textangle.cxx"
571                                 >
572                         </File>
573                         <File
574                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_textcol.cxx"
575                                 >
576                         </File>
577                         <File
578                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_textcolsubtitle.cxx"
579                                 >
580                         </File>
581                         <File
582                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_textdisplaytype.cxx"
583                                 >
584                         </File>
585                         <File
586                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_textfont.cxx"
587                                 >
588                         </File>
589                         <File
590                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_textfontaspect.cxx"
591                                 >
592                         </File>
593                         <File
594                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_textheight.cxx"
595                                 >
596                         </File>
597                         <File
598                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_TextRender.cxx"
599                                 >
600                         </File>
601                         <File
602                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_textstyle.cxx"
603                                 >
604                         </File>
605                         <File
606                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_texture.cxx"
607                                 >
608                         </File>
609                         <File
610                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_TextureBox.cxx"
611                                 >
612                         </File>
613                         <File
614                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_textzoomable.cxx"
615                                 >
616                         </File>
617                         <File
618                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_util.cxx"
619                                 >
620                         </File>
621                         <File
622                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_utilgr.cxx"
623                                 >
624                         </File>
625                         <File
626                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tmesh.cxx"
627                                 >
628                         </File>
629                         <File
630                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_activateview.cxx"
631                                 >
632                         </File>
633                         <File
634                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_antialiasing.cxx"
635                                 >
636                         </File>
637                         <File
638                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_backfacing.cxx"
639                                 >
640                         </File>
641                         <File
642                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_background.cxx"
643                                 >
644                         </File>
645                         <File
646                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_begin.cxx"
647                                 >
648                         </File>
649                         <File
650                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_begin_animation.cxx"
651                                 >
652                         </File>
653                         <File
654                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_begin_immediat_mode.cxx"
655                                 >
656                         </File>
657                         <File
658                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_begin_layer_mode.cxx"
659                                 >
660                         </File>
661                         <File
662                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_bezier.cxx"
663                                 >
664                         </File>
665                         <File
666                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_bezier_weight.cxx"
667                                 >
668                         </File>
669                         <File
670                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_blink.cxx"
671                                 >
672                         </File>
673                         <File
674                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_boundarybox.cxx"
675                                 >
676                         </File>
677                         <File
678                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_cleargroup.cxx"
679                                 >
680                         </File>
681                         <File
682                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_clearstructure.cxx"
683                                 >
684                         </File>
685                         <File
686                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_cliplimit.cxx"
687                                 >
688                         </File>
689                         <File
690                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_closegroup.cxx"
691                                 >
692                         </File>
693                         <File
694                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_connect.cxx"
695                                 >
696                         </File>
697                         <File
698                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_contextstructure.cxx"
699                                 >
700                         </File>
701                         <File
702                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_curve.cxx"
703                                 >
704                         </File>
705                         <File
706                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_deactivateview.cxx"
707                                 >
708                         </File>
709                         <File
710                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_degeneratestructure.cxx"
711                                 >
712                         </File>
713                         <File
714                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_depthcueing.cxx"
715                                 >
716                         </File>
717                         <File
718                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_depthtest.cxx"
719                                 >
720                         </File>
721                         <File
722                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_disconnect.cxx"
723                                 >
724                         </File>
725                         <File
726                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_displaystructure.cxx"
727                                 >
728                         </File>
729                         <File
730                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_element_exploration.cxx"
731                                 >
732                         </File>
733                         <File
734                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_end.cxx"
735                                 >
736                         </File>
737                         <File
738                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_erasestructure.cxx"
739                                 >
740                         </File>
741                         <File
742                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_facecontextgroup.cxx"
743                                 >
744                         </File>
745                         <File
746                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_gradient_background.cxx"
747                                 >
748                         </File>
749                         <File
750                                 RelativePath="..\..\..\..\ros\src\OpenGl\OpenGl_togl_graduatedtrihedron.cxx"
751                                 >
752                         </File>
753                         <File
754                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_group.cxx"
755                                 >
756                         </File>
757                         <File
758                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_highlightcolor.cxx"
759                                 >
760                         </File>
761                         <File
762                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_init_pick.cxx"
763                                 >
764                         </File>
765                         <File
766                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_inquirefacilities.cxx"
767                                 >
768                         </File>
769                         <File
770                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_inquirelight.cxx"
771                                 >
772                         </File>
773                         <File
774                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_inquireplane.cxx"
775                                 >
776                         </File>
777                         <File
778                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_inquireview.cxx"
779                                 >
780                         </File>
781                         <File
782                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_light.cxx"
783                                 >
784                         </File>
785                         <File
786                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_light_exploration.cxx"
787                                 >
788                         </File>
789                         <File
790                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_linecontextgroup.cxx"
791                                 >
792                         </File>
793                         <File
794                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_marker.cxx"
795                                 >
796                         </File>
797                         <File
798                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_marker_set.cxx"
799                                 >
800                         </File>
801                         <File
802                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_markercontextgroup.cxx"
803                                 >
804                         </File>
805                         <File
806                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_namesetstructure.cxx"
807                                 >
808                         </File>
809                         <File
810                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_opengroup.cxx"
811                                 >
812                         </File>
813                         <File
814                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_parray.cxx"
815                                 >
816                         </File>
817                         <File
818                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_pick.cxx"
819                                 >
820                         </File>
821                         <File
822                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_pickid.cxx"
823                                 >
824                         </File>
825                         <File
826                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_plane.cxx"
827                                 >
828                         </File>
829                         <File
830                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_polygon.cxx"
831                                 >
832                         </File>
833                         <File
834                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_polygon_holes.cxx"
835                                 >
836                         </File>
837                         <File
838                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_polygon_indices.cxx"
839                                 >
840                         </File>
841                         <File
842                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_polygon_set.cxx"
843                                 >
844                         </File>
845                         <File
846                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_polyline.cxx"
847                                 >
848                         </File>
849                         <File
850                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_print.cxx"
851                                 >
852                         </File>
853                         <File
854                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_project_raster.cxx"
855                                 >
856                         </File>
857                         <File
858                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_quadrangle.cxx"
859                                 >
860                         </File>
861                         <File
862                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_ratio_window.cxx"
863                                 >
864                         </File>
865                         <File
866                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_redraw.cxx"
867                                 >
868                         </File>
869                         <File
870                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_removegroup.cxx"
871                                 >
872                         </File>
873                         <File
874                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_removestructure.cxx"
875                                 >
876                         </File>
877                         <File
878                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_removeview.cxx"
879                                 >
880                         </File>
881                         <File
882                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_set_environment.cxx"
883                                 >
884                         </File>
885                         <File
886                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_setlight.cxx"
887                                 >
888                         </File>
889                         <File
890                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_setplane.cxx"
891                                 >
892                         </File>
893                         <File
894                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_setvisualisation.cxx"
895                                 >
896                         </File>
897                         <File
898                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_structure.cxx"
899                                 >
900                         </File>
901                         <File
902                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_structure_exploration.cxx"
903                                 >
904                         </File>
905                         <File
906                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_text.cxx"
907                                 >
908                         </File>
909                         <File
910                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_textcontextgroup.cxx"
911                                 >
912                         </File>
913                         <File
914                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_texture.cxx"
915                                 >
916                         </File>
917                         <File
918                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_transformstructure.cxx"
919                                 >
920                         </File>
921                         <File
922                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_transparency.cxx"
923                                 >
924                         </File>
925                         <File
926                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_triangle.cxx"
927                                 >
928                         </File>
929                         <File
930                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_triedron.cxx"
931                                 >
932                         </File>
933                         <File
934                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_unproject_raster.cxx"
935                                 >
936                         </File>
937                         <File
938                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_update.cxx"
939                                 >
940                         </File>
941                         <File
942                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_userdraw.cxx"
943                                 >
944                         </File>
945                         <File
946                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_view.cxx"
947                                 >
948                         </File>
949                         <File
950                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_view_exploration.cxx"
951                                 >
952                         </File>
953                         <File
954                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_viewmapping.cxx"
955                                 >
956                         </File>
957                         <File
958                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_togl_vieworientation.cxx"
959                                 >
960                         </File>
961                         <File
962                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tox.cxx"
963                                 >
964                         </File>
965                         <File
966                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_transform_persistence.cxx"
967                                 >
968                         </File>
969                         <File
970                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_triedron.cxx"
971                                 >
972                         </File>
973                         <File
974                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tsm.cxx"
975                                 >
976                         </File>
977                         <File
978                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_txgl.cxx"
979                                 >
980                         </File>
981                         <File
982                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_undefined.cxx"
983                                 >
984                         </File>
985                         <File
986                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_userdraw.cxx"
987                                 >
988                         </File>
989                         <File
990                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_view.cxx"
991                                 >
992                         </File>
993                         <File
994                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_vind.cxx"
995                                 >
996                         </File>
997                         <File
998                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_ws.cxx"
999                                 >
1000                         </File>
1001                         <File
1002                                 RelativePath="..\..\..\..\ros\src\voxelclient\VoxelClient_VisDrawer.cxx"
1003                                 >
1004                         </File>
1005                 </Filter>
1006                 <Filter
1007                         Name="Header Files"
1008                         Filter="h;hpp;hxx;hm;inl"
1009                         >
1010                         <File
1011                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_animation.hxx"
1012                                 >
1013                         </File>
1014                         <File
1015                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_AVIWriter.hxx"
1016                                 >
1017                         </File>
1018                         <File
1019                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_callback.hxx"
1020                                 >
1021                         </File>
1022                         <File
1023                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_cmn_varargs.hxx"
1024                                 >
1025                         </File>
1026                         <File
1027                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_context.hxx"
1028                                 >
1029                         </File>
1030                         <File
1031                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_degeneration.hxx"
1032                                 >
1033                         </File>
1034                         <File
1035                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_Extension.hxx"
1036                                 >
1037                         </File>
1038                         <File
1039                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_FontMgr.hxx"
1040                                 >
1041                         </File>
1042                         <File
1043                                 RelativePath="..\..\..\..\ros\src\OpenGl\OpenGl_graduatedtrihedron.hxx"
1044                                 >
1045                         </File>
1046                         <File
1047                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_ImageBox.hxx"
1048                                 >
1049                         </File>
1050                         <File
1051                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_inquire.hxx"
1052                                 >
1053                         </File>
1054                         <File
1055                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_LightBox.hxx"
1056                                 >
1057                         </File>
1058                         <File
1059                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_Memory.hxx"
1060                                 >
1061                         </File>
1062                         <File
1063                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_telem.hxx"
1064                                 >
1065                         </File>
1066                         <File
1067                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_telem_attri.hxx"
1068                                 >
1069                         </File>
1070                         <File
1071                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_telem_depthcue.hxx"
1072                                 >
1073                         </File>
1074                         <File
1075                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_telem_filters.hxx"
1076                                 >
1077                         </File>
1078                         <File
1079                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_telem_highlight.hxx"
1080                                 >
1081                         </File>
1082                         <File
1083                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_telem_inquire.hxx"
1084                                 >
1085                         </File>
1086                         <File
1087                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_telem_pick.hxx"
1088                                 >
1089                         </File>
1090                         <File
1091                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_telem_util.hxx"
1092                                 >
1093                         </File>
1094                         <File
1095                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_telem_view.hxx"
1096                                 >
1097                         </File>
1098                         <File
1099                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_TextRender.hxx"
1100                                 >
1101                         </File>
1102                         <File
1103                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_TextureBox.hxx"
1104                                 >
1105                         </File>
1106                         <File
1107                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl.hxx"
1108                                 >
1109                         </File>
1110                         <File
1111                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_all.hxx"
1112                                 >
1113                         </File>
1114                         <File
1115                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_elems.hxx"
1116                                 >
1117                         </File>
1118                         <File
1119                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_funcs.hxx"
1120                                 >
1121                         </File>
1122                         <File
1123                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_pick.hxx"
1124                                 >
1125                         </File>
1126                         <File
1127                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_subrs.hxx"
1128                                 >
1129                         </File>
1130                         <File
1131                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_subrvis.hxx"
1132                                 >
1133                         </File>
1134                         <File
1135                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_tox.hxx"
1136                                 >
1137                         </File>
1138                         <File
1139                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_util.hxx"
1140                                 >
1141                         </File>
1142                         <File
1143                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_utilgr.hxx"
1144                                 >
1145                         </File>
1146                         <File
1147                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tgl_vis.hxx"
1148                                 >
1149                         </File>
1150                         <File
1151                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_traces.hxx"
1152                                 >
1153                         </File>
1154                         <File
1155                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_transform_persistence.hxx"
1156                                 >
1157                         </File>
1158                         <File
1159                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_triangulate.hxx"
1160                                 >
1161                         </File>
1162                         <File
1163                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_triedron.hxx"
1164                                 >
1165                         </File>
1166                         <File
1167                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_trsf_stack.hxx"
1168                                 >
1169                         </File>
1170                         <File
1171                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tsm.hxx"
1172                                 >
1173                         </File>
1174                         <File
1175                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_tsm_ws.hxx"
1176                                 >
1177                         </File>
1178                         <File
1179                                 RelativePath="..\..\..\..\ros\src\opengl\OpenGl_txgl.hxx"
1180                                 >
1181                         </File>
1182                         <File
1183                                 RelativePath="..\..\..\..\ros\src\voxelclient\VoxelClient_VisDrawer.h"
1184                                 >
1185                         </File>
1186                 </Filter>
1187                 <Filter
1188                         Name="Resource Files"
1189                         Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
1190                         >
1191                 </Filter>
1192         </Files>
1193         <Globals>
1194         </Globals>
1195 </VisualStudioProject>