root/trunk/contrib/extractor/VC80_ad.vcproj @ 229

Revision 229, 6.6 kB (checked in by yumileroy, 17 years ago)

[svn] *** Source: MaNGOS ***
* Fixed build extractor at Windows Vista. Author: Vladimir
* Fixed comment text and code indentifiers spelling. Author: Vladimir & Paradox.
* Access cached member lists in guild handlers instead of querying the DB. Author: Hunuza
* Small fixes in send/received packet and simple code cleanup also. Author: Vladimir
* Not output error at loading empty character_ticket table. Author: Vladimir
* Not reset display model at shapeshift aura remove if it not set at apply. Author: Arthorius
* Applied props to few files.

Original author: visagalis
Date: 2008-11-14 16:28:45-06:00

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