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

Revision 206, 6.8 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="7.10"
5        Name="framework"
6        ProjectGUID="{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}"
7        RootNamespace="framework"
8        Keyword="ManagedCProj">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug|Win32"
16                        OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
17                        IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
18                        ConfigurationType="4"
19                        CharacterSet="2"
20                        ManagedExtensions="FALSE">
21                        <Tool
22                                Name="VCCLCompilerTool"
23                                AdditionalOptions="/Zl"
24                                Optimization="0"
25                                AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
26                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB"
27                                MinimalRebuild="FALSE"
28                                BasicRuntimeChecks="3"
29                                RuntimeLibrary="3"
30                                RuntimeTypeInfo="TRUE"
31                                UsePrecompiledHeader="2"
32                                PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
33                                AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
34                                ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
35                                ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
36                                WarningLevel="3"
37                                SuppressStartupBanner="TRUE"
38                                Detect64BitPortabilityProblems="TRUE"
39                                DebugInformationFormat="3"
40                                CompileAs="0"/>
41                        <Tool
42                                Name="VCCustomBuildTool"/>
43                        <Tool
44                                Name="VCLibrarianTool"
45                                OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"/>
46                        <Tool
47                                Name="VCMIDLTool"/>
48                        <Tool
49                                Name="VCPostBuildEventTool"/>
50                        <Tool
51                                Name="VCPreBuildEventTool"/>
52                        <Tool
53                                Name="VCPreLinkEventTool"/>
54                        <Tool
55                                Name="VCResourceCompilerTool"/>
56                        <Tool
57                                Name="VCWebServiceProxyGeneratorTool"/>
58                        <Tool
59                                Name="VCXMLDataGeneratorTool"/>
60                        <Tool
61                                Name="VCManagedWrapperGeneratorTool"/>
62                        <Tool
63                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64                </Configuration>
65                <Configuration
66                        Name="Release|Win32"
67                        OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
68                        IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)"
69                        ConfigurationType="4"
70                        CharacterSet="2"
71                        ManagedExtensions="FALSE">
72                        <Tool
73                                Name="VCCLCompilerTool"
74                                AdditionalOptions="/Zl"
75                                InlineFunctionExpansion="1"
76                                AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers"
77                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
78                                StringPooling="TRUE"
79                                MinimalRebuild="FALSE"
80                                RuntimeLibrary="2"
81                                EnableFunctionLevelLinking="TRUE"
82                                EnableEnhancedInstructionSet="1"
83                                RuntimeTypeInfo="TRUE"
84                                UsePrecompiledHeader="2"
85                                PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
86                                AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\"
87                                ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\"
88                                ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\"
89                                WarningLevel="3"
90                                Detect64BitPortabilityProblems="TRUE"
91                                DebugInformationFormat="3"
92                                CompileAs="0"/>
93                        <Tool
94                                Name="VCCustomBuildTool"/>
95                        <Tool
96                                Name="VCLibrarianTool"
97                                OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib"/>
98                        <Tool
99                                Name="VCMIDLTool"/>
100                        <Tool
101                                Name="VCPostBuildEventTool"/>
102                        <Tool
103                                Name="VCPreBuildEventTool"/>
104                        <Tool
105                                Name="VCPreLinkEventTool"/>
106                        <Tool
107                                Name="VCResourceCompilerTool"/>
108                        <Tool
109                                Name="VCWebServiceProxyGeneratorTool"/>
110                        <Tool
111                                Name="VCXMLDataGeneratorTool"/>
112                        <Tool
113                                Name="VCManagedWrapperGeneratorTool"/>
114                        <Tool
115                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
116                </Configuration>
117        </Configurations>
118        <References>
119        </References>
120        <Files>
121                <Filter
122                        Name="GameSystem">
123                        <File
124                                RelativePath="..\..\src\framework\GameSystem\Grid.h">
125                        </File>
126                        <File
127                                RelativePath="..\..\src\framework\GameSystem\GridLoader.h">
128                        </File>
129                        <File
130                                RelativePath="..\..\src\framework\GameSystem\GridReference.h">
131                        </File>
132                        <File
133                                RelativePath="..\..\src\framework\GameSystem\GridRefManager.h">
134                        </File>
135                        <File
136                                RelativePath="..\..\src\framework\GameSystem\NGrid.h">
137                        </File>
138                        <File
139                                RelativePath="..\..\src\framework\GameSystem\TypeContainer.h">
140                        </File>
141                        <File
142                                RelativePath="..\..\src\framework\GameSystem\TypeContainerFunctions.h">
143                        </File>
144                        <File
145                                RelativePath="..\..\src\framework\GameSystem\TypeContainerVisitor.h">
146                        </File>
147                </Filter>
148                <Filter
149                        Name="Platform">
150                        <File
151                                RelativePath="..\..\src\framework\Platform\CompilerDefs.h">
152                        </File>
153                        <File
154                                RelativePath="..\..\src\framework\Platform\Define.h">
155                        </File>
156                </Filter>
157                <Filter
158                        Name="Policies">
159                        <File
160                                RelativePath="..\..\src\framework\Policies\CreationPolicy.h">
161                        </File>
162                        <File
163                                RelativePath="..\..\src\framework\Policies\ObjectLifeTime.cpp">
164                        </File>
165                        <File
166                                RelativePath="..\..\src\framework\Policies\ObjectLifeTime.h">
167                        </File>
168                        <File
169                                RelativePath="..\..\src\framework\Policies\Singleton.h">
170                        </File>
171                        <File
172                                RelativePath="..\..\src\framework\Policies\SingletonImp.h">
173                        </File>
174                        <File
175                                RelativePath="..\..\src\framework\Policies\ThreadingModel.h">
176                        </File>
177                </Filter>
178                <Filter
179                        Name="Utilities">
180                        <File
181                                RelativePath="..\..\src\framework\Utilities\ByteConverter.h">
182                        </File>
183                        <File
184                                RelativePath="..\..\src\framework\Utilities\Callback.h">
185                        </File>
186                        <File
187                                RelativePath="..\..\src\framework\Utilities\EventProcessor.cpp">
188                        </File>
189                        <File
190                                RelativePath="..\..\src\framework\Utilities\EventProcessor.h">
191                        </File>
192                        <File
193                                RelativePath="..\..\src\framework\Utilities\UnorderedMap.h">
194                        </File>
195                        <File
196                                RelativePath="..\..\src\framework\Utilities\LinkedList.h">
197                        </File>
198                        <File
199                                RelativePath="..\..\src\framework\Utilities\TypeList.h">
200                        </File>
201                        <Filter
202                                Name="CountedReference"
203                                Filter="">
204                                <File
205                                        RelativePath="..\..\src\framework\Utilities\CountedReference\Reference.h">
206                                </File>
207                                <File
208                                        RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceHolder.h">
209                                </File>
210                                <File
211                                        RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceImpl.h">
212                                </File>
213                        </Filter>
214                        <Filter
215                                Name="LinkedReference"
216                                Filter="">
217                                <File
218                                        RelativePath="..\..\src\framework\Utilities\LinkedReference\Reference.h">
219                                </File>
220                                <File
221                                        RelativePath="..\..\src\framework\Utilities\LinkedReference\RefManager.h">
222                                </File>
223                        </Filter>
224                </Filter>
225                <Filter
226                        Name="Dynamic">
227                        <File
228                                RelativePath="..\..\src\framework\Dynamic\FactoryHolder.h">
229                        </File>
230                        <File
231                                RelativePath="..\..\src\framework\Dynamic\ObjectRegistry.h">
232                        </File>
233                </Filter>
234                <Filter
235                        Name="Network">
236                        <File
237                                RelativePath="..\..\src\framework\Network\SocketDefines.h">
238                        </File>
239                </Filter>
240        </Files>
241        <Globals>
242        </Globals>
243</VisualStudioProject>
Note: See TracBrowser for help on using the browser.