root/trunk/contrib/extractor/VC71_ad.vcproj @ 2

Revision 2, 6.2 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1<?xml version="1.0" encoding="windows-1251"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="ad"
6        ProjectGUID="{D7552D4F-408F-4F8E-859B-366659150CF4}"
7        >
8        <Platforms>
9                <Platform
10                        Name="Win32"
11                />
12        </Platforms>
13        <ToolFiles>
14        </ToolFiles>
15        <Configurations>
16                <Configuration
17                        Name="Debug|Win32"
18                        OutputDirectory="."
19                        IntermediateDirectory=".\debug\"
20                        ConfigurationType="1"
21                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
22                        UseOfMFC="0"
23                        ATLMinimizesCRunTimeLibraryUsage="false"
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                                PreprocessorDefinitions="_DEBUG"
41                                MkTypLibCompatible="true"
42                                SuppressStartupBanner="true"
43                                TargetEnvironment="1"
44                                TypeLibraryName="./ad.tlb"
45                                HeaderFileName=""
46                        />
47                        <Tool
48                                Name="VCCLCompilerTool"
49                                Optimization="0"
50                                AdditionalIncludeDirectories="libmpq"
51                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
52                                BasicRuntimeChecks="3"
53                                RuntimeLibrary="1"
54                                UsePrecompiledHeader="0"
55                                PrecompiledHeaderFile="c:\windows\temp/ad.pch"
56                                AssemblerListingLocation="c:\windows\temp/"
57                                ObjectFile="c:\windows\temp/"
58                                ProgramDataBaseFileName="c:\windows\temp/"
59                                BrowseInformation="1"
60                                WarningLevel="3"
61                                SuppressStartupBanner="true"
62                                DebugInformationFormat="4"
63                        />
64                        <Tool
65                                Name="VCManagedResourceCompilerTool"
66                        />
67                        <Tool
68                                Name="VCResourceCompilerTool"
69                                PreprocessorDefinitions="_DEBUG"
70                                Culture="1049"
71                        />
72                        <Tool
73                                Name="VCPreLinkEventTool"
74                        />
75                        <Tool
76                                Name="VCLinkerTool"
77                                AdditionalDependencies="zlib.lib"
78                                OutputFile="ad debug.exe"
79                                LinkIncremental="1"
80                                SuppressStartupBanner="true"
81                                AdditionalLibraryDirectories="./debug/"
82                                IgnoreDefaultLibraryNames="LIBCD.lib"
83                                GenerateDebugInformation="true"
84                                ProgramDatabaseFile="./ad debug.pdb"
85                                SubSystem="1"
86                                TargetMachine="1"
87                        />
88                        <Tool
89                                Name="VCALinkTool"
90                        />
91                        <Tool
92                                Name="VCManifestTool"
93                        />
94                        <Tool
95                                Name="VCXDCMakeTool"
96                        />
97                        <Tool
98                                Name="VCBscMakeTool"
99                        />
100                        <Tool
101                                Name="VCFxCopTool"
102                        />
103                        <Tool
104                                Name="VCAppVerifierTool"
105                        />
106                        <Tool
107                                Name="VCWebDeploymentTool"
108                        />
109                        <Tool
110                                Name="VCPostBuildEventTool"
111                        />
112                </Configuration>
113                <Configuration
114                        Name="Release|Win32"
115                        OutputDirectory="."
116                        IntermediateDirectory=".\release"
117                        ConfigurationType="1"
118                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
119                        UseOfMFC="0"
120                        ATLMinimizesCRunTimeLibraryUsage="false"
121                        CharacterSet="2"
122                        >
123                        <Tool
124                                Name="VCPreBuildEventTool"
125                        />
126                        <Tool
127                                Name="VCCustomBuildTool"
128                        />
129                        <Tool
130                                Name="VCXMLDataGeneratorTool"
131                        />
132                        <Tool
133                                Name="VCWebServiceProxyGeneratorTool"
134                        />
135                        <Tool
136                                Name="VCMIDLTool"
137                                PreprocessorDefinitions="NDEBUG"
138                                MkTypLibCompatible="true"
139                                SuppressStartupBanner="true"
140                                TargetEnvironment="1"
141                                TypeLibraryName="./ad.tlb"
142                                HeaderFileName=""
143                        />
144                        <Tool
145                                Name="VCCLCompilerTool"
146                                Optimization="3"
147                                InlineFunctionExpansion="1"
148                                AdditionalIncludeDirectories="libmpq"
149                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
150                                RuntimeLibrary="0"
151                                UsePrecompiledHeader="0"
152                                PrecompiledHeaderFile="c:\windows\temp/ad.pch"
153                                AssemblerListingLocation="c:\windows\temp/"
154                                ObjectFile="c:\windows\temp/"
155                                ProgramDataBaseFileName="c:\windows\temp/"
156                                WarningLevel="3"
157                                SuppressStartupBanner="true"
158                        />
159                        <Tool
160                                Name="VCManagedResourceCompilerTool"
161                        />
162                        <Tool
163                                Name="VCResourceCompilerTool"
164                                PreprocessorDefinitions="NDEBUG"
165                                Culture="1049"
166                        />
167                        <Tool
168                                Name="VCPreLinkEventTool"
169                        />
170                        <Tool
171                                Name="VCLinkerTool"
172                                AdditionalDependencies="zlib.lib"
173                                OutputFile="./ad.exe"
174                                LinkIncremental="1"
175                                SuppressStartupBanner="true"
176                                AdditionalLibraryDirectories="./release/"
177                                IgnoreDefaultLibraryNames="LIBC.lib"
178                                ProgramDatabaseFile="./ad.pdb"
179                                SubSystem="1"
180                                TargetMachine="1"
181                        />
182                        <Tool
183                                Name="VCALinkTool"
184                        />
185                        <Tool
186                                Name="VCManifestTool"
187                        />
188                        <Tool
189                                Name="VCXDCMakeTool"
190                        />
191                        <Tool
192                                Name="VCBscMakeTool"
193                        />
194                        <Tool
195                                Name="VCFxCopTool"
196                        />
197                        <Tool
198                                Name="VCAppVerifierTool"
199                        />
200                        <Tool
201                                Name="VCWebDeploymentTool"
202                        />
203                        <Tool
204                                Name="VCPostBuildEventTool"
205                        />
206                </Configuration>
207        </Configurations>
208        <References>
209        </References>
210        <Files>
211                <Filter
212                        Name="Source Files"
213                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
214                        >
215                        <File
216                                RelativePath=".\adt.cpp"
217                                >
218                        </File>
219                        <File
220                                RelativePath=".\libmpq\common.cpp"
221                                >
222                        </File>
223                        <File
224                                RelativePath=".\dbcfile.cpp"
225                                >
226                        </File>
227                        <File
228                                RelativePath=".\libmpq\explode.cpp"
229                                >
230                        </File>
231                        <File
232                                RelativePath=".\libmpq\extract.cpp"
233                                >
234                        </File>
235                        <File
236                                RelativePath=".\libmpq\huffman.cpp"
237                                >
238                        </File>
239                        <File
240                                RelativePath=".\libmpq\mpq.cpp"
241                                >
242                        </File>
243                        <File
244                                RelativePath=".\mpq_libmpq.cpp"
245                                >
246                        </File>
247                        <File
248                                RelativePath=".\libmpq\parser.cpp"
249                                >
250                        </File>
251                        <File
252                                RelativePath="system.cpp"
253                                >
254                                <FileConfiguration
255                                        Name="Debug|Win32"
256                                        >
257                                        <Tool
258                                                Name="VCCLCompilerTool"
259                                                Optimization="0"
260                                                PreprocessorDefinitions=""
261                                                BasicRuntimeChecks="3"
262                                                BrowseInformation="1"
263                                        />
264                                </FileConfiguration>
265                                <FileConfiguration
266                                        Name="Release|Win32"
267                                        >
268                                        <Tool
269                                                Name="VCCLCompilerTool"
270                                                Optimization="3"
271                                                PreprocessorDefinitions=""
272                                        />
273                                </FileConfiguration>
274                        </File>
275                        <File
276                                RelativePath=".\libmpq\wave.cpp"
277                                >
278                        </File>
279                </Filter>
280                <Filter
281                        Name="Header Files"
282                        Filter="h;hpp;hxx;hm;inl"
283                        >
284                        <File
285                                RelativePath=".\libmpq\common.h"
286                                >
287                        </File>
288                        <File
289                                RelativePath=".\dbcfile.h"
290                                >
291                        </File>
292                        <File
293                                RelativePath=".\libmpq\explode.h"
294                                >
295                        </File>
296                        <File
297                                RelativePath=".\libmpq\huffman.h"
298                                >
299                        </File>
300                        <File
301                                RelativePath=".\libmpq\mpq.h"
302                                >
303                        </File>
304                        <File
305                                RelativePath=".\mpq_libmpq.h"
306                                >
307                        </File>
308                        <File
309                                RelativePath=".\libmpq\wave.h"
310                                >
311                        </File>
312                </Filter>
313        </Files>
314        <Globals>
315        </Globals>
316</VisualStudioProject>
Note: See TracBrowser for help on using the browser.