root/trunk/win/VC90/framework.vcproj @ 206

Revision 206, 11.5 kB (checked in by yumileroy, 17 years ago)

[svn] * Switch from hashmap to unordered map. - cleanup source - mangos. Help - Aokromes

Original author: KingPin?
Date: 2008-11-10 06:53:00-06:00

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="framework"
6        ProjectGUID="{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}"
7        RootNamespace="framework"
8        Keyword="ManagedCProj"
9        TargetFrameworkVersion="131072"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15                <Platform
16                        Name="x64"
17                />
18        </Platforms>
19        <ToolFiles>
20        </ToolFiles>
21        <Configurations>
22                <Configuration
23                        Name="Debug|Win32"
24                        OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
25                        IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
26                        ConfigurationType="4"
27                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
28                        CharacterSet="2"
29                        ManagedExtensions="0"
30                        >
31                        <Tool
32                                Name="VCPreBuildEventTool"
33                        />
34                        <Tool
35                                Name="VCCustomBuildTool"
36                        />
37                        <Tool
38                                Name="VCXMLDataGeneratorTool"
39                        />
40                        <Tool
41                                Name="VCWebServiceProxyGeneratorTool"
42                        />
43                        <Tool
44                                Name="VCMIDLTool"
45                        />
46                        <Tool
47                                Name="VCCLCompilerTool"
48                                AdditionalOptions="/Zl /MP"
49                                Optimization="0"
50                                AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
51                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB"
52                                MinimalRebuild="false"
53                                BasicRuntimeChecks="3"
54                                RuntimeLibrary="3"
55                                EnableFunctionLevelLinking="true"
56                                RuntimeTypeInfo="true"
57                                UsePrecompiledHeader="0"
58                                PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
59                                AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
60                                ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
61                                ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
62                                WarningLevel="3"
63                                SuppressStartupBanner="true"
64                                Detect64BitPortabilityProblems="false"
65                                DebugInformationFormat="3"
66                                CallingConvention="0"
67                                CompileAs="0"
68                        />
69                        <Tool
70                                Name="VCManagedResourceCompilerTool"
71                        />
72                        <Tool
73                                Name="VCResourceCompilerTool"
74                        />
75                        <Tool
76                                Name="VCPreLinkEventTool"
77                        />
78                        <Tool
79                                Name="VCLibrarianTool"
80                                OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
81                        />
82                        <Tool
83                                Name="VCALinkTool"
84                        />
85                        <Tool
86                                Name="VCXDCMakeTool"
87                        />
88                        <Tool
89                                Name="VCBscMakeTool"
90                        />
91                        <Tool
92                                Name="VCFxCopTool"
93                        />
94                        <Tool
95                                Name="VCPostBuildEventTool"
96                        />
97                </Configuration>
98                <Configuration
99                        Name="Release|Win32"
100                        OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
101                        IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
102                        ConfigurationType="4"
103                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
104                        CharacterSet="2"
105                        ManagedExtensions="0"
106                        >
107                        <Tool
108                                Name="VCPreBuildEventTool"
109                        />
110                        <Tool
111                                Name="VCCustomBuildTool"
112                        />
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCMIDLTool"
121                        />
122                        <Tool
123                                Name="VCCLCompilerTool"
124                                AdditionalOptions="/Zl /MP"
125                                InlineFunctionExpansion="1"
126                                AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
127                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
128                                StringPooling="true"
129                                MinimalRebuild="false"
130                                RuntimeLibrary="2"
131                                EnableFunctionLevelLinking="true"
132                                EnableEnhancedInstructionSet="1"
133                                RuntimeTypeInfo="true"
134                                UsePrecompiledHeader="0"
135                                PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
136                                AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
137                                ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
138                                ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
139                                WarningLevel="3"
140                                Detect64BitPortabilityProblems="false"
141                                DebugInformationFormat="3"
142                                CallingConvention="0"
143                                CompileAs="0"
144                        />
145                        <Tool
146                                Name="VCManagedResourceCompilerTool"
147                        />
148                        <Tool
149                                Name="VCResourceCompilerTool"
150                        />
151                        <Tool
152                                Name="VCPreLinkEventTool"
153                        />
154                        <Tool
155                                Name="VCLibrarianTool"
156                                OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
157                        />
158                        <Tool
159                                Name="VCALinkTool"
160                        />
161                        <Tool
162                                Name="VCXDCMakeTool"
163                        />
164                        <Tool
165                                Name="VCBscMakeTool"
166                        />
167                        <Tool
168                                Name="VCFxCopTool"
169                        />
170                        <Tool
171                                Name="VCPostBuildEventTool"
172                        />
173                </Configuration>
174                <Configuration
175                        Name="Debug|x64"
176                        OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
177                        IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
178                        ConfigurationType="4"
179                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
180                        CharacterSet="2"
181                        ManagedExtensions="0"
182                        >
183                        <Tool
184                                Name="VCPreBuildEventTool"
185                        />
186                        <Tool
187                                Name="VCCustomBuildTool"
188                        />
189                        <Tool
190                                Name="VCXMLDataGeneratorTool"
191                        />
192                        <Tool
193                                Name="VCWebServiceProxyGeneratorTool"
194                        />
195                        <Tool
196                                Name="VCMIDLTool"
197                                TargetEnvironment="3"
198                        />
199                        <Tool
200                                Name="VCCLCompilerTool"
201                                AdditionalOptions="/Zl /MP"
202                                Optimization="0"
203                                AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
204                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB"
205                                MinimalRebuild="false"
206                                BasicRuntimeChecks="3"
207                                RuntimeLibrary="3"
208                                EnableFunctionLevelLinking="true"
209                                RuntimeTypeInfo="true"
210                                UsePrecompiledHeader="0"
211                                PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
212                                AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
213                                ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
214                                ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
215                                WarningLevel="3"
216                                SuppressStartupBanner="true"
217                                Detect64BitPortabilityProblems="false"
218                                DebugInformationFormat="3"
219                                CallingConvention="0"
220                                CompileAs="0"
221                        />
222                        <Tool
223                                Name="VCManagedResourceCompilerTool"
224                        />
225                        <Tool
226                                Name="VCResourceCompilerTool"
227                        />
228                        <Tool
229                                Name="VCPreLinkEventTool"
230                        />
231                        <Tool
232                                Name="VCLibrarianTool"
233                                OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
234                        />
235                        <Tool
236                                Name="VCALinkTool"
237                        />
238                        <Tool
239                                Name="VCXDCMakeTool"
240                        />
241                        <Tool
242                                Name="VCBscMakeTool"
243                        />
244                        <Tool
245                                Name="VCFxCopTool"
246                        />
247                        <Tool
248                                Name="VCPostBuildEventTool"
249                        />
250                </Configuration>
251                <Configuration
252                        Name="Release|x64"
253                        OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
254                        IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
255                        ConfigurationType="4"
256                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
257                        CharacterSet="2"
258                        ManagedExtensions="0"
259                        >
260                        <Tool
261                                Name="VCPreBuildEventTool"
262                        />
263                        <Tool
264                                Name="VCCustomBuildTool"
265                        />
266                        <Tool
267                                Name="VCXMLDataGeneratorTool"
268                        />
269                        <Tool
270                                Name="VCWebServiceProxyGeneratorTool"
271                        />
272                        <Tool
273                                Name="VCMIDLTool"
274                                TargetEnvironment="3"
275                        />
276                        <Tool
277                                Name="VCCLCompilerTool"
278                                AdditionalOptions="/Zl /MP"
279                                InlineFunctionExpansion="1"
280                                AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
281                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
282                                StringPooling="true"
283                                MinimalRebuild="false"
284                                RuntimeLibrary="2"
285                                EnableFunctionLevelLinking="true"
286                                EnableEnhancedInstructionSet="0"
287                                RuntimeTypeInfo="true"
288                                UsePrecompiledHeader="0"
289                                PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
290                                AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
291                                ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
292                                ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
293                                WarningLevel="3"
294                                Detect64BitPortabilityProblems="false"
295                                DebugInformationFormat="3"
296                                CallingConvention="0"
297                                CompileAs="0"
298                        />
299                        <Tool
300                                Name="VCManagedResourceCompilerTool"
301                        />
302                        <Tool
303                                Name="VCResourceCompilerTool"
304                        />
305                        <Tool
306                                Name="VCPreLinkEventTool"
307                        />
308                        <Tool
309                                Name="VCLibrarianTool"
310                                OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"
311                        />
312                        <Tool
313                                Name="VCALinkTool"
314                        />
315                        <Tool
316                                Name="VCXDCMakeTool"
317                        />
318                        <Tool
319                                Name="VCBscMakeTool"
320                        />
321                        <Tool
322                                Name="VCFxCopTool"
323                        />
324                        <Tool
325                                Name="VCPostBuildEventTool"
326                        />
327                </Configuration>
328        </Configurations>
329        <References>
330        </References>
331        <Files>
332                <Filter
333                        Name="GameSystem"
334                        >
335                        <File
336                                RelativePath="..\..\src\framework\GameSystem\Grid.h"
337                                >
338                        </File>
339                        <File
340                                RelativePath="..\..\src\framework\GameSystem\GridLoader.h"
341                                >
342                        </File>
343                        <File
344                                RelativePath="..\..\src\framework\GameSystem\GridReference.h"
345                                >
346                        </File>
347                        <File
348                                RelativePath="..\..\src\framework\GameSystem\GridRefManager.h"
349                                >
350                        </File>
351                        <File
352                                RelativePath="..\..\src\framework\GameSystem\NGrid.h"
353                                >
354                        </File>
355                        <File
356                                RelativePath="..\..\src\framework\GameSystem\TypeContainer.h"
357                                >
358                        </File>
359                        <File
360                                RelativePath="..\..\src\framework\GameSystem\TypeContainerFunctions.h"
361                                >
362                        </File>
363                        <File
364                                RelativePath="..\..\src\framework\GameSystem\TypeContainerVisitor.h"
365                                >
366                        </File>
367                </Filter>
368                <Filter
369                        Name="Platform"
370                        >
371                        <File
372                                RelativePath="..\..\src\framework\Platform\CompilerDefs.h"
373                                >
374                        </File>
375                        <File
376                                RelativePath="..\..\src\framework\Platform\Define.h"
377                                >
378                        </File>
379                </Filter>
380                <Filter
381                        Name="Policies"
382                        >
383                        <File
384                                RelativePath="..\..\src\framework\Policies\CreationPolicy.h"
385                                >
386                        </File>
387                        <File
388                                RelativePath="..\..\src\framework\Policies\ObjectLifeTime.cpp"
389                                >
390                        </File>
391                        <File
392                                RelativePath="..\..\src\framework\Policies\ObjectLifeTime.h"
393                                >
394                        </File>
395                        <File
396                                RelativePath="..\..\src\framework\Policies\Singleton.h"
397                                >
398                        </File>
399                        <File
400                                RelativePath="..\..\src\framework\Policies\SingletonImp.h"
401                                >
402                        </File>
403                        <File
404                                RelativePath="..\..\src\framework\Policies\ThreadingModel.h"
405                                >
406                        </File>
407                </Filter>
408                <Filter
409                        Name="Utilities"
410                        >
411                        <File
412                                RelativePath="..\..\src\framework\Utilities\ByteConverter.h"
413                                >
414                        </File>
415                        <File
416                                RelativePath="..\..\src\framework\Utilities\Callback.h"
417                                >
418                        </File>
419                        <File
420                                RelativePath="..\..\src\framework\Utilities\EventProcessor.cpp"
421                                >
422                        </File>
423                        <File
424                                RelativePath="..\..\src\framework\Utilities\EventProcessor.h"
425                                >
426                        </File>
427                        <File
428                                RelativePath="..\..\src\framework\Utilities\UnorderedMap.h"
429                                >
430                        </File>
431                        <File
432                                RelativePath="..\..\src\game\LinkedList.h"
433                                >
434                        </File>
435                        <File
436                                RelativePath="..\..\src\framework\Utilities\TypeList.h"
437                                >
438                        </File>
439                        <Filter
440                                Name="CountedReference"
441                                >
442                                <File
443                                        RelativePath="..\..\src\framework\Utilities\CountedReference\Reference.h"
444                                        >
445                                </File>
446                                <File
447                                        RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceHolder.h"
448                                        >
449                                </File>
450                                <File
451                                        RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceImpl.h"
452                                        >
453                                </File>
454                        </Filter>
455                        <Filter
456                                Name="LinkedReference"
457                                >
458                                <File
459                                        RelativePath="..\..\src\framework\Utilities\LinkedReference\Reference.h"
460                                        >
461                                </File>
462                                <File
463                                        RelativePath="..\..\src\framework\Utilities\LinkedReference\RefManager.h"
464                                        >
465                                </File>
466                        </Filter>
467                </Filter>
468                <Filter
469                        Name="Dynamic"
470                        >
471                        <File
472                                RelativePath="..\..\src\framework\Dynamic\FactoryHolder.h"
473                                >
474                        </File>
475                        <File
476                                RelativePath="..\..\src\framework\Dynamic\ObjectRegistry.h"
477                                >
478                        </File>
479                </Filter>
480                <Filter
481                        Name="Network"
482                        >
483                        <File
484                                RelativePath="..\..\src\framework\Network\SocketDefines.h"
485                                >
486                        </File>
487                </Filter>
488        </Files>
489        <Globals>
490        </Globals>
491</VisualStudioProject>
Note: See TracBrowser for help on using the browser.