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

Revision 2656, 4.6 KB checked in by mattausch, 16 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="QtInterface05"
6        ProjectGUID="{C3F67E6E-09C2-4919-A003-90E9C42DCEA7}"
7        RootNamespace="QtInterface05"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21                        IntermediateDirectory="$(ConfigurationName)"
22                        ConfigurationType="4"
23                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
44                                MinimalRebuild="true"
45                                BasicRuntimeChecks="3"
46                                RuntimeLibrary="3"
47                                UsePrecompiledHeader="0"
48                                WarningLevel="3"
49                                Detect64BitPortabilityProblems="true"
50                                DebugInformationFormat="4"
51                        />
52                        <Tool
53                                Name="VCManagedResourceCompilerTool"
54                        />
55                        <Tool
56                                Name="VCResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCPreLinkEventTool"
60                        />
61                        <Tool
62                                Name="VCLibrarianTool"
63                        />
64                        <Tool
65                                Name="VCALinkTool"
66                        />
67                        <Tool
68                                Name="VCXDCMakeTool"
69                        />
70                        <Tool
71                                Name="VCBscMakeTool"
72                        />
73                        <Tool
74                                Name="VCFxCopTool"
75                        />
76                        <Tool
77                                Name="VCPostBuildEventTool"
78                        />
79                </Configuration>
80                <Configuration
81                        Name="Release|Win32"
82                        OutputDirectory="$(SolutionDir)\lib05\$(ConfigurationName)"
83                        IntermediateDirectory="$(SolutionDir)\obj05\$(ConfigurationName)"
84                        ConfigurationType="4"
85                        CharacterSet="1"
86                        WholeProgramOptimization="1"
87                        >
88                        <Tool
89                                Name="VCPreBuildEventTool"
90                        />
91                        <Tool
92                                Name="VCCustomBuildTool"
93                        />
94                        <Tool
95                                Name="VCXMLDataGeneratorTool"
96                        />
97                        <Tool
98                                Name="VCWebServiceProxyGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCMIDLTool"
102                        />
103                        <Tool
104                                Name="VCCLCompilerTool"
105                                WholeProgramOptimization="false"
106                                AdditionalIncludeDirectories="..\src;..\..\src\;..\..\..\..\..\..\..\NonGTP\Zlib\include;&quot;$(QTDIR)\include\QtOpenGL&quot;;&quot;$(QTDIR)\include\Qt&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(CG_INC_PATH)&quot;"
107                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL;USE_QT;USE_VERBOSE_PVS;USE_CG"
108                                RuntimeLibrary="2"
109                                UsePrecompiledHeader="0"
110                                WarningLevel="3"
111                                Detect64BitPortabilityProblems="true"
112                                DebugInformationFormat="3"
113                        />
114                        <Tool
115                                Name="VCManagedResourceCompilerTool"
116                        />
117                        <Tool
118                                Name="VCResourceCompilerTool"
119                        />
120                        <Tool
121                                Name="VCPreLinkEventTool"
122                        />
123                        <Tool
124                                Name="VCLibrarianTool"
125                        />
126                        <Tool
127                                Name="VCALinkTool"
128                        />
129                        <Tool
130                                Name="VCXDCMakeTool"
131                        />
132                        <Tool
133                                Name="VCBscMakeTool"
134                        />
135                        <Tool
136                                Name="VCFxCopTool"
137                        />
138                        <Tool
139                                Name="VCPostBuildEventTool"
140                        />
141                </Configuration>
142        </Configurations>
143        <References>
144        </References>
145        <Files>
146                <Filter
147                        Name="Source Files"
148                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
149                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
150                        >
151                        <File
152                                RelativePath="LogReader.cpp"
153                                >
154                        </File>
155                        <File
156                                RelativePath="LogWriter.cpp"
157                                >
158                        </File>
159                        <File
160                                RelativePath=".\moc_QtGlRenderer.cpp"
161                                >
162                        </File>
163                        <File
164                                RelativePath="QtGlRenderer.cpp"
165                                >
166                        </File>
167                        <File
168                                RelativePath="QtGlRendererDll.cpp"
169                                >
170                        </File>
171                        <File
172                                RelativePath="QtGlViewer.cpp"
173                                >
174                        </File>
175                        <File
176                                RelativePath="QtPreprocessorThread.cpp"
177                                >
178                        </File>
179                </Filter>
180                <Filter
181                        Name="Header Files"
182                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
183                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
184                        >
185                        <File
186                                RelativePath="LogReader.h"
187                                >
188                        </File>
189                        <File
190                                RelativePath="LogWriter.h"
191                                >
192                        </File>
193                        <File
194                                RelativePath="QtGlRenderer.h"
195                                >
196                                <FileConfiguration
197                                        Name="Release|Win32"
198                                        >
199                                        <Tool
200                                                Name="VCCustomBuildTool"
201                                                Description="Performing moc on $(InputName).h"
202                                                CommandLine="$(QTDIR)\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp&#x0D;&#x0A;"
203                                                Outputs="&quot;$(InputDir) moc_$(InputName).cpp"
204                                        />
205                                </FileConfiguration>
206                        </File>
207                        <File
208                                RelativePath="QtGlViewer.h"
209                                >
210                        </File>
211                        <File
212                                RelativePath="QtPreprocessorThread.h"
213                                >
214                        </File>
215                </Filter>
216        </Files>
217        <Globals>
218        </Globals>
219</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.