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

Revision 2, 6.3 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="9,00"
5        Name="ad"
6        ProjectGUID="{D7552D4F-408F-4F8E-859B-366659150CF4}"
7        TargetFrameworkVersion="131072"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="."
20                        IntermediateDirectory=".\debug\"
21                        ConfigurationType="1"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23                        UseOfMFC="0"
24                        ATLMinimizesCRunTimeLibraryUsage="false"
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                                PreprocessorDefinitions="_DEBUG"
42                                MkTypLibCompatible="true"
43                                SuppressStartupBanner="true"
44                                TargetEnvironment="1"
45                                TypeLibraryName="./ad.tlb"
46                                HeaderFileName=""
47                        />
48                        <Tool
49                                Name="VCCLCompilerTool"
50                                Optimization="0"
51                                AdditionalIncludeDirectories="libmpq"
52                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
53                                BasicRuntimeChecks="3"
54                                RuntimeLibrary="1"
55                                UsePrecompiledHeader="0"
56                                PrecompiledHeaderFile="c:\windows\temp/ad.pch"
57                                AssemblerListingLocation="c:\windows\temp/"
58                                ObjectFile="c:\windows\temp/"
59                                ProgramDataBaseFileName="c:\windows\temp/"
60                                BrowseInformation="1"
61                                WarningLevel="3"
62                                SuppressStartupBanner="true"
63                                DebugInformationFormat="4"
64                        />
65                        <Tool
66                                Name="VCManagedResourceCompilerTool"
67                        />
68                        <Tool
69                                Name="VCResourceCompilerTool"
70                                PreprocessorDefinitions="_DEBUG"
71                                Culture="1049"
72                        />
73                        <Tool
74                                Name="VCPreLinkEventTool"
75                        />
76                        <Tool
77                                Name="VCLinkerTool"
78                                AdditionalDependencies="zlib.lib"
79                                OutputFile="ad debug.exe"
80                                LinkIncremental="1"
81                                SuppressStartupBanner="true"
82                                AdditionalLibraryDirectories="./debug/"
83                                IgnoreDefaultLibraryNames="LIBCD.lib"
84                                GenerateDebugInformation="true"
85                                ProgramDatabaseFile="./ad debug.pdb"
86                                SubSystem="1"
87                                RandomizedBaseAddress="1"
88                                DataExecutionPrevention="0"
89                                TargetMachine="1"
90                        />
91                        <Tool
92                                Name="VCALinkTool"
93                        />
94                        <Tool
95                                Name="VCManifestTool"
96                        />
97                        <Tool
98                                Name="VCXDCMakeTool"
99                        />
100                        <Tool
101                                Name="VCBscMakeTool"
102                        />
103                        <Tool
104                                Name="VCFxCopTool"
105                        />
106                        <Tool
107                                Name="VCAppVerifierTool"
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                                RandomizedBaseAddress="1"
181                                DataExecutionPrevention="0"
182                                TargetMachine="1"
183                        />
184                        <Tool
185                                Name="VCALinkTool"
186                        />
187                        <Tool
188                                Name="VCManifestTool"
189                        />
190                        <Tool
191                                Name="VCXDCMakeTool"
192                        />
193                        <Tool
194                                Name="VCBscMakeTool"
195                        />
196                        <Tool
197                                Name="VCFxCopTool"
198                        />
199                        <Tool
200                                Name="VCAppVerifierTool"
201                        />
202                        <Tool
203                                Name="VCPostBuildEventTool"
204                        />
205                </Configuration>
206        </Configurations>
207        <References>
208        </References>
209        <Files>
210                <Filter
211                        Name="Source Files"
212                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
213                        >
214                        <File
215                                RelativePath=".\adt.cpp"
216                                >
217                        </File>
218                        <File
219                                RelativePath=".\libmpq\common.cpp"
220                                >
221                        </File>
222                        <File
223                                RelativePath=".\dbcfile.cpp"
224                                >
225                        </File>
226                        <File
227                                RelativePath=".\libmpq\explode.cpp"
228                                >
229                        </File>
230                        <File
231                                RelativePath=".\libmpq\extract.cpp"
232                                >
233                        </File>
234                        <File
235                                RelativePath=".\libmpq\huffman.cpp"
236                                >
237                        </File>
238                        <File
239                                RelativePath=".\libmpq\mpq.cpp"
240                                >
241                        </File>
242                        <File
243                                RelativePath=".\mpq_libmpq.cpp"
244                                >
245                        </File>
246                        <File
247                                RelativePath=".\libmpq\parser.cpp"
248                                >
249                        </File>
250                        <File
251                                RelativePath="system.cpp"
252                                >
253                                <FileConfiguration
254                                        Name="Debug|Win32"
255                                        >
256                                        <Tool
257                                                Name="VCCLCompilerTool"
258                                                Optimization="0"
259                                                PreprocessorDefinitions=""
260                                                BasicRuntimeChecks="3"
261                                                BrowseInformation="1"
262                                        />
263                                </FileConfiguration>
264                                <FileConfiguration
265                                        Name="Release|Win32"
266                                        >
267                                        <Tool
268                                                Name="VCCLCompilerTool"
269                                                Optimization="3"
270                                                PreprocessorDefinitions=""
271                                        />
272                                </FileConfiguration>
273                        </File>
274                        <File
275                                RelativePath=".\libmpq\wave.cpp"
276                                >
277                        </File>
278                </Filter>
279                <Filter
280                        Name="Header Files"
281                        Filter="h;hpp;hxx;hm;inl"
282                        >
283                        <File
284                                RelativePath=".\libmpq\common.h"
285                                >
286                        </File>
287                        <File
288                                RelativePath=".\dbcfile.h"
289                                >
290                        </File>
291                        <File
292                                RelativePath=".\libmpq\explode.h"
293                                >
294                        </File>
295                        <File
296                                RelativePath=".\libmpq\huffman.h"
297                                >
298                        </File>
299                        <File
300                                RelativePath=".\libmpq\mpq.h"
301                                >
302                        </File>
303                        <File
304                                RelativePath=".\mpq_libmpq.h"
305                                >
306                        </File>
307                        <File
308                                RelativePath=".\libmpq\wave.h"
309                                >
310                        </File>
311                </Filter>
312        </Files>
313        <Globals>
314        </Globals>
315</VisualStudioProject>
Note: See TracBrowser for help on using the browser.