1 | <?xml version="1.0" encoding="Windows-1252"?> |
---|
2 | <VisualStudioProject |
---|
3 | ProjectType="Visual C++" |
---|
4 | Version="8,00" |
---|
5 | Name="char-server_txt" |
---|
6 | ProjectGUID="{D356871D-58E1-450B-967A-E3E9646175AF}" |
---|
7 | RootNamespace="char-server_txt" |
---|
8 | Keyword="Win32Proj" |
---|
9 | > |
---|
10 | <Platforms> |
---|
11 | <Platform |
---|
12 | Name="Win32" |
---|
13 | /> |
---|
14 | </Platforms> |
---|
15 | <ToolFiles> |
---|
16 | </ToolFiles> |
---|
17 | <Configurations> |
---|
18 | <Configuration |
---|
19 | Name="Debug|Win32" |
---|
20 | OutputDirectory=".." |
---|
21 | IntermediateDirectory="$(ProjectName)\$(ConfigurationName)" |
---|
22 | ConfigurationType="1" |
---|
23 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
---|
24 | CharacterSet="2" |
---|
25 | > |
---|
26 | <Tool |
---|
27 | Name="VCPreBuildEventTool" |
---|
28 | /> |
---|
29 | <Tool |
---|
30 | Name="VCCustomBuildTool" |
---|
31 | /> |
---|
32 | <Tool |
---|
33 | Name="VCXMLDataGeneratorTool" |
---|
34 | /> |
---|
35 | <Tool |
---|
36 | Name="VCWebServiceProxyGeneratorTool" |
---|
37 | /> |
---|
38 | <Tool |
---|
39 | Name="VCMIDLTool" |
---|
40 | /> |
---|
41 | <Tool |
---|
42 | Name="VCCLCompilerTool" |
---|
43 | Optimization="0" |
---|
44 | AdditionalIncludeDirectories="..\src\common;..\src\zlib" |
---|
45 | PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION" |
---|
46 | GeneratePreprocessedFile="0" |
---|
47 | MinimalRebuild="true" |
---|
48 | ExceptionHandling="0" |
---|
49 | BasicRuntimeChecks="3" |
---|
50 | RuntimeLibrary="1" |
---|
51 | EnableFunctionLevelLinking="true" |
---|
52 | DefaultCharIsUnsigned="false" |
---|
53 | UsePrecompiledHeader="0" |
---|
54 | WarningLevel="3" |
---|
55 | Detect64BitPortabilityProblems="false" |
---|
56 | DebugInformationFormat="4" |
---|
57 | CompileAs="1" |
---|
58 | /> |
---|
59 | <Tool |
---|
60 | Name="VCManagedResourceCompilerTool" |
---|
61 | /> |
---|
62 | <Tool |
---|
63 | Name="VCResourceCompilerTool" |
---|
64 | /> |
---|
65 | <Tool |
---|
66 | Name="VCPreLinkEventTool" |
---|
67 | /> |
---|
68 | <Tool |
---|
69 | Name="VCLinkerTool" |
---|
70 | AdditionalDependencies="libcmtd.lib oldnames.lib ws2_32.lib zdll.lib" |
---|
71 | OutputFile="$(OutDir)\char-server.exe" |
---|
72 | LinkIncremental="2" |
---|
73 | AdditionalLibraryDirectories="..\lib" |
---|
74 | IgnoreAllDefaultLibraries="true" |
---|
75 | GenerateDebugInformation="true" |
---|
76 | ProgramDatabaseFile="$(OutDir)\char-server.pdb" |
---|
77 | SubSystem="1" |
---|
78 | TargetMachine="1" |
---|
79 | /> |
---|
80 | <Tool |
---|
81 | Name="VCALinkTool" |
---|
82 | /> |
---|
83 | <Tool |
---|
84 | Name="VCManifestTool" |
---|
85 | /> |
---|
86 | <Tool |
---|
87 | Name="VCXDCMakeTool" |
---|
88 | /> |
---|
89 | <Tool |
---|
90 | Name="VCBscMakeTool" |
---|
91 | /> |
---|
92 | <Tool |
---|
93 | Name="VCFxCopTool" |
---|
94 | /> |
---|
95 | <Tool |
---|
96 | Name="VCAppVerifierTool" |
---|
97 | /> |
---|
98 | <Tool |
---|
99 | Name="VCWebDeploymentTool" |
---|
100 | /> |
---|
101 | <Tool |
---|
102 | Name="VCPostBuildEventTool" |
---|
103 | /> |
---|
104 | </Configuration> |
---|
105 | <Configuration |
---|
106 | Name="Release|Win32" |
---|
107 | OutputDirectory=".." |
---|
108 | IntermediateDirectory="$(ProjectName)\$(ConfigurationName)" |
---|
109 | ConfigurationType="1" |
---|
110 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
---|
111 | CharacterSet="2" |
---|
112 | WholeProgramOptimization="1" |
---|
113 | > |
---|
114 | <Tool |
---|
115 | Name="VCPreBuildEventTool" |
---|
116 | /> |
---|
117 | <Tool |
---|
118 | Name="VCCustomBuildTool" |
---|
119 | /> |
---|
120 | <Tool |
---|
121 | Name="VCXMLDataGeneratorTool" |
---|
122 | /> |
---|
123 | <Tool |
---|
124 | Name="VCWebServiceProxyGeneratorTool" |
---|
125 | /> |
---|
126 | <Tool |
---|
127 | Name="VCMIDLTool" |
---|
128 | /> |
---|
129 | <Tool |
---|
130 | Name="VCCLCompilerTool" |
---|
131 | Optimization="2" |
---|
132 | InlineFunctionExpansion="2" |
---|
133 | EnableIntrinsicFunctions="true" |
---|
134 | FavorSizeOrSpeed="1" |
---|
135 | OmitFramePointers="true" |
---|
136 | EnableFiberSafeOptimizations="true" |
---|
137 | WholeProgramOptimization="true" |
---|
138 | AdditionalIncludeDirectories="..\src\common;..\src\zlib" |
---|
139 | PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION" |
---|
140 | StringPooling="true" |
---|
141 | RuntimeLibrary="0" |
---|
142 | DefaultCharIsUnsigned="false" |
---|
143 | UsePrecompiledHeader="0" |
---|
144 | WarningLevel="3" |
---|
145 | Detect64BitPortabilityProblems="false" |
---|
146 | DebugInformationFormat="3" |
---|
147 | CompileAs="1" |
---|
148 | /> |
---|
149 | <Tool |
---|
150 | Name="VCManagedResourceCompilerTool" |
---|
151 | /> |
---|
152 | <Tool |
---|
153 | Name="VCResourceCompilerTool" |
---|
154 | /> |
---|
155 | <Tool |
---|
156 | Name="VCPreLinkEventTool" |
---|
157 | /> |
---|
158 | <Tool |
---|
159 | Name="VCLinkerTool" |
---|
160 | AdditionalDependencies="libcmt.lib oldnames.lib ws2_32.lib zdll.lib" |
---|
161 | OutputFile="$(OutDir)\char-server.exe" |
---|
162 | LinkIncremental="1" |
---|
163 | AdditionalLibraryDirectories="..\lib" |
---|
164 | IgnoreAllDefaultLibraries="true" |
---|
165 | GenerateDebugInformation="true" |
---|
166 | ProgramDatabaseFile="$(OutDir)\char-server.pdb" |
---|
167 | SubSystem="1" |
---|
168 | OptimizeReferences="2" |
---|
169 | EnableCOMDATFolding="2" |
---|
170 | OptimizeForWindows98="1" |
---|
171 | LinkTimeCodeGeneration="1" |
---|
172 | TargetMachine="1" |
---|
173 | /> |
---|
174 | <Tool |
---|
175 | Name="VCALinkTool" |
---|
176 | /> |
---|
177 | <Tool |
---|
178 | Name="VCManifestTool" |
---|
179 | /> |
---|
180 | <Tool |
---|
181 | Name="VCXDCMakeTool" |
---|
182 | /> |
---|
183 | <Tool |
---|
184 | Name="VCBscMakeTool" |
---|
185 | /> |
---|
186 | <Tool |
---|
187 | Name="VCFxCopTool" |
---|
188 | /> |
---|
189 | <Tool |
---|
190 | Name="VCAppVerifierTool" |
---|
191 | /> |
---|
192 | <Tool |
---|
193 | Name="VCWebDeploymentTool" |
---|
194 | /> |
---|
195 | <Tool |
---|
196 | Name="VCPostBuildEventTool" |
---|
197 | /> |
---|
198 | </Configuration> |
---|
199 | </Configurations> |
---|
200 | <References> |
---|
201 | </References> |
---|
202 | <Files> |
---|
203 | <Filter |
---|
204 | Name="char_txt" |
---|
205 | > |
---|
206 | <File |
---|
207 | RelativePath="..\src\char\char.c" |
---|
208 | > |
---|
209 | </File> |
---|
210 | <File |
---|
211 | RelativePath="..\src\char\char.h" |
---|
212 | > |
---|
213 | </File> |
---|
214 | <File |
---|
215 | RelativePath="..\src\char\int_guild.c" |
---|
216 | > |
---|
217 | </File> |
---|
218 | <File |
---|
219 | RelativePath="..\src\char\int_guild.h" |
---|
220 | > |
---|
221 | </File> |
---|
222 | <File |
---|
223 | RelativePath="..\src\char\int_homun.c" |
---|
224 | > |
---|
225 | </File> |
---|
226 | <File |
---|
227 | RelativePath="..\src\char\int_homun.h" |
---|
228 | > |
---|
229 | </File> |
---|
230 | <File |
---|
231 | RelativePath="..\src\char\int_party.c" |
---|
232 | > |
---|
233 | </File> |
---|
234 | <File |
---|
235 | RelativePath="..\src\char\int_party.h" |
---|
236 | > |
---|
237 | </File> |
---|
238 | <File |
---|
239 | RelativePath="..\src\char\int_pet.c" |
---|
240 | > |
---|
241 | </File> |
---|
242 | <File |
---|
243 | RelativePath="..\src\char\int_pet.h" |
---|
244 | > |
---|
245 | </File> |
---|
246 | <File |
---|
247 | RelativePath="..\src\char\int_status.c" |
---|
248 | > |
---|
249 | </File> |
---|
250 | <File |
---|
251 | RelativePath="..\src\char\int_status.h" |
---|
252 | > |
---|
253 | </File> |
---|
254 | <File |
---|
255 | RelativePath="..\src\char\int_storage.c" |
---|
256 | > |
---|
257 | </File> |
---|
258 | <File |
---|
259 | RelativePath="..\src\char\int_storage.h" |
---|
260 | > |
---|
261 | </File> |
---|
262 | <File |
---|
263 | RelativePath="..\src\char\inter.c" |
---|
264 | > |
---|
265 | </File> |
---|
266 | <File |
---|
267 | RelativePath="..\src\char\inter.h" |
---|
268 | > |
---|
269 | </File> |
---|
270 | </Filter> |
---|
271 | <Filter |
---|
272 | Name="common" |
---|
273 | > |
---|
274 | <File |
---|
275 | RelativePath="..\src\common\cbasetypes.h" |
---|
276 | > |
---|
277 | </File> |
---|
278 | <File |
---|
279 | RelativePath="..\src\common\core.c" |
---|
280 | > |
---|
281 | </File> |
---|
282 | <File |
---|
283 | RelativePath="..\src\common\core.h" |
---|
284 | > |
---|
285 | </File> |
---|
286 | <File |
---|
287 | RelativePath="..\src\common\db.c" |
---|
288 | > |
---|
289 | </File> |
---|
290 | <File |
---|
291 | RelativePath="..\src\common\db.h" |
---|
292 | > |
---|
293 | </File> |
---|
294 | <File |
---|
295 | RelativePath="..\src\common\ers.c" |
---|
296 | > |
---|
297 | </File> |
---|
298 | <File |
---|
299 | RelativePath="..\src\common\ers.h" |
---|
300 | > |
---|
301 | </File> |
---|
302 | <File |
---|
303 | RelativePath="..\src\common\lock.c" |
---|
304 | > |
---|
305 | </File> |
---|
306 | <File |
---|
307 | RelativePath="..\src\common\lock.h" |
---|
308 | > |
---|
309 | </File> |
---|
310 | <File |
---|
311 | RelativePath="..\src\common\malloc.c" |
---|
312 | > |
---|
313 | </File> |
---|
314 | <File |
---|
315 | RelativePath="..\src\common\malloc.h" |
---|
316 | > |
---|
317 | </File> |
---|
318 | <File |
---|
319 | RelativePath="..\src\common\mapindex.c" |
---|
320 | > |
---|
321 | </File> |
---|
322 | <File |
---|
323 | RelativePath="..\src\common\mapindex.h" |
---|
324 | > |
---|
325 | </File> |
---|
326 | <File |
---|
327 | RelativePath="..\src\common\mmo.h" |
---|
328 | > |
---|
329 | </File> |
---|
330 | <File |
---|
331 | RelativePath="..\src\common\nullpo.c" |
---|
332 | > |
---|
333 | </File> |
---|
334 | <File |
---|
335 | RelativePath="..\src\common\nullpo.h" |
---|
336 | > |
---|
337 | </File> |
---|
338 | <File |
---|
339 | RelativePath="..\src\common\plugin.h" |
---|
340 | > |
---|
341 | </File> |
---|
342 | <File |
---|
343 | RelativePath="..\src\common\plugins.c" |
---|
344 | > |
---|
345 | </File> |
---|
346 | <File |
---|
347 | RelativePath="..\src\common\plugins.h" |
---|
348 | > |
---|
349 | </File> |
---|
350 | <File |
---|
351 | RelativePath="..\src\common\showmsg.c" |
---|
352 | > |
---|
353 | </File> |
---|
354 | <File |
---|
355 | RelativePath="..\src\common\showmsg.h" |
---|
356 | > |
---|
357 | </File> |
---|
358 | <File |
---|
359 | RelativePath="..\src\common\socket.c" |
---|
360 | > |
---|
361 | </File> |
---|
362 | <File |
---|
363 | RelativePath="..\src\common\socket.h" |
---|
364 | > |
---|
365 | </File> |
---|
366 | <File |
---|
367 | RelativePath="..\src\common\strlib.c" |
---|
368 | > |
---|
369 | </File> |
---|
370 | <File |
---|
371 | RelativePath="..\src\common\strlib.h" |
---|
372 | > |
---|
373 | </File> |
---|
374 | <File |
---|
375 | RelativePath="..\src\common\timer.c" |
---|
376 | > |
---|
377 | </File> |
---|
378 | <File |
---|
379 | RelativePath="..\src\common\timer.h" |
---|
380 | > |
---|
381 | </File> |
---|
382 | <File |
---|
383 | RelativePath="..\src\common\utils.c" |
---|
384 | > |
---|
385 | </File> |
---|
386 | <File |
---|
387 | RelativePath="..\src\common\utils.h" |
---|
388 | > |
---|
389 | </File> |
---|
390 | <File |
---|
391 | RelativePath="..\src\common\version.h" |
---|
392 | > |
---|
393 | </File> |
---|
394 | </Filter> |
---|
395 | </Files> |
---|
396 | <Globals> |
---|
397 | </Globals> |
---|
398 | </VisualStudioProject> |
---|