root/vcproj-9/ladmin.vcproj @ 9

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="9,00"
5        Name="ladmin"
6        ProjectGUID="{D356871D-58E1-450B-967A-E8E9646175AF}"
7        RootNamespace="ladmin"
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"
45                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;MINICORE;FD_SETSIZE=4096"
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                        />
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                                RandomizedBaseAddress="1"
79                                DataExecutionPrevention="0"
80                                TargetMachine="1"
81                        />
82                        <Tool
83                                Name="VCALinkTool"
84                        />
85                        <Tool
86                                Name="VCManifestTool"
87                        />
88                        <Tool
89                                Name="VCXDCMakeTool"
90                        />
91                        <Tool
92                                Name="VCBscMakeTool"
93                        />
94                        <Tool
95                                Name="VCFxCopTool"
96                        />
97                        <Tool
98                                Name="VCAppVerifierTool"
99                        />
100                        <Tool
101                                Name="VCPostBuildEventTool"
102                        />
103                </Configuration>
104                <Configuration
105                        Name="Release|Win32"
106                        OutputDirectory=".."
107                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
108                        ConfigurationType="1"
109                        CharacterSet="2"
110                        WholeProgramOptimization="1"
111                        >
112                        <Tool
113                                Name="VCPreBuildEventTool"
114                        />
115                        <Tool
116                                Name="VCCustomBuildTool"
117                        />
118                        <Tool
119                                Name="VCXMLDataGeneratorTool"
120                        />
121                        <Tool
122                                Name="VCWebServiceProxyGeneratorTool"
123                        />
124                        <Tool
125                                Name="VCMIDLTool"
126                        />
127                        <Tool
128                                Name="VCCLCompilerTool"
129                                Optimization="2"
130                                InlineFunctionExpansion="2"
131                                EnableIntrinsicFunctions="true"
132                                FavorSizeOrSpeed="1"
133                                OmitFramePointers="true"
134                                EnableFiberSafeOptimizations="true"
135                                WholeProgramOptimization="true"
136                                AdditionalIncludeDirectories="..\src\common"
137                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T;MINICORE;FD_SETSIZE=4096"
138                                StringPooling="true"
139                                RuntimeLibrary="0"
140                                EnableFunctionLevelLinking="false"
141                                DefaultCharIsUnsigned="false"
142                                UsePrecompiledHeader="0"
143                                WarningLevel="3"
144                                DebugInformationFormat="3"
145                                CompileAs="1"
146                        />
147                        <Tool
148                                Name="VCManagedResourceCompilerTool"
149                        />
150                        <Tool
151                                Name="VCResourceCompilerTool"
152                        />
153                        <Tool
154                                Name="VCPreLinkEventTool"
155                        />
156                        <Tool
157                                Name="VCLinkerTool"
158                                AdditionalDependencies="libcmt.lib oldnames.lib ws2_32.lib"
159                                OutputFile="$(OutDir)\ladmin.exe"
160                                LinkIncremental="1"
161                                AdditionalLibraryDirectories="..\lib"
162                                IgnoreAllDefaultLibraries="true"
163                                GenerateDebugInformation="true"
164                                ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
165                                SubSystem="1"
166                                OptimizeReferences="2"
167                                EnableCOMDATFolding="2"
168                                LinkTimeCodeGeneration="1"
169                                RandomizedBaseAddress="1"
170                                DataExecutionPrevention="0"
171                                TargetMachine="1"
172                        />
173                        <Tool
174                                Name="VCALinkTool"
175                        />
176                        <Tool
177                                Name="VCManifestTool"
178                        />
179                        <Tool
180                                Name="VCXDCMakeTool"
181                        />
182                        <Tool
183                                Name="VCBscMakeTool"
184                        />
185                        <Tool
186                                Name="VCFxCopTool"
187                        />
188                        <Tool
189                                Name="VCAppVerifierTool"
190                        />
191                        <Tool
192                                Name="VCPostBuildEventTool"
193                        />
194                </Configuration>
195        </Configurations>
196        <References>
197        </References>
198        <Files>
199                <Filter
200                        Name="ladmin"
201                        >
202                        <File
203                                RelativePath="..\src\ladmin\ladmin.c"
204                                >
205                        </File>
206                        <File
207                                RelativePath="..\src\ladmin\ladmin.h"
208                                >
209                        </File>
210                </Filter>
211                <Filter
212                        Name="common"
213                        >
214                        <File
215                                RelativePath="..\src\common\core.c"
216                                >
217                        </File>
218                        <File
219                                RelativePath="..\src\common\core.h"
220                                >
221                        </File>
222                        <File
223                                RelativePath="..\src\common\malloc.c"
224                                >
225                        </File>
226                        <File
227                                RelativePath="..\src\common\malloc.h"
228                                >
229                        </File>
230                        <File
231                                RelativePath="..\src\common\md5calc.c"
232                                >
233                        </File>
234                        <File
235                                RelativePath="..\src\common\md5calc.h"
236                                >
237                        </File>
238                        <File
239                                RelativePath="..\src\common\mmo.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath="..\src\common\showmsg.c"
244                                >
245                        </File>
246                        <File
247                                RelativePath="..\src\common\showmsg.h"
248                                >
249                        </File>
250                        <File
251                                RelativePath="..\src\common\socket.c"
252                                >
253                        </File>
254                        <File
255                                RelativePath="..\src\common\socket.h"
256                                >
257                        </File>
258                        <File
259                                RelativePath="..\src\common\strlib.c"
260                                >
261                        </File>
262                        <File
263                                RelativePath="..\src\common\strlib.h"
264                                >
265                        </File>
266                        <File
267                                RelativePath="..\src\common\timer.c"
268                                >
269                        </File>
270                        <File
271                                RelativePath="..\src\common\timer.h"
272                                >
273                        </File>
274                        <File
275                                RelativePath="..\src\common\utils.c"
276                                >
277                        </File>
278                        <File
279                                RelativePath="..\src\common\utils.h"
280                                >
281                        </File>
282                        <File
283                                RelativePath="..\src\common\version.h"
284                                >
285                        </File>
286                </Filter>
287        </Files>
288        <Globals>
289        </Globals>
290</VisualStudioProject>
Note: See TracBrowser for help on using the browser.