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

Revision 229, 6.3 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-1251"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="ad"
6        ProjectGUID="{D7552D4F-408F-4F8E-859B-366659150CF4}"
7        RootNamespace="ad"
8        TargetFrameworkVersion="131072"
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="."
21                        IntermediateDirectory=".\debug\"
22                        ConfigurationType="1"
23                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24                        UseOfMFC="0"
25                        ATLMinimizesCRunTimeLibraryUsage="false"
26                        CharacterSet="2"
27                        >
28                        <Tool
29                                Name="VCPreBuildEventTool"
30                        />
31                        <Tool
32                                Name="VCCustomBuildTool"
33                        />
34                        <Tool
35                                Name="VCXMLDataGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCWebServiceProxyGeneratorTool"
39                        />
40                        <Tool
41                                Name="VCMIDLTool"
42                                PreprocessorDefinitions="_DEBUG"
43                                MkTypLibCompatible="true"
44                                SuppressStartupBanner="true"
45                                TargetEnvironment="1"
46                                TypeLibraryName="./ad.tlb"
47                                HeaderFileName=""
48                        />
49                        <Tool
50                                Name="VCCLCompilerTool"
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                                BrowseInformationFile="$(IntDir)"
64                                WarningLevel="3"
65                                SuppressStartupBanner="true"
66                                DebugInformationFormat="4"
67                        />
68                        <Tool
69                                Name="VCManagedResourceCompilerTool"
70                        />
71                        <Tool
72                                Name="VCResourceCompilerTool"
73                                PreprocessorDefinitions="_DEBUG"
74                                Culture="1049"
75                        />
76                        <Tool
77                                Name="VCPreLinkEventTool"
78                        />
79                        <Tool
80                                Name="VCLinkerTool"
81                                AdditionalDependencies="zlib.lib"
82                                OutputFile="ad debug.exe"
83                                LinkIncremental="1"
84                                SuppressStartupBanner="true"
85                                AdditionalLibraryDirectories="./debug/"
86                                IgnoreDefaultLibraryNames="LIBCD.lib"
87                                GenerateDebugInformation="true"
88                                ProgramDatabaseFile="./ad debug.pdb"
89                                SubSystem="1"
90                                RandomizedBaseAddress="1"
91                                DataExecutionPrevention="0"
92                                TargetMachine="1"
93                        />
94                        <Tool
95                                Name="VCALinkTool"
96                        />
97                        <Tool
98                                Name="VCManifestTool"
99                        />
100                        <Tool
101                                Name="VCXDCMakeTool"
102                        />
103                        <Tool
104                                Name="VCBscMakeTool"
105                        />
106                        <Tool
107                                Name="VCFxCopTool"
108                        />
109                        <Tool
110                                Name="VCAppVerifierTool"
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                                Optimization="3"
150                                InlineFunctionExpansion="1"
151                                AdditionalIncludeDirectories="libmpq"
152                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
153                                RuntimeLibrary="0"
154                                UsePrecompiledHeader="0"
155                                PrecompiledHeaderFile="$(IntDir)ad.pch"
156                                AssemblerListingLocation="$(IntDir)\"
157                                ObjectFile="$(IntDir)\"
158                                ProgramDataBaseFileName="$(IntDir)\"
159                                XMLDocumentationFileName="$(IntDir)\"
160                                WarningLevel="3"
161                                SuppressStartupBanner="true"
162                        />
163                        <Tool
164                                Name="VCManagedResourceCompilerTool"
165                        />
166                        <Tool
167                                Name="VCResourceCompilerTool"
168                                PreprocessorDefinitions="NDEBUG"
169                                Culture="1049"
170                        />
171                        <Tool
172                                Name="VCPreLinkEventTool"
173                        />
174                        <Tool
175                                Name="VCLinkerTool"
176                                AdditionalDependencies="zlib.lib"
177                                OutputFile="./ad.exe"
178                                LinkIncremental="1"
179                                SuppressStartupBanner="true"
180                                AdditionalLibraryDirectories="./release/"
181                                IgnoreDefaultLibraryNames="LIBC.lib"
182                                ProgramDatabaseFile="./ad.pdb"
183                                SubSystem="1"
184                                RandomizedBaseAddress="1"
185                                DataExecutionPrevention="0"
186                                TargetMachine="1"
187                        />
188                        <Tool
189                                Name="VCALinkTool"
190                        />
191                        <Tool
192                                Name="VCManifestTool"
193                        />
194                        <Tool
195                                Name="VCXDCMakeTool"
196                        />
197                        <Tool
198                                Name="VCBscMakeTool"
199                        />
200                        <Tool
201                                Name="VCFxCopTool"
202                        />
203                        <Tool
204                                Name="VCAppVerifierTool"
205                        />
206                        <Tool
207                                Name="VCPostBuildEventTool"
208                        />
209                </Configuration>
210        </Configurations>
211        <References>
212        </References>
213        <Files>
214                <Filter
215                        Name="Source Files"
216                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
217                        >
218                        <File
219                                RelativePath=".\adt.cpp"
220                                >
221                        </File>
222                        <File
223                                RelativePath=".\libmpq\common.cpp"
224                                >
225                        </File>
226                        <File
227                                RelativePath=".\dbcfile.cpp"
228                                >
229                        </File>
230                        <File
231                                RelativePath=".\libmpq\explode.cpp"
232                                >
233                        </File>
234                        <File
235                                RelativePath=".\libmpq\extract.cpp"
236                                >
237                        </File>
238                        <File
239                                RelativePath=".\libmpq\huffman.cpp"
240                                >
241                        </File>
242                        <File
243                                RelativePath=".\libmpq\mpq.cpp"
244                                >
245                        </File>
246                        <File
247                                RelativePath=".\mpq_libmpq.cpp"
248                                >
249                        </File>
250                        <File
251                                RelativePath=".\libmpq\parser.cpp"
252                                >
253                        </File>
254                        <File
255                                RelativePath="system.cpp"
256                                >
257                                <FileConfiguration
258                                        Name="Debug|Win32"
259                                        >
260                                        <Tool
261                                                Name="VCCLCompilerTool"
262                                                Optimization="0"
263                                                PreprocessorDefinitions=""
264                                                BasicRuntimeChecks="3"
265                                                BrowseInformation="1"
266                                        />
267                                </FileConfiguration>
268                                <FileConfiguration
269                                        Name="Release|Win32"
270                                        >
271                                        <Tool
272                                                Name="VCCLCompilerTool"
273                                                Optimization="3"
274                                                PreprocessorDefinitions=""
275                                        />
276                                </FileConfiguration>
277                        </File>
278                        <File
279                                RelativePath=".\libmpq\wave.cpp"
280                                >
281                        </File>
282                </Filter>
283                <Filter
284                        Name="Header Files"
285                        Filter="h;hpp;hxx;hm;inl"
286                        >
287                        <File
288                                RelativePath=".\libmpq\common.h"
289                                >
290                        </File>
291                        <File
292                                RelativePath=".\dbcfile.h"
293                                >
294                        </File>
295                        <File
296                                RelativePath=".\libmpq\explode.h"
297                                >
298                        </File>
299                        <File
300                                RelativePath=".\libmpq\huffman.h"
301                                >
302                        </File>
303                        <File
304                                RelativePath=".\libmpq\mpq.h"
305                                >
306                        </File>
307                        <File
308                                RelativePath=".\mpq_libmpq.h"
309                                >
310                        </File>
311                        <File
312                                RelativePath=".\libmpq\wave.h"
313                                >
314                        </File>
315                </Filter>
316        </Files>
317        <Globals>
318        </Globals>
319</VisualStudioProject>
Note: See TracBrowser for help on using the browser.