Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/visual_studio/core.vcproj @ 686

Last change on this file since 686 was 686, checked in by rgrieder, 16 years ago
  • replaced a little hack in DebugLevel through a tiny one.
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="Core"
6        ProjectGUID="{271715F3-5B90-4110-A552-70C788084A86}"
7        RootNamespace="FICN"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        ConfigurationType="2"
21                        InheritedPropertySheets=".\base_properties_debug.vsprops"
22                        CharacterSet="1"
23                        >
24                        <Tool
25                                Name="VCPreBuildEventTool"
26                        />
27                        <Tool
28                                Name="VCCustomBuildTool"
29                        />
30                        <Tool
31                                Name="VCXMLDataGeneratorTool"
32                        />
33                        <Tool
34                                Name="VCWebServiceProxyGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCMIDLTool"
38                        />
39                        <Tool
40                                Name="VCCLCompilerTool"
41                                AdditionalIncludeDirectories=""
42                                PreprocessorDefinitions="CORE_SHARED_BUILD"
43                        />
44                        <Tool
45                                Name="VCManagedResourceCompilerTool"
46                        />
47                        <Tool
48                                Name="VCResourceCompilerTool"
49                        />
50                        <Tool
51                                Name="VCPreLinkEventTool"
52                        />
53                        <Tool
54                                Name="VCLinkerTool"
55                                AdditionalDependencies="OgreMain_d.lib"
56                        />
57                        <Tool
58                                Name="VCALinkTool"
59                        />
60                        <Tool
61                                Name="VCManifestTool"
62                        />
63                        <Tool
64                                Name="VCXDCMakeTool"
65                        />
66                        <Tool
67                                Name="VCBscMakeTool"
68                        />
69                        <Tool
70                                Name="VCFxCopTool"
71                        />
72                        <Tool
73                                Name="VCAppVerifierTool"
74                        />
75                        <Tool
76                                Name="VCWebDeploymentTool"
77                        />
78                        <Tool
79                                Name="VCPostBuildEventTool"
80                        />
81                </Configuration>
82                <Configuration
83                        Name="Release|Win32"
84                        ConfigurationType="2"
85                        InheritedPropertySheets=".\base_properties_release.vsprops"
86                        CharacterSet="1"
87                        WholeProgramOptimization="1"
88                        >
89                        <Tool
90                                Name="VCPreBuildEventTool"
91                        />
92                        <Tool
93                                Name="VCCustomBuildTool"
94                        />
95                        <Tool
96                                Name="VCXMLDataGeneratorTool"
97                        />
98                        <Tool
99                                Name="VCWebServiceProxyGeneratorTool"
100                        />
101                        <Tool
102                                Name="VCMIDLTool"
103                        />
104                        <Tool
105                                Name="VCCLCompilerTool"
106                                AdditionalIncludeDirectories=""
107                                PreprocessorDefinitions="CORE_SHARED_BUILD"
108                        />
109                        <Tool
110                                Name="VCManagedResourceCompilerTool"
111                        />
112                        <Tool
113                                Name="VCResourceCompilerTool"
114                        />
115                        <Tool
116                                Name="VCPreLinkEventTool"
117                        />
118                        <Tool
119                                Name="VCLinkerTool"
120                                AdditionalDependencies="OgreMain.lib"
121                        />
122                        <Tool
123                                Name="VCALinkTool"
124                        />
125                        <Tool
126                                Name="VCManifestTool"
127                        />
128                        <Tool
129                                Name="VCXDCMakeTool"
130                        />
131                        <Tool
132                                Name="VCBscMakeTool"
133                        />
134                        <Tool
135                                Name="VCFxCopTool"
136                        />
137                        <Tool
138                                Name="VCAppVerifierTool"
139                        />
140                        <Tool
141                                Name="VCWebDeploymentTool"
142                        />
143                        <Tool
144                                Name="VCPostBuildEventTool"
145                        />
146                </Configuration>
147        </Configurations>
148        <References>
149        </References>
150        <Files>
151                <Filter
152                        Name="Source Files"
153                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
154                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
155                        >
156                        <File
157                                RelativePath="..\src\orxonox\core\ArgReader.cc"
158                                >
159                        </File>
160                        <File
161                                RelativePath="..\src\orxonox\core\ConfigValueContainer.cc"
162                                >
163                        </File>
164                        <File
165                                RelativePath="..\src\orxonox\core\DebugLevel.cc"
166                                >
167                        </File>
168                        <File
169                                RelativePath="..\src\orxonox\core\Error.cc"
170                                >
171                        </File>
172                        <File
173                                RelativePath="..\src\orxonox\core\Factory.cc"
174                                >
175                        </File>
176                        <File
177                                RelativePath="..\src\orxonox\core\Identifier.cc"
178                                >
179                        </File>
180                        <File
181                                RelativePath="..\src\orxonox\core\IdentifierList.cc"
182                                >
183                        </File>
184                        <File
185                                RelativePath="..\src\orxonox\core\MetaObjectList.cc"
186                                >
187                        </File>
188                        <File
189                                RelativePath="..\src\orxonox\core\OrxonoxClass.cc"
190                                >
191                        </File>
192                        <File
193                                RelativePath="..\src\orxonox\core\OutputHandler.cc"
194                                >
195                        </File>
196                        <File
197                                RelativePath="..\src\orxonox\core\SignalHandler.cc"
198                                >
199                        </File>
200                </Filter>
201                <Filter
202                        Name="Header Files"
203                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
204                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
205                        >
206                        <File
207                                RelativePath="..\src\orxonox\core\ArgReader.h"
208                                >
209                        </File>
210                        <File
211                                RelativePath="..\src\orxonox\core\ClassFactory.h"
212                                >
213                        </File>
214                        <File
215                                RelativePath="..\src\orxonox\core\ConfigValueContainer.h"
216                                >
217                        </File>
218                        <File
219                                RelativePath="..\src\orxonox\core\CoreIncludes.h"
220                                >
221                        </File>
222                        <File
223                                RelativePath="..\src\orxonox\core\CorePrereqs.h"
224                                >
225                        </File>
226                        <File
227                                RelativePath="..\src\orxonox\core\Debug.h"
228                                >
229                        </File>
230                        <File
231                                RelativePath="..\src\orxonox\core\DebugLevel.h"
232                                >
233                        </File>
234                        <File
235                                RelativePath="..\src\orxonox\core\Error.h"
236                                >
237                        </File>
238                        <File
239                                RelativePath="..\src\orxonox\core\Factory.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath="..\src\orxonox\core\Identifier.h"
244                                >
245                        </File>
246                        <File
247                                RelativePath="..\src\orxonox\core\IdentifierList.h"
248                                >
249                        </File>
250                        <File
251                                RelativePath="..\src\orxonox\core\Iterator.h"
252                                >
253                        </File>
254                        <File
255                                RelativePath="..\src\orxonox\core\MetaObjectList.h"
256                                >
257                        </File>
258                        <File
259                                RelativePath="..\src\orxonox\core\ObjectList.h"
260                                >
261                        </File>
262                        <File
263                                RelativePath="..\src\orxonox\core\OrxonoxClass.h"
264                                >
265                        </File>
266                        <File
267                                RelativePath="..\src\orxonox\core\OutputHandler.h"
268                                >
269                        </File>
270                        <File
271                                RelativePath="..\src\orxonox\core\SignalHandler.h"
272                                >
273                        </File>
274                </Filter>
275                <Filter
276                        Name="Resource Files"
277                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
278                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
279                        >
280                </Filter>
281        </Files>
282        <Globals>
283        </Globals>
284</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.