root/vcproj-8/login-server_sql.vcproj @ 1

Revision 1, 7.5 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_sql"
6        ProjectGUID="{D356871D-58E1-450B-967A-E5E9646175AF}"
7        RootNamespace="login-server_sql"
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;..\src\mysql"
45                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_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 libmysql.lib zdll.lib"
71                                OutputFile="$(OutDir)\$(ProjectName).exe"
72                                LinkIncremental="2"
73                                AdditionalLibraryDirectories="..\lib"
74                                IgnoreAllDefaultLibraries="true"
75                                IgnoreDefaultLibraryNames=""
76                                GenerateDebugInformation="true"
77                                ProgramDatabaseFile="$(OutDir)\$(ProjectName).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                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
112                        CharacterSet="2"
113                        WholeProgramOptimization="1"
114                        >
115                        <Tool
116                                Name="VCPreBuildEventTool"
117                        />
118                        <Tool
119                                Name="VCCustomBuildTool"
120                        />
121                        <Tool
122                                Name="VCXMLDataGeneratorTool"
123                        />
124                        <Tool
125                                Name="VCWebServiceProxyGeneratorTool"
126                        />
127                        <Tool
128                                Name="VCMIDLTool"
129                        />
130                        <Tool
131                                Name="VCCLCompilerTool"
132                                Optimization="2"
133                                InlineFunctionExpansion="2"
134                                EnableIntrinsicFunctions="true"
135                                FavorSizeOrSpeed="1"
136                                OmitFramePointers="true"
137                                EnableFiberSafeOptimizations="true"
138                                WholeProgramOptimization="true"
139                                AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
140                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
141                                StringPooling="true"
142                                RuntimeLibrary="0"
143                                DefaultCharIsUnsigned="false"
144                                UsePrecompiledHeader="0"
145                                PrecompiledHeaderThrough=""
146                                PrecompiledHeaderFile=""
147                                WarningLevel="3"
148                                Detect64BitPortabilityProblems="false"
149                                DebugInformationFormat="3"
150                                CompileAs="1"
151                        />
152                        <Tool
153                                Name="VCManagedResourceCompilerTool"
154                        />
155                        <Tool
156                                Name="VCResourceCompilerTool"
157                        />
158                        <Tool
159                                Name="VCPreLinkEventTool"
160                        />
161                        <Tool
162                                Name="VCLinkerTool"
163                                AdditionalDependencies="libcmt.lib oldnames.lib ws2_32.lib libmysql.lib zdll.lib"
164                                OutputFile="$(OutDir)\$(ProjectName).exe"
165                                LinkIncremental="1"
166                                AdditionalLibraryDirectories="..\lib"
167                                IgnoreAllDefaultLibraries="true"
168                                IgnoreDefaultLibraryNames=""
169                                GenerateDebugInformation="true"
170                                ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
171                                SubSystem="1"
172                                OptimizeReferences="2"
173                                EnableCOMDATFolding="2"
174                                OptimizeForWindows98="1"
175                                LinkTimeCodeGeneration="1"
176                                TargetMachine="1"
177                        />
178                        <Tool
179                                Name="VCALinkTool"
180                        />
181                        <Tool
182                                Name="VCManifestTool"
183                        />
184                        <Tool
185                                Name="VCXDCMakeTool"
186                        />
187                        <Tool
188                                Name="VCBscMakeTool"
189                        />
190                        <Tool
191                                Name="VCFxCopTool"
192                        />
193                        <Tool
194                                Name="VCAppVerifierTool"
195                        />
196                        <Tool
197                                Name="VCWebDeploymentTool"
198                        />
199                        <Tool
200                                Name="VCPostBuildEventTool"
201                        />
202                </Configuration>
203        </Configurations>
204        <References>
205        </References>
206        <Files>
207                <Filter
208                        Name="login_sql"
209                        >
210                        <File
211                                RelativePath="..\src\login_sql\login.c"
212                                >
213                        </File>
214                        <File
215                                RelativePath="..\src\login_sql\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\ers.h"
248                                >
249                        </File>
250                        <File
251                                RelativePath="..\src\common\lock.c"
252                                >
253                        </File>
254                        <File
255                                RelativePath="..\src\common\lock.h"
256                                >
257                        </File>
258                        <File
259                                RelativePath="..\src\common\malloc.c"
260                                >
261                        </File>
262                        <File
263                                RelativePath="..\src\common\malloc.h"
264                                >
265                        </File>
266                        <File
267                                RelativePath="..\src\common\md5calc.c"
268                                >
269                        </File>
270                        <File
271                                RelativePath="..\src\common\md5calc.h"
272                                >
273                        </File>
274                        <File
275                                RelativePath="..\src\common\mmo.h"
276                                >
277                        </File>
278                        <File
279                                RelativePath="..\src\common\nullpo.c"
280                                >
281                        </File>
282                        <File
283                                RelativePath="..\src\common\nullpo.h"
284                                >
285                        </File>
286                        <File
287                                RelativePath="..\src\common\plugin.h"
288                                >
289                        </File>
290                        <File
291                                RelativePath="..\src\common\plugins.c"
292                                >
293                        </File>
294                        <File
295                                RelativePath="..\src\common\plugins.h"
296                                >
297                        </File>
298                        <File
299                                RelativePath="..\src\common\showmsg.c"
300                                >
301                        </File>
302                        <File
303                                RelativePath="..\src\common\showmsg.h"
304                                >
305                        </File>
306                        <File
307                                RelativePath="..\src\common\socket.c"
308                                >
309                        </File>
310                        <File
311                                RelativePath="..\src\common\socket.h"
312                                >
313                        </File>
314                        <File
315                                RelativePath="..\src\common\sql.c"
316                                >
317                        </File>
318                        <File
319                                RelativePath="..\src\common\sql.h"
320                                >
321                        </File>
322                        <File
323                                RelativePath="..\src\common\strlib.c"
324                                >
325                        </File>
326                        <File
327                                RelativePath="..\src\common\strlib.h"
328                                >
329                        </File>
330                        <File
331                                RelativePath="..\src\common\timer.c"
332                                >
333                        </File>
334                        <File
335                                RelativePath="..\src\common\timer.h"
336                                >
337                        </File>
338                        <File
339                                RelativePath="..\src\common\utils.c"
340                                >
341                        </File>
342                        <File
343                                RelativePath="..\src\common\utils.h"
344                                >
345                        </File>
346                        <File
347                                RelativePath="..\src\common\version.h"
348                                >
349                        </File>
350                </Filter>
351        </Files>
352        <Globals>
353        </Globals>
354</VisualStudioProject>
Note: See TracBrowser for help on using the browser.