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

Revision 1520, 5.8 KB checked in by mattausch, 18 years ago (diff)

moved raycasting out of preprocessor into specific ray casting interface

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                                Description="&quot;copy dll to preprocessor dir&quot;"
107                                CommandLine="copy $(OutDir)\*.dll ..\..\bin\"/>
108                        <Tool
109                                Name="VCPreBuildEventTool"/>
110                        <Tool
111                                Name="VCPreLinkEventTool"/>
112                        <Tool
113                                Name="VCResourceCompilerTool"/>
114                        <Tool
115                                Name="VCWebServiceProxyGeneratorTool"/>
116                        <Tool
117                                Name="VCXMLDataGeneratorTool"/>
118                        <Tool
119                                Name="VCWebDeploymentTool"/>
120                        <Tool
121                                Name="VCManagedWrapperGeneratorTool"/>
122                        <Tool
123                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
124                </Configuration>
125        </Configurations>
126        <References>
127        </References>
128        <Files>
129                <Filter
130                        Name="Source Files"
131                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
132                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
133                        <File
134                                RelativePath=".\moc_QtGlRenderer.cpp">
135                        </File>
136                        <File
137                                RelativePath=".\QtGlRenderer.cpp">
138                        </File>
139                        <File
140                                RelativePath=".\QtGlRendererDll.cpp">
141                        </File>
142                </Filter>
143                <Filter
144                        Name="Header Files"
145                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
146                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
147                        <File
148                                RelativePath=".\QtGlRenderer.h">
149                                <FileConfiguration
150                                        Name="Release|Win32">
151                                        <Tool
152                                                Name="VCCustomBuildTool"
153                                                Description="Performing moc on $(InputName).h"
154                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
155"
156                                                Outputs="$(InputDir) moc_$(InputName).cpp"/>
157                                </FileConfiguration>
158                        </File>
159                </Filter>
160                <Filter
161                        Name="Resource Files"
162                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
163                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
164                </Filter>
165        </Files>
166        <Globals>
167        </Globals>
168</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.