root/vcproj-8/login-server_txt.vcproj

Revision 1, 7.0 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="8,00"
5        Name="login-server_txt"
6        ProjectGUID="{D356871D-58E1-450B-967A-E2E9646175AF}"
7        RootNamespace="login-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                        CharacterSet="2"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                AdditionalOptions="/wd4100"
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                                ShowProgress="0"
72                                OutputFile="$(OutDir)\login-server.exe"
73                                LinkIncremental="2"
74                                AdditionalLibraryDirectories="..\lib"
75                                IgnoreAllDefaultLibraries="true"
76                                GenerateDebugInformation="true"
77                                ProgramDatabaseFile="$(OutDir)\login-server.pdb"
78                                SubSystem="1"
79                                TargetMachine="1"
80                        />
81                        <Tool
82                                Name="VCALinkTool"
83                        />
84                        <Tool
85                                Name="VCManifestTool"
86                        />
87                        <Tool
88                                Name="VCXDCMakeTool"
89                        />
90                        <Tool
91                                Name="VCBscMakeTool"
92                        />
93                        <Tool
94                                Name="VCFxCopTool"
95                        />
96                        <Tool
97                                Name="VCAppVerifierTool"
98                        />
99                        <Tool
100                                Name="VCWebDeploymentTool"
101                        />
102                        <Tool
103                                Name="VCPostBuildEventTool"
104                        />
105                </Configuration>
106                <Configuration
107                        Name="Release|Win32"
108                        OutputDirectory=".."
109                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
110                        ConfigurationType="1"
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)\login-server.exe"
162                                LinkIncremental="1"
163                                AdditionalLibraryDirectories="..\lib"
164                                IgnoreAllDefaultLibraries="true"
165                                GenerateDebugInformation="true"
166                                ProgramDatabaseFile="$(OutDir)\login-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="login_txt"
205                        >
206                        <File
207                                RelativePath="..\src\login\admin.c"
208                                >
209                        </File>
210                        <File
211                                RelativePath="..\src\login\login.c"
212                                >
213                        </File>
214                        <File
215                                RelativePath="..\src\login\login.h"
216                                >
217                        </File>
218                </Filter>
219                <Filter
220                        Name="common"
221                        >
222                        <File
223                                RelativePath="..\src\common\cbasetypes.h"
224                                >
225                        </File>
226                        <File
227                                RelativePath="..\src\common\core.c"
228                                >
229                        </File>
230                        <File
231                                RelativePath="..\src\common\core.h"
232                                >
233                        </File>
234                        <File
235                                RelativePath="..\src\common\db.c"
236                                >
237                        </File>
238                        <File
239                                RelativePath="..\src\common\db.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath="..\src\common\ers.c"
244                                >
245                        </File>
246                        <File
247                                RelativePath="..\src\common\lock.c"
248                                >
249                        </File>
250                        <File
251                                RelativePath="..\src\common\lock.h"
252                                >
253                        </File>
254                        <File
255                                RelativePath="..\src\common\malloc.c"
256                                >
257                        </File>
258                        <File
259                                RelativePath="..\src\common\malloc.h"
260                                >
261                        </File>
262                        <File
263                                RelativePath="..\src\common\md5calc.c"
264                                >
265                        </File>
266                        <File
267                                RelativePath="..\src\common\md5calc.h"
268                                >
269                        </File>
270                        <File
271                                RelativePath="..\src\common\mmo.h"
272                                >
273                        </File>
274                        <File
275                                RelativePath="..\src\common\nullpo.c"
276                                >
277                        </File>
278                        <File
279                                RelativePath="..\src\common\nullpo.h"
280                                >
281                        </File>
282                        <File
283                                RelativePath="..\src\common\plugin.h"
284                                >
285                        </File>
286                        <File
287                                RelativePath="..\src\common\plugins.c"
288                                >
289                        </File>
290                        <File
291                                RelativePath="..\src\common\plugins.h"
292                                >
293                        </File>
294                        <File
295                                RelativePath="..\src\common\showmsg.c"
296                                >
297                        </File>
298                        <File
299                                RelativePath="..\src\common\showmsg.h"
300                                >
301                        </File>
302                        <File
303                                RelativePath="..\src\common\socket.c"
304                                >
305                        </File>
306                        <File
307                                RelativePath="..\src\common\socket.h"
308                                >
309                        </File>
310                        <File
311                                RelativePath="..\src\common\strlib.c"
312                                >
313                        </File>
314                        <File
315                                RelativePath="..\src\common\strlib.h"
316                                >
317                        </File>
318                        <File
319                                RelativePath="..\src\common\timer.c"
320                                >
321                        </File>
322                        <File
323                                RelativePath="..\src\common\timer.h"
324                                >
325                        </File>
326                        <File
327                                RelativePath="..\src\common\utils.c"
328                                >
329                        </File>
330                        <File
331                                RelativePath="..\src\common\utils.h"
332                                >
333                        </File>
334                        <File
335                                RelativePath="..\src\common\version.h"
336                                >
337                        </File>
338                </Filter>
339        </Files>
340        <Globals>
341        </Globals>
342</VisualStudioProject>
Note: See TracBrowser for help on using the browser.