Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 787 was 733, checked in by rgrieder, 16 years ago
  • moved BaseObject to core
File size: 5.7 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                                OutputFile="$(OutDir)\$(ProjectName)_d.dll"
57                        />
58                        <Tool
59                                Name="VCALinkTool"
60                        />
61                        <Tool
62                                Name="VCManifestTool"
63                        />
64                        <Tool
65                                Name="VCXDCMakeTool"
66                        />
67                        <Tool
68                                Name="VCBscMakeTool"
69                        />
70                        <Tool
71                                Name="VCFxCopTool"
72                        />
73                        <Tool
74                                Name="VCAppVerifierTool"
75                        />
76                        <Tool
77                                Name="VCWebDeploymentTool"
78                        />
79                        <Tool
80                                Name="VCPostBuildEventTool"
81                        />
82                </Configuration>
83                <Configuration
84                        Name="Release|Win32"
85                        ConfigurationType="2"
86                        InheritedPropertySheets=".\base_properties_release.vsprops"
87                        CharacterSet="1"
88                        WholeProgramOptimization="1"
89                        >
90                        <Tool
91                                Name="VCPreBuildEventTool"
92                        />
93                        <Tool
94                                Name="VCCustomBuildTool"
95                        />
96                        <Tool
97                                Name="VCXMLDataGeneratorTool"
98                        />
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"
101                        />
102                        <Tool
103                                Name="VCMIDLTool"
104                        />
105                        <Tool
106                                Name="VCCLCompilerTool"
107                                AdditionalIncludeDirectories=""
108                                PreprocessorDefinitions="CORE_SHARED_BUILD"
109                        />
110                        <Tool
111                                Name="VCManagedResourceCompilerTool"
112                        />
113                        <Tool
114                                Name="VCResourceCompilerTool"
115                        />
116                        <Tool
117                                Name="VCPreLinkEventTool"
118                        />
119                        <Tool
120                                Name="VCLinkerTool"
121                                AdditionalDependencies="OgreMain.lib"
122                        />
123                        <Tool
124                                Name="VCALinkTool"
125                        />
126                        <Tool
127                                Name="VCManifestTool"
128                        />
129                        <Tool
130                                Name="VCXDCMakeTool"
131                        />
132                        <Tool
133                                Name="VCBscMakeTool"
134                        />
135                        <Tool
136                                Name="VCFxCopTool"
137                        />
138                        <Tool
139                                Name="VCAppVerifierTool"
140                        />
141                        <Tool
142                                Name="VCWebDeploymentTool"
143                        />
144                        <Tool
145                                Name="VCPostBuildEventTool"
146                        />
147                </Configuration>
148        </Configurations>
149        <References>
150        </References>
151        <Files>
152                <Filter
153                        Name="Source Files"
154                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
155                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
156                        >
157                        <File
158                                RelativePath="..\src\orxonox\core\ArgReader.cc"
159                                >
160                        </File>
161                        <File
162                                RelativePath="..\src\orxonox\core\BaseObject.cc"
163                                >
164                        </File>
165                        <File
166                                RelativePath="..\src\orxonox\core\ConfigValueContainer.cc"
167                                >
168                        </File>
169                        <File
170                                RelativePath="..\src\orxonox\core\DebugLevel.cc"
171                                >
172                        </File>
173                        <File
174                                RelativePath="..\src\orxonox\core\Error.cc"
175                                >
176                        </File>
177                        <File
178                                RelativePath="..\src\orxonox\core\Factory.cc"
179                                >
180                        </File>
181                        <File
182                                RelativePath="..\src\orxonox\core\Identifier.cc"
183                                >
184                        </File>
185                        <File
186                                RelativePath="..\src\orxonox\core\IdentifierList.cc"
187                                >
188                        </File>
189                        <File
190                                RelativePath="..\src\orxonox\core\Language.cc"
191                                >
192                        </File>
193                        <File
194                                RelativePath="..\src\orxonox\core\MetaObjectList.cc"
195                                >
196                        </File>
197                        <File
198                                RelativePath="..\src\orxonox\core\OrxonoxClass.cc"
199                                >
200                        </File>
201                        <File
202                                RelativePath="..\src\orxonox\core\OutputHandler.cc"
203                                >
204                        </File>
205                        <File
206                                RelativePath="..\src\orxonox\core\SignalHandler.cc"
207                                >
208                        </File>
209                </Filter>
210                <Filter
211                        Name="Header Files"
212                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
213                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
214                        >
215                        <File
216                                RelativePath="..\src\orxonox\core\ArgReader.h"
217                                >
218                        </File>
219                        <File
220                                RelativePath="..\src\orxonox\core\BaseObject.h"
221                                >
222                        </File>
223                        <File
224                                RelativePath="..\src\orxonox\core\ClassFactory.h"
225                                >
226                        </File>
227                        <File
228                                RelativePath="..\src\orxonox\core\ConfigValueContainer.h"
229                                >
230                        </File>
231                        <File
232                                RelativePath="..\src\orxonox\core\CoreIncludes.h"
233                                >
234                        </File>
235                        <File
236                                RelativePath="..\src\orxonox\core\CorePrereqs.h"
237                                >
238                        </File>
239                        <File
240                                RelativePath="..\src\orxonox\core\Debug.h"
241                                >
242                        </File>
243                        <File
244                                RelativePath="..\src\orxonox\core\DebugLevel.h"
245                                >
246                        </File>
247                        <File
248                                RelativePath="..\src\orxonox\core\Error.h"
249                                >
250                        </File>
251                        <File
252                                RelativePath="..\src\orxonox\core\Factory.h"
253                                >
254                        </File>
255                        <File
256                                RelativePath="..\src\orxonox\core\Identifier.h"
257                                >
258                        </File>
259                        <File
260                                RelativePath="..\src\orxonox\core\IdentifierList.h"
261                                >
262                        </File>
263                        <File
264                                RelativePath="..\src\orxonox\core\Iterator.h"
265                                >
266                        </File>
267                        <File
268                                RelativePath="..\src\orxonox\core\Language.h"
269                                >
270                        </File>
271                        <File
272                                RelativePath="..\src\orxonox\core\MetaObjectList.h"
273                                >
274                        </File>
275                        <File
276                                RelativePath="..\src\orxonox\core\ObjectList.h"
277                                >
278                        </File>
279                        <File
280                                RelativePath="..\src\orxonox\core\OrxonoxClass.h"
281                                >
282                        </File>
283                        <File
284                                RelativePath="..\src\orxonox\core\OutputHandler.h"
285                                >
286                        </File>
287                        <File
288                                RelativePath="..\src\orxonox\core\SignalHandler.h"
289                                >
290                        </File>
291                </Filter>
292        </Files>
293        <Globals>
294        </Globals>
295</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.