root/vcproj-8/txt-converter-char.vcproj @ 11

Revision 1, 10.2 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="txt-converter-char"
6        ProjectGUID="{D356871D-58E1-450B-967A-EAE9646175AF}"
7        RootNamespace="txt-converter-char"
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="..\tools"
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;MINICORE;TXT_SQL_CONVERT"
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)\char-converter.exe"
72                                LinkIncremental="2"
73                                AdditionalLibraryDirectories="..\lib"
74                                IgnoreAllDefaultLibraries="true"
75                                IgnoreDefaultLibraryNames=""
76                                GenerateDebugInformation="true"
77                                ProgramDatabaseFile="$(OutDir)\char-converter.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="VCPostBuildEventTool"
101                        />
102                </Configuration>
103                <Configuration
104                        Name="Release|Win32"
105                        OutputDirectory="..\tools"
106                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
107                        ConfigurationType="1"
108                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
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;..\src\zlib;..\src\mysql"
137                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION;MINICORE;TXT_SQL_CONVERT"
138                                StringPooling="true"
139                                RuntimeLibrary="0"
140                                DefaultCharIsUnsigned="false"
141                                UsePrecompiledHeader="0"
142                                PrecompiledHeaderThrough=""
143                                PrecompiledHeaderFile=""
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 libmysql.lib zdll.lib"
161                                OutputFile="$(OutDir)\char-converter.exe"
162                                LinkIncremental="1"
163                                AdditionalLibraryDirectories="..\lib"
164                                IgnoreAllDefaultLibraries="true"
165                                IgnoreDefaultLibraryNames=""
166                                GenerateDebugInformation="true"
167                                ProgramDatabaseFile="$(OutDir)\char-converter.pdb"
168                                SubSystem="1"
169                                OptimizeReferences="2"
170                                EnableCOMDATFolding="2"
171                                OptimizeForWindows98="1"
172                                LinkTimeCodeGeneration="1"
173                                TargetMachine="1"
174                        />
175                        <Tool
176                                Name="VCALinkTool"
177                        />
178                        <Tool
179                                Name="VCManifestTool"
180                        />
181                        <Tool
182                                Name="VCXDCMakeTool"
183                        />
184                        <Tool
185                                Name="VCBscMakeTool"
186                        />
187                        <Tool
188                                Name="VCFxCopTool"
189                        />
190                        <Tool
191                                Name="VCAppVerifierTool"
192                        />
193                        <Tool
194                                Name="VCPostBuildEventTool"
195                        />
196                </Configuration>
197        </Configurations>
198        <References>
199        </References>
200        <Files>
201                <Filter
202                        Name="char"
203                        >
204                        <File
205                                RelativePath="..\src\char\char.c"
206                                >
207                        </File>
208                        <File
209                                RelativePath="..\src\char\char.h"
210                                >
211                        </File>
212                        <File
213                                RelativePath="..\src\char\int_guild.c"
214                                >
215                        </File>
216                        <File
217                                RelativePath="..\src\char\int_guild.h"
218                                >
219                        </File>
220                        <File
221                                RelativePath="..\src\char\int_party.c"
222                                >
223                        </File>
224                        <File
225                                RelativePath="..\src\char\int_party.h"
226                                >
227                        </File>
228                        <File
229                                RelativePath="..\src\char\int_pet.c"
230                                >
231                        </File>
232                        <File
233                                RelativePath="..\src\char\int_pet.h"
234                                >
235                        </File>
236                        <File
237                                RelativePath="..\src\char\int_storage.c"
238                                >
239                        </File>
240                        <File
241                                RelativePath="..\src\char\int_storage.h"
242                                >
243                        </File>
244                        <File
245                                RelativePath="..\src\char\inter.c"
246                                >
247                        </File>
248                        <File
249                                RelativePath="..\src\char\inter.h"
250                                >
251                        </File>
252                </Filter>
253                <Filter
254                        Name="common"
255                        >
256                        <File
257                                RelativePath="..\src\common\core.c"
258                                >
259                        </File>
260                        <File
261                                RelativePath="..\src\common\core.h"
262                                >
263                        </File>
264                        <File
265                                RelativePath="..\src\common\ers.c"
266                                >
267                        </File>
268                        <File
269                                RelativePath="..\src\common\ers.h"
270                                >
271                        </File>
272                        <File
273                                RelativePath="..\src\common\malloc.c"
274                                >
275                        </File>
276                        <File
277                                RelativePath="..\src\common\malloc.h"
278                                >
279                        </File>
280                        <File
281                                RelativePath="..\src\common\mapindex.c"
282                                >
283                        </File>
284                        <File
285                                RelativePath="..\src\common\mapindex.h"
286                                >
287                        </File>
288                        <File
289                                RelativePath="..\src\common\showmsg.c"
290                                >
291                        </File>
292                        <File
293                                RelativePath="..\src\common\showmsg.h"
294                                >
295                        </File>
296                        <File
297                                RelativePath="..\src\common\sql.c"
298                                >
299                        </File>
300                        <File
301                                RelativePath="..\src\common\sql.h"
302                                >
303                        </File>
304                        <File
305                                RelativePath="..\src\common\strlib.c"
306                                >
307                        </File>
308                        <File
309                                RelativePath="..\src\common\strlib.h"
310                                >
311                        </File>
312                        <File
313                                RelativePath="..\src\common\utils.c"
314                                >
315                        </File>
316                        <File
317                                RelativePath="..\src\common\utils.h"
318                                >
319                        </File>
320                </Filter>
321                <Filter
322                        Name="char_sql"
323                        >
324                        <File
325                                RelativePath="..\src\char_sql\char.c"
326                                >
327                                <FileConfiguration
328                                        Name="Debug|Win32"
329                                        >
330                                        <Tool
331                                                Name="VCCLCompilerTool"
332                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
333                                        />
334                                </FileConfiguration>
335                                <FileConfiguration
336                                        Name="Release|Win32"
337                                        >
338                                        <Tool
339                                                Name="VCCLCompilerTool"
340                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
341                                        />
342                                </FileConfiguration>
343                        </File>
344                        <File
345                                RelativePath="..\src\char_sql\char.h"
346                                >
347                        </File>
348                        <File
349                                RelativePath="..\src\char_sql\int_guild.c"
350                                >
351                                <FileConfiguration
352                                        Name="Debug|Win32"
353                                        >
354                                        <Tool
355                                                Name="VCCLCompilerTool"
356                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
357                                        />
358                                </FileConfiguration>
359                                <FileConfiguration
360                                        Name="Release|Win32"
361                                        >
362                                        <Tool
363                                                Name="VCCLCompilerTool"
364                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
365                                        />
366                                </FileConfiguration>
367                        </File>
368                        <File
369                                RelativePath="..\src\char_sql\int_guild.h"
370                                >
371                        </File>
372                        <File
373                                RelativePath="..\src\char_sql\int_party.c"
374                                >
375                                <FileConfiguration
376                                        Name="Debug|Win32"
377                                        >
378                                        <Tool
379                                                Name="VCCLCompilerTool"
380                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
381                                        />
382                                </FileConfiguration>
383                                <FileConfiguration
384                                        Name="Release|Win32"
385                                        >
386                                        <Tool
387                                                Name="VCCLCompilerTool"
388                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
389                                        />
390                                </FileConfiguration>
391                        </File>
392                        <File
393                                RelativePath="..\src\char_sql\int_party.h"
394                                >
395                        </File>
396                        <File
397                                RelativePath="..\src\char_sql\int_pet.c"
398                                >
399                                <FileConfiguration
400                                        Name="Debug|Win32"
401                                        >
402                                        <Tool
403                                                Name="VCCLCompilerTool"
404                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
405                                        />
406                                </FileConfiguration>
407                                <FileConfiguration
408                                        Name="Release|Win32"
409                                        >
410                                        <Tool
411                                                Name="VCCLCompilerTool"
412                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
413                                        />
414                                </FileConfiguration>
415                        </File>
416                        <File
417                                RelativePath="..\src\char_sql\int_pet.h"
418                                >
419                        </File>
420                        <File
421                                RelativePath="..\src\char_sql\int_storage.c"
422                                >
423                                <FileConfiguration
424                                        Name="Debug|Win32"
425                                        >
426                                        <Tool
427                                                Name="VCCLCompilerTool"
428                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
429                                        />
430                                </FileConfiguration>
431                                <FileConfiguration
432                                        Name="Release|Win32"
433                                        >
434                                        <Tool
435                                                Name="VCCLCompilerTool"
436                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
437                                        />
438                                </FileConfiguration>
439                        </File>
440                        <File
441                                RelativePath="..\src\char_sql\int_storage.h"
442                                >
443                        </File>
444                        <File
445                                RelativePath="..\src\char_sql\inter.c"
446                                >
447                                <FileConfiguration
448                                        Name="Debug|Win32"
449                                        >
450                                        <Tool
451                                                Name="VCCLCompilerTool"
452                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
453                                        />
454                                </FileConfiguration>
455                                <FileConfiguration
456                                        Name="Release|Win32"
457                                        >
458                                        <Tool
459                                                Name="VCCLCompilerTool"
460                                                ObjectFile="$(IntDir)\$(InputName)_sql.obj"
461                                        />
462                                </FileConfiguration>
463                        </File>
464                        <File
465                                RelativePath="..\src\char_sql\inter.h"
466                                >
467                        </File>
468                </Filter>
469                <File
470                        RelativePath="..\src\txt-converter\char-converter.c"
471                        >
472                </File>
473        </Files>
474        <Globals>
475        </Globals>
476</VisualStudioProject>
Note: See TracBrowser for help on using the browser.