root/vcproj-9/char-server_txt.vcproj @ 13

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