source: GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtInterface.vcproj @ 1969

Revision 1969, 9.5 KB checked in by mattausch, 17 years ago (diff)

global lines nearly useable!

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="QtInterface"
6        ProjectGUID="{B85DC7B1-58B6-4912-BD64-8B452630A368}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="Debug"
16                        IntermediateDirectory="Debug"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\..\src;&quot;$(CG_INC_PATH)&quot;;..\..\..\..\..\..\..\NonGTP\Zlib\include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;QTGLRENDERER_EXPORTS"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                UsePrecompiledHeader="0"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                AdditionalDependencies="Preprocessor.lib qtmain.lib QtGui4.lib Qt3Support4.lib QAxContainerd.lib QtCore4.lib QtOpenGL4.lib xerces-c_2.lib glew32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib"
36                                OutputFile="$(OutDir)/QtInterface.dll"
37                                LinkIncremental="2"
38                                AdditionalLibraryDirectories="..\..\lib\Debug;&quot;$(CG_LIB_PATH)&quot;;..\GL;&quot;..\lib\$(ConfigurationName)&quot;;&quot;$(QTDIR)\lib&quot;;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\..\NonGTP\Zlib\lib"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/QtInterface.pdb"
41                                SubSystem="2"
42                                ImportLibrary="$(OutDir)/QtInterface.lib"
43                                TargetMachine="1"/>
44                        <Tool
45                                Name="VCMIDLTool"/>
46                        <Tool
47                                Name="VCPostBuildEventTool"/>
48                        <Tool
49                                Name="VCPreBuildEventTool"/>
50                        <Tool
51                                Name="VCPreLinkEventTool"/>
52                        <Tool
53                                Name="VCResourceCompilerTool"/>
54                        <Tool
55                                Name="VCWebServiceProxyGeneratorTool"/>
56                        <Tool
57                                Name="VCXMLDataGeneratorTool"/>
58                        <Tool
59                                Name="VCWebDeploymentTool"/>
60                        <Tool
61                                Name="VCManagedWrapperGeneratorTool"/>
62                        <Tool
63                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64                </Configuration>
65                <Configuration
66                        Name="Release|Win32"
67                        OutputDirectory="Release"
68                        IntermediateDirectory="Release"
69                        ConfigurationType="4"
70                        CharacterSet="2">
71                        <Tool
72                                Name="VCCLCompilerTool"
73                                AdditionalIncludeDirectories="..\..\src;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\..\..\..\..\..\..\NonGTP\Zlib\include;&quot;$(CG_INC_PATH)&quot;"
74                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;QTGLRENDERER_EXPORTS"
75                                RuntimeLibrary="2"
76                                UsePrecompiledHeader="0"
77                                WarningLevel="3"
78                                Detect64BitPortabilityProblems="TRUE"
79                                DebugInformationFormat="3"/>
80                        <Tool
81                                Name="VCCustomBuildTool"/>
82                        <Tool
83                                Name="VCLibrarianTool"/>
84                        <Tool
85                                Name="VCMIDLTool"/>
86                        <Tool
87                                Name="VCPostBuildEventTool"/>
88                        <Tool
89                                Name="VCPreBuildEventTool"/>
90                        <Tool
91                                Name="VCPreLinkEventTool"/>
92                        <Tool
93                                Name="VCResourceCompilerTool"/>
94                        <Tool
95                                Name="VCWebServiceProxyGeneratorTool"/>
96                        <Tool
97                                Name="VCXMLDataGeneratorTool"/>
98                        <Tool
99                                Name="VCManagedWrapperGeneratorTool"/>
100                        <Tool
101                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
102                </Configuration>
103                <Configuration
104                        Name="release_internal|Win32"
105                        OutputDirectory="$(ConfigurationName)"
106                        IntermediateDirectory="$(ConfigurationName)"
107                        ConfigurationType="2"
108                        CharacterSet="2">
109                        <Tool
110                                Name="VCCLCompilerTool"
111                                AdditionalIncludeDirectories="..\..\src;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\..\..\..\..\..\..\NonGTP\Zlib\include;&quot;$(CG_INC_PATH)&quot;"
112                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;QTGLRENDERER_EXPORTS"
113                                RuntimeLibrary="2"
114                                UsePrecompiledHeader="0"
115                                WarningLevel="3"
116                                Detect64BitPortabilityProblems="TRUE"
117                                DebugInformationFormat="3"/>
118                        <Tool
119                                Name="VCCustomBuildTool"
120                                Description="Performing moc on $(InputName).h"
121                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
122"
123                                Outputs="$(InputDir) moc_$(InputName).cpp"/>
124                        <Tool
125                                Name="VCLinkerTool"
126                                AdditionalDependencies="Preprocessor.lib qtmain.lib QtGui4.lib Qt3Support4.lib QAxContainer.lib QtCore4.lib QtOpenGL4.lib xerces-c_2.lib glew32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib RTScene.lib RTWorld.lib"
127                                OutputFile="Release/QtInterface.dll"
128                                LinkIncremental="1"
129                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;..\..\..\..\..\..\..\NonGTP\Zlib\lib;&quot;$(CG_LIB_PATH)&quot;;..\..\src\GL;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\lib\Release;..\..\MultiLevelRayTracing\RTScene\Release;..\..\MultiLevelRayTracing\RTWorld\Release"
130                                GenerateDebugInformation="FALSE"
131                                SubSystem="2"
132                                OptimizeReferences="2"
133                                EnableCOMDATFolding="2"
134                                ImportLibrary="$(OutDir)/QtInterface.lib"
135                                TargetMachine="1"/>
136                        <Tool
137                                Name="VCMIDLTool"/>
138                        <Tool
139                                Name="VCPostBuildEventTool"
140                                Description="&quot;copy dll to preprocessor dir&quot;"
141                                CommandLine="copy $(OutDir)\*.dll ..\..\bin\"/>
142                        <Tool
143                                Name="VCPreBuildEventTool"/>
144                        <Tool
145                                Name="VCPreLinkEventTool"/>
146                        <Tool
147                                Name="VCResourceCompilerTool"/>
148                        <Tool
149                                Name="VCWebServiceProxyGeneratorTool"/>
150                        <Tool
151                                Name="VCXMLDataGeneratorTool"/>
152                        <Tool
153                                Name="VCWebDeploymentTool"/>
154                        <Tool
155                                Name="VCManagedWrapperGeneratorTool"/>
156                        <Tool
157                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
158                </Configuration>
159                <Configuration
160                        Name="Release Internal|Win32"
161                        OutputDirectory="$(ConfigurationName)"
162                        IntermediateDirectory="$(ConfigurationName)"
163                        ConfigurationType="4"
164                        CharacterSet="2">
165                        <Tool
166                                Name="VCCLCompilerTool"
167                                AdditionalIncludeDirectories="..\..\src;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\..\..\..\..\..\..\NonGTP\Zlib\include;&quot;$(CG_INC_PATH)&quot;"
168                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;QTGLRENDERER_EXPORTS"
169                                RuntimeLibrary="2"
170                                UsePrecompiledHeader="0"
171                                WarningLevel="3"
172                                Detect64BitPortabilityProblems="TRUE"
173                                DebugInformationFormat="3"/>
174                        <Tool
175                                Name="VCCustomBuildTool"/>
176                        <Tool
177                                Name="VCLibrarianTool"
178                                OutputFile="Release/$(ProjectName).lib"/>
179                        <Tool
180                                Name="VCMIDLTool"/>
181                        <Tool
182                                Name="VCPostBuildEventTool"
183                                Description="&quot;copy dll to preprocessor dir&quot;"
184                                CommandLine="copy Release\*.dll ..\..\bin\"/>
185                        <Tool
186                                Name="VCPreBuildEventTool"/>
187                        <Tool
188                                Name="VCPreLinkEventTool"/>
189                        <Tool
190                                Name="VCResourceCompilerTool"/>
191                        <Tool
192                                Name="VCWebServiceProxyGeneratorTool"/>
193                        <Tool
194                                Name="VCXMLDataGeneratorTool"/>
195                        <Tool
196                                Name="VCManagedWrapperGeneratorTool"/>
197                        <Tool
198                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
199                </Configuration>
200        </Configurations>
201        <References>
202        </References>
203        <Files>
204                <Filter
205                        Name="Source Files"
206                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
207                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
208                        <File
209                                RelativePath=".\moc_QtGlRenderer.cpp">
210                        </File>
211                        <File
212                                RelativePath=".\QtGlRenderer.cpp">
213                        </File>
214                        <File
215                                RelativePath=".\QtGlViewer.cpp">
216                        </File>
217                        <File
218                                RelativePath=".\QtPreprocessorThread.cpp">
219                        </File>
220                        <File
221                                RelativePath=".\QtPreprocessorThread.h">
222                        </File>
223                </Filter>
224                <Filter
225                        Name="Header Files"
226                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
227                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
228                        <File
229                                RelativePath=".\QtGlRenderer.h">
230                                <FileConfiguration
231                                        Name="Debug|Win32">
232                                        <Tool
233                                                Name="VCCustomBuildTool"
234                                                Description="Performing moc on $(InputName).h"
235                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
236"
237                                                Outputs="$(InputDir) moc_$(InputName).cpp"/>
238                                </FileConfiguration>
239                                <FileConfiguration
240                                        Name="Release|Win32">
241                                        <Tool
242                                                Name="VCCustomBuildTool"
243                                                Description="Performing moc on $(InputName).h"
244                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
245"
246                                                Outputs="$(InputDir) moc_$(InputName).cpp"/>
247                                </FileConfiguration>
248                                <FileConfiguration
249                                        Name="release_internal|Win32">
250                                        <Tool
251                                                Name="VCCustomBuildTool"
252                                                Description="Performing moc on $(InputName).h"
253                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
254"
255                                                Outputs="$(InputDir) moc_$(InputName).cpp"/>
256                                </FileConfiguration>
257                                <FileConfiguration
258                                        Name="Release Internal|Win32">
259                                        <Tool
260                                                Name="VCCustomBuildTool"
261                                                Description="Performing moc on $(InputName).h"
262                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
263"
264                                                Outputs="$(InputDir) moc_$(InputName).cpp"/>
265                                </FileConfiguration>
266                        </File>
267                        <File
268                                RelativePath=".\QtGlViewer.h">
269                        </File>
270                </Filter>
271                <Filter
272                        Name="Resource Files"
273                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
274                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
275                </Filter>
276        </Files>
277        <Globals>
278        </Globals>
279</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.