root/vcproj-9/login-server_txt.vcproj @ 16

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="9,00"
5        Name="login-server_txt"
6        ProjectGUID="{D356871D-58E1-450B-967A-E2E9646175AF}"
7        RootNamespace="login-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                        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                                DebugInformationFormat="4"
56                                CompileAs="1"
57                                DisableSpecificWarnings="4100;4800"
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                                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                        CharacterSet="2"
111                        WholeProgramOptimization="1"
112                        >
113                        <Tool
114                                Name="VCPreBuildEventTool"
115                        />
116                        <Tool
117                                Name="VCCustomBuildTool"
118                        />
119                        <Tool
120                                Name="VCXMLDataGeneratorTool"
121                        />
122                        <Tool
123                                Name="VCWebServiceProxyGeneratorTool"
124                        />
125                        <Tool
126                                Name="VCMIDLTool"
127                        />
128                        <Tool
129                                Name="VCCLCompilerTool"
130                                Optimization="2"
131                                InlineFunctionExpansion="2"
132                                EnableIntrinsicFunctions="true"
133                                FavorSizeOrSpeed="1"
134                                OmitFramePointers="true"
135                                EnableFiberSafeOptimizations="true"
136                                WholeProgramOptimization="true"
137                                AdditionalIncludeDirectories="..\src\common;..\src\zlib"
138                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
139                                StringPooling="true"
140                                RuntimeLibrary="0"
141                                DefaultCharIsUnsigned="false"
142                                UsePrecompiledHeader="0"
143                                WarningLevel="3"
144                                DebugInformationFormat="3"
145                                CompileAs="1"
146                                DisableSpecificWarnings="4100;4800"
147                        />
148                        <Tool
149                                Name="VCManagedResourceCompilerTool"
150                        />
151                        <Tool
152                                Name="VCResourceCompilerTool"
153                        />
154                        <Tool
155                                Name="VCPreLinkEventTool"
156                        />
157                        <Tool
158                                Name="VCLinkerTool"
159                                AdditionalDependencies="libcmt.lib oldnames.lib ws2_32.lib zdll.lib"
160                                OutputFile="$(OutDir)\login-server.exe"
161                                LinkIncremental="1"
162                                AdditionalLibraryDirectories="..\lib"
163                                IgnoreAllDefaultLibraries="true"
164                                GenerateDebugInformation="true"
165                                ProgramDatabaseFile="$(OutDir)\login-server.pdb"
166                                SubSystem="1"
167                                OptimizeReferences="2"
168                                EnableCOMDATFolding="2"
169                                LinkTimeCodeGeneration="1"
170                                RandomizedBaseAddress="1"
171                                DataExecutionPrevention="0"
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="VCPostBuildEventTool"
194                        />
195                </Configuration>
196        </Configurations>
197        <References>
198        </References>
199        <Files>
200                <Filter
201                        Name="login_txt"
202                        >
203                        <File
204                                RelativePath="..\src\login\admin.c"
205                                >
206                        </File>
207                        <File
208                                RelativePath="..\src\login\login.c"
209                                >
210                        </File>
211                        <File
212                                RelativePath="..\src\login\login.h"
213                                >
214                        </File>
215                </Filter>
216                <Filter
217                        Name="common"
218                        >
219                        <File
220                                RelativePath="..\src\common\cbasetypes.h"
221                                >
222                        </File>
223                        <File
224                                RelativePath="..\src\common\core.c"
225                                >
226                        </File>
227                        <File
228                                RelativePath="..\src\common\core.h"
229                                >
230                        </File>
231                        <File
232                                RelativePath="..\src\common\db.c"
233                                >
234                        </File>
235                        <File
236                                RelativePath="..\src\common\db.h"
237                                >
238                        </File>
239                        <File
240                                RelativePath="..\src\common\ers.c"
241                                >
242                        </File>
243                        <File
244                                RelativePath="..\src\common\lock.c"
245                                >
246                        </File>
247                        <File
248                                RelativePath="..\src\common\lock.h"
249                                >
250                        </File>
251                        <File
252                                RelativePath="..\src\common\malloc.c"
253                                >
254                        </File>
255                        <File
256                                RelativePath="..\src\common\malloc.h"
257                                >
258                        </File>
259                        <File
260                                RelativePath="..\src\common\md5calc.c"
261                                >
262                        </File>
263                        <File
264                                RelativePath="..\src\common\md5calc.h"
265                                >
266                        </File>
267                        <File
268                                RelativePath="..\src\common\mmo.h"
269                                >
270                        </File>
271                        <File
272                                RelativePath="..\src\common\nullpo.c"
273                                >
274                        </File>
275                        <File
276                                RelativePath="..\src\common\nullpo.h"
277                                >
278                        </File>
279                        <File
280                                RelativePath="..\src\common\plugin.h"
281                                >
282                        </File>
283                        <File
284                                RelativePath="..\src\common\plugins.c"
285                                >
286                        </File>
287                        <File
288                                RelativePath="..\src\common\plugins.h"
289                                >
290                        </File>
291                        <File
292                                RelativePath="..\src\common\showmsg.c"
293                                >
294                        </File>
295                        <File
296                                RelativePath="..\src\common\showmsg.h"
297                                >
298                        </File>
299                        <File
300                                RelativePath="..\src\common\socket.c"
301                                >
302                        </File>
303                        <File
304                                RelativePath="..\src\common\socket.h"
305                                >
306                        </File>
307                        <File
308                                RelativePath="..\src\common\strlib.c"
309                                >
310                        </File>
311                        <File
312                                RelativePath="..\src\common\strlib.h"
313                                >
314                        </File>
315                        <File
316                                RelativePath="..\src\common\timer.c"
317                                >
318                        </File>
319                        <File
320                                RelativePath="..\src\common\timer.h"
321                                >
322                        </File>
323                        <File
324                                RelativePath="..\src\common\utils.c"
325                                >
326                        </File>
327                        <File
328                                RelativePath="..\src\common\utils.h"
329                                >
330                        </File>
331                        <File
332                                RelativePath="..\src\common\version.h"
333                                >
334                        </File>
335                </Filter>
336        </Files>
337        <Globals>
338        </Globals>
339</VisualStudioProject>
Note: See TracBrowser for help on using the browser.