root/vcproj-9/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="9,00"
5        Name="login-server_sql"
6        ProjectGUID="{D356871D-58E1-450B-967A-E5E9646175AF}"
7        RootNamespace="login-server_sql"
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;..\src\mysql"
46                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_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="4100;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 libmysql.lib zdll.lib"
72                                OutputFile="$(OutDir)\$(ProjectName).exe"
73                                LinkIncremental="2"
74                                AdditionalLibraryDirectories="..\lib"
75                                IgnoreAllDefaultLibraries="true"
76                                IgnoreDefaultLibraryNames=""
77                                GenerateDebugInformation="true"
78                                ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
79                                SubSystem="1"
80                                RandomizedBaseAddress="1"
81                                DataExecutionPrevention="0"
82                                TargetMachine="1"
83                        />
84                        <Tool
85                                Name="VCALinkTool"
86                        />
87                        <Tool
88                                Name="VCManifestTool"
89                        />
90                        <Tool
91                                Name="VCXDCMakeTool"
92                        />
93                        <Tool
94                                Name="VCBscMakeTool"
95                        />
96                        <Tool
97                                Name="VCFxCopTool"
98                        />
99                        <Tool
100                                Name="VCAppVerifierTool"
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                                DebugInformationFormat="3"
149                                CompileAs="1"
150                                DisableSpecificWarnings="4100;4800"
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                                LinkTimeCodeGeneration="1"
175                                RandomizedBaseAddress="1"
176                                DataExecutionPrevention="0"
177                                TargetMachine="1"
178                        />
179                        <Tool
180                                Name="VCALinkTool"
181                        />
182                        <Tool
183                                Name="VCManifestTool"
184                        />
185                        <Tool
186                                Name="VCXDCMakeTool"
187                        />
188                        <Tool
189                                Name="VCBscMakeTool"
190                        />
191                        <Tool
192                                Name="VCFxCopTool"
193                        />
194                        <Tool
195                                Name="VCAppVerifierTool"
196                        />
197                        <Tool
198                                Name="VCPostBuildEventTool"
199                        />
200                </Configuration>
201        </Configurations>
202        <References>
203        </References>
204        <Files>
205                <Filter
206                        Name="login_sql"
207                        >
208                        <File
209                                RelativePath="..\src\login_sql\login.c"
210                                >
211                        </File>
212                        <File
213                                RelativePath="..\src\login_sql\login.h"
214                                >
215                        </File>
216                </Filter>
217                <Filter
218                        Name="common"
219                        >
220                        <File
221                                RelativePath="..\src\common\cbasetypes.h"
222                                >
223                        </File>
224                        <File
225                                RelativePath="..\src\common\core.c"
226                                >
227                        </File>
228                        <File
229                                RelativePath="..\src\common\core.h"
230                                >
231                        </File>
232                        <File
233                                RelativePath="..\src\common\db.c"
234                                >
235                        </File>
236                        <File
237                                RelativePath="..\src\common\db.h"
238                                >
239                        </File>
240                        <File
241                                RelativePath="..\src\common\ers.c"
242                                >
243                        </File>
244                        <File
245                                RelativePath="..\src\common\ers.h"
246                                >
247                        </File>
248                        <File
249                                RelativePath="..\src\common\lock.c"
250                                >
251                        </File>
252                        <File
253                                RelativePath="..\src\common\lock.h"
254                                >
255                        </File>
256                        <File
257                                RelativePath="..\src\common\malloc.c"
258                                >
259                        </File>
260                        <File
261                                RelativePath="..\src\common\malloc.h"
262                                >
263                        </File>
264                        <File
265                                RelativePath="..\src\common\md5calc.c"
266                                >
267                        </File>
268                        <File
269                                RelativePath="..\src\common\md5calc.h"
270                                >
271                        </File>
272                        <File
273                                RelativePath="..\src\common\mmo.h"
274                                >
275                        </File>
276                        <File
277                                RelativePath="..\src\common\nullpo.c"
278                                >
279                        </File>
280                        <File
281                                RelativePath="..\src\common\nullpo.h"
282                                >
283                        </File>
284                        <File
285                                RelativePath="..\src\common\plugin.h"
286                                >
287                        </File>
288                        <File
289                                RelativePath="..\src\common\plugins.c"
290                                >
291                        </File>
292                        <File
293                                RelativePath="..\src\common\plugins.h"
294                                >
295                        </File>
296                        <File
297                                RelativePath="..\src\common\showmsg.c"
298                                >
299                        </File>
300                        <File
301                                RelativePath="..\src\common\showmsg.h"
302                                >
303                        </File>
304                        <File
305                                RelativePath="..\src\common\socket.c"
306                                >
307                        </File>
308                        <File
309                                RelativePath="..\src\common\socket.h"
310                                >
311                        </File>
312                        <File
313                                RelativePath="..\src\common\sql.c"
314                                >
315                        </File>
316                        <File
317                                RelativePath="..\src\common\sql.h"
318                                >
319                        </File>
320                        <File
321                                RelativePath="..\src\common\strlib.c"
322                                >
323                        </File>
324                        <File
325                                RelativePath="..\src\common\strlib.h"
326                                >
327                        </File>
328                        <File
329                                RelativePath="..\src\common\timer.c"
330                                >
331                        </File>
332                        <File
333                                RelativePath="..\src\common\timer.h"
334                                >
335                        </File>
336                        <File
337                                RelativePath="..\src\common\utils.c"
338                                >
339                        </File>
340                        <File
341                                RelativePath="..\src\common\utils.h"
342                                >
343                        </File>
344                        <File
345                                RelativePath="..\src\common\version.h"
346                                >
347                        </File>
348                </Filter>
349        </Files>
350        <Globals>
351        </Globals>
352</VisualStudioProject>
Note: See TracBrowser for help on using the browser.