source: GTP/trunk/Lib/Vis/Preprocessing/src/QtGlRenderer/QtGlRenderer.vcproj @ 1270

Revision 1270, 5.7 KB checked in by mattausch, 18 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="QtGlRenderer"
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                                Description="Performing moc on $(InputName).h"
34                                CommandLine="&quot;%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp&quot;
35"
36                                Outputs="&quot;$(InputDir) moc_$(InputName).cpp&quot;"/>
37                        <Tool
38                                Name="VCLinkerTool"
39                                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"
40                                OutputFile="$(OutDir)/QtGlRenderer.dll"
41                                LinkIncremental="2"
42                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;..\..\..\..\..\..\NonGTP\Zlib\lib;&quot;$(CG_LIB_PATH)&quot;;..\src\GL;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;&quot;..\lib\$(ConfigurationName)&quot;"
43                                GenerateDebugInformation="TRUE"
44                                ProgramDatabaseFile="$(OutDir)/QtGlRenderer.pdb"
45                                SubSystem="2"
46                                ImportLibrary="$(OutDir)/QtGlRenderer.lib"
47                                TargetMachine="1"/>
48                        <Tool
49                                Name="VCMIDLTool"/>
50                        <Tool
51                                Name="VCPostBuildEventTool"/>
52                        <Tool
53                                Name="VCPreBuildEventTool"/>
54                        <Tool
55                                Name="VCPreLinkEventTool"/>
56                        <Tool
57                                Name="VCResourceCompilerTool"/>
58                        <Tool
59                                Name="VCWebServiceProxyGeneratorTool"/>
60                        <Tool
61                                Name="VCXMLDataGeneratorTool"/>
62                        <Tool
63                                Name="VCWebDeploymentTool"/>
64                        <Tool
65                                Name="VCManagedWrapperGeneratorTool"/>
66                        <Tool
67                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68                </Configuration>
69                <Configuration
70                        Name="Release|Win32"
71                        OutputDirectory="Release"
72                        IntermediateDirectory="Release"
73                        ConfigurationType="2"
74                        CharacterSet="2">
75                        <Tool
76                                Name="VCCLCompilerTool"
77                                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;"
78                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;QTGLRENDERER_EXPORTS"
79                                RuntimeLibrary="2"
80                                UsePrecompiledHeader="0"
81                                WarningLevel="3"
82                                Detect64BitPortabilityProblems="TRUE"
83                                DebugInformationFormat="3"/>
84                        <Tool
85                                Name="VCCustomBuildTool"
86                                Description="Performing moc on $(InputName).h"
87                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
88"
89                                Outputs="$(InputDir) moc_$(InputName).cpp"/>
90                        <Tool
91                                Name="VCLinkerTool"
92                                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"
93                                OutputFile="$(OutDir)/QtGlRenderer.dll"
94                                LinkIncremental="1"
95                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;..\..\..\..\..\..\..\NonGTP\Zlib\lib;&quot;$(CG_LIB_PATH)&quot;;..\..\src\GL;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;&quot;..\..\lib\$(ConfigurationName)&quot;"
96                                GenerateDebugInformation="FALSE"
97                                SubSystem="2"
98                                OptimizeReferences="2"
99                                EnableCOMDATFolding="2"
100                                ImportLibrary="$(OutDir)/QtGlRenderer.lib"
101                                TargetMachine="1"/>
102                        <Tool
103                                Name="VCMIDLTool"/>
104                        <Tool
105                                Name="VCPostBuildEventTool"/>
106                        <Tool
107                                Name="VCPreBuildEventTool"/>
108                        <Tool
109                                Name="VCPreLinkEventTool"/>
110                        <Tool
111                                Name="VCResourceCompilerTool"/>
112                        <Tool
113                                Name="VCWebServiceProxyGeneratorTool"/>
114                        <Tool
115                                Name="VCXMLDataGeneratorTool"/>
116                        <Tool
117                                Name="VCWebDeploymentTool"/>
118                        <Tool
119                                Name="VCManagedWrapperGeneratorTool"/>
120                        <Tool
121                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
122                </Configuration>
123        </Configurations>
124        <References>
125        </References>
126        <Files>
127                <Filter
128                        Name="Source Files"
129                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
130                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
131                        <File
132                                RelativePath=".\moc_QtGlRenderer.cpp">
133                        </File>
134                        <File
135                                RelativePath=".\QtGlRenderer.cpp">
136                        </File>
137                        <File
138                                RelativePath=".\QtGlRendererDll.cpp">
139                        </File>
140                </Filter>
141                <Filter
142                        Name="Header Files"
143                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
144                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
145                        <File
146                                RelativePath=".\QtGlRenderer.h">
147                                <FileConfiguration
148                                        Name="Release|Win32">
149                                        <Tool
150                                                Name="VCCustomBuildTool"
151                                                Description="Performing moc on $(InputName).h"
152                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
153"
154                                                Outputs="$(InputDir) moc_$(InputName).cpp"/>
155                                </FileConfiguration>
156                        </File>
157                </Filter>
158                <Filter
159                        Name="Resource Files"
160                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
161                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
162                </Filter>
163        </Files>
164        <Globals>
165        </Globals>
166</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.