source: Swollen/swollen/main.vcproj @ 71

Last change on this file since 71 was 10, checked in by darran, 20 years ago
  • visual studio project working
File size: 5.2 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=".\bedslope.cpp">
126                        </File>
127                        <File
128                                RelativePath=".\createSky.cpp">
129                        </File>
130                        <File
131                                RelativePath=".\customtrackball.cpp">
132                        </File>
133                        <File
134                                RelativePath=".\customviewer.cpp">
135                        </File>
136                        <File
137                                RelativePath=".\hud.cpp">
138                        </File>
139                        <File
140                                RelativePath=".\keyboardeventhandler.cpp">
141                        </File>
142                        <File
143                                RelativePath=".\main.cpp">
144                        </File>
145                        <File
146                                RelativePath=".\spotlight.cpp">
147                        </File>
148                        <File
149                                RelativePath=".\surface.cpp">
150                        </File>
151                        <File
152                                RelativePath=".\watersurface.cpp">
153                        </File>
154                </Filter>
155                <Filter
156                        Name="Header Files"
157                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
158                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
159                        <File
160                                RelativePath=".\bedslope.h">
161                        </File>
162                        <File
163                                RelativePath=".\customtrackball.h">
164                        </File>
165                        <File
166                                RelativePath=".\customviewer.h">
167                        </File>
168                        <File
169                                RelativePath=".\hud.h">
170                        </File>
171                        <File
172                                RelativePath=".\keyboardeventhandler.h">
173                        </File>
174                        <File
175                                RelativePath="..\include\project.h">
176                        </File>
177                        <File
178                                RelativePath=".\spotlight.h">
179                        </File>
180                        <File
181                                RelativePath=".\surface.h">
182                        </File>
183                        <File
184                                RelativePath=".\watersurface.h">
185                        </File>
186                </Filter>
187        </Files>
188        <Globals>
189        </Globals>
190</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.