source: projectionDesigner/trunk/projdesigner/projdesigner.vcproj

Last change on this file was 48, checked in by Torben Dannhauer, 14 years ago
File size: 184.5 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="projdesigner"
6        ProjectGUID="{4418A7F1-9C0E-31B2-B8A2-913D1394330B}"
7        RootNamespace="projdesigner"
8        Keyword="Qt4VSv1.0"
9        TargetFrameworkVersion="131072"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15                <Platform
16                        Name="x64"
17                />
18        </Platforms>
19        <ToolFiles>
20        </ToolFiles>
21        <Configurations>
22                <Configuration
23                        Name="Debug|Win32"
24                        OutputDirectory="."
25                        IntermediateDirectory="debug\"
26                        ConfigurationType="1"
27                        UseOfMFC="0"
28                        ATLMinimizesCRunTimeLibraryUsage="false"
29                        >
30                        <Tool
31                                Name="VCPreBuildEventTool"
32                        />
33                        <Tool
34                                Name="VCCustomBuildTool"
35                        />
36                        <Tool
37                                Name="VCXMLDataGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCWebServiceProxyGeneratorTool"
41                        />
42                        <Tool
43                                Name="VCMIDLTool"
44                                WarningLevel="0"
45                                DefaultCharType="0"
46                                EnableErrorChecks="1"
47                        />
48                        <Tool
49                                Name="VCCLCompilerTool"
50                                AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
51                                Optimization="4"
52                                AdditionalIncludeDirectories="&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtNetwork&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include\QtOpenGL&quot;;&quot;$(QTDIR)\include\QtXml&quot;;&quot;$(QTDIR)\include&quot;;..;.;include;include\math;include\gui;include\screen;&quot;$(QTDIR)\include\ActiveQt&quot;;debug;&quot;$(QTDIR)\mkspecs\win32-msvc2005&quot;;&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6&quot;"
53                                PreprocessorDefinitions="_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_XML_LIB,QT_OPENGL_LIB,QT_GUI_LIB,QT_NETWORK_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT"
54                                GeneratePreprocessedFile="0"
55                                ExceptionHandling="1"
56                                RuntimeLibrary="3"
57                                BufferSecurityCheck="false"
58                                TreatWChar_tAsBuiltInType="false"
59                                RuntimeTypeInfo="true"
60                                AssemblerListingLocation="debug\"
61                                ObjectFile="debug\"
62                                ProgramDataBaseFileName=".\"
63                                WarningLevel="3"
64                                SuppressStartupBanner="true"
65                                DebugInformationFormat="3"
66                        />
67                        <Tool
68                                Name="VCManagedResourceCompilerTool"
69                        />
70                        <Tool
71                                Name="VCResourceCompilerTool"
72                                PreprocessorDefinitions="_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_XML_LIB,QT_OPENGL_LIB,QT_GUI_LIB,QT_NETWORK_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT,_DEBUG"
73                        />
74                        <Tool
75                                Name="VCPreLinkEventTool"
76                        />
77                        <Tool
78                                Name="VCLinkerTool"
79                                IgnoreImportLibrary="true"
80                                AdditionalOptions="&quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot; &quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot;"
81                                AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib qtmaind.lib glut32D.lib projdesigner_defaultd.lib QtXmld4.lib QtOpenGLd4.lib QtGuid4.lib QtNetworkd4.lib QtCored4.lib"
82                                OutputFile="..\bin\x86\projdesignerd.exe"
83                                SuppressStartupBanner="true"
84                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;../projdesignerplugins/defaultplugin/x86;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\lib\x86"
85                                GenerateDebugInformation="true"
86                                ProgramDatabaseFile=""
87                                SubSystem="2"
88                                LinkTimeCodeGeneration="0"
89                                RandomizedBaseAddress="1"
90                                DataExecutionPrevention="0"
91                        />
92                        <Tool
93                                Name="VCALinkTool"
94                        />
95                        <Tool
96                                Name="VCManifestTool"
97                        />
98                        <Tool
99                                Name="VCXDCMakeTool"
100                        />
101                        <Tool
102                                Name="VCBscMakeTool"
103                        />
104                        <Tool
105                                Name="VCFxCopTool"
106                        />
107                        <Tool
108                                Name="VCAppVerifierTool"
109                        />
110                        <Tool
111                                Name="VCPostBuildEventTool"
112                        />
113                </Configuration>
114                <Configuration
115                        Name="Release|Win32"
116                        OutputDirectory="."
117                        IntermediateDirectory="release\"
118                        ConfigurationType="1"
119                        UseOfMFC="0"
120                        ATLMinimizesCRunTimeLibraryUsage="false"
121                        >
122                        <Tool
123                                Name="VCPreBuildEventTool"
124                        />
125                        <Tool
126                                Name="VCCustomBuildTool"
127                        />
128                        <Tool
129                                Name="VCXMLDataGeneratorTool"
130                        />
131                        <Tool
132                                Name="VCWebServiceProxyGeneratorTool"
133                        />
134                        <Tool
135                                Name="VCMIDLTool"
136                                WarningLevel="0"
137                                DefaultCharType="0"
138                                EnableErrorChecks="1"
139                        />
140                        <Tool
141                                Name="VCCLCompilerTool"
142                                AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
143                                Optimization="2"
144                                WholeProgramOptimization="true"
145                                AdditionalIncludeDirectories="&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtNetwork&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include\QtOpenGL&quot;;&quot;$(QTDIR)\include\QtXml&quot;;&quot;$(QTDIR)\include&quot;;..;.;include;include\math;include\gui;include\screen;&quot;$(QTDIR)\include\ActiveQt&quot;;debug;&quot;$(QTDIR)\mkspecs\win32-msvc2005&quot;;&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6&quot;"
146                                PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_NO_DEBUG,QT_XML_LIB,QT_OPENGL_LIB,QT_GUI_LIB,QT_NETWORK_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT,NDEBUG"
147                                GeneratePreprocessedFile="0"
148                                ExceptionHandling="1"
149                                RuntimeLibrary="2"
150                                BufferSecurityCheck="false"
151                                TreatWChar_tAsBuiltInType="false"
152                                RuntimeTypeInfo="true"
153                                AssemblerListingLocation="release\"
154                                ObjectFile="release\"
155                                ProgramDataBaseFileName=".\"
156                                WarningLevel="3"
157                                SuppressStartupBanner="true"
158                                DebugInformationFormat="0"
159                        />
160                        <Tool
161                                Name="VCManagedResourceCompilerTool"
162                        />
163                        <Tool
164                                Name="VCResourceCompilerTool"
165                                PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_NO_DEBUG,QT_XML_LIB,QT_OPENGL_LIB,QT_GUI_LIB,QT_NETWORK_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT"
166                        />
167                        <Tool
168                                Name="VCPreLinkEventTool"
169                        />
170                        <Tool
171                                Name="VCLinkerTool"
172                                IgnoreImportLibrary="true"
173                                AdditionalOptions="&quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot; &quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot;"
174                                AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib qtmain.lib glut32.lib projdesigner_default.lib QtXml4.lib QtOpenGL4.lib QtGui4.lib QtNetwork4.lib QtCore4.lib"
175                                OutputFile="..\bin\x86\projdesigner.exe"
176                                LinkIncremental="1"
177                                SuppressStartupBanner="true"
178                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;../projdesignerplugins/defaultplugin\x86;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\lib\x86"
179                                GenerateDebugInformation="false"
180                                ProgramDatabaseFile=""
181                                SubSystem="2"
182                                LinkTimeCodeGeneration="1"
183                                RandomizedBaseAddress="1"
184                                DataExecutionPrevention="0"
185                        />
186                        <Tool
187                                Name="VCALinkTool"
188                        />
189                        <Tool
190                                Name="VCManifestTool"
191                        />
192                        <Tool
193                                Name="VCXDCMakeTool"
194                        />
195                        <Tool
196                                Name="VCBscMakeTool"
197                        />
198                        <Tool
199                                Name="VCFxCopTool"
200                        />
201                        <Tool
202                                Name="VCAppVerifierTool"
203                        />
204                        <Tool
205                                Name="VCPostBuildEventTool"
206                        />
207                </Configuration>
208                <Configuration
209                        Name="Debug|x64"
210                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
211                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
212                        ConfigurationType="1"
213                        UseOfMFC="0"
214                        ATLMinimizesCRunTimeLibraryUsage="false"
215                        >
216                        <Tool
217                                Name="VCPreBuildEventTool"
218                        />
219                        <Tool
220                                Name="VCCustomBuildTool"
221                        />
222                        <Tool
223                                Name="VCXMLDataGeneratorTool"
224                        />
225                        <Tool
226                                Name="VCWebServiceProxyGeneratorTool"
227                        />
228                        <Tool
229                                Name="VCMIDLTool"
230                                WarningLevel="0"
231                                DefaultCharType="0"
232                                TargetEnvironment="3"
233                                EnableErrorChecks="1"
234                        />
235                        <Tool
236                                Name="VCCLCompilerTool"
237                                AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
238                                Optimization="4"
239                                AdditionalIncludeDirectories="&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtNetwork&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include\QtOpenGL&quot;;&quot;$(QTDIR)\include\QtXml&quot;;&quot;$(QTDIR)\include&quot;;..;.;include;include\math;include\gui;include\screen;&quot;$(QTDIR)\include\ActiveQt&quot;;debug;&quot;$(QTDIR)\mkspecs\win32-msvc2005&quot;;&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6&quot;"
240                                PreprocessorDefinitions="_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_XML_LIB,QT_OPENGL_LIB,QT_GUI_LIB,QT_NETWORK_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT"
241                                GeneratePreprocessedFile="0"
242                                ExceptionHandling="1"
243                                RuntimeLibrary="3"
244                                BufferSecurityCheck="false"
245                                TreatWChar_tAsBuiltInType="false"
246                                RuntimeTypeInfo="true"
247                                AssemblerListingLocation="debug\"
248                                ObjectFile="debug\"
249                                ProgramDataBaseFileName=".\"
250                                WarningLevel="3"
251                                SuppressStartupBanner="true"
252                                DebugInformationFormat="3"
253                        />
254                        <Tool
255                                Name="VCManagedResourceCompilerTool"
256                        />
257                        <Tool
258                                Name="VCResourceCompilerTool"
259                                PreprocessorDefinitions="_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_XML_LIB,QT_OPENGL_LIB,QT_GUI_LIB,QT_NETWORK_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT,_DEBUG"
260                        />
261                        <Tool
262                                Name="VCPreLinkEventTool"
263                        />
264                        <Tool
265                                Name="VCLinkerTool"
266                                IgnoreImportLibrary="true"
267                                AdditionalOptions="&quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot; &quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot;"
268                                AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib qtmaind.lib glut32D.lib projdesigner_defaultd.lib QtXmld4.lib QtOpenGLd4.lib QtGuid4.lib QtNetworkd4.lib QtCored4.lib"
269                                OutputFile="..\bin\x64\projdesignerd.exe"
270                                SuppressStartupBanner="true"
271                                AdditionalLibraryDirectories="&quot;$(QTDIR_X64)\lib&quot;;../projdesignerplugins/defaultplugin/x64;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\lib\x64"
272                                GenerateDebugInformation="true"
273                                ProgramDatabaseFile=""
274                                SubSystem="2"
275                                LinkTimeCodeGeneration="0"
276                                RandomizedBaseAddress="1"
277                                DataExecutionPrevention="0"
278                                TargetMachine="17"
279                        />
280                        <Tool
281                                Name="VCALinkTool"
282                        />
283                        <Tool
284                                Name="VCManifestTool"
285                        />
286                        <Tool
287                                Name="VCXDCMakeTool"
288                        />
289                        <Tool
290                                Name="VCBscMakeTool"
291                        />
292                        <Tool
293                                Name="VCFxCopTool"
294                        />
295                        <Tool
296                                Name="VCAppVerifierTool"
297                        />
298                        <Tool
299                                Name="VCPostBuildEventTool"
300                        />
301                </Configuration>
302                <Configuration
303                        Name="Release|x64"
304                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
305                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
306                        ConfigurationType="1"
307                        UseOfMFC="0"
308                        ATLMinimizesCRunTimeLibraryUsage="false"
309                        >
310                        <Tool
311                                Name="VCPreBuildEventTool"
312                        />
313                        <Tool
314                                Name="VCCustomBuildTool"
315                        />
316                        <Tool
317                                Name="VCXMLDataGeneratorTool"
318                        />
319                        <Tool
320                                Name="VCWebServiceProxyGeneratorTool"
321                        />
322                        <Tool
323                                Name="VCMIDLTool"
324                                WarningLevel="0"
325                                DefaultCharType="0"
326                                TargetEnvironment="3"
327                                EnableErrorChecks="1"
328                        />
329                        <Tool
330                                Name="VCCLCompilerTool"
331                                AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
332                                Optimization="2"
333                                WholeProgramOptimization="true"
334                                AdditionalIncludeDirectories="&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtNetwork&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include\QtOpenGL&quot;;&quot;$(QTDIR)\include\QtXml&quot;;&quot;$(QTDIR)\include&quot;;..;.;include;include\math;include\gui;include\screen;&quot;$(QTDIR)\include\ActiveQt&quot;;debug;&quot;$(QTDIR)\mkspecs\win32-msvc2005&quot;;&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6&quot;"
335                                PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_NO_DEBUG,QT_XML_LIB,QT_OPENGL_LIB,QT_GUI_LIB,QT_NETWORK_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT,NDEBUG"
336                                GeneratePreprocessedFile="0"
337                                ExceptionHandling="1"
338                                RuntimeLibrary="2"
339                                BufferSecurityCheck="false"
340                                TreatWChar_tAsBuiltInType="false"
341                                RuntimeTypeInfo="true"
342                                AssemblerListingLocation="release\"
343                                ObjectFile="release\"
344                                ProgramDataBaseFileName=".\"
345                                WarningLevel="3"
346                                SuppressStartupBanner="true"
347                                DebugInformationFormat="0"
348                        />
349                        <Tool
350                                Name="VCManagedResourceCompilerTool"
351                        />
352                        <Tool
353                                Name="VCResourceCompilerTool"
354                                PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_NO_DEBUG,QT_XML_LIB,QT_OPENGL_LIB,QT_GUI_LIB,QT_NETWORK_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT"
355                        />
356                        <Tool
357                                Name="VCPreLinkEventTool"
358                        />
359                        <Tool
360                                Name="VCLinkerTool"
361                                IgnoreImportLibrary="true"
362                                AdditionalOptions="&quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot; &quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot;"
363                                AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib qtmain.lib glut32.lib projdesigner_default.lib QtXml4.lib QtOpenGL4.lib QtGui4.lib QtNetwork4.lib QtCore4.lib"
364                                OutputFile="..\bin\x64\projdesigner.exe"
365                                LinkIncremental="1"
366                                SuppressStartupBanner="true"
367                                AdditionalLibraryDirectories="&quot;$(QTDIR_X64)\lib&quot;;../projdesignerplugins/defaultplugin\x64;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\lib\x64"
368                                GenerateDebugInformation="false"
369                                ProgramDatabaseFile=""
370                                SubSystem="2"
371                                LinkTimeCodeGeneration="1"
372                                RandomizedBaseAddress="1"
373                                DataExecutionPrevention="0"
374                                TargetMachine="17"
375                        />
376                        <Tool
377                                Name="VCALinkTool"
378                        />
379                        <Tool
380                                Name="VCManifestTool"
381                        />
382                        <Tool
383                                Name="VCXDCMakeTool"
384                        />
385                        <Tool
386                                Name="VCBscMakeTool"
387                        />
388                        <Tool
389                                Name="VCFxCopTool"
390                        />
391                        <Tool
392                                Name="VCAppVerifierTool"
393                        />
394                        <Tool
395                                Name="VCPostBuildEventTool"
396                        />
397                </Configuration>
398        </Configurations>
399        <References>
400        </References>
401        <Files>
402                <Filter
403                        Name="Source Files"
404                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
405                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
406                        >
407                        <File
408                                RelativePath="src\Channel.cpp"
409                                >
410                        </File>
411                        <File
412                                RelativePath="src\gui\Defines.cpp"
413                                >
414                        </File>
415                        <File
416                                RelativePath="src\Exporter.cpp"
417                                >
418                        </File>
419                        <File
420                                RelativePath="src\Frustum.cpp"
421                                >
422                        </File>
423                        <File
424                                RelativePath="src\GUIControler.cpp"
425                                >
426                        </File>
427                        <File
428                                RelativePath="main.cpp"
429                                >
430                        </File>
431                        <File
432                                RelativePath="src\gui\plugindialog.cpp"
433                                >
434                        </File>
435                        <File
436                                RelativePath="src\math\ProjectionMatrix.cpp"
437                                >
438                        </File>
439                        <File
440                                RelativePath="src\ProjectionModel.cpp"
441                                >
442                        </File>
443                        <File
444                                RelativePath="src\gui\QChannelManagerWidget.cpp"
445                                >
446                        </File>
447                        <File
448                                RelativePath="src\gui\QChannelWidget.cpp"
449                                >
450                        </File>
451                        <File
452                                RelativePath="src\gui\QClientWindow.cpp"
453                                >
454                        </File>
455                        <File
456                                RelativePath="src\gui\QDesignViewWidget.cpp"
457                                >
458                        </File>
459                        <File
460                                RelativePath="src\gui\QDesignViewWindow.cpp"
461                                >
462                        </File>
463                        <File
464                                RelativePath="src\gui\QGLViewerWidget.cpp"
465                                >
466                        </File>
467                        <File
468                                RelativePath="src\gui\QPanelWidget.cpp"
469                                >
470                        </File>
471                        <File
472                                RelativePath="src\gui\QPreferenceDialog.cpp"
473                                >
474                        </File>
475                        <File
476                                RelativePath="src\gui\QProjectionMatrixWidget.cpp"
477                                >
478                        </File>
479                        <File
480                                RelativePath="src\gui\QProjectorWindow.cpp"
481                                >
482                        </File>
483                        <File
484                                RelativePath="src\gui\QSceneViewerWindow.cpp"
485                                >
486                        </File>
487                        <File
488                                RelativePath="src\gui\QSceneWidget.cpp"
489                                >
490                        </File>
491                        <File
492                                RelativePath="src\gui\QScreenWidget.cpp"
493                                >
494                        </File>
495                        <File
496                                RelativePath="src\gui\QTransformMatrixWidget.cpp"
497                                >
498                        </File>
499                        <File
500                                RelativePath="src\RSync.cpp"
501                                >
502                        </File>
503                        <File
504                                RelativePath="src\Scene.cpp"
505                                >
506                        </File>
507                        <File
508                                RelativePath="src\Screen.cpp"
509                                >
510                        </File>
511                        <File
512                                RelativePath="src\screen\ScreenBox.cpp"
513                                >
514                        </File>
515                        <File
516                                RelativePath="src\screen\ScreenDome.cpp"
517                                >
518                        </File>
519                        <File
520                                RelativePath="src\screen\ScreenModel.cpp"
521                                >
522                        </File>
523                        <File
524                                RelativePath="src\screen\ScreenPlane.cpp"
525                                >
526                        </File>
527                        <File
528                                RelativePath="src\screen\ScreenShape.cpp"
529                                >
530                        </File>
531                        <File
532                                RelativePath="src\math\TransformMatrix.cpp"
533                                >
534                        </File>
535                        <File
536                                RelativePath="src\Version.cpp"
537                                >
538                        </File>
539                        <File
540                                RelativePath="src\Warp.cpp"
541                                >
542                        </File>
543                </Filter>
544                <Filter
545                        Name="Header Files"
546                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
547                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
548                        >
549                        <File
550                                RelativePath="include\Channel.h"
551                                >
552                                <FileConfiguration
553                                        Name="Debug|Win32"
554                                        >
555                                        <Tool
556                                                Name="VCCustomBuildTool"
557                                                Description="MOC include\Channel.h"
558                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Channel.h&quot; -o &quot;debug\moc_Channel.cpp&quot;&#x0D;&#x0A;"
559                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Channel.h"
560                                                Outputs="debug\moc_Channel.cpp"
561                                        />
562                                </FileConfiguration>
563                                <FileConfiguration
564                                        Name="Release|Win32"
565                                        >
566                                        <Tool
567                                                Name="VCCustomBuildTool"
568                                                Description="MOC include\Channel.h"
569                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Channel.h&quot; -o &quot;release\moc_Channel.cpp&quot;&#x0D;&#x0A;"
570                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Channel.h"
571                                                Outputs="release\moc_Channel.cpp"
572                                        />
573                                </FileConfiguration>
574                                <FileConfiguration
575                                        Name="Debug|x64"
576                                        >
577                                        <Tool
578                                                Name="VCCustomBuildTool"
579                                                Description="MOC include\Channel.h"
580                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Channel.h&quot; -o &quot;debug\moc_Channel.cpp&quot;&#x0D;&#x0A;"
581                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Channel.h"
582                                                Outputs="debug\moc_Channel.cpp"
583                                        />
584                                </FileConfiguration>
585                                <FileConfiguration
586                                        Name="Release|x64"
587                                        >
588                                        <Tool
589                                                Name="VCCustomBuildTool"
590                                                Description="MOC include\Channel.h"
591                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Channel.h&quot; -o &quot;release\moc_Channel.cpp&quot;&#x0D;&#x0A;"
592                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Channel.h"
593                                                Outputs="release\moc_Channel.cpp"
594                                        />
595                                </FileConfiguration>
596                        </File>
597                        <File
598                                RelativePath="include\gui\Defines.h"
599                                >
600                        </File>
601                        <File
602                                RelativePath="include\Exporter.h"
603                                >
604                        </File>
605                        <File
606                                RelativePath="include\Frustum.h"
607                                >
608                                <FileConfiguration
609                                        Name="Debug|Win32"
610                                        >
611                                        <Tool
612                                                Name="VCCustomBuildTool"
613                                                Description="MOC include\Frustum.h"
614                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Frustum.h&quot; -o &quot;debug\moc_Frustum.cpp&quot;&#x0D;&#x0A;"
615                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Frustum.h"
616                                                Outputs="debug\moc_Frustum.cpp"
617                                        />
618                                </FileConfiguration>
619                                <FileConfiguration
620                                        Name="Release|Win32"
621                                        >
622                                        <Tool
623                                                Name="VCCustomBuildTool"
624                                                Description="MOC include\Frustum.h"
625                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Frustum.h&quot; -o &quot;release\moc_Frustum.cpp&quot;&#x0D;&#x0A;"
626                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Frustum.h"
627                                                Outputs="release\moc_Frustum.cpp"
628                                        />
629                                </FileConfiguration>
630                                <FileConfiguration
631                                        Name="Debug|x64"
632                                        >
633                                        <Tool
634                                                Name="VCCustomBuildTool"
635                                                Description="MOC include\Frustum.h"
636                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Frustum.h&quot; -o &quot;debug\moc_Frustum.cpp&quot;&#x0D;&#x0A;"
637                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Frustum.h"
638                                                Outputs="debug\moc_Frustum.cpp"
639                                        />
640                                </FileConfiguration>
641                                <FileConfiguration
642                                        Name="Release|x64"
643                                        >
644                                        <Tool
645                                                Name="VCCustomBuildTool"
646                                                Description="MOC include\Frustum.h"
647                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Frustum.h&quot; -o &quot;release\moc_Frustum.cpp&quot;&#x0D;&#x0A;"
648                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Frustum.h"
649                                                Outputs="release\moc_Frustum.cpp"
650                                        />
651                                </FileConfiguration>
652                        </File>
653                        <File
654                                RelativePath="include\GUIControler.h"
655                                >
656                        </File>
657                        <File
658                                RelativePath="include\interfaces.h"
659                                >
660                                <FileConfiguration
661                                        Name="Debug|Win32"
662                                        >
663                                        <Tool
664                                                Name="VCCustomBuildTool"
665                                                Description="Moc&apos;ing interfaces.h..."
666                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\interfaces.h&quot; -o &quot;$(ConfigurationName)\moc_interfaces.cpp&quot;&#x0D;&#x0A;"
667                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\interfaces.h"
668                                                Outputs="&quot;$(ConfigurationName)\moc_interfaces.cpp&quot;"
669                                        />
670                                </FileConfiguration>
671                                <FileConfiguration
672                                        Name="Release|Win32"
673                                        >
674                                        <Tool
675                                                Name="VCCustomBuildTool"
676                                                Description="Moc&apos;ing interfaces.h..."
677                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\interfaces.h&quot; -o &quot;$(ConfigurationName)\moc_interfaces.cpp&quot;&#x0D;&#x0A;"
678                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\interfaces.h"
679                                                Outputs="&quot;$(ConfigurationName)\moc_interfaces.cpp&quot;"
680                                        />
681                                </FileConfiguration>
682                                <FileConfiguration
683                                        Name="Debug|x64"
684                                        >
685                                        <Tool
686                                                Name="VCCustomBuildTool"
687                                                Description="Moc&apos;ing interfaces.h..."
688                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\interfaces.h&quot; -o &quot;$(ConfigurationName)\moc_interfaces.cpp&quot;&#x0D;&#x0A;"
689                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\interfaces.h"
690                                                Outputs="&quot;$(ConfigurationName)\moc_interfaces.cpp&quot;"
691                                        />
692                                </FileConfiguration>
693                                <FileConfiguration
694                                        Name="Release|x64"
695                                        >
696                                        <Tool
697                                                Name="VCCustomBuildTool"
698                                                Description="Moc&apos;ing interfaces.h..."
699                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\interfaces.h&quot; -o &quot;$(ConfigurationName)\moc_interfaces.cpp&quot;&#x0D;&#x0A;"
700                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\interfaces.h"
701                                                Outputs="&quot;$(ConfigurationName)\moc_interfaces.cpp&quot;"
702                                        />
703                                </FileConfiguration>
704                        </File>
705                        <File
706                                RelativePath="include\gui\plugindialog.h"
707                                >
708                                <FileConfiguration
709                                        Name="Debug|Win32"
710                                        >
711                                        <Tool
712                                                Name="VCCustomBuildTool"
713                                                Description="MOC include\gui\plugindialog.h"
714                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\plugindialog.h&quot; -o &quot;debug\moc_plugindialog.cpp&quot;&#x0D;&#x0A;"
715                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\plugindialog.h"
716                                                Outputs="debug\moc_plugindialog.cpp"
717                                        />
718                                </FileConfiguration>
719                                <FileConfiguration
720                                        Name="Release|Win32"
721                                        >
722                                        <Tool
723                                                Name="VCCustomBuildTool"
724                                                Description="MOC include\gui\plugindialog.h"
725                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\plugindialog.h&quot; -o &quot;release\moc_plugindialog.cpp&quot;&#x0D;&#x0A;"
726                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\plugindialog.h"
727                                                Outputs="release\moc_plugindialog.cpp"
728                                        />
729                                </FileConfiguration>
730                                <FileConfiguration
731                                        Name="Debug|x64"
732                                        >
733                                        <Tool
734                                                Name="VCCustomBuildTool"
735                                                Description="MOC include\gui\plugindialog.h"
736                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\plugindialog.h&quot; -o &quot;debug\moc_plugindialog.cpp&quot;&#x0D;&#x0A;"
737                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\plugindialog.h"
738                                                Outputs="debug\moc_plugindialog.cpp"
739                                        />
740                                </FileConfiguration>
741                                <FileConfiguration
742                                        Name="Release|x64"
743                                        >
744                                        <Tool
745                                                Name="VCCustomBuildTool"
746                                                Description="MOC include\gui\plugindialog.h"
747                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\plugindialog.h&quot; -o &quot;release\moc_plugindialog.cpp&quot;&#x0D;&#x0A;"
748                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\plugindialog.h"
749                                                Outputs="release\moc_plugindialog.cpp"
750                                        />
751                                </FileConfiguration>
752                        </File>
753                        <File
754                                RelativePath="include\math\ProjectionMatrix.h"
755                                >
756                        </File>
757                        <File
758                                RelativePath="include\ProjectionModel.h"
759                                >
760                        </File>
761                        <File
762                                RelativePath="include\gui\QChannelManagerWidget.h"
763                                >
764                                <FileConfiguration
765                                        Name="Debug|Win32"
766                                        >
767                                        <Tool
768                                                Name="VCCustomBuildTool"
769                                                Description="MOC include\gui\QChannelManagerWidget.h"
770                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelManagerWidget.h&quot; -o &quot;debug\moc_QChannelManagerWidget.cpp&quot;&#x0D;&#x0A;"
771                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelManagerWidget.h"
772                                                Outputs="debug\moc_QChannelManagerWidget.cpp"
773                                        />
774                                </FileConfiguration>
775                                <FileConfiguration
776                                        Name="Release|Win32"
777                                        >
778                                        <Tool
779                                                Name="VCCustomBuildTool"
780                                                Description="MOC include\gui\QChannelManagerWidget.h"
781                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelManagerWidget.h&quot; -o &quot;release\moc_QChannelManagerWidget.cpp&quot;&#x0D;&#x0A;"
782                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelManagerWidget.h"
783                                                Outputs="release\moc_QChannelManagerWidget.cpp"
784                                        />
785                                </FileConfiguration>
786                                <FileConfiguration
787                                        Name="Debug|x64"
788                                        >
789                                        <Tool
790                                                Name="VCCustomBuildTool"
791                                                Description="MOC include\gui\QChannelManagerWidget.h"
792                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelManagerWidget.h&quot; -o &quot;debug\moc_QChannelManagerWidget.cpp&quot;&#x0D;&#x0A;"
793                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelManagerWidget.h"
794                                                Outputs="debug\moc_QChannelManagerWidget.cpp"
795                                        />
796                                </FileConfiguration>
797                                <FileConfiguration
798                                        Name="Release|x64"
799                                        >
800                                        <Tool
801                                                Name="VCCustomBuildTool"
802                                                Description="MOC include\gui\QChannelManagerWidget.h"
803                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelManagerWidget.h&quot; -o &quot;release\moc_QChannelManagerWidget.cpp&quot;&#x0D;&#x0A;"
804                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelManagerWidget.h"
805                                                Outputs="release\moc_QChannelManagerWidget.cpp"
806                                        />
807                                </FileConfiguration>
808                        </File>
809                        <File
810                                RelativePath="include\gui\QChannelWidget.h"
811                                >
812                                <FileConfiguration
813                                        Name="Debug|Win32"
814                                        >
815                                        <Tool
816                                                Name="VCCustomBuildTool"
817                                                Description="MOC include\gui\QChannelWidget.h"
818                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelWidget.h&quot; -o &quot;debug\moc_QChannelWidget.cpp&quot;&#x0D;&#x0A;"
819                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelWidget.h"
820                                                Outputs="debug\moc_QChannelWidget.cpp"
821                                        />
822                                </FileConfiguration>
823                                <FileConfiguration
824                                        Name="Release|Win32"
825                                        >
826                                        <Tool
827                                                Name="VCCustomBuildTool"
828                                                Description="MOC include\gui\QChannelWidget.h"
829                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelWidget.h&quot; -o &quot;release\moc_QChannelWidget.cpp&quot;&#x0D;&#x0A;"
830                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelWidget.h"
831                                                Outputs="release\moc_QChannelWidget.cpp"
832                                        />
833                                </FileConfiguration>
834                                <FileConfiguration
835                                        Name="Debug|x64"
836                                        >
837                                        <Tool
838                                                Name="VCCustomBuildTool"
839                                                Description="MOC include\gui\QChannelWidget.h"
840                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelWidget.h&quot; -o &quot;debug\moc_QChannelWidget.cpp&quot;&#x0D;&#x0A;"
841                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelWidget.h"
842                                                Outputs="debug\moc_QChannelWidget.cpp"
843                                        />
844                                </FileConfiguration>
845                                <FileConfiguration
846                                        Name="Release|x64"
847                                        >
848                                        <Tool
849                                                Name="VCCustomBuildTool"
850                                                Description="MOC include\gui\QChannelWidget.h"
851                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelWidget.h&quot; -o &quot;release\moc_QChannelWidget.cpp&quot;&#x0D;&#x0A;"
852                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelWidget.h"
853                                                Outputs="release\moc_QChannelWidget.cpp"
854                                        />
855                                </FileConfiguration>
856                        </File>
857                        <File
858                                RelativePath="include\gui\QClientWindow.h"
859                                >
860                                <FileConfiguration
861                                        Name="Debug|Win32"
862                                        >
863                                        <Tool
864                                                Name="VCCustomBuildTool"
865                                                Description="MOC include\gui\QClientWindow.h"
866                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QClientWindow.h&quot; -o &quot;debug\moc_QClientWindow.cpp&quot;&#x0D;&#x0A;"
867                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QClientWindow.h"
868                                                Outputs="debug\moc_QClientWindow.cpp"
869                                        />
870                                </FileConfiguration>
871                                <FileConfiguration
872                                        Name="Release|Win32"
873                                        >
874                                        <Tool
875                                                Name="VCCustomBuildTool"
876                                                Description="MOC include\gui\QClientWindow.h"
877                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QClientWindow.h&quot; -o &quot;release\moc_QClientWindow.cpp&quot;&#x0D;&#x0A;"
878                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QClientWindow.h"
879                                                Outputs="release\moc_QClientWindow.cpp"
880                                        />
881                                </FileConfiguration>
882                                <FileConfiguration
883                                        Name="Debug|x64"
884                                        >
885                                        <Tool
886                                                Name="VCCustomBuildTool"
887                                                Description="MOC include\gui\QClientWindow.h"
888                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QClientWindow.h&quot; -o &quot;debug\moc_QClientWindow.cpp&quot;&#x0D;&#x0A;"
889                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QClientWindow.h"
890                                                Outputs="debug\moc_QClientWindow.cpp"
891                                        />
892                                </FileConfiguration>
893                                <FileConfiguration
894                                        Name="Release|x64"
895                                        >
896                                        <Tool
897                                                Name="VCCustomBuildTool"
898                                                Description="MOC include\gui\QClientWindow.h"
899                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QClientWindow.h&quot; -o &quot;release\moc_QClientWindow.cpp&quot;&#x0D;&#x0A;"
900                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QClientWindow.h"
901                                                Outputs="release\moc_QClientWindow.cpp"
902                                        />
903                                </FileConfiguration>
904                        </File>
905                        <File
906                                RelativePath="include\gui\QDesignViewWidget.h"
907                                >
908                                <FileConfiguration
909                                        Name="Debug|Win32"
910                                        >
911                                        <Tool
912                                                Name="VCCustomBuildTool"
913                                                Description="MOC include\gui\QDesignViewWidget.h"
914                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWidget.h&quot; -o &quot;debug\moc_QDesignViewWidget.cpp&quot;&#x0D;&#x0A;"
915                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWidget.h"
916                                                Outputs="debug\moc_QDesignViewWidget.cpp"
917                                        />
918                                </FileConfiguration>
919                                <FileConfiguration
920                                        Name="Release|Win32"
921                                        >
922                                        <Tool
923                                                Name="VCCustomBuildTool"
924                                                Description="MOC include\gui\QDesignViewWidget.h"
925                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWidget.h&quot; -o &quot;release\moc_QDesignViewWidget.cpp&quot;&#x0D;&#x0A;"
926                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWidget.h"
927                                                Outputs="release\moc_QDesignViewWidget.cpp"
928                                        />
929                                </FileConfiguration>
930                                <FileConfiguration
931                                        Name="Debug|x64"
932                                        >
933                                        <Tool
934                                                Name="VCCustomBuildTool"
935                                                Description="MOC include\gui\QDesignViewWidget.h"
936                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWidget.h&quot; -o &quot;debug\moc_QDesignViewWidget.cpp&quot;&#x0D;&#x0A;"
937                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWidget.h"
938                                                Outputs="debug\moc_QDesignViewWidget.cpp"
939                                        />
940                                </FileConfiguration>
941                                <FileConfiguration
942                                        Name="Release|x64"
943                                        >
944                                        <Tool
945                                                Name="VCCustomBuildTool"
946                                                Description="MOC include\gui\QDesignViewWidget.h"
947                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWidget.h&quot; -o &quot;release\moc_QDesignViewWidget.cpp&quot;&#x0D;&#x0A;"
948                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWidget.h"
949                                                Outputs="release\moc_QDesignViewWidget.cpp"
950                                        />
951                                </FileConfiguration>
952                        </File>
953                        <File
954                                RelativePath="include\gui\QDesignViewWindow.h"
955                                >
956                                <FileConfiguration
957                                        Name="Debug|Win32"
958                                        >
959                                        <Tool
960                                                Name="VCCustomBuildTool"
961                                                Description="MOC include\gui\QDesignViewWindow.h"
962                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWindow.h&quot; -o &quot;debug\moc_QDesignViewWindow.cpp&quot;&#x0D;&#x0A;"
963                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWindow.h"
964                                                Outputs="debug\moc_QDesignViewWindow.cpp"
965                                        />
966                                </FileConfiguration>
967                                <FileConfiguration
968                                        Name="Release|Win32"
969                                        >
970                                        <Tool
971                                                Name="VCCustomBuildTool"
972                                                Description="MOC include\gui\QDesignViewWindow.h"
973                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWindow.h&quot; -o &quot;release\moc_QDesignViewWindow.cpp&quot;&#x0D;&#x0A;"
974                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWindow.h"
975                                                Outputs="release\moc_QDesignViewWindow.cpp"
976                                        />
977                                </FileConfiguration>
978                                <FileConfiguration
979                                        Name="Debug|x64"
980                                        >
981                                        <Tool
982                                                Name="VCCustomBuildTool"
983                                                Description="MOC include\gui\QDesignViewWindow.h"
984                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWindow.h&quot; -o &quot;debug\moc_QDesignViewWindow.cpp&quot;&#x0D;&#x0A;"
985                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWindow.h"
986                                                Outputs="debug\moc_QDesignViewWindow.cpp"
987                                        />
988                                </FileConfiguration>
989                                <FileConfiguration
990                                        Name="Release|x64"
991                                        >
992                                        <Tool
993                                                Name="VCCustomBuildTool"
994                                                Description="MOC include\gui\QDesignViewWindow.h"
995                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWindow.h&quot; -o &quot;release\moc_QDesignViewWindow.cpp&quot;&#x0D;&#x0A;"
996                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWindow.h"
997                                                Outputs="release\moc_QDesignViewWindow.cpp"
998                                        />
999                                </FileConfiguration>
1000                        </File>
1001                        <File
1002                                RelativePath="include\gui\QGLViewerWidget.h"
1003                                >
1004                                <FileConfiguration
1005                                        Name="Debug|Win32"
1006                                        >
1007                                        <Tool
1008                                                Name="VCCustomBuildTool"
1009                                                Description="MOC include\gui\QGLViewerWidget.h"
1010                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QGLViewerWidget.h&quot; -o &quot;debug\moc_QGLViewerWidget.cpp&quot;&#x0D;&#x0A;"
1011                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QGLViewerWidget.h"
1012                                                Outputs="debug\moc_QGLViewerWidget.cpp"
1013                                        />
1014                                </FileConfiguration>
1015                                <FileConfiguration
1016                                        Name="Release|Win32"
1017                                        >
1018                                        <Tool
1019                                                Name="VCCustomBuildTool"
1020                                                Description="MOC include\gui\QGLViewerWidget.h"
1021                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QGLViewerWidget.h&quot; -o &quot;release\moc_QGLViewerWidget.cpp&quot;&#x0D;&#x0A;"
1022                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QGLViewerWidget.h"
1023                                                Outputs="release\moc_QGLViewerWidget.cpp"
1024                                        />
1025                                </FileConfiguration>
1026                                <FileConfiguration
1027                                        Name="Debug|x64"
1028                                        >
1029                                        <Tool
1030                                                Name="VCCustomBuildTool"
1031                                                Description="MOC include\gui\QGLViewerWidget.h"
1032                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QGLViewerWidget.h&quot; -o &quot;debug\moc_QGLViewerWidget.cpp&quot;&#x0D;&#x0A;"
1033                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QGLViewerWidget.h"
1034                                                Outputs="debug\moc_QGLViewerWidget.cpp"
1035                                        />
1036                                </FileConfiguration>
1037                                <FileConfiguration
1038                                        Name="Release|x64"
1039                                        >
1040                                        <Tool
1041                                                Name="VCCustomBuildTool"
1042                                                Description="MOC include\gui\QGLViewerWidget.h"
1043                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QGLViewerWidget.h&quot; -o &quot;release\moc_QGLViewerWidget.cpp&quot;&#x0D;&#x0A;"
1044                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QGLViewerWidget.h"
1045                                                Outputs="release\moc_QGLViewerWidget.cpp"
1046                                        />
1047                                </FileConfiguration>
1048                        </File>
1049                        <File
1050                                RelativePath="include\gui\QPanelWidget.h"
1051                                >
1052                                <FileConfiguration
1053                                        Name="Debug|Win32"
1054                                        >
1055                                        <Tool
1056                                                Name="VCCustomBuildTool"
1057                                                Description="MOC include\gui\QPanelWidget.h"
1058                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPanelWidget.h&quot; -o &quot;debug\moc_QPanelWidget.cpp&quot;&#x0D;&#x0A;"
1059                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPanelWidget.h"
1060                                                Outputs="debug\moc_QPanelWidget.cpp"
1061                                        />
1062                                </FileConfiguration>
1063                                <FileConfiguration
1064                                        Name="Release|Win32"
1065                                        >
1066                                        <Tool
1067                                                Name="VCCustomBuildTool"
1068                                                Description="MOC include\gui\QPanelWidget.h"
1069                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPanelWidget.h&quot; -o &quot;release\moc_QPanelWidget.cpp&quot;&#x0D;&#x0A;"
1070                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPanelWidget.h"
1071                                                Outputs="release\moc_QPanelWidget.cpp"
1072                                        />
1073                                </FileConfiguration>
1074                                <FileConfiguration
1075                                        Name="Debug|x64"
1076                                        >
1077                                        <Tool
1078                                                Name="VCCustomBuildTool"
1079                                                Description="MOC include\gui\QPanelWidget.h"
1080                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPanelWidget.h&quot; -o &quot;debug\moc_QPanelWidget.cpp&quot;&#x0D;&#x0A;"
1081                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPanelWidget.h"
1082                                                Outputs="debug\moc_QPanelWidget.cpp"
1083                                        />
1084                                </FileConfiguration>
1085                                <FileConfiguration
1086                                        Name="Release|x64"
1087                                        >
1088                                        <Tool
1089                                                Name="VCCustomBuildTool"
1090                                                Description="MOC include\gui\QPanelWidget.h"
1091                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPanelWidget.h&quot; -o &quot;release\moc_QPanelWidget.cpp&quot;&#x0D;&#x0A;"
1092                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPanelWidget.h"
1093                                                Outputs="release\moc_QPanelWidget.cpp"
1094                                        />
1095                                </FileConfiguration>
1096                        </File>
1097                        <File
1098                                RelativePath="include\gui\QPreferenceDialog.h"
1099                                >
1100                                <FileConfiguration
1101                                        Name="Debug|Win32"
1102                                        >
1103                                        <Tool
1104                                                Name="VCCustomBuildTool"
1105                                                Description="MOC include\gui\QPreferenceDialog.h"
1106                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPreferenceDialog.h&quot; -o &quot;debug\moc_QPreferenceDialog.cpp&quot;&#x0D;&#x0A;"
1107                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPreferenceDialog.h"
1108                                                Outputs="debug\moc_QPreferenceDialog.cpp"
1109                                        />
1110                                </FileConfiguration>
1111                                <FileConfiguration
1112                                        Name="Release|Win32"
1113                                        >
1114                                        <Tool
1115                                                Name="VCCustomBuildTool"
1116                                                Description="MOC include\gui\QPreferenceDialog.h"
1117                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPreferenceDialog.h&quot; -o &quot;release\moc_QPreferenceDialog.cpp&quot;&#x0D;&#x0A;"
1118                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPreferenceDialog.h"
1119                                                Outputs="release\moc_QPreferenceDialog.cpp"
1120                                        />
1121                                </FileConfiguration>
1122                                <FileConfiguration
1123                                        Name="Debug|x64"
1124                                        >
1125                                        <Tool
1126                                                Name="VCCustomBuildTool"
1127                                                Description="MOC include\gui\QPreferenceDialog.h"
1128                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPreferenceDialog.h&quot; -o &quot;debug\moc_QPreferenceDialog.cpp&quot;&#x0D;&#x0A;"
1129                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPreferenceDialog.h"
1130                                                Outputs="debug\moc_QPreferenceDialog.cpp"
1131                                        />
1132                                </FileConfiguration>
1133                                <FileConfiguration
1134                                        Name="Release|x64"
1135                                        >
1136                                        <Tool
1137                                                Name="VCCustomBuildTool"
1138                                                Description="MOC include\gui\QPreferenceDialog.h"
1139                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPreferenceDialog.h&quot; -o &quot;release\moc_QPreferenceDialog.cpp&quot;&#x0D;&#x0A;"
1140                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPreferenceDialog.h"
1141                                                Outputs="release\moc_QPreferenceDialog.cpp"
1142                                        />
1143                                </FileConfiguration>
1144                        </File>
1145                        <File
1146                                RelativePath="include\gui\QProjectionMatrixWidget.h"
1147                                >
1148                                <FileConfiguration
1149                                        Name="Debug|Win32"
1150                                        >
1151                                        <Tool
1152                                                Name="VCCustomBuildTool"
1153                                                Description="MOC include\gui\QProjectionMatrixWidget.h"
1154                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectionMatrixWidget.h&quot; -o &quot;debug\moc_QProjectionMatrixWidget.cpp&quot;&#x0D;&#x0A;"
1155                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectionMatrixWidget.h"
1156                                                Outputs="debug\moc_QProjectionMatrixWidget.cpp"
1157                                        />
1158                                </FileConfiguration>
1159                                <FileConfiguration
1160                                        Name="Release|Win32"
1161                                        >
1162                                        <Tool
1163                                                Name="VCCustomBuildTool"
1164                                                Description="MOC include\gui\QProjectionMatrixWidget.h"
1165                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectionMatrixWidget.h&quot; -o &quot;release\moc_QProjectionMatrixWidget.cpp&quot;&#x0D;&#x0A;"
1166                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectionMatrixWidget.h"
1167                                                Outputs="release\moc_QProjectionMatrixWidget.cpp"
1168                                        />
1169                                </FileConfiguration>
1170                                <FileConfiguration
1171                                        Name="Debug|x64"
1172                                        >
1173                                        <Tool
1174                                                Name="VCCustomBuildTool"
1175                                                Description="MOC include\gui\QProjectionMatrixWidget.h"
1176                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectionMatrixWidget.h&quot; -o &quot;debug\moc_QProjectionMatrixWidget.cpp&quot;&#x0D;&#x0A;"
1177                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectionMatrixWidget.h"
1178                                                Outputs="debug\moc_QProjectionMatrixWidget.cpp"
1179                                        />
1180                                </FileConfiguration>
1181                                <FileConfiguration
1182                                        Name="Release|x64"
1183                                        >
1184                                        <Tool
1185                                                Name="VCCustomBuildTool"
1186                                                Description="MOC include\gui\QProjectionMatrixWidget.h"
1187                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectionMatrixWidget.h&quot; -o &quot;release\moc_QProjectionMatrixWidget.cpp&quot;&#x0D;&#x0A;"
1188                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectionMatrixWidget.h"
1189                                                Outputs="release\moc_QProjectionMatrixWidget.cpp"
1190                                        />
1191                                </FileConfiguration>
1192                        </File>
1193                        <File
1194                                RelativePath="include\gui\QProjectorWindow.h"
1195                                >
1196                                <FileConfiguration
1197                                        Name="Debug|Win32"
1198                                        >
1199                                        <Tool
1200                                                Name="VCCustomBuildTool"
1201                                                Description="MOC include\gui\QProjectorWindow.h"
1202                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectorWindow.h&quot; -o &quot;debug\moc_QProjectorWindow.cpp&quot;&#x0D;&#x0A;"
1203                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectorWindow.h"
1204                                                Outputs="debug\moc_QProjectorWindow.cpp"
1205                                        />
1206                                </FileConfiguration>
1207                                <FileConfiguration
1208                                        Name="Release|Win32"
1209                                        >
1210                                        <Tool
1211                                                Name="VCCustomBuildTool"
1212                                                Description="MOC include\gui\QProjectorWindow.h"
1213                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectorWindow.h&quot; -o &quot;release\moc_QProjectorWindow.cpp&quot;&#x0D;&#x0A;"
1214                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectorWindow.h"
1215                                                Outputs="release\moc_QProjectorWindow.cpp"
1216                                        />
1217                                </FileConfiguration>
1218                                <FileConfiguration
1219                                        Name="Debug|x64"
1220                                        >
1221                                        <Tool
1222                                                Name="VCCustomBuildTool"
1223                                                Description="MOC include\gui\QProjectorWindow.h"
1224                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectorWindow.h&quot; -o &quot;debug\moc_QProjectorWindow.cpp&quot;&#x0D;&#x0A;"
1225                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectorWindow.h"
1226                                                Outputs="debug\moc_QProjectorWindow.cpp"
1227                                        />
1228                                </FileConfiguration>
1229                                <FileConfiguration
1230                                        Name="Release|x64"
1231                                        >
1232                                        <Tool
1233                                                Name="VCCustomBuildTool"
1234                                                Description="MOC include\gui\QProjectorWindow.h"
1235                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectorWindow.h&quot; -o &quot;release\moc_QProjectorWindow.cpp&quot;&#x0D;&#x0A;"
1236                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectorWindow.h"
1237                                                Outputs="release\moc_QProjectorWindow.cpp"
1238                                        />
1239                                </FileConfiguration>
1240                        </File>
1241                        <File
1242                                RelativePath="include\gui\QSceneViewerWindow.h"
1243                                >
1244                                <FileConfiguration
1245                                        Name="Debug|Win32"
1246                                        >
1247                                        <Tool
1248                                                Name="VCCustomBuildTool"
1249                                                Description="MOC include\gui\QSceneViewerWindow.h"
1250                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneViewerWindow.h&quot; -o &quot;debug\moc_QSceneViewerWindow.cpp&quot;&#x0D;&#x0A;"
1251                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneViewerWindow.h"
1252                                                Outputs="debug\moc_QSceneViewerWindow.cpp"
1253                                        />
1254                                </FileConfiguration>
1255                                <FileConfiguration
1256                                        Name="Release|Win32"
1257                                        >
1258                                        <Tool
1259                                                Name="VCCustomBuildTool"
1260                                                Description="MOC include\gui\QSceneViewerWindow.h"
1261                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneViewerWindow.h&quot; -o &quot;release\moc_QSceneViewerWindow.cpp&quot;&#x0D;&#x0A;"
1262                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneViewerWindow.h"
1263                                                Outputs="release\moc_QSceneViewerWindow.cpp"
1264                                        />
1265                                </FileConfiguration>
1266                                <FileConfiguration
1267                                        Name="Debug|x64"
1268                                        >
1269                                        <Tool
1270                                                Name="VCCustomBuildTool"
1271                                                Description="MOC include\gui\QSceneViewerWindow.h"
1272                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneViewerWindow.h&quot; -o &quot;debug\moc_QSceneViewerWindow.cpp&quot;&#x0D;&#x0A;"
1273                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneViewerWindow.h"
1274                                                Outputs="debug\moc_QSceneViewerWindow.cpp"
1275                                        />
1276                                </FileConfiguration>
1277                                <FileConfiguration
1278                                        Name="Release|x64"
1279                                        >
1280                                        <Tool
1281                                                Name="VCCustomBuildTool"
1282                                                Description="MOC include\gui\QSceneViewerWindow.h"
1283                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneViewerWindow.h&quot; -o &quot;release\moc_QSceneViewerWindow.cpp&quot;&#x0D;&#x0A;"
1284                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneViewerWindow.h"
1285                                                Outputs="release\moc_QSceneViewerWindow.cpp"
1286                                        />
1287                                </FileConfiguration>
1288                        </File>
1289                        <File
1290                                RelativePath="include\gui\QSceneWidget.h"
1291                                >
1292                                <FileConfiguration
1293                                        Name="Debug|Win32"
1294                                        >
1295                                        <Tool
1296                                                Name="VCCustomBuildTool"
1297                                                Description="MOC include\gui\QSceneWidget.h"
1298                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneWidget.h&quot; -o &quot;debug\moc_QSceneWidget.cpp&quot;&#x0D;&#x0A;"
1299                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneWidget.h"
1300                                                Outputs="debug\moc_QSceneWidget.cpp"
1301                                        />
1302                                </FileConfiguration>
1303                                <FileConfiguration
1304                                        Name="Release|Win32"
1305                                        >
1306                                        <Tool
1307                                                Name="VCCustomBuildTool"
1308                                                Description="MOC include\gui\QSceneWidget.h"
1309                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneWidget.h&quot; -o &quot;release\moc_QSceneWidget.cpp&quot;&#x0D;&#x0A;"
1310                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneWidget.h"
1311                                                Outputs="release\moc_QSceneWidget.cpp"
1312                                        />
1313                                </FileConfiguration>
1314                                <FileConfiguration
1315                                        Name="Debug|x64"
1316                                        >
1317                                        <Tool
1318                                                Name="VCCustomBuildTool"
1319                                                Description="MOC include\gui\QSceneWidget.h"
1320                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneWidget.h&quot; -o &quot;debug\moc_QSceneWidget.cpp&quot;&#x0D;&#x0A;"
1321                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneWidget.h"
1322                                                Outputs="debug\moc_QSceneWidget.cpp"
1323                                        />
1324                                </FileConfiguration>
1325                                <FileConfiguration
1326                                        Name="Release|x64"
1327                                        >
1328                                        <Tool
1329                                                Name="VCCustomBuildTool"
1330                                                Description="MOC include\gui\QSceneWidget.h"
1331                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneWidget.h&quot; -o &quot;release\moc_QSceneWidget.cpp&quot;&#x0D;&#x0A;"
1332                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneWidget.h"
1333                                                Outputs="release\moc_QSceneWidget.cpp"
1334                                        />
1335                                </FileConfiguration>
1336                        </File>
1337                        <File
1338                                RelativePath="include\gui\QScreenWidget.h"
1339                                >
1340                                <FileConfiguration
1341                                        Name="Debug|Win32"
1342                                        >
1343                                        <Tool
1344                                                Name="VCCustomBuildTool"
1345                                                Description="MOC include\gui\QScreenWidget.h"
1346                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QScreenWidget.h&quot; -o &quot;debug\moc_QScreenWidget.cpp&quot;&#x0D;&#x0A;"
1347                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QScreenWidget.h"
1348                                                Outputs="debug\moc_QScreenWidget.cpp"
1349                                        />
1350                                </FileConfiguration>
1351                                <FileConfiguration
1352                                        Name="Release|Win32"
1353                                        >
1354                                        <Tool
1355                                                Name="VCCustomBuildTool"
1356                                                Description="MOC include\gui\QScreenWidget.h"
1357                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QScreenWidget.h&quot; -o &quot;release\moc_QScreenWidget.cpp&quot;&#x0D;&#x0A;"
1358                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QScreenWidget.h"
1359                                                Outputs="release\moc_QScreenWidget.cpp"
1360                                        />
1361                                </FileConfiguration>
1362                                <FileConfiguration
1363                                        Name="Debug|x64"
1364                                        >
1365                                        <Tool
1366                                                Name="VCCustomBuildTool"
1367                                                Description="MOC include\gui\QScreenWidget.h"
1368                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QScreenWidget.h&quot; -o &quot;debug\moc_QScreenWidget.cpp&quot;&#x0D;&#x0A;"
1369                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QScreenWidget.h"
1370                                                Outputs="debug\moc_QScreenWidget.cpp"
1371                                        />
1372                                </FileConfiguration>
1373                                <FileConfiguration
1374                                        Name="Release|x64"
1375                                        >
1376                                        <Tool
1377                                                Name="VCCustomBuildTool"
1378                                                Description="MOC include\gui\QScreenWidget.h"
1379                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QScreenWidget.h&quot; -o &quot;release\moc_QScreenWidget.cpp&quot;&#x0D;&#x0A;"
1380                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QScreenWidget.h"
1381                                                Outputs="release\moc_QScreenWidget.cpp"
1382                                        />
1383                                </FileConfiguration>
1384                        </File>
1385                        <File
1386                                RelativePath="include\gui\QTransformMatrixWidget.h"
1387                                >
1388                                <FileConfiguration
1389                                        Name="Debug|Win32"
1390                                        >
1391                                        <Tool
1392                                                Name="VCCustomBuildTool"
1393                                                Description="MOC include\gui\QTransformMatrixWidget.h"
1394                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QTransformMatrixWidget.h&quot; -o &quot;debug\moc_QTransformMatrixWidget.cpp&quot;&#x0D;&#x0A;"
1395                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QTransformMatrixWidget.h"
1396                                                Outputs="debug\moc_QTransformMatrixWidget.cpp"
1397                                        />
1398                                </FileConfiguration>
1399                                <FileConfiguration
1400                                        Name="Release|Win32"
1401                                        >
1402                                        <Tool
1403                                                Name="VCCustomBuildTool"
1404                                                Description="MOC include\gui\QTransformMatrixWidget.h"
1405                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QTransformMatrixWidget.h&quot; -o &quot;release\moc_QTransformMatrixWidget.cpp&quot;&#x0D;&#x0A;"
1406                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QTransformMatrixWidget.h"
1407                                                Outputs="release\moc_QTransformMatrixWidget.cpp"
1408                                        />
1409                                </FileConfiguration>
1410                                <FileConfiguration
1411                                        Name="Debug|x64"
1412                                        >
1413                                        <Tool
1414                                                Name="VCCustomBuildTool"
1415                                                Description="MOC include\gui\QTransformMatrixWidget.h"
1416                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QTransformMatrixWidget.h&quot; -o &quot;debug\moc_QTransformMatrixWidget.cpp&quot;&#x0D;&#x0A;"
1417                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QTransformMatrixWidget.h"
1418                                                Outputs="debug\moc_QTransformMatrixWidget.cpp"
1419                                        />
1420                                </FileConfiguration>
1421                                <FileConfiguration
1422                                        Name="Release|x64"
1423                                        >
1424                                        <Tool
1425                                                Name="VCCustomBuildTool"
1426                                                Description="MOC include\gui\QTransformMatrixWidget.h"
1427                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QTransformMatrixWidget.h&quot; -o &quot;release\moc_QTransformMatrixWidget.cpp&quot;&#x0D;&#x0A;"
1428                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QTransformMatrixWidget.h"
1429                                                Outputs="release\moc_QTransformMatrixWidget.cpp"
1430                                        />
1431                                </FileConfiguration>
1432                        </File>
1433                        <File
1434                                RelativePath="include\RSync.h"
1435                                >
1436                                <FileConfiguration
1437                                        Name="Debug|Win32"
1438                                        >
1439                                        <Tool
1440                                                Name="VCCustomBuildTool"
1441                                                Description="MOC include\RSync.h"
1442                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\RSync.h&quot; -o &quot;debug\moc_RSync.cpp&quot;&#x0D;&#x0A;"
1443                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\RSync.h"
1444                                                Outputs="debug\moc_RSync.cpp"
1445                                        />
1446                                </FileConfiguration>
1447                                <FileConfiguration
1448                                        Name="Release|Win32"
1449                                        >
1450                                        <Tool
1451                                                Name="VCCustomBuildTool"
1452                                                Description="MOC include\RSync.h"
1453                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\RSync.h&quot; -o &quot;release\moc_RSync.cpp&quot;&#x0D;&#x0A;"
1454                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\RSync.h"
1455                                                Outputs="release\moc_RSync.cpp"
1456                                        />
1457                                </FileConfiguration>
1458                                <FileConfiguration
1459                                        Name="Debug|x64"
1460                                        >
1461                                        <Tool
1462                                                Name="VCCustomBuildTool"
1463                                                Description="MOC include\RSync.h"
1464                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\RSync.h&quot; -o &quot;debug\moc_RSync.cpp&quot;&#x0D;&#x0A;"
1465                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\RSync.h"
1466                                                Outputs="debug\moc_RSync.cpp"
1467                                        />
1468                                </FileConfiguration>
1469                                <FileConfiguration
1470                                        Name="Release|x64"
1471                                        >
1472                                        <Tool
1473                                                Name="VCCustomBuildTool"
1474                                                Description="MOC include\RSync.h"
1475                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\RSync.h&quot; -o &quot;release\moc_RSync.cpp&quot;&#x0D;&#x0A;"
1476                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\RSync.h"
1477                                                Outputs="release\moc_RSync.cpp"
1478                                        />
1479                                </FileConfiguration>
1480                        </File>
1481                        <File
1482                                RelativePath="include\Scene.h"
1483                                >
1484                                <FileConfiguration
1485                                        Name="Debug|Win32"
1486                                        >
1487                                        <Tool
1488                                                Name="VCCustomBuildTool"
1489                                                Description="MOC include\Scene.h"
1490                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Scene.h&quot; -o &quot;debug\moc_Scene.cpp&quot;&#x0D;&#x0A;"
1491                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Scene.h"
1492                                                Outputs="debug\moc_Scene.cpp"
1493                                        />
1494                                </FileConfiguration>
1495                                <FileConfiguration
1496                                        Name="Release|Win32"
1497                                        >
1498                                        <Tool
1499                                                Name="VCCustomBuildTool"
1500                                                Description="MOC include\Scene.h"
1501                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Scene.h&quot; -o &quot;release\moc_Scene.cpp&quot;&#x0D;&#x0A;"
1502                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Scene.h"
1503                                                Outputs="release\moc_Scene.cpp"
1504                                        />
1505                                </FileConfiguration>
1506                                <FileConfiguration
1507                                        Name="Debug|x64"
1508                                        >
1509                                        <Tool
1510                                                Name="VCCustomBuildTool"
1511                                                Description="MOC include\Scene.h"
1512                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Scene.h&quot; -o &quot;debug\moc_Scene.cpp&quot;&#x0D;&#x0A;"
1513                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Scene.h"
1514                                                Outputs="debug\moc_Scene.cpp"
1515                                        />
1516                                </FileConfiguration>
1517                                <FileConfiguration
1518                                        Name="Release|x64"
1519                                        >
1520                                        <Tool
1521                                                Name="VCCustomBuildTool"
1522                                                Description="MOC include\Scene.h"
1523                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Scene.h&quot; -o &quot;release\moc_Scene.cpp&quot;&#x0D;&#x0A;"
1524                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Scene.h"
1525                                                Outputs="release\moc_Scene.cpp"
1526                                        />
1527                                </FileConfiguration>
1528                        </File>
1529                        <File
1530                                RelativePath="include\Screen.h"
1531                                >
1532                                <FileConfiguration
1533                                        Name="Debug|Win32"
1534                                        >
1535                                        <Tool
1536                                                Name="VCCustomBuildTool"
1537                                                Description="MOC include\Screen.h"
1538                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Screen.h&quot; -o &quot;debug\moc_Screen.cpp&quot;&#x0D;&#x0A;"
1539                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Screen.h"
1540                                                Outputs="debug\moc_Screen.cpp"
1541                                        />
1542                                </FileConfiguration>
1543                                <FileConfiguration
1544                                        Name="Release|Win32"
1545                                        >
1546                                        <Tool
1547                                                Name="VCCustomBuildTool"
1548                                                Description="MOC include\Screen.h"
1549                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Screen.h&quot; -o &quot;release\moc_Screen.cpp&quot;&#x0D;&#x0A;"
1550                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Screen.h"
1551                                                Outputs="release\moc_Screen.cpp"
1552                                        />
1553                                </FileConfiguration>
1554                                <FileConfiguration
1555                                        Name="Debug|x64"
1556                                        >
1557                                        <Tool
1558                                                Name="VCCustomBuildTool"
1559                                                Description="MOC include\Screen.h"
1560                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Screen.h&quot; -o &quot;debug\moc_Screen.cpp&quot;&#x0D;&#x0A;"
1561                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Screen.h"
1562                                                Outputs="debug\moc_Screen.cpp"
1563                                        />
1564                                </FileConfiguration>
1565                                <FileConfiguration
1566                                        Name="Release|x64"
1567                                        >
1568                                        <Tool
1569                                                Name="VCCustomBuildTool"
1570                                                Description="MOC include\Screen.h"
1571                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Screen.h&quot; -o &quot;release\moc_Screen.cpp&quot;&#x0D;&#x0A;"
1572                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Screen.h"
1573                                                Outputs="release\moc_Screen.cpp"
1574                                        />
1575                                </FileConfiguration>
1576                        </File>
1577                        <File
1578                                RelativePath="include\screen\ScreenBox.h"
1579                                >
1580                        </File>
1581                        <File
1582                                RelativePath="include\screen\ScreenDome.h"
1583                                >
1584                        </File>
1585                        <File
1586                                RelativePath="include\screen\ScreenModel.h"
1587                                >
1588                                <FileConfiguration
1589                                        Name="Debug|Win32"
1590                                        >
1591                                        <Tool
1592                                                Name="VCCustomBuildTool"
1593                                                Description="Moc&apos;ing ScreenModel.h..."
1594                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenModel.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;&#x0D;&#x0A;"
1595                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenModel.h"
1596                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;"
1597                                        />
1598                                </FileConfiguration>
1599                                <FileConfiguration
1600                                        Name="Release|Win32"
1601                                        >
1602                                        <Tool
1603                                                Name="VCCustomBuildTool"
1604                                                Description="Moc&apos;ing ScreenModel.h..."
1605                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenModel.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;&#x0D;&#x0A;"
1606                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenModel.h"
1607                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;"
1608                                        />
1609                                </FileConfiguration>
1610                                <FileConfiguration
1611                                        Name="Debug|x64"
1612                                        >
1613                                        <Tool
1614                                                Name="VCCustomBuildTool"
1615                                                Description="Moc&apos;ing ScreenModel.h..."
1616                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenModel.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;&#x0D;&#x0A;"
1617                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenModel.h"
1618                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;"
1619                                        />
1620                                </FileConfiguration>
1621                                <FileConfiguration
1622                                        Name="Release|x64"
1623                                        >
1624                                        <Tool
1625                                                Name="VCCustomBuildTool"
1626                                                Description="Moc&apos;ing ScreenModel.h..."
1627                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenModel.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;&#x0D;&#x0A;"
1628                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenModel.h"
1629                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;"
1630                                        />
1631                                </FileConfiguration>
1632                        </File>
1633                        <File
1634                                RelativePath="include\screen\ScreenPlane.h"
1635                                >
1636                        </File>
1637                        <File
1638                                RelativePath="include\screen\ScreenShape.h"
1639                                >
1640                                <FileConfiguration
1641                                        Name="Debug|Win32"
1642                                        >
1643                                        <Tool
1644                                                Name="VCCustomBuildTool"
1645                                                Description="Moc&apos;ing ScreenShape.h..."
1646                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenShape.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;&#x0D;&#x0A;"
1647                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenShape.h"
1648                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;"
1649                                        />
1650                                </FileConfiguration>
1651                                <FileConfiguration
1652                                        Name="Release|Win32"
1653                                        >
1654                                        <Tool
1655                                                Name="VCCustomBuildTool"
1656                                                Description="Moc&apos;ing ScreenShape.h..."
1657                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenShape.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;&#x0D;&#x0A;"
1658                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenShape.h"
1659                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;"
1660                                        />
1661                                </FileConfiguration>
1662                                <FileConfiguration
1663                                        Name="Debug|x64"
1664                                        >
1665                                        <Tool
1666                                                Name="VCCustomBuildTool"
1667                                                Description="Moc&apos;ing ScreenShape.h..."
1668                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenShape.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;&#x0D;&#x0A;"
1669                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenShape.h"
1670                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;"
1671                                        />
1672                                </FileConfiguration>
1673                                <FileConfiguration
1674                                        Name="Release|x64"
1675                                        >
1676                                        <Tool
1677                                                Name="VCCustomBuildTool"
1678                                                Description="Moc&apos;ing ScreenShape.h..."
1679                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenShape.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;&#x0D;&#x0A;"
1680                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenShape.h"
1681                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;"
1682                                        />
1683                                </FileConfiguration>
1684                        </File>
1685                        <File
1686                                RelativePath="include\math\TransformMatrix.h"
1687                                >
1688                        </File>
1689                        <File
1690                                RelativePath="include\Version.h"
1691                                >
1692                        </File>
1693                        <File
1694                                RelativePath="include\Warp.h"
1695                                >
1696                        </File>
1697                </Filter>
1698                <Filter
1699                        Name="Generated Files"
1700                        Filter="cpp;c;cxx;moc;h;def;odl;idl;res;"
1701                        UniqueIdentifier="{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}"
1702                        >
1703                        <File
1704                                RelativePath="release\moc_Channel.cpp"
1705                                >
1706                                <FileConfiguration
1707                                        Name="Debug|Win32"
1708                                        ExcludedFromBuild="true"
1709                                        >
1710                                        <Tool
1711                                                Name="VCCLCompilerTool"
1712                                        />
1713                                </FileConfiguration>
1714                                <FileConfiguration
1715                                        Name="Debug|x64"
1716                                        ExcludedFromBuild="true"
1717                                        >
1718                                        <Tool
1719                                                Name="VCCLCompilerTool"
1720                                        />
1721                                </FileConfiguration>
1722                        </File>
1723                        <File
1724                                RelativePath="debug\moc_Channel.cpp"
1725                                >
1726                                <FileConfiguration
1727                                        Name="Release|Win32"
1728                                        ExcludedFromBuild="true"
1729                                        >
1730                                        <Tool
1731                                                Name="VCCLCompilerTool"
1732                                        />
1733                                </FileConfiguration>
1734                                <FileConfiguration
1735                                        Name="Release|x64"
1736                                        ExcludedFromBuild="true"
1737                                        >
1738                                        <Tool
1739                                                Name="VCCLCompilerTool"
1740                                        />
1741                                </FileConfiguration>
1742                        </File>
1743                        <File
1744                                RelativePath="release\moc_Frustum.cpp"
1745                                >
1746                                <FileConfiguration
1747                                        Name="Debug|Win32"
1748                                        ExcludedFromBuild="true"
1749                                        >
1750                                        <Tool
1751                                                Name="VCCLCompilerTool"
1752                                        />
1753                                </FileConfiguration>
1754                                <FileConfiguration
1755                                        Name="Debug|x64"
1756                                        ExcludedFromBuild="true"
1757                                        >
1758                                        <Tool
1759                                                Name="VCCLCompilerTool"
1760                                        />
1761                                </FileConfiguration>
1762                        </File>
1763                        <File
1764                                RelativePath="debug\moc_Frustum.cpp"
1765                                >
1766                                <FileConfiguration
1767                                        Name="Release|Win32"
1768                                        ExcludedFromBuild="true"
1769                                        >
1770                                        <Tool
1771                                                Name="VCCLCompilerTool"
1772                                        />
1773                                </FileConfiguration>
1774                                <FileConfiguration
1775                                        Name="Release|x64"
1776                                        ExcludedFromBuild="true"
1777                                        >
1778                                        <Tool
1779                                                Name="VCCLCompilerTool"
1780                                        />
1781                                </FileConfiguration>
1782                        </File>
1783                        <File
1784                                RelativePath=".\debug\moc_interfaces.cpp"
1785                                >
1786                                <FileConfiguration
1787                                        Name="Release|Win32"
1788                                        ExcludedFromBuild="true"
1789                                        >
1790                                        <Tool
1791                                                Name="VCCLCompilerTool"
1792                                        />
1793                                </FileConfiguration>
1794                                <FileConfiguration
1795                                        Name="Release|x64"
1796                                        ExcludedFromBuild="true"
1797                                        >
1798                                        <Tool
1799                                                Name="VCCLCompilerTool"
1800                                        />
1801                                </FileConfiguration>
1802                        </File>
1803                        <File
1804                                RelativePath=".\release\moc_interfaces.cpp"
1805                                >
1806                                <FileConfiguration
1807                                        Name="Debug|Win32"
1808                                        ExcludedFromBuild="true"
1809                                        >
1810                                        <Tool
1811                                                Name="VCCLCompilerTool"
1812                                        />
1813                                </FileConfiguration>
1814                                <FileConfiguration
1815                                        Name="Debug|x64"
1816                                        ExcludedFromBuild="true"
1817                                        >
1818                                        <Tool
1819                                                Name="VCCLCompilerTool"
1820                                        />
1821                                </FileConfiguration>
1822                        </File>
1823                        <File
1824                                RelativePath="release\moc_plugindialog.cpp"
1825                                >
1826                                <FileConfiguration
1827                                        Name="Debug|Win32"
1828                                        ExcludedFromBuild="true"
1829                                        >
1830                                        <Tool
1831                                                Name="VCCLCompilerTool"
1832                                        />
1833                                </FileConfiguration>
1834                                <FileConfiguration
1835                                        Name="Debug|x64"
1836                                        ExcludedFromBuild="true"
1837                                        >
1838                                        <Tool
1839                                                Name="VCCLCompilerTool"
1840                                        />
1841                                </FileConfiguration>
1842                        </File>
1843                        <File
1844                                RelativePath="debug\moc_plugindialog.cpp"
1845                                >
1846                                <FileConfiguration
1847                                        Name="Release|Win32"
1848                                        ExcludedFromBuild="true"
1849                                        >
1850                                        <Tool
1851                                                Name="VCCLCompilerTool"
1852                                        />
1853                                </FileConfiguration>
1854                                <FileConfiguration
1855                                        Name="Release|x64"
1856                                        ExcludedFromBuild="true"
1857                                        >
1858                                        <Tool
1859                                                Name="VCCLCompilerTool"
1860                                        />
1861                                </FileConfiguration>
1862                        </File>
1863                        <File
1864                                RelativePath="debug\moc_QChannelManagerWidget.cpp"
1865                                >
1866                                <FileConfiguration
1867                                        Name="Release|Win32"
1868                                        ExcludedFromBuild="true"
1869                                        >
1870                                        <Tool
1871                                                Name="VCCLCompilerTool"
1872                                        />
1873                                </FileConfiguration>
1874                                <FileConfiguration
1875                                        Name="Release|x64"
1876                                        ExcludedFromBuild="true"
1877                                        >
1878                                        <Tool
1879                                                Name="VCCLCompilerTool"
1880                                        />
1881                                </FileConfiguration>
1882                        </File>
1883                        <File
1884                                RelativePath="release\moc_QChannelManagerWidget.cpp"
1885                                >
1886                                <FileConfiguration
1887                                        Name="Debug|Win32"
1888                                        ExcludedFromBuild="true"
1889                                        >
1890                                        <Tool
1891                                                Name="VCCLCompilerTool"
1892                                        />
1893                                </FileConfiguration>
1894                                <FileConfiguration
1895                                        Name="Debug|x64"
1896                                        ExcludedFromBuild="true"
1897                                        >
1898                                        <Tool
1899                                                Name="VCCLCompilerTool"
1900                                        />
1901                                </FileConfiguration>
1902                        </File>
1903                        <File
1904                                RelativePath="release\moc_QChannelWidget.cpp"
1905                                >
1906                                <FileConfiguration
1907                                        Name="Debug|Win32"
1908                                        ExcludedFromBuild="true"
1909                                        >
1910                                        <Tool
1911                                                Name="VCCLCompilerTool"
1912                                        />
1913                                </FileConfiguration>
1914                                <FileConfiguration
1915                                        Name="Debug|x64"
1916                                        ExcludedFromBuild="true"
1917                                        >
1918                                        <Tool
1919                                                Name="VCCLCompilerTool"
1920                                        />
1921                                </FileConfiguration>
1922                        </File>
1923                        <File
1924                                RelativePath="debug\moc_QChannelWidget.cpp"
1925                                >
1926                                <FileConfiguration
1927                                        Name="Release|Win32"
1928                                        ExcludedFromBuild="true"
1929                                        >
1930                                        <Tool
1931                                                Name="VCCLCompilerTool"
1932                                        />
1933                                </FileConfiguration>
1934                                <FileConfiguration
1935                                        Name="Release|x64"
1936                                        ExcludedFromBuild="true"
1937                                        >
1938                                        <Tool
1939                                                Name="VCCLCompilerTool"
1940                                        />
1941                                </FileConfiguration>
1942                        </File>
1943                        <File
1944                                RelativePath="debug\moc_QClientWindow.cpp"
1945                                >
1946                                <FileConfiguration
1947                                        Name="Release|Win32"
1948                                        ExcludedFromBuild="true"
1949                                        >
1950                                        <Tool
1951                                                Name="VCCLCompilerTool"
1952                                        />
1953                                </FileConfiguration>
1954                                <FileConfiguration
1955                                        Name="Release|x64"
1956                                        ExcludedFromBuild="true"
1957                                        >
1958                                        <Tool
1959                                                Name="VCCLCompilerTool"
1960                                        />
1961                                </FileConfiguration>
1962                        </File>
1963                        <File
1964                                RelativePath="release\moc_QClientWindow.cpp"
1965                                >
1966                                <FileConfiguration
1967                                        Name="Debug|Win32"
1968                                        ExcludedFromBuild="true"
1969                                        >
1970                                        <Tool
1971                                                Name="VCCLCompilerTool"
1972                                        />
1973                                </FileConfiguration>
1974                                <FileConfiguration
1975                                        Name="Debug|x64"
1976                                        ExcludedFromBuild="true"
1977                                        >
1978                                        <Tool
1979                                                Name="VCCLCompilerTool"
1980                                        />
1981                                </FileConfiguration>
1982                        </File>
1983                        <File
1984                                RelativePath="debug\moc_QDesignViewWidget.cpp"
1985                                >
1986                                <FileConfiguration
1987                                        Name="Release|Win32"
1988                                        ExcludedFromBuild="true"
1989                                        >
1990                                        <Tool
1991                                                Name="VCCLCompilerTool"
1992                                        />
1993                                </FileConfiguration>
1994                                <FileConfiguration
1995                                        Name="Release|x64"
1996                                        ExcludedFromBuild="true"
1997                                        >
1998                                        <Tool
1999                                                Name="VCCLCompilerTool"
2000                                        />
2001                                </FileConfiguration>
2002                        </File>
2003                        <File
2004                                RelativePath="release\moc_QDesignViewWidget.cpp"
2005                                >
2006                                <FileConfiguration
2007                                        Name="Debug|Win32"
2008                                        ExcludedFromBuild="true"
2009                                        >
2010                                        <Tool
2011                                                Name="VCCLCompilerTool"
2012                                        />
2013                                </FileConfiguration>
2014                                <FileConfiguration
2015                                        Name="Debug|x64"
2016                                        ExcludedFromBuild="true"
2017                                        >
2018                                        <Tool
2019                                                Name="VCCLCompilerTool"
2020                                        />
2021                                </FileConfiguration>
2022                        </File>
2023                        <File
2024                                RelativePath="release\moc_QDesignViewWindow.cpp"
2025                                >
2026                                <FileConfiguration
2027                                        Name="Debug|Win32"
2028                                        ExcludedFromBuild="true"
2029                                        >
2030                                        <Tool
2031                                                Name="VCCLCompilerTool"
2032                                        />
2033                                </FileConfiguration>
2034                                <FileConfiguration
2035                                        Name="Debug|x64"
2036                                        ExcludedFromBuild="true"
2037                                        >
2038                                        <Tool
2039                                                Name="VCCLCompilerTool"
2040                                        />
2041                                </FileConfiguration>
2042                        </File>
2043                        <File
2044                                RelativePath="debug\moc_QDesignViewWindow.cpp"
2045                                >
2046                                <FileConfiguration
2047                                        Name="Release|Win32"
2048                                        ExcludedFromBuild="true"
2049                                        >
2050                                        <Tool
2051                                                Name="VCCLCompilerTool"
2052                                        />
2053                                </FileConfiguration>
2054                                <FileConfiguration
2055                                        Name="Release|x64"
2056                                        ExcludedFromBuild="true"
2057                                        >
2058                                        <Tool
2059                                                Name="VCCLCompilerTool"
2060                                        />
2061                                </FileConfiguration>
2062                        </File>
2063                        <File
2064                                RelativePath="release\moc_QGLViewerWidget.cpp"
2065                                >
2066                                <FileConfiguration
2067                                        Name="Debug|Win32"
2068                                        ExcludedFromBuild="true"
2069                                        >
2070                                        <Tool
2071                                                Name="VCCLCompilerTool"
2072                                        />
2073                                </FileConfiguration>
2074                                <FileConfiguration
2075                                        Name="Debug|x64"
2076                                        ExcludedFromBuild="true"
2077                                        >
2078                                        <Tool
2079                                                Name="VCCLCompilerTool"
2080                                        />
2081                                </FileConfiguration>
2082                        </File>
2083                        <File
2084                                RelativePath="debug\moc_QGLViewerWidget.cpp"
2085                                >
2086                                <FileConfiguration
2087                                        Name="Release|Win32"
2088                                        ExcludedFromBuild="true"
2089                                        >
2090                                        <Tool
2091                                                Name="VCCLCompilerTool"
2092                                        />
2093                                </FileConfiguration>
2094                                <FileConfiguration
2095                                        Name="Release|x64"
2096                                        ExcludedFromBuild="true"
2097                                        >
2098                                        <Tool
2099                                                Name="VCCLCompilerTool"
2100                                        />
2101                                </FileConfiguration>
2102                        </File>
2103                        <File
2104                                RelativePath="release\moc_QPanelWidget.cpp"
2105                                >
2106                                <FileConfiguration
2107                                        Name="Debug|Win32"
2108                                        ExcludedFromBuild="true"
2109                                        >
2110                                        <Tool
2111                                                Name="VCCLCompilerTool"
2112                                        />
2113                                </FileConfiguration>
2114                                <FileConfiguration
2115                                        Name="Debug|x64"
2116                                        ExcludedFromBuild="true"
2117                                        >
2118                                        <Tool
2119                                                Name="VCCLCompilerTool"
2120                                        />
2121                                </FileConfiguration>
2122                        </File>
2123                        <File
2124                                RelativePath="debug\moc_QPanelWidget.cpp"
2125                                >
2126                                <FileConfiguration
2127                                        Name="Release|Win32"
2128                                        ExcludedFromBuild="true"
2129                                        >
2130                                        <Tool
2131                                                Name="VCCLCompilerTool"
2132                                        />
2133                                </FileConfiguration>
2134                                <FileConfiguration
2135                                        Name="Release|x64"
2136                                        ExcludedFromBuild="true"
2137                                        >
2138                                        <Tool
2139                                                Name="VCCLCompilerTool"
2140                                        />
2141                                </FileConfiguration>
2142                        </File>
2143                        <File
2144                                RelativePath="release\moc_QPreferenceDialog.cpp"
2145                                >
2146                                <FileConfiguration
2147                                        Name="Debug|Win32"
2148                                        ExcludedFromBuild="true"
2149                                        >
2150                                        <Tool
2151                                                Name="VCCLCompilerTool"
2152                                        />
2153                                </FileConfiguration>
2154                                <FileConfiguration
2155                                        Name="Debug|x64"
2156                                        ExcludedFromBuild="true"
2157                                        >
2158                                        <Tool
2159                                                Name="VCCLCompilerTool"
2160                                        />
2161                                </FileConfiguration>
2162                        </File>
2163                        <File
2164                                RelativePath="debug\moc_QPreferenceDialog.cpp"
2165                                >
2166                                <FileConfiguration
2167                                        Name="Release|Win32"
2168                                        ExcludedFromBuild="true"
2169                                        >
2170                                        <Tool
2171                                                Name="VCCLCompilerTool"
2172                                        />
2173                                </FileConfiguration>
2174                                <FileConfiguration
2175                                        Name="Release|x64"
2176                                        ExcludedFromBuild="true"
2177                                        >
2178                                        <Tool
2179                                                Name="VCCLCompilerTool"
2180                                        />
2181                                </FileConfiguration>
2182                        </File>
2183                        <File
2184                                RelativePath="release\moc_QProjectionMatrixWidget.cpp"
2185                                >
2186                                <FileConfiguration
2187                                        Name="Debug|Win32"
2188                                        ExcludedFromBuild="true"
2189                                        >
2190                                        <Tool
2191                                                Name="VCCLCompilerTool"
2192                                        />
2193                                </FileConfiguration>
2194                                <FileConfiguration
2195                                        Name="Debug|x64"
2196                                        ExcludedFromBuild="true"
2197                                        >
2198                                        <Tool
2199                                                Name="VCCLCompilerTool"
2200                                        />
2201                                </FileConfiguration>
2202                        </File>
2203                        <File
2204                                RelativePath="debug\moc_QProjectionMatrixWidget.cpp"
2205                                >
2206                                <FileConfiguration
2207                                        Name="Release|Win32"
2208                                        ExcludedFromBuild="true"
2209                                        >
2210                                        <Tool
2211                                                Name="VCCLCompilerTool"
2212                                        />
2213                                </FileConfiguration>
2214                                <FileConfiguration
2215                                        Name="Release|x64"
2216                                        ExcludedFromBuild="true"
2217                                        >
2218                                        <Tool
2219                                                Name="VCCLCompilerTool"
2220                                        />
2221                                </FileConfiguration>
2222                        </File>
2223                        <File
2224                                RelativePath="release\moc_QProjectorWindow.cpp"
2225                                >
2226                                <FileConfiguration
2227                                        Name="Debug|Win32"
2228                                        ExcludedFromBuild="true"
2229                                        >
2230                                        <Tool
2231                                                Name="VCCLCompilerTool"
2232                                        />
2233                                </FileConfiguration>
2234                                <FileConfiguration
2235                                        Name="Debug|x64"
2236                                        ExcludedFromBuild="true"
2237                                        >
2238                                        <Tool
2239                                                Name="VCCLCompilerTool"
2240                                        />
2241                                </FileConfiguration>
2242                        </File>
2243                        <File
2244                                RelativePath="debug\moc_QProjectorWindow.cpp"
2245                                >
2246                                <FileConfiguration
2247                                        Name="Release|Win32"
2248                                        ExcludedFromBuild="true"
2249                                        >
2250                                        <Tool
2251                                                Name="VCCLCompilerTool"
2252                                        />
2253                                </FileConfiguration>
2254                                <FileConfiguration
2255                                        Name="Release|x64"
2256                                        ExcludedFromBuild="true"
2257                                        >
2258                                        <Tool
2259                                                Name="VCCLCompilerTool"
2260                                        />
2261                                </FileConfiguration>
2262                        </File>
2263                        <File
2264                                RelativePath="debug\moc_QSceneViewerWindow.cpp"
2265                                >
2266                                <FileConfiguration
2267                                        Name="Release|Win32"
2268                                        ExcludedFromBuild="true"
2269                                        >
2270                                        <Tool
2271                                                Name="VCCLCompilerTool"
2272                                        />
2273                                </FileConfiguration>
2274                                <FileConfiguration
2275                                        Name="Release|x64"
2276                                        ExcludedFromBuild="true"
2277                                        >
2278                                        <Tool
2279                                                Name="VCCLCompilerTool"
2280                                        />
2281                                </FileConfiguration>
2282                        </File>
2283                        <File
2284                                RelativePath="release\moc_QSceneViewerWindow.cpp"
2285                                >
2286                                <FileConfiguration
2287                                        Name="Debug|Win32"
2288                                        ExcludedFromBuild="true"
2289                                        >
2290                                        <Tool
2291                                                Name="VCCLCompilerTool"
2292                                        />
2293                                </FileConfiguration>
2294                                <FileConfiguration
2295                                        Name="Debug|x64"
2296                                        ExcludedFromBuild="true"
2297                                        >
2298                                        <Tool
2299                                                Name="VCCLCompilerTool"
2300                                        />
2301                                </FileConfiguration>
2302                        </File>
2303                        <File
2304                                RelativePath="debug\moc_QSceneWidget.cpp"
2305                                >
2306                                <FileConfiguration
2307                                        Name="Release|Win32"
2308                                        ExcludedFromBuild="true"
2309                                        >
2310                                        <Tool
2311                                                Name="VCCLCompilerTool"
2312                                        />
2313                                </FileConfiguration>
2314                                <FileConfiguration
2315                                        Name="Release|x64"
2316                                        ExcludedFromBuild="true"
2317                                        >
2318                                        <Tool
2319                                                Name="VCCLCompilerTool"
2320                                        />
2321                                </FileConfiguration>
2322                        </File>
2323                        <File
2324                                RelativePath="release\moc_QSceneWidget.cpp"
2325                                >
2326                                <FileConfiguration
2327                                        Name="Debug|Win32"
2328                                        ExcludedFromBuild="true"
2329                                        >
2330                                        <Tool
2331                                                Name="VCCLCompilerTool"
2332                                        />
2333                                </FileConfiguration>
2334                                <FileConfiguration
2335                                        Name="Debug|x64"
2336                                        ExcludedFromBuild="true"
2337                                        >
2338                                        <Tool
2339                                                Name="VCCLCompilerTool"
2340                                        />
2341                                </FileConfiguration>
2342                        </File>
2343                        <File
2344                                RelativePath="debug\moc_QScreenWidget.cpp"
2345                                >
2346                                <FileConfiguration
2347                                        Name="Release|Win32"
2348                                        ExcludedFromBuild="true"
2349                                        >
2350                                        <Tool
2351                                                Name="VCCLCompilerTool"
2352                                        />
2353                                </FileConfiguration>
2354                                <FileConfiguration
2355                                        Name="Release|x64"
2356                                        ExcludedFromBuild="true"
2357                                        >
2358                                        <Tool
2359                                                Name="VCCLCompilerTool"
2360                                        />
2361                                </FileConfiguration>
2362                        </File>
2363                        <File
2364                                RelativePath="release\moc_QScreenWidget.cpp"
2365                                >
2366                                <FileConfiguration
2367                                        Name="Debug|Win32"
2368                                        ExcludedFromBuild="true"
2369                                        >
2370                                        <Tool
2371                                                Name="VCCLCompilerTool"
2372                                        />
2373                                </FileConfiguration>
2374                                <FileConfiguration
2375                                        Name="Debug|x64"
2376                                        ExcludedFromBuild="true"
2377                                        >
2378                                        <Tool
2379                                                Name="VCCLCompilerTool"
2380                                        />
2381                                </FileConfiguration>
2382                        </File>
2383                        <File
2384                                RelativePath="release\moc_QTransformMatrixWidget.cpp"
2385                                >
2386                                <FileConfiguration
2387                                        Name="Debug|Win32"
2388                                        ExcludedFromBuild="true"
2389                                        >
2390                                        <Tool
2391                                                Name="VCCLCompilerTool"
2392                                        />
2393                                </FileConfiguration>
2394                                <FileConfiguration
2395                                        Name="Debug|x64"
2396                                        ExcludedFromBuild="true"
2397                                        >
2398                                        <Tool
2399                                                Name="VCCLCompilerTool"
2400                                        />
2401                                </FileConfiguration>
2402                        </File>
2403                        <File
2404                                RelativePath="debug\moc_QTransformMatrixWidget.cpp"
2405                                >
2406                                <FileConfiguration
2407                                        Name="Release|Win32"
2408                                        ExcludedFromBuild="true"
2409                                        >
2410                                        <Tool
2411                                                Name="VCCLCompilerTool"
2412                                        />
2413                                </FileConfiguration>
2414                                <FileConfiguration
2415                                        Name="Release|x64"
2416                                        ExcludedFromBuild="true"
2417                                        >
2418                                        <Tool
2419                                                Name="VCCLCompilerTool"
2420                                        />
2421                                </FileConfiguration>
2422                        </File>
2423                        <File
2424                                RelativePath="release\moc_RSync.cpp"
2425                                >
2426                                <FileConfiguration
2427                                        Name="Debug|Win32"
2428                                        ExcludedFromBuild="true"
2429                                        >
2430                                        <Tool
2431                                                Name="VCCLCompilerTool"
2432                                        />
2433                                </FileConfiguration>
2434                                <FileConfiguration
2435                                        Name="Debug|x64"
2436                                        ExcludedFromBuild="true"
2437                                        >
2438                                        <Tool
2439                                                Name="VCCLCompilerTool"
2440                                        />
2441                                </FileConfiguration>
2442                        </File>
2443                        <File
2444                                RelativePath="debug\moc_RSync.cpp"
2445                                >
2446                                <FileConfiguration
2447                                        Name="Release|Win32"
2448                                        ExcludedFromBuild="true"
2449                                        >
2450                                        <Tool
2451                                                Name="VCCLCompilerTool"
2452                                        />
2453                                </FileConfiguration>
2454                                <FileConfiguration
2455                                        Name="Release|x64"
2456                                        ExcludedFromBuild="true"
2457                                        >
2458                                        <Tool
2459                                                Name="VCCLCompilerTool"
2460                                        />
2461                                </FileConfiguration>
2462                        </File>
2463                        <File
2464                                RelativePath="release\moc_Scene.cpp"
2465                                >
2466                                <FileConfiguration
2467                                        Name="Debug|Win32"
2468                                        ExcludedFromBuild="true"
2469                                        >
2470                                        <Tool
2471                                                Name="VCCLCompilerTool"
2472                                        />
2473                                </FileConfiguration>
2474                                <FileConfiguration
2475                                        Name="Debug|x64"
2476                                        ExcludedFromBuild="true"
2477                                        >
2478                                        <Tool
2479                                                Name="VCCLCompilerTool"
2480                                        />
2481                                </FileConfiguration>
2482                        </File>
2483                        <File
2484                                RelativePath="debug\moc_Scene.cpp"
2485                                >
2486                                <FileConfiguration
2487                                        Name="Release|Win32"
2488                                        ExcludedFromBuild="true"
2489                                        >
2490                                        <Tool
2491                                                Name="VCCLCompilerTool"
2492                                        />
2493                                </FileConfiguration>
2494                                <FileConfiguration
2495                                        Name="Release|x64"
2496                                        ExcludedFromBuild="true"
2497                                        >
2498                                        <Tool
2499                                                Name="VCCLCompilerTool"
2500                                        />
2501                                </FileConfiguration>
2502                        </File>
2503                        <File
2504                                RelativePath="release\moc_Screen.cpp"
2505                                >
2506                                <FileConfiguration
2507                                        Name="Debug|Win32"
2508                                        ExcludedFromBuild="true"
2509                                        >
2510                                        <Tool
2511                                                Name="VCCLCompilerTool"
2512                                        />
2513                                </FileConfiguration>
2514                                <FileConfiguration
2515                                        Name="Debug|x64"
2516                                        ExcludedFromBuild="true"
2517                                        >
2518                                        <Tool
2519                                                Name="VCCLCompilerTool"
2520                                        />
2521                                </FileConfiguration>
2522                        </File>
2523                        <File
2524                                RelativePath="debug\moc_Screen.cpp"
2525                                >
2526                                <FileConfiguration
2527                                        Name="Release|Win32"
2528                                        ExcludedFromBuild="true"
2529                                        >
2530                                        <Tool
2531                                                Name="VCCLCompilerTool"
2532                                        />
2533                                </FileConfiguration>
2534                                <FileConfiguration
2535                                        Name="Release|x64"
2536                                        ExcludedFromBuild="true"
2537                                        >
2538                                        <Tool
2539                                                Name="VCCLCompilerTool"
2540                                        />
2541                                </FileConfiguration>
2542                        </File>
2543                        <File
2544                                RelativePath=".\debug\moc_ScreenModel.cpp"
2545                                >
2546                                <FileConfiguration
2547                                        Name="Release|Win32"
2548                                        ExcludedFromBuild="true"
2549                                        >
2550                                        <Tool
2551                                                Name="VCCLCompilerTool"
2552                                        />
2553                                </FileConfiguration>
2554                                <FileConfiguration
2555                                        Name="Release|x64"
2556                                        ExcludedFromBuild="true"
2557                                        >
2558                                        <Tool
2559                                                Name="VCCLCompilerTool"
2560                                        />
2561                                </FileConfiguration>
2562                        </File>
2563                        <File
2564                                RelativePath=".\release\moc_ScreenModel.cpp"
2565                                >
2566                                <FileConfiguration
2567                                        Name="Debug|Win32"
2568                                        ExcludedFromBuild="true"
2569                                        >
2570                                        <Tool
2571                                                Name="VCCLCompilerTool"
2572                                        />
2573                                </FileConfiguration>
2574                                <FileConfiguration
2575                                        Name="Debug|x64"
2576                                        ExcludedFromBuild="true"
2577                                        >
2578                                        <Tool
2579                                                Name="VCCLCompilerTool"
2580                                        />
2581                                </FileConfiguration>
2582                        </File>
2583                        <File
2584                                RelativePath=".\release\moc_ScreenShape.cpp"
2585                                >
2586                                <FileConfiguration
2587                                        Name="Debug|Win32"
2588                                        ExcludedFromBuild="true"
2589                                        >
2590                                        <Tool
2591                                                Name="VCCLCompilerTool"
2592                                        />
2593                                </FileConfiguration>
2594                                <FileConfiguration
2595                                        Name="Debug|x64"
2596                                        ExcludedFromBuild="true"
2597                                        >
2598                                        <Tool
2599                                                Name="VCCLCompilerTool"
2600                                        />
2601                                </FileConfiguration>
2602                        </File>
2603                        <File
2604                                RelativePath=".\debug\moc_ScreenShape.cpp"
2605                                >
2606                                <FileConfiguration
2607                                        Name="Release|Win32"
2608                                        ExcludedFromBuild="true"
2609                                        >
2610                                        <Tool
2611                                                Name="VCCLCompilerTool"
2612                                        />
2613                                </FileConfiguration>
2614                                <FileConfiguration
2615                                        Name="Release|x64"
2616                                        ExcludedFromBuild="true"
2617                                        >
2618                                        <Tool
2619                                                Name="VCCLCompilerTool"
2620                                        />
2621                                </FileConfiguration>
2622                        </File>
2623                        <File
2624                                RelativePath=".\generatedfiles\qrc_projdesigner.cpp"
2625                                >
2626                        </File>
2627                        <File
2628                                RelativePath="ui_qchannelmanagerwidget.h"
2629                                >
2630                        </File>
2631                        <File
2632                                RelativePath="ui_qchannelwidget.h"
2633                                >
2634                        </File>
2635                        <File
2636                                RelativePath="ui_qclientwindow.h"
2637                                >
2638                        </File>
2639                        <File
2640                                RelativePath="ui_qdesignviewwindow.h"
2641                                >
2642                        </File>
2643                        <File
2644                                RelativePath="ui_qpanelwidget.h"
2645                                >
2646                        </File>
2647                        <File
2648                                RelativePath="ui_qpreferencedialog.h"
2649                                >
2650                        </File>
2651                        <File
2652                                RelativePath="ui_qprojectionmatrixwidget.h"
2653                                >
2654                        </File>
2655                        <File
2656                                RelativePath="ui_qscenewidget.h"
2657                                >
2658                        </File>
2659                        <File
2660                                RelativePath="ui_qscreenwidget.h"
2661                                >
2662                        </File>
2663                        <File
2664                                RelativePath="ui_qsetupdialog.h"
2665                                >
2666                        </File>
2667                        <File
2668                                RelativePath="ui_qtransformmatrixwidget.h"
2669                                >
2670                        </File>
2671                </Filter>
2672                <Filter
2673                        Name="Form Files"
2674                        Filter="ui"
2675                        UniqueIdentifier="{99349809-55BA-4b9d-BF79-8FDBB0286EB3}"
2676                        ParseFiles="false"
2677                        >
2678                        <File
2679                                RelativePath="include\gui\qchannelmanagerwidget.ui"
2680                                >
2681                                <FileConfiguration
2682                                        Name="Debug|Win32"
2683                                        >
2684                                        <Tool
2685                                                Name="VCCustomBuildTool"
2686                                                Description="UIC include\gui\qchannelmanagerwidget.ui"
2687                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qchannelmanagerwidget.ui -o ui_qchannelmanagerwidget.h&#x0D;&#x0A;"
2688                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qchannelmanagerwidget.ui"
2689                                                Outputs="ui_qchannelmanagerwidget.h"
2690                                        />
2691                                </FileConfiguration>
2692                                <FileConfiguration
2693                                        Name="Release|Win32"
2694                                        >
2695                                        <Tool
2696                                                Name="VCCustomBuildTool"
2697                                                Description="UIC include\gui\qchannelmanagerwidget.ui"
2698                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qchannelmanagerwidget.ui -o ui_qchannelmanagerwidget.h&#x0D;&#x0A;"
2699                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qchannelmanagerwidget.ui"
2700                                                Outputs="ui_qchannelmanagerwidget.h"
2701                                        />
2702                                </FileConfiguration>
2703                                <FileConfiguration
2704                                        Name="Debug|x64"
2705                                        >
2706                                        <Tool
2707                                                Name="VCCustomBuildTool"
2708                                                Description="UIC include\gui\qchannelmanagerwidget.ui"
2709                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qchannelmanagerwidget.ui -o ui_qchannelmanagerwidget.h&#x0D;&#x0A;"
2710                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qchannelmanagerwidget.ui"
2711                                                Outputs="ui_qchannelmanagerwidget.h"
2712                                        />
2713                                </FileConfiguration>
2714                                <FileConfiguration
2715                                        Name="Release|x64"
2716                                        >
2717                                        <Tool
2718                                                Name="VCCustomBuildTool"
2719                                                Description="UIC include\gui\qchannelmanagerwidget.ui"
2720                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qchannelmanagerwidget.ui -o ui_qchannelmanagerwidget.h&#x0D;&#x0A;"
2721                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qchannelmanagerwidget.ui"
2722                                                Outputs="ui_qchannelmanagerwidget.h"
2723                                        />
2724                                </FileConfiguration>
2725                        </File>
2726                        <File
2727                                RelativePath="include\gui\qchannelwidget.ui"
2728                                >
2729                                <FileConfiguration
2730                                        Name="Debug|Win32"
2731                                        >
2732                                        <Tool
2733                                                Name="VCCustomBuildTool"
2734                                                Description="UIC include\gui\qchannelwidget.ui"
2735                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qchannelwidget.ui -o ui_qchannelwidget.h&#x0D;&#x0A;"
2736                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qchannelwidget.ui"
2737                                                Outputs="ui_qchannelwidget.h"
2738                                        />
2739                                </FileConfiguration>
2740                                <FileConfiguration
2741                                        Name="Release|Win32"
2742                                        >
2743                                        <Tool
2744                                                Name="VCCustomBuildTool"
2745                                                Description="UIC include\gui\qchannelwidget.ui"
2746                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qchannelwidget.ui -o ui_qchannelwidget.h&#x0D;&#x0A;"
2747                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qchannelwidget.ui"
2748                                                Outputs="ui_qchannelwidget.h"
2749                                        />
2750                                </FileConfiguration>
2751                                <FileConfiguration
2752                                        Name="Debug|x64"
2753                                        >
2754                                        <Tool
2755                                                Name="VCCustomBuildTool"
2756                                                Description="UIC include\gui\qchannelwidget.ui"
2757                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qchannelwidget.ui -o ui_qchannelwidget.h&#x0D;&#x0A;"
2758                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qchannelwidget.ui"
2759                                                Outputs="ui_qchannelwidget.h"
2760                                        />
2761                                </FileConfiguration>
2762                                <FileConfiguration
2763                                        Name="Release|x64"
2764                                        >
2765                                        <Tool
2766                                                Name="VCCustomBuildTool"
2767                                                Description="UIC include\gui\qchannelwidget.ui"
2768                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qchannelwidget.ui -o ui_qchannelwidget.h&#x0D;&#x0A;"
2769                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qchannelwidget.ui"
2770                                                Outputs="ui_qchannelwidget.h"
2771                                        />
2772                                </FileConfiguration>
2773                        </File>
2774                        <File
2775                                RelativePath="include\gui\qclientwindow.ui"
2776                                >
2777                                <FileConfiguration
2778                                        Name="Debug|Win32"
2779                                        >
2780                                        <Tool
2781                                                Name="VCCustomBuildTool"
2782                                                Description="UIC include\gui\qclientwindow.ui"
2783                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qclientwindow.ui -o ui_qclientwindow.h&#x0D;&#x0A;"
2784                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qclientwindow.ui"
2785                                                Outputs="ui_qclientwindow.h"
2786                                        />
2787                                </FileConfiguration>
2788                                <FileConfiguration
2789                                        Name="Release|Win32"
2790                                        >
2791                                        <Tool
2792                                                Name="VCCustomBuildTool"
2793                                                Description="UIC include\gui\qclientwindow.ui"
2794                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qclientwindow.ui -o ui_qclientwindow.h&#x0D;&#x0A;"
2795                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qclientwindow.ui"
2796                                                Outputs="ui_qclientwindow.h"
2797                                        />
2798                                </FileConfiguration>
2799                                <FileConfiguration
2800                                        Name="Debug|x64"
2801                                        >
2802                                        <Tool
2803                                                Name="VCCustomBuildTool"
2804                                                Description="UIC include\gui\qclientwindow.ui"
2805                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qclientwindow.ui -o ui_qclientwindow.h&#x0D;&#x0A;"
2806                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qclientwindow.ui"
2807                                                Outputs="ui_qclientwindow.h"
2808                                        />
2809                                </FileConfiguration>
2810                                <FileConfiguration
2811                                        Name="Release|x64"
2812                                        >
2813                                        <Tool
2814                                                Name="VCCustomBuildTool"
2815                                                Description="UIC include\gui\qclientwindow.ui"
2816                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qclientwindow.ui -o ui_qclientwindow.h&#x0D;&#x0A;"
2817                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qclientwindow.ui"
2818                                                Outputs="ui_qclientwindow.h"
2819                                        />
2820                                </FileConfiguration>
2821                        </File>
2822                        <File
2823                                RelativePath="include\gui\qdesignviewwindow.ui"
2824                                >
2825                                <FileConfiguration
2826                                        Name="Debug|Win32"
2827                                        >
2828                                        <Tool
2829                                                Name="VCCustomBuildTool"
2830                                                Description="UIC include\gui\qdesignviewwindow.ui"
2831                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qdesignviewwindow.ui -o ui_qdesignviewwindow.h&#x0D;&#x0A;"
2832                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qdesignviewwindow.ui"
2833                                                Outputs="ui_qdesignviewwindow.h"
2834                                        />
2835                                </FileConfiguration>
2836                                <FileConfiguration
2837                                        Name="Release|Win32"
2838                                        >
2839                                        <Tool
2840                                                Name="VCCustomBuildTool"
2841                                                Description="UIC include\gui\qdesignviewwindow.ui"
2842                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qdesignviewwindow.ui -o ui_qdesignviewwindow.h&#x0D;&#x0A;"
2843                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qdesignviewwindow.ui"
2844                                                Outputs="ui_qdesignviewwindow.h"
2845                                        />
2846                                </FileConfiguration>
2847                                <FileConfiguration
2848                                        Name="Debug|x64"
2849                                        >
2850                                        <Tool
2851                                                Name="VCCustomBuildTool"
2852                                                Description="UIC include\gui\qdesignviewwindow.ui"
2853                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qdesignviewwindow.ui -o ui_qdesignviewwindow.h&#x0D;&#x0A;"
2854                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qdesignviewwindow.ui"
2855                                                Outputs="ui_qdesignviewwindow.h"
2856                                        />
2857                                </FileConfiguration>
2858                                <FileConfiguration
2859                                        Name="Release|x64"
2860                                        >
2861                                        <Tool
2862                                                Name="VCCustomBuildTool"
2863                                                Description="UIC include\gui\qdesignviewwindow.ui"
2864                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qdesignviewwindow.ui -o ui_qdesignviewwindow.h&#x0D;&#x0A;"
2865                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qdesignviewwindow.ui"
2866                                                Outputs="ui_qdesignviewwindow.h"
2867                                        />
2868                                </FileConfiguration>
2869                        </File>
2870                        <File
2871                                RelativePath="include\gui\qpanelwidget.ui"
2872                                >
2873                                <FileConfiguration
2874                                        Name="Debug|Win32"
2875                                        >
2876                                        <Tool
2877                                                Name="VCCustomBuildTool"
2878                                                Description="UIC include\gui\qpanelwidget.ui"
2879                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qpanelwidget.ui -o ui_qpanelwidget.h&#x0D;&#x0A;"
2880                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qpanelwidget.ui"
2881                                                Outputs="ui_qpanelwidget.h"
2882                                        />
2883                                </FileConfiguration>
2884                                <FileConfiguration
2885                                        Name="Release|Win32"
2886                                        >
2887                                        <Tool
2888                                                Name="VCCustomBuildTool"
2889                                                Description="UIC include\gui\qpanelwidget.ui"
2890                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qpanelwidget.ui -o ui_qpanelwidget.h&#x0D;&#x0A;"
2891                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qpanelwidget.ui"
2892                                                Outputs="ui_qpanelwidget.h"
2893                                        />
2894                                </FileConfiguration>
2895                                <FileConfiguration
2896                                        Name="Debug|x64"
2897                                        >
2898                                        <Tool
2899                                                Name="VCCustomBuildTool"
2900                                                Description="UIC include\gui\qpanelwidget.ui"
2901                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qpanelwidget.ui -o ui_qpanelwidget.h&#x0D;&#x0A;"
2902                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qpanelwidget.ui"
2903                                                Outputs="ui_qpanelwidget.h"
2904                                        />
2905                                </FileConfiguration>
2906                                <FileConfiguration
2907                                        Name="Release|x64"
2908                                        >
2909                                        <Tool
2910                                                Name="VCCustomBuildTool"
2911                                                Description="UIC include\gui\qpanelwidget.ui"
2912                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qpanelwidget.ui -o ui_qpanelwidget.h&#x0D;&#x0A;"
2913                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qpanelwidget.ui"
2914                                                Outputs="ui_qpanelwidget.h"
2915                                        />
2916                                </FileConfiguration>
2917                        </File>
2918                        <File
2919                                RelativePath="include\gui\qpreferencedialog.ui"
2920                                >
2921                                <FileConfiguration
2922                                        Name="Debug|Win32"
2923                                        >
2924                                        <Tool
2925                                                Name="VCCustomBuildTool"
2926                                                Description="UIC include\gui\qpreferencedialog.ui"
2927                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qpreferencedialog.ui -o ui_qpreferencedialog.h&#x0D;&#x0A;"
2928                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qpreferencedialog.ui"
2929                                                Outputs="ui_qpreferencedialog.h"
2930                                        />
2931                                </FileConfiguration>
2932                                <FileConfiguration
2933                                        Name="Release|Win32"
2934                                        >
2935                                        <Tool
2936                                                Name="VCCustomBuildTool"
2937                                                Description="UIC include\gui\qpreferencedialog.ui"
2938                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qpreferencedialog.ui -o ui_qpreferencedialog.h&#x0D;&#x0A;"
2939                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qpreferencedialog.ui"
2940                                                Outputs="ui_qpreferencedialog.h"
2941                                        />
2942                                </FileConfiguration>
2943                                <FileConfiguration
2944                                        Name="Debug|x64"
2945                                        >
2946                                        <Tool
2947                                                Name="VCCustomBuildTool"
2948                                                Description="UIC include\gui\qpreferencedialog.ui"
2949                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qpreferencedialog.ui -o ui_qpreferencedialog.h&#x0D;&#x0A;"
2950                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qpreferencedialog.ui"
2951                                                Outputs="ui_qpreferencedialog.h"
2952                                        />
2953                                </FileConfiguration>
2954                                <FileConfiguration
2955                                        Name="Release|x64"
2956                                        >
2957                                        <Tool
2958                                                Name="VCCustomBuildTool"
2959                                                Description="UIC include\gui\qpreferencedialog.ui"
2960                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qpreferencedialog.ui -o ui_qpreferencedialog.h&#x0D;&#x0A;"
2961                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qpreferencedialog.ui"
2962                                                Outputs="ui_qpreferencedialog.h"
2963                                        />
2964                                </FileConfiguration>
2965                        </File>
2966                        <File
2967                                RelativePath="include\gui\qprojectionmatrixwidget.ui"
2968                                >
2969                                <FileConfiguration
2970                                        Name="Debug|Win32"
2971                                        >
2972                                        <Tool
2973                                                Name="VCCustomBuildTool"
2974                                                Description="UIC include\gui\qprojectionmatrixwidget.ui"
2975                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qprojectionmatrixwidget.ui -o ui_qprojectionmatrixwidget.h&#x0D;&#x0A;"
2976                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qprojectionmatrixwidget.ui"
2977                                                Outputs="ui_qprojectionmatrixwidget.h"
2978                                        />
2979                                </FileConfiguration>
2980                                <FileConfiguration
2981                                        Name="Release|Win32"
2982                                        >
2983                                        <Tool
2984                                                Name="VCCustomBuildTool"
2985                                                Description="UIC include\gui\qprojectionmatrixwidget.ui"
2986                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qprojectionmatrixwidget.ui -o ui_qprojectionmatrixwidget.h&#x0D;&#x0A;"
2987                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qprojectionmatrixwidget.ui"
2988                                                Outputs="ui_qprojectionmatrixwidget.h"
2989                                        />
2990                                </FileConfiguration>
2991                                <FileConfiguration
2992                                        Name="Debug|x64"
2993                                        >
2994                                        <Tool
2995                                                Name="VCCustomBuildTool"
2996                                                Description="UIC include\gui\qprojectionmatrixwidget.ui"
2997                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qprojectionmatrixwidget.ui -o ui_qprojectionmatrixwidget.h&#x0D;&#x0A;"
2998                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qprojectionmatrixwidget.ui"
2999                                                Outputs="ui_qprojectionmatrixwidget.h"
3000                                        />
3001                                </FileConfiguration>
3002                                <FileConfiguration
3003                                        Name="Release|x64"
3004                                        >
3005                                        <Tool
3006                                                Name="VCCustomBuildTool"
3007                                                Description="UIC include\gui\qprojectionmatrixwidget.ui"
3008                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qprojectionmatrixwidget.ui -o ui_qprojectionmatrixwidget.h&#x0D;&#x0A;"
3009                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qprojectionmatrixwidget.ui"
3010                                                Outputs="ui_qprojectionmatrixwidget.h"
3011                                        />
3012                                </FileConfiguration>
3013                        </File>
3014                        <File
3015                                RelativePath="include\gui\qscenewidget.ui"
3016                                >
3017                                <FileConfiguration
3018                                        Name="Debug|Win32"
3019                                        >
3020                                        <Tool
3021                                                Name="VCCustomBuildTool"
3022                                                Description="UIC include\gui\qscenewidget.ui"
3023                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qscenewidget.ui -o ui_qscenewidget.h&#x0D;&#x0A;"
3024                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qscenewidget.ui"
3025                                                Outputs="ui_qscenewidget.h"
3026                                        />
3027                                </FileConfiguration>
3028                                <FileConfiguration
3029                                        Name="Release|Win32"
3030                                        >
3031                                        <Tool
3032                                                Name="VCCustomBuildTool"
3033                                                Description="UIC include\gui\qscenewidget.ui"
3034                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qscenewidget.ui -o ui_qscenewidget.h&#x0D;&#x0A;"
3035                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qscenewidget.ui"
3036                                                Outputs="ui_qscenewidget.h"
3037                                        />
3038                                </FileConfiguration>
3039                                <FileConfiguration
3040                                        Name="Debug|x64"
3041                                        >
3042                                        <Tool
3043                                                Name="VCCustomBuildTool"
3044                                                Description="UIC include\gui\qscenewidget.ui"
3045                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qscenewidget.ui -o ui_qscenewidget.h&#x0D;&#x0A;"
3046                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qscenewidget.ui"
3047                                                Outputs="ui_qscenewidget.h"
3048                                        />
3049                                </FileConfiguration>
3050                                <FileConfiguration
3051                                        Name="Release|x64"
3052                                        >
3053                                        <Tool
3054                                                Name="VCCustomBuildTool"
3055                                                Description="UIC include\gui\qscenewidget.ui"
3056                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qscenewidget.ui -o ui_qscenewidget.h&#x0D;&#x0A;"
3057                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qscenewidget.ui"
3058                                                Outputs="ui_qscenewidget.h"
3059                                        />
3060                                </FileConfiguration>
3061                        </File>
3062                        <File
3063                                RelativePath="include\gui\qscreenwidget.ui"
3064                                >
3065                                <FileConfiguration
3066                                        Name="Debug|Win32"
3067                                        >
3068                                        <Tool
3069                                                Name="VCCustomBuildTool"
3070                                                Description="UIC include\gui\qscreenwidget.ui"
3071                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qscreenwidget.ui -o ui_qscreenwidget.h&#x0D;&#x0A;"
3072                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qscreenwidget.ui"
3073                                                Outputs="ui_qscreenwidget.h"
3074                                        />
3075                                </FileConfiguration>
3076                                <FileConfiguration
3077                                        Name="Release|Win32"
3078                                        >
3079                                        <Tool
3080                                                Name="VCCustomBuildTool"
3081                                                Description="UIC include\gui\qscreenwidget.ui"
3082                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qscreenwidget.ui -o ui_qscreenwidget.h&#x0D;&#x0A;"
3083                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qscreenwidget.ui"
3084                                                Outputs="ui_qscreenwidget.h"
3085                                        />
3086                                </FileConfiguration>
3087                                <FileConfiguration
3088                                        Name="Debug|x64"
3089                                        >
3090                                        <Tool
3091                                                Name="VCCustomBuildTool"
3092                                                Description="UIC include\gui\qscreenwidget.ui"
3093                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qscreenwidget.ui -o ui_qscreenwidget.h&#x0D;&#x0A;"
3094                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qscreenwidget.ui"
3095                                                Outputs="ui_qscreenwidget.h"
3096                                        />
3097                                </FileConfiguration>
3098                                <FileConfiguration
3099                                        Name="Release|x64"
3100                                        >
3101                                        <Tool
3102                                                Name="VCCustomBuildTool"
3103                                                Description="UIC include\gui\qscreenwidget.ui"
3104                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qscreenwidget.ui -o ui_qscreenwidget.h&#x0D;&#x0A;"
3105                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qscreenwidget.ui"
3106                                                Outputs="ui_qscreenwidget.h"
3107                                        />
3108                                </FileConfiguration>
3109                        </File>
3110                        <File
3111                                RelativePath="include\gui\qsetupdialog.ui"
3112                                >
3113                                <FileConfiguration
3114                                        Name="Debug|Win32"
3115                                        >
3116                                        <Tool
3117                                                Name="VCCustomBuildTool"
3118                                                Description="UIC include\gui\qsetupdialog.ui"
3119                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qsetupdialog.ui -o ui_qsetupdialog.h&#x0D;&#x0A;"
3120                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qsetupdialog.ui"
3121                                                Outputs="ui_qsetupdialog.h"
3122                                        />
3123                                </FileConfiguration>
3124                                <FileConfiguration
3125                                        Name="Release|Win32"
3126                                        >
3127                                        <Tool
3128                                                Name="VCCustomBuildTool"
3129                                                Description="UIC include\gui\qsetupdialog.ui"
3130                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qsetupdialog.ui -o ui_qsetupdialog.h&#x0D;&#x0A;"
3131                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qsetupdialog.ui"
3132                                                Outputs="ui_qsetupdialog.h"
3133                                        />
3134                                </FileConfiguration>
3135                                <FileConfiguration
3136                                        Name="Debug|x64"
3137                                        >
3138                                        <Tool
3139                                                Name="VCCustomBuildTool"
3140                                                Description="UIC include\gui\qsetupdialog.ui"
3141                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qsetupdialog.ui -o ui_qsetupdialog.h&#x0D;&#x0A;"
3142                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qsetupdialog.ui"
3143                                                Outputs="ui_qsetupdialog.h"
3144                                        />
3145                                </FileConfiguration>
3146                                <FileConfiguration
3147                                        Name="Release|x64"
3148                                        >
3149                                        <Tool
3150                                                Name="VCCustomBuildTool"
3151                                                Description="UIC include\gui\qsetupdialog.ui"
3152                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qsetupdialog.ui -o ui_qsetupdialog.h&#x0D;&#x0A;"
3153                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qsetupdialog.ui"
3154                                                Outputs="ui_qsetupdialog.h"
3155                                        />
3156                                </FileConfiguration>
3157                        </File>
3158                        <File
3159                                RelativePath="include\gui\qtransformmatrixwidget.ui"
3160                                >
3161                                <FileConfiguration
3162                                        Name="Debug|Win32"
3163                                        >
3164                                        <Tool
3165                                                Name="VCCustomBuildTool"
3166                                                Description="UIC include\gui\qtransformmatrixwidget.ui"
3167                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qtransformmatrixwidget.ui -o ui_qtransformmatrixwidget.h&#x0D;&#x0A;"
3168                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qtransformmatrixwidget.ui"
3169                                                Outputs="ui_qtransformmatrixwidget.h"
3170                                        />
3171                                </FileConfiguration>
3172                                <FileConfiguration
3173                                        Name="Release|Win32"
3174                                        >
3175                                        <Tool
3176                                                Name="VCCustomBuildTool"
3177                                                Description="UIC include\gui\qtransformmatrixwidget.ui"
3178                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qtransformmatrixwidget.ui -o ui_qtransformmatrixwidget.h&#x0D;&#x0A;"
3179                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qtransformmatrixwidget.ui"
3180                                                Outputs="ui_qtransformmatrixwidget.h"
3181                                        />
3182                                </FileConfiguration>
3183                                <FileConfiguration
3184                                        Name="Debug|x64"
3185                                        >
3186                                        <Tool
3187                                                Name="VCCustomBuildTool"
3188                                                Description="UIC include\gui\qtransformmatrixwidget.ui"
3189                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qtransformmatrixwidget.ui -o ui_qtransformmatrixwidget.h&#x0D;&#x0A;"
3190                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qtransformmatrixwidget.ui"
3191                                                Outputs="ui_qtransformmatrixwidget.h"
3192                                        />
3193                                </FileConfiguration>
3194                                <FileConfiguration
3195                                        Name="Release|x64"
3196                                        >
3197                                        <Tool
3198                                                Name="VCCustomBuildTool"
3199                                                Description="UIC include\gui\qtransformmatrixwidget.ui"
3200                                                CommandLine="$(QTDIR)\bin\uic.exe include\gui\qtransformmatrixwidget.ui -o ui_qtransformmatrixwidget.h&#x0D;&#x0A;"
3201                                                AdditionalDependencies="$(QTDIR)\bin\uic.exe;include\gui\qtransformmatrixwidget.ui"
3202                                                Outputs="ui_qtransformmatrixwidget.h"
3203                                        />
3204                                </FileConfiguration>
3205                        </File>
3206                </Filter>
3207                <Filter
3208                        Name="Resource Files"
3209                        Filter="qrc;*"
3210                        UniqueIdentifier="{D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E}"
3211                        ParseFiles="false"
3212                        >
3213                        <File
3214                                RelativePath=".\Resources\aboutQt.png"
3215                                >
3216                                <FileConfiguration
3217                                        Name="Debug|Win32"
3218                                        ExcludedFromBuild="true"
3219                                        >
3220                                        <Tool
3221                                                Name="VCCustomBuildTool"
3222                                        />
3223                                </FileConfiguration>
3224                                <FileConfiguration
3225                                        Name="Release|Win32"
3226                                        ExcludedFromBuild="true"
3227                                        >
3228                                        <Tool
3229                                                Name="VCCustomBuildTool"
3230                                        />
3231                                </FileConfiguration>
3232                                <FileConfiguration
3233                                        Name="Debug|x64"
3234                                        ExcludedFromBuild="true"
3235                                        >
3236                                        <Tool
3237                                                Name="VCCustomBuildTool"
3238                                        />
3239                                </FileConfiguration>
3240                                <FileConfiguration
3241                                        Name="Release|x64"
3242                                        ExcludedFromBuild="true"
3243                                        >
3244                                        <Tool
3245                                                Name="VCCustomBuildTool"
3246                                        />
3247                                </FileConfiguration>
3248                        </File>
3249                        <File
3250                                RelativePath=".\Resources\blendMode.png"
3251                                >
3252                                <FileConfiguration
3253                                        Name="Debug|Win32"
3254                                        ExcludedFromBuild="true"
3255                                        >
3256                                        <Tool
3257                                                Name="VCCustomBuildTool"
3258                                        />
3259                                </FileConfiguration>
3260                                <FileConfiguration
3261                                        Name="Release|Win32"
3262                                        ExcludedFromBuild="true"
3263                                        >
3264                                        <Tool
3265                                                Name="VCCustomBuildTool"
3266                                        />
3267                                </FileConfiguration>
3268                                <FileConfiguration
3269                                        Name="Debug|x64"
3270                                        ExcludedFromBuild="true"
3271                                        >
3272                                        <Tool
3273                                                Name="VCCustomBuildTool"
3274                                        />
3275                                </FileConfiguration>
3276                                <FileConfiguration
3277                                        Name="Release|x64"
3278                                        ExcludedFromBuild="true"
3279                                        >
3280                                        <Tool
3281                                                Name="VCCustomBuildTool"
3282                                        />
3283                                </FileConfiguration>
3284                        </File>
3285                        <File
3286                                RelativePath=".\Resources\distortionMode.png"
3287                                >
3288                                <FileConfiguration
3289                                        Name="Debug|Win32"
3290                                        ExcludedFromBuild="true"
3291                                        >
3292                                        <Tool
3293                                                Name="VCCustomBuildTool"
3294                                        />
3295                                </FileConfiguration>
3296                                <FileConfiguration
3297                                        Name="Release|Win32"
3298                                        ExcludedFromBuild="true"
3299                                        >
3300                                        <Tool
3301                                                Name="VCCustomBuildTool"
3302                                        />
3303                                </FileConfiguration>
3304                                <FileConfiguration
3305                                        Name="Debug|x64"
3306                                        ExcludedFromBuild="true"
3307                                        >
3308                                        <Tool
3309                                                Name="VCCustomBuildTool"
3310                                        />
3311                                </FileConfiguration>
3312                                <FileConfiguration
3313                                        Name="Release|x64"
3314                                        ExcludedFromBuild="true"
3315                                        >
3316                                        <Tool
3317                                                Name="VCCustomBuildTool"
3318                                        />
3319                                </FileConfiguration>
3320                        </File>
3321                        <File
3322                                RelativePath=".\Resources\exit.png"
3323                                >
3324                                <FileConfiguration
3325                                        Name="Debug|Win32"
3326                                        ExcludedFromBuild="true"
3327                                        >
3328                                        <Tool
3329                                                Name="VCCustomBuildTool"
3330                                        />
3331                                </FileConfiguration>
3332                                <FileConfiguration
3333                                        Name="Release|Win32"
3334                                        ExcludedFromBuild="true"
3335                                        >
3336                                        <Tool
3337                                                Name="VCCustomBuildTool"
3338                                        />
3339                                </FileConfiguration>
3340                                <FileConfiguration
3341                                        Name="Debug|x64"
3342                                        ExcludedFromBuild="true"
3343                                        >
3344                                        <Tool
3345                                                Name="VCCustomBuildTool"
3346                                        />
3347                                </FileConfiguration>
3348                                <FileConfiguration
3349                                        Name="Release|x64"
3350                                        ExcludedFromBuild="true"
3351                                        >
3352                                        <Tool
3353                                                Name="VCCustomBuildTool"
3354                                        />
3355                                </FileConfiguration>
3356                        </File>
3357                        <File
3358                                RelativePath=".\Resources\exitAll.png"
3359                                >
3360                                <FileConfiguration
3361                                        Name="Debug|Win32"
3362                                        ExcludedFromBuild="true"
3363                                        >
3364                                        <Tool
3365                                                Name="VCCustomBuildTool"
3366                                        />
3367                                </FileConfiguration>
3368                                <FileConfiguration
3369                                        Name="Release|Win32"
3370                                        ExcludedFromBuild="true"
3371                                        >
3372                                        <Tool
3373                                                Name="VCCustomBuildTool"
3374                                        />
3375                                </FileConfiguration>
3376                                <FileConfiguration
3377                                        Name="Debug|x64"
3378                                        ExcludedFromBuild="true"
3379                                        >
3380                                        <Tool
3381                                                Name="VCCustomBuildTool"
3382                                        />
3383                                </FileConfiguration>
3384                                <FileConfiguration
3385                                        Name="Release|x64"
3386                                        ExcludedFromBuild="true"
3387                                        >
3388                                        <Tool
3389                                                Name="VCCustomBuildTool"
3390                                        />
3391                                </FileConfiguration>
3392                        </File>
3393                        <File
3394                                RelativePath=".\Resources\export.png"
3395                                >
3396                                <FileConfiguration
3397                                        Name="Debug|Win32"
3398                                        ExcludedFromBuild="true"
3399                                        >
3400                                        <Tool
3401                                                Name="VCCustomBuildTool"
3402                                        />
3403                                </FileConfiguration>
3404                                <FileConfiguration
3405                                        Name="Release|Win32"
3406                                        ExcludedFromBuild="true"
3407                                        >
3408                                        <Tool
3409                                                Name="VCCustomBuildTool"
3410                                        />
3411                                </FileConfiguration>
3412                                <FileConfiguration
3413                                        Name="Debug|x64"
3414                                        ExcludedFromBuild="true"
3415                                        >
3416                                        <Tool
3417                                                Name="VCCustomBuildTool"
3418                                        />
3419                                </FileConfiguration>
3420                                <FileConfiguration
3421                                        Name="Release|x64"
3422                                        ExcludedFromBuild="true"
3423                                        >
3424                                        <Tool
3425                                                Name="VCCustomBuildTool"
3426                                        />
3427                                </FileConfiguration>
3428                        </File>
3429                        <File
3430                                RelativePath=".\Resources\help.png"
3431                                >
3432                                <FileConfiguration
3433                                        Name="Debug|Win32"
3434                                        ExcludedFromBuild="true"
3435                                        >
3436                                        <Tool
3437                                                Name="VCCustomBuildTool"
3438                                        />
3439                                </FileConfiguration>
3440                                <FileConfiguration
3441                                        Name="Release|Win32"
3442                                        ExcludedFromBuild="true"
3443                                        >
3444                                        <Tool
3445                                                Name="VCCustomBuildTool"
3446                                        />
3447                                </FileConfiguration>
3448                                <FileConfiguration
3449                                        Name="Debug|x64"
3450                                        ExcludedFromBuild="true"
3451                                        >
3452                                        <Tool
3453                                                Name="VCCustomBuildTool"
3454                                        />
3455                                </FileConfiguration>
3456                                <FileConfiguration
3457                                        Name="Release|x64"
3458                                        ExcludedFromBuild="true"
3459                                        >
3460                                        <Tool
3461                                                Name="VCCustomBuildTool"
3462                                        />
3463                                </FileConfiguration>
3464                        </File>
3465                        <File
3466                                RelativePath=".\Resources\new.png"
3467                                >
3468                                <FileConfiguration
3469                                        Name="Debug|Win32"
3470                                        ExcludedFromBuild="true"
3471                                        >
3472                                        <Tool
3473                                                Name="VCCustomBuildTool"
3474                                        />
3475                                </FileConfiguration>
3476                                <FileConfiguration
3477                                        Name="Release|Win32"
3478                                        ExcludedFromBuild="true"
3479                                        >
3480                                        <Tool
3481                                                Name="VCCustomBuildTool"
3482                                        />
3483                                </FileConfiguration>
3484                                <FileConfiguration
3485                                        Name="Debug|x64"
3486                                        ExcludedFromBuild="true"
3487                                        >
3488                                        <Tool
3489                                                Name="VCCustomBuildTool"
3490                                        />
3491                                </FileConfiguration>
3492                                <FileConfiguration
3493                                        Name="Release|x64"
3494                                        ExcludedFromBuild="true"
3495                                        >
3496                                        <Tool
3497                                                Name="VCCustomBuildTool"
3498                                        />
3499                                </FileConfiguration>
3500                        </File>
3501                        <File
3502                                RelativePath=".\Resources\open.png"
3503                                >
3504                                <FileConfiguration
3505                                        Name="Debug|Win32"
3506                                        ExcludedFromBuild="true"
3507                                        >
3508                                        <Tool
3509                                                Name="VCCustomBuildTool"
3510                                        />
3511                                </FileConfiguration>
3512                                <FileConfiguration
3513                                        Name="Release|Win32"
3514                                        ExcludedFromBuild="true"
3515                                        >
3516                                        <Tool
3517                                                Name="VCCustomBuildTool"
3518                                        />
3519                                </FileConfiguration>
3520                                <FileConfiguration
3521                                        Name="Debug|x64"
3522                                        ExcludedFromBuild="true"
3523                                        >
3524                                        <Tool
3525                                                Name="VCCustomBuildTool"
3526                                        />
3527                                </FileConfiguration>
3528                                <FileConfiguration
3529                                        Name="Release|x64"
3530                                        ExcludedFromBuild="true"
3531                                        >
3532                                        <Tool
3533                                                Name="VCCustomBuildTool"
3534                                        />
3535                                </FileConfiguration>
3536                        </File>
3537                        <File
3538                                RelativePath=".\Resources\plugins.png"
3539                                >
3540                                <FileConfiguration
3541                                        Name="Debug|Win32"
3542                                        ExcludedFromBuild="true"
3543                                        >
3544                                        <Tool
3545                                                Name="VCCustomBuildTool"
3546                                        />
3547                                </FileConfiguration>
3548                                <FileConfiguration
3549                                        Name="Release|Win32"
3550                                        ExcludedFromBuild="true"
3551                                        >
3552                                        <Tool
3553                                                Name="VCCustomBuildTool"
3554                                        />
3555                                </FileConfiguration>
3556                                <FileConfiguration
3557                                        Name="Debug|x64"
3558                                        ExcludedFromBuild="true"
3559                                        >
3560                                        <Tool
3561                                                Name="VCCustomBuildTool"
3562                                        />
3563                                </FileConfiguration>
3564                                <FileConfiguration
3565                                        Name="Release|x64"
3566                                        ExcludedFromBuild="true"
3567                                        >
3568                                        <Tool
3569                                                Name="VCCustomBuildTool"
3570                                        />
3571                                </FileConfiguration>
3572                        </File>
3573                        <File
3574                                RelativePath=".\Resources\projDesigner.png"
3575                                >
3576                                <FileConfiguration
3577                                        Name="Debug|Win32"
3578                                        ExcludedFromBuild="true"
3579                                        >
3580                                        <Tool
3581                                                Name="VCCustomBuildTool"
3582                                        />
3583                                </FileConfiguration>
3584                                <FileConfiguration
3585                                        Name="Release|Win32"
3586                                        ExcludedFromBuild="true"
3587                                        >
3588                                        <Tool
3589                                                Name="VCCustomBuildTool"
3590                                        />
3591                                </FileConfiguration>
3592                                <FileConfiguration
3593                                        Name="Debug|x64"
3594                                        ExcludedFromBuild="true"
3595                                        >
3596                                        <Tool
3597                                                Name="VCCustomBuildTool"
3598                                        />
3599                                </FileConfiguration>
3600                                <FileConfiguration
3601                                        Name="Release|x64"
3602                                        ExcludedFromBuild="true"
3603                                        >
3604                                        <Tool
3605                                                Name="VCCustomBuildTool"
3606                                        />
3607                                </FileConfiguration>
3608                        </File>
3609                        <File
3610                                RelativePath=".\projdesigner.qrc"
3611                                >
3612                                <FileConfiguration
3613                                        Name="Debug|Win32"
3614                                        >
3615                                        <Tool
3616                                                Name="VCCustomBuildTool"
3617                                                Description="Rcc&apos;ing projdesigner.qrc..."
3618                                                CommandLine="&quot;$(QTDIR)\bin\rcc.exe&quot; -name &quot;projdesigner&quot; -no-compress &quot;.\projdesigner.qrc&quot; -o .\GeneratedFiles\qrc_projdesigner.cpp&#x0D;&#x0A;"
3619                                                AdditionalDependencies=".\projdesigner.qrc;.\Resources\aboutQt.png;.\Resources\blendMode.png;.\Resources\distortionMode.png;.\Resources\exit.png;.\Resources\exitAll.png;.\Resources\export.png;.\Resources\help.png;.\Resources\new.png;.\Resources\open.png;.\Resources\plugins.png;.\Resources\projDesigner.png;.\Resources\save.png;.\Resources\saveAs.png;.\Resources\settings.png;.\Resources\sync.png"
3620                                                Outputs=".\GeneratedFiles\qrc_projdesigner.cpp"
3621                                        />
3622                                </FileConfiguration>
3623                                <FileConfiguration
3624                                        Name="Release|Win32"
3625                                        >
3626                                        <Tool
3627                                                Name="VCCustomBuildTool"
3628                                                Description="Rcc&apos;ing projdesigner.qrc..."
3629                                                CommandLine="&quot;$(QTDIR)\bin\rcc.exe&quot; -name &quot;projdesigner&quot; -no-compress &quot;.\projdesigner.qrc&quot; -o .\GeneratedFiles\qrc_projdesigner.cpp&#x0D;&#x0A;"
3630                                                AdditionalDependencies=".\projdesigner.qrc;.\Resources\aboutQt.png;.\Resources\blendMode.png;.\Resources\distortionMode.png;.\Resources\exit.png;.\Resources\exitAll.png;.\Resources\export.png;.\Resources\help.png;.\Resources\new.png;.\Resources\open.png;.\Resources\plugins.png;.\Resources\projDesigner.png;.\Resources\save.png;.\Resources\saveAs.png;.\Resources\settings.png;.\Resources\sync.png"
3631                                                Outputs=".\GeneratedFiles\qrc_projdesigner.cpp"
3632                                        />
3633                                </FileConfiguration>
3634                                <FileConfiguration
3635                                        Name="Debug|x64"
3636                                        >
3637                                        <Tool
3638                                                Name="VCCustomBuildTool"
3639                                                Description="Rcc&apos;ing projdesigner.qrc..."
3640                                                CommandLine="&quot;$(QTDIR)\bin\rcc.exe&quot; -name &quot;projdesigner&quot; -no-compress &quot;.\projdesigner.qrc&quot; -o .\GeneratedFiles\qrc_projdesigner.cpp&#x0D;&#x0A;"
3641                                                AdditionalDependencies=".\projdesigner.qrc;.\Resources\aboutQt.png;.\Resources\blendMode.png;.\Resources\distortionMode.png;.\Resources\exit.png;.\Resources\exitAll.png;.\Resources\export.png;.\Resources\help.png;.\Resources\new.png;.\Resources\open.png;.\Resources\plugins.png;.\Resources\projDesigner.png;.\Resources\save.png;.\Resources\saveAs.png;.\Resources\settings.png;.\Resources\sync.png"
3642                                                Outputs=".\GeneratedFiles\qrc_projdesigner.cpp"
3643                                        />
3644                                </FileConfiguration>
3645                                <FileConfiguration
3646                                        Name="Release|x64"
3647                                        >
3648                                        <Tool
3649                                                Name="VCCustomBuildTool"
3650                                                Description="Rcc&apos;ing projdesigner.qrc..."
3651                                                CommandLine="&quot;$(QTDIR)\bin\rcc.exe&quot; -name &quot;projdesigner&quot; -no-compress &quot;.\projdesigner.qrc&quot; -o .\GeneratedFiles\qrc_projdesigner.cpp&#x0D;&#x0A;"
3652                                                AdditionalDependencies=".\projdesigner.qrc;.\Resources\aboutQt.png;.\Resources\blendMode.png;.\Resources\distortionMode.png;.\Resources\exit.png;.\Resources\exitAll.png;.\Resources\export.png;.\Resources\help.png;.\Resources\new.png;.\Resources\open.png;.\Resources\plugins.png;.\Resources\projDesigner.png;.\Resources\save.png;.\Resources\saveAs.png;.\Resources\settings.png;.\Resources\sync.png"
3653                                                Outputs=".\GeneratedFiles\qrc_projdesigner.cpp"
3654                                        />
3655                                </FileConfiguration>
3656                        </File>
3657                        <File
3658                                RelativePath=".\Resources\save.png"
3659                                >
3660                                <FileConfiguration
3661                                        Name="Debug|Win32"
3662                                        ExcludedFromBuild="true"
3663                                        >
3664                                        <Tool
3665                                                Name="VCCustomBuildTool"
3666                                        />
3667                                </FileConfiguration>
3668                                <FileConfiguration
3669                                        Name="Release|Win32"
3670                                        ExcludedFromBuild="true"
3671                                        >
3672                                        <Tool
3673                                                Name="VCCustomBuildTool"
3674                                        />
3675                                </FileConfiguration>
3676                                <FileConfiguration
3677                                        Name="Debug|x64"
3678                                        ExcludedFromBuild="true"
3679                                        >
3680                                        <Tool
3681                                                Name="VCCustomBuildTool"
3682                                        />
3683                                </FileConfiguration>
3684                                <FileConfiguration
3685                                        Name="Release|x64"
3686                                        ExcludedFromBuild="true"
3687                                        >
3688                                        <Tool
3689                                                Name="VCCustomBuildTool"
3690                                        />
3691                                </FileConfiguration>
3692                        </File>
3693                        <File
3694                                RelativePath=".\Resources\saveAs.png"
3695                                >
3696                                <FileConfiguration
3697                                        Name="Debug|Win32"
3698                                        ExcludedFromBuild="true"
3699                                        >
3700                                        <Tool
3701                                                Name="VCCustomBuildTool"
3702                                        />
3703                                </FileConfiguration>
3704                                <FileConfiguration
3705                                        Name="Release|Win32"
3706                                        ExcludedFromBuild="true"
3707                                        >
3708                                        <Tool
3709                                                Name="VCCustomBuildTool"
3710                                        />
3711                                </FileConfiguration>
3712                                <FileConfiguration
3713                                        Name="Debug|x64"
3714                                        ExcludedFromBuild="true"
3715                                        >
3716                                        <Tool
3717                                                Name="VCCustomBuildTool"
3718                                        />
3719                                </FileConfiguration>
3720                                <FileConfiguration
3721                                        Name="Release|x64"
3722                                        ExcludedFromBuild="true"
3723                                        >
3724                                        <Tool
3725                                                Name="VCCustomBuildTool"
3726                                        />
3727                                </FileConfiguration>
3728                        </File>
3729                        <File
3730                                RelativePath=".\Resources\settings.png"
3731                                >
3732                                <FileConfiguration
3733                                        Name="Debug|Win32"
3734                                        ExcludedFromBuild="true"
3735                                        >
3736                                        <Tool
3737                                                Name="VCCustomBuildTool"
3738                                        />
3739                                </FileConfiguration>
3740                                <FileConfiguration
3741                                        Name="Release|Win32"
3742                                        ExcludedFromBuild="true"
3743                                        >
3744                                        <Tool
3745                                                Name="VCCustomBuildTool"
3746                                        />
3747                                </FileConfiguration>
3748                                <FileConfiguration
3749                                        Name="Debug|x64"
3750                                        ExcludedFromBuild="true"
3751                                        >
3752                                        <Tool
3753                                                Name="VCCustomBuildTool"
3754                                        />
3755                                </FileConfiguration>
3756                                <FileConfiguration
3757                                        Name="Release|x64"
3758                                        ExcludedFromBuild="true"
3759                                        >
3760                                        <Tool
3761                                                Name="VCCustomBuildTool"
3762                                        />
3763                                </FileConfiguration>
3764                        </File>
3765                        <File
3766                                RelativePath=".\Resources\sync.png"
3767                                >
3768                                <FileConfiguration
3769                                        Name="Debug|Win32"
3770                                        ExcludedFromBuild="true"
3771                                        >
3772                                        <Tool
3773                                                Name="VCCustomBuildTool"
3774                                        />
3775                                </FileConfiguration>
3776                                <FileConfiguration
3777                                        Name="Release|Win32"
3778                                        ExcludedFromBuild="true"
3779                                        >
3780                                        <Tool
3781                                                Name="VCCustomBuildTool"
3782                                        />
3783                                </FileConfiguration>
3784                                <FileConfiguration
3785                                        Name="Debug|x64"
3786                                        ExcludedFromBuild="true"
3787                                        >
3788                                        <Tool
3789                                                Name="VCCustomBuildTool"
3790                                        />
3791                                </FileConfiguration>
3792                                <FileConfiguration
3793                                        Name="Release|x64"
3794                                        ExcludedFromBuild="true"
3795                                        >
3796                                        <Tool
3797                                                Name="VCCustomBuildTool"
3798                                        />
3799                                </FileConfiguration>
3800                        </File>
3801                </Filter>
3802        </Files>
3803        <Globals>
3804                <Global
3805                        Name="QtVersion"
3806                        Value="4.5.1"
3807                />
3808                <Global
3809                        Name="QtVersion Win32"
3810                        Value="$(DefaultQtVersion)"
3811                />
3812                <Global
3813                        Name="QtVersion x64"
3814                        Value="4.6.2_x64"
3815                />
3816        </Globals>
3817</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.