source: GTP/trunk/Lib/Vis/QtRenderer/QtRenderer.vcproj @ 1221

Revision 1221, 5.4 KB checked in by mattausch, 18 years ago (diff)

added intel ray tracing

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;;..\Preprocessing\src;..\..\..\..\..\NonGTP\Zlib\include;&quot;$(CG_INC_PATH)&quot;"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;QTRENDERER_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)/QtRenderer.dll"
37                                LinkIncremental="2"
38                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;..\..\..\..\..\NonGTP\Zlib\lib;&quot;$(CG_LIB_PATH)&quot;;&quot;..\Preprocessing\lib\$(ConfigurationName)&quot;;..\Preprocessing\src\GL;..\..\..\..\..\NonGTP\Xerces\xercesc\lib"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/QtRenderer.pdb"
41                                SubSystem="2"
42                                ImportLibrary="$(OutDir)/QtRenderer.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="2"
70                        CharacterSet="2">
71                        <Tool
72                                Name="VCCLCompilerTool"
73                                AdditionalIncludeDirectories="..\Preprocessing\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;QTRENDERER_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="VCLinkerTool"
84                                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"
85                                OutputFile="$(OutDir)/QtGlRenderer.dll"
86                                LinkIncremental="1"
87                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;..\..\..\..\..\NonGTP\Zlib\lib;&quot;$(CG_LIB_PATH)&quot;;&quot;..\Preprocessing\lib\$(ConfigurationName)&quot;;..\Preprocessing\src\GL;..\..\..\..\..\NonGTP\Xerces\xercesc\lib"
88                                GenerateDebugInformation="TRUE"
89                                SubSystem="2"
90                                OptimizeReferences="2"
91                                EnableCOMDATFolding="2"
92                                ImportLibrary="$(OutDir)/QtRenderer.lib"
93                                TargetMachine="1"/>
94                        <Tool
95                                Name="VCMIDLTool"/>
96                        <Tool
97                                Name="VCPostBuildEventTool"
98                                CommandLine="copy $(OutDir)\$(TargetFileName) $(OutDir)\..\..\Preprocessing\scripts"/>
99                        <Tool
100                                Name="VCPreBuildEventTool"/>
101                        <Tool
102                                Name="VCPreLinkEventTool"/>
103                        <Tool
104                                Name="VCResourceCompilerTool"/>
105                        <Tool
106                                Name="VCWebServiceProxyGeneratorTool"/>
107                        <Tool
108                                Name="VCXMLDataGeneratorTool"/>
109                        <Tool
110                                Name="VCWebDeploymentTool"/>
111                        <Tool
112                                Name="VCManagedWrapperGeneratorTool"/>
113                        <Tool
114                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
115                </Configuration>
116        </Configurations>
117        <References>
118        </References>
119        <Files>
120                <Filter
121                        Name="Source Files"
122                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
123                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
124                        <File
125                                RelativePath=".\moc_QtGlRenderer.cpp">
126                        </File>
127                        <File
128                                RelativePath=".\QtGlRenderer.cpp">
129                        </File>
130                        <File
131                                RelativePath=".\QtGlRendererDll.cpp">
132                        </File>
133                </Filter>
134                <Filter
135                        Name="Header Files"
136                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
137                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
138                        <File
139                                RelativePath=".\QtGlRenderer.h">
140                                <FileConfiguration
141                                        Name="Release|Win32">
142                                        <Tool
143                                                Name="VCCustomBuildTool"
144                                                Description="Performing moc on $(InputName).h"
145                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp&#xA;"
146                                                Outputs="$(InputDir) moc_$(InputName).cpp"/>
147                                </FileConfiguration>
148                        </File>
149                </Filter>
150                <Filter
151                        Name="Resource Files"
152                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
153                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
154                </Filter>
155        </Files>
156        <Globals>
157        </Globals>
158</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.