Ticket #8424: gob.vcproj

File gob.vcproj, 5.6 KB (added by SF/frank_m24, 19 years ago)

The GOB Project

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="gob"
6 ProjectGUID="{4AD3E575-65D3-459F-83BF-284FBD291573}"
7 RootNamespace="gob"
8 Keyword="ManagedCProj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory="gob_Debug"
17 IntermediateDirectory="gob_Debug"
18 ConfigurationType="4"
19 CharacterSet="2"
20 ManagedExtensions="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
24 Optimization="0"
25 AdditionalIncludeDirectories="../../;../../common"
26 PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
27 MinimalRebuild="TRUE"
28 BasicRuntimeChecks="3"
29 RuntimeLibrary="1"
30 BufferSecurityCheck="TRUE"
31 EnableFunctionLevelLinking="TRUE"
32 ForceConformanceInForLoopScope="TRUE"
33 UsePrecompiledHeader="0"
34 WarningLevel="4"
35 WarnAsError="TRUE"
36 SuppressStartupBanner="FALSE"
37 DebugInformationFormat="4"/>
38 <Tool
39 Name="VCCustomBuildTool"/>
40 <Tool
41 Name="VCLibrarianTool"
42 OutputFile="$(OutDir)/gob.lib"/>
43 <Tool
44 Name="VCMIDLTool"/>
45 <Tool
46 Name="VCPostBuildEventTool"/>
47 <Tool
48 Name="VCPreBuildEventTool"/>
49 <Tool
50 Name="VCPreLinkEventTool"/>
51 <Tool
52 Name="VCResourceCompilerTool"/>
53 <Tool
54 Name="VCWebServiceProxyGeneratorTool"/>
55 <Tool
56 Name="VCXMLDataGeneratorTool"/>
57 <Tool
58 Name="VCManagedWrapperGeneratorTool"/>
59 <Tool
60 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61 </Configuration>
62 <Configuration
63 Name="Release|Win32"
64 OutputDirectory="gob_Release"
65 IntermediateDirectory="gob_Release"
66 ConfigurationType="4"
67 CharacterSet="2"
68 ManagedExtensions="FALSE">
69 <Tool
70 Name="VCCLCompilerTool"
71 AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
72 InlineFunctionExpansion="1"
73 OmitFramePointers="TRUE"
74 AdditionalIncludeDirectories="../../;../../common"
75 PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLUIDSYNTH"
76 StringPooling="TRUE"
77 MinimalRebuild="FALSE"
78 RuntimeLibrary="0"
79 BufferSecurityCheck="FALSE"
80 ForceConformanceInForLoopScope="TRUE"
81 UsePrecompiledHeader="0"
82 WarningLevel="4"
83 WarnAsError="TRUE"
84 DebugInformationFormat="0"/>
85 <Tool
86 Name="VCCustomBuildTool"/>
87 <Tool
88 Name="VCLibrarianTool"
89 OutputFile="$(OutDir)/$gob.lib"/>
90 <Tool
91 Name="VCMIDLTool"/>
92 <Tool
93 Name="VCPostBuildEventTool"/>
94 <Tool
95 Name="VCPreBuildEventTool"/>
96 <Tool
97 Name="VCPreLinkEventTool"/>
98 <Tool
99 Name="VCResourceCompilerTool"/>
100 <Tool
101 Name="VCWebServiceProxyGeneratorTool"/>
102 <Tool
103 Name="VCXMLDataGeneratorTool"/>
104 <Tool
105 Name="VCManagedWrapperGeneratorTool"/>
106 <Tool
107 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
108 </Configuration>
109 </Configurations>
110 <References>
111 </References>
112 <Files>
113 <File
114 RelativePath="..\..\gob\anim.cpp">
115 </File>
116 <File
117 RelativePath="..\..\gob\anim.h">
118 </File>
119 <File
120 RelativePath="..\..\gob\cdrom.cpp">
121 </File>
122 <File
123 RelativePath="..\..\gob\cdrom.h">
124 </File>
125 <File
126 RelativePath="..\..\gob\dataio.cpp">
127 </File>
128 <File
129 RelativePath="..\..\gob\dataio.h">
130 </File>
131 <File
132 RelativePath="..\..\gob\draw.cpp">
133 </File>
134 <File
135 RelativePath="..\..\gob\draw.h">
136 </File>
137 <File
138 RelativePath="..\..\gob\driver_vga.cpp">
139 </File>
140 <File
141 RelativePath="..\..\gob\driver_vga.h">
142 </File>
143 <File
144 RelativePath="..\..\gob\game.cpp">
145 </File>
146 <File
147 RelativePath="..\..\gob\game.h">
148 </File>
149 <File
150 RelativePath="..\..\gob\global.cpp">
151 </File>
152 <File
153 RelativePath="..\..\gob\global.h">
154 </File>
155 <File
156 RelativePath="..\..\gob\gob.cpp">
157 </File>
158 <File
159 RelativePath="..\..\gob\gob.h">
160 </File>
161 <File
162 RelativePath="..\..\gob\goblin.cpp">
163 </File>
164 <File
165 RelativePath="..\..\gob\goblin.h">
166 </File>
167 <File
168 RelativePath="..\..\gob\init.cpp">
169 </File>
170 <File
171 RelativePath="..\..\gob\init.h">
172 </File>
173 <File
174 RelativePath="..\..\gob\inter.cpp">
175 </File>
176 <File
177 RelativePath="..\..\gob\inter.h">
178 </File>
179 <File
180 RelativePath="..\..\gob\map.cpp">
181 </File>
182 <File
183 RelativePath="..\..\gob\map.h">
184 </File>
185 <File
186 RelativePath="..\..\gob\mult.cpp">
187 </File>
188 <File
189 RelativePath="..\..\gob\mult.h">
190 </File>
191 <File
192 RelativePath="..\..\gob\pack.cpp">
193 </File>
194 <File
195 RelativePath="..\..\gob\pack.h">
196 </File>
197 <File
198 RelativePath="..\..\gob\palanim.cpp">
199 </File>
200 <File
201 RelativePath="..\..\gob\palanim.h">
202 </File>
203 <File
204 RelativePath="..\..\gob\parse.cpp">
205 </File>
206 <File
207 RelativePath="..\..\gob\parse.h">
208 </File>
209 <File
210 RelativePath="..\..\gob\scenery.cpp">
211 </File>
212 <File
213 RelativePath="..\..\gob\scenery.h">
214 </File>
215 <File
216 RelativePath="..\..\gob\sound.cpp">
217 </File>
218 <File
219 RelativePath="..\..\gob\sound.h">
220 </File>
221 <File
222 RelativePath="..\..\gob\timer.cpp">
223 </File>
224 <File
225 RelativePath="..\..\gob\timer.h">
226 </File>
227 <File
228 RelativePath="..\..\gob\util.cpp">
229 </File>
230 <File
231 RelativePath="..\..\gob\util.h">
232 </File>
233 <File
234 RelativePath="..\..\gob\video.cpp">
235 </File>
236 <File
237 RelativePath="..\..\gob\video.h">
238 </File>
239 </Files>
240 <Globals>
241 </Globals>
242</VisualStudioProject>