source: Swollen/swollen/main.vcproj @ 2197

Last change on this file since 2197 was 132, checked in by darran, 19 years ago

Last release version changes

File size: 6.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Swollen"
6        ProjectGUID="{CAC216DA-D220-440D-B72D-BAD4CB15D45F}"
7        RootNamespace="SWWViewer"
8        Keyword="Win32Proj">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug|Win32"
16                        OutputDirectory="Debug"
17                        IntermediateDirectory="Debug"
18                        ConfigurationType="1"
19                        CharacterSet="2">
20                        <Tool
21                                Name="VCCLCompilerTool"
22                                Optimization="0"
23                                AdditionalIncludeDirectories="..\include;.\;&quot;$(OSG_ROOT)\OpenSceneGraph\include&quot;;&quot;$(OSG_ROOT)\Producer\include&quot;;&quot;$(OSG_ROOT)\OpenThreads\include&quot;"
24                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                RuntimeTypeInfo="TRUE"
29                                UsePrecompiledHeader="2"
30                                WarningLevel="3"
31                                Detect64BitPortabilityProblems="TRUE"
32                                DebugInformationFormat="4"/>
33                        <Tool
34                                Name="VCCustomBuildTool"/>
35                        <Tool
36                                Name="VCLinkerTool"
37                                AdditionalDependencies="swwreaderd.lib osgd.lib osgdbd.lib osgtextd.lib osggad.lib osgutild.lib osgproducerd.lib Producerd.lib OpenThreadsWin32d.lib"
38                                OutputFile="../bin/swollend.exe"
39                                LinkIncremental="2"
40                                AdditionalLibraryDirectories="..\lib;&quot;$(OSG_ROOT)\OpenSceneGraph\lib&quot;;&quot;$(OSG_ROOT)/Producer/lib&quot;;&quot;$(OSG_ROOT)/OpenThreads/lib/win32&quot;"
41                                GenerateDebugInformation="TRUE"
42                                ProgramDatabaseFile="$(OutDir)/SWWViewer.pdb"
43                                SubSystem="1"
44                                TargetMachine="1"/>
45                        <Tool
46                                Name="VCMIDLTool"/>
47                        <Tool
48                                Name="VCPostBuildEventTool"/>
49                        <Tool
50                                Name="VCPreBuildEventTool"/>
51                        <Tool
52                                Name="VCPreLinkEventTool"/>
53                        <Tool
54                                Name="VCResourceCompilerTool"/>
55                        <Tool
56                                Name="VCWebServiceProxyGeneratorTool"/>
57                        <Tool
58                                Name="VCXMLDataGeneratorTool"/>
59                        <Tool
60                                Name="VCWebDeploymentTool"/>
61                        <Tool
62                                Name="VCManagedWrapperGeneratorTool"/>
63                        <Tool
64                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65                </Configuration>
66                <Configuration
67                        Name="Release|Win32"
68                        OutputDirectory="Release"
69                        IntermediateDirectory="Release"
70                        ConfigurationType="1"
71                        CharacterSet="2">
72                        <Tool
73                                Name="VCCLCompilerTool"
74                                AdditionalIncludeDirectories="./;../include;&quot;$(OSG_ROOT)/OpenSceneGraph/include&quot;;&quot;$(OSG_ROOT)/Producer/include&quot;;&quot;$(OSG_ROOT)/OpenThreads/include&quot;"
75                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
76                                RuntimeLibrary="2"
77                                RuntimeTypeInfo="TRUE"
78                                UsePrecompiledHeader="2"
79                                WarningLevel="3"
80                                Detect64BitPortabilityProblems="TRUE"
81                                DebugInformationFormat="3"/>
82                        <Tool
83                                Name="VCCustomBuildTool"/>
84                        <Tool
85                                Name="VCLinkerTool"
86                                AdditionalDependencies="swwreader.lib osg.lib osgdb.lib osgtext.lib osgga.lib osgutil.lib osgproducer.lib Producer.lib OpenThreadsWin32.lib"
87                                OutputFile="../bin/swollen.exe"
88                                LinkIncremental="1"
89                                AdditionalLibraryDirectories="../lib;&quot;$(OSG_ROOT)/OpenSceneGraph/lib&quot;;&quot;$(OSG_ROOT)/Producer/lib&quot;;&quot;$(OSG_ROOT)/OpenThreads/lib/win32&quot;"
90                                GenerateDebugInformation="TRUE"
91                                SubSystem="1"
92                                OptimizeReferences="2"
93                                EnableCOMDATFolding="2"
94                                TargetMachine="1"/>
95                        <Tool
96                                Name="VCMIDLTool"/>
97                        <Tool
98                                Name="VCPostBuildEventTool"/>
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=".\animation.cpp">
126                        </File>
127                        <File
128                                RelativePath=".\bedslope.cpp">
129                        </File>
130                        <File
131                                RelativePath=".\createSky.cpp">
132                        </File>
133                        <File
134                                RelativePath=".\customargumentparser.cpp">
135                        </File>
136                        <File
137                                RelativePath=".\customterrainmanipulator.cpp">
138                        </File>
139                        <File
140                                RelativePath=".\customtrackball.cpp">
141                        </File>
142                        <File
143                                RelativePath=".\customviewer.cpp">
144                        </File>
145                        <File
146                                RelativePath=".\customviewereventhandler.cpp">
147                        </File>
148                        <File
149                                RelativePath=".\directionallight.cpp">
150                        </File>
151                        <File
152                                RelativePath=".\hud.cpp">
153                        </File>
154                        <File
155                                RelativePath=".\keyboardeventhandler.cpp">
156                        </File>
157                        <File
158                                RelativePath=".\main.cpp">
159                        </File>
160                        <File
161                                RelativePath=".\spotlight.cpp">
162                        </File>
163                        <File
164                                RelativePath=".\state.cpp">
165                        </File>
166                        <File
167                                RelativePath=".\surface.cpp">
168                        </File>
169                        <File
170                                RelativePath=".\version.cpp">
171                        </File>
172                        <File
173                                RelativePath=".\watersurface.cpp">
174                        </File>
175                </Filter>
176                <Filter
177                        Name="Header Files"
178                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
179                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
180                        <File
181                                RelativePath=".\animation.h">
182                        </File>
183                        <File
184                                RelativePath=".\bedslope.h">
185                        </File>
186                        <File
187                                RelativePath=".\customargumentparser.h">
188                        </File>
189                        <File
190                                RelativePath=".\customterrainmanipulator.h">
191                        </File>
192                        <File
193                                RelativePath=".\customtrackball.h">
194                        </File>
195                        <File
196                                RelativePath=".\customviewer.h">
197                        </File>
198                        <File
199                                RelativePath=".\customviewereventhandler.h">
200                        </File>
201                        <File
202                                RelativePath=".\directionallight.h">
203                        </File>
204                        <File
205                                RelativePath=".\hud.h">
206                        </File>
207                        <File
208                                RelativePath=".\keyboardeventhandler.h">
209                        </File>
210                        <File
211                                RelativePath="..\include\project.h">
212                        </File>
213                        <File
214                                RelativePath=".\spotlight.h">
215                        </File>
216                        <File
217                                RelativePath=".\state.h">
218                        </File>
219                        <File
220                                RelativePath=".\surface.h">
221                        </File>
222                        <File
223                                RelativePath=".\watersurface.h">
224                        </File>
225                </Filter>
226        </Files>
227        <Globals>
228        </Globals>
229</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.