root/vcproj-8/ladmin.vcproj @ 8

Revision 1, 6.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="8,00"
5        Name="ladmin"
6        ProjectGUID="{D356871D-58E1-450B-967A-E8E9646175AF}"
7        RootNamespace="ladmin"
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                                Optimization="0"
43                                AdditionalIncludeDirectories="..\src\common"
44                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;MINICORE;FD_SETSIZE=4096"
45                                GeneratePreprocessedFile="0"
46                                MinimalRebuild="true"
47                                ExceptionHandling="0"
48                                BasicRuntimeChecks="3"
49                                RuntimeLibrary="1"
50                                EnableFunctionLevelLinking="true"
51                                DefaultCharIsUnsigned="false"
52                                UsePrecompiledHeader="0"
53                                WarningLevel="3"
54                                Detect64BitPortabilityProblems="false"
55                                DebugInformationFormat="4"
56                                CompileAs="1"
57                        />
58                        <Tool
59                                Name="VCManagedResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCResourceCompilerTool"
63                        />
64                        <Tool
65                                Name="VCPreLinkEventTool"
66                        />
67                        <Tool
68                                Name="VCLinkerTool"
69                                AdditionalOptions="/FIXED:NO"
70                                AdditionalDependencies="libcmtd.lib oldnames.lib ws2_32.lib"
71                                OutputFile="$(OutDir)\ladmin.exe"
72                                LinkIncremental="2"
73                                AdditionalLibraryDirectories="..\lib"
74                                IgnoreAllDefaultLibraries="true"
75                                GenerateDebugInformation="true"
76                                ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
77                                SubSystem="1"
78                                TargetMachine="1"
79                        />
80                        <Tool
81                                Name="VCALinkTool"
82                        />
83                        <Tool
84                                Name="VCManifestTool"
85                        />
86                        <Tool
87                                Name="VCXDCMakeTool"
88                        />
89                        <Tool
90                                Name="VCBscMakeTool"
91                        />
92                        <Tool
93                                Name="VCFxCopTool"
94                        />
95                        <Tool
96                                Name="VCAppVerifierTool"
97                        />
98                        <Tool
99                                Name="VCWebDeploymentTool"
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"
138                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;MINICORE;FD_SETSIZE=4096"
139                                StringPooling="true"
140                                RuntimeLibrary="0"
141                                EnableFunctionLevelLinking="false"
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"
161                                OutputFile="$(OutDir)\ladmin.exe"
162                                LinkIncremental="1"
163                                AdditionalLibraryDirectories="..\lib"
164                                IgnoreAllDefaultLibraries="true"
165                                GenerateDebugInformation="true"
166                                ProgramDatabaseFile="$(OutDir)\$(ProjectName).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="ladmin"
205                        >
206                        <File
207                                RelativePath="..\src\ladmin\ladmin.c"
208                                >
209                        </File>
210                        <File
211                                RelativePath="..\src\ladmin\ladmin.h"
212                                >
213                        </File>
214                </Filter>
215                <Filter
216                        Name="common"
217                        >
218                        <File
219                                RelativePath="..\src\common\core.c"
220                                >
221                        </File>
222                        <File
223                                RelativePath="..\src\common\core.h"
224                                >
225                        </File>
226                        <File
227                                RelativePath="..\src\common\malloc.c"
228                                >
229                        </File>
230                        <File
231                                RelativePath="..\src\common\malloc.h"
232                                >
233                        </File>
234                        <File
235                                RelativePath="..\src\common\md5calc.c"
236                                >
237                        </File>
238                        <File
239                                RelativePath="..\src\common\md5calc.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath="..\src\common\mmo.h"
244                                >
245                        </File>
246                        <File
247                                RelativePath="..\src\common\showmsg.c"
248                                >
249                        </File>
250                        <File
251                                RelativePath="..\src\common\showmsg.h"
252                                >
253                        </File>
254                        <File
255                                RelativePath="..\src\common\socket.c"
256                                >
257                        </File>
258                        <File
259                                RelativePath="..\src\common\socket.h"
260                                >
261                        </File>
262                        <File
263                                RelativePath="..\src\common\strlib.c"
264                                >
265                        </File>
266                        <File
267                                RelativePath="..\src\common\strlib.h"
268                                >
269                        </File>
270                        <File
271                                RelativePath="..\src\common\timer.c"
272                                >
273                        </File>
274                        <File
275                                RelativePath="..\src\common\timer.h"
276                                >
277                        </File>
278                        <File
279                                RelativePath="..\src\common\utils.c"
280                                >
281                        </File>
282                        <File
283                                RelativePath="..\src\common\utils.h"
284                                >
285                        </File>
286                        <File
287                                RelativePath="..\src\common\version.h"
288                                >
289                        </File>
290                </Filter>
291        </Files>
292        <Globals>
293        </Globals>
294</VisualStudioProject>
Note: See TracBrowser for help on using the browser.