Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/main_reto_vs05/scripts/weapon_framework.vcproj @ 195

Last change on this file since 195 was 195, checked in by rgrieder, 16 years ago
  • fixed release settings in VS project
  • removed .exe files and ogre.log from svn
File size: 6.5 KB
RevLine 
[157]1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="weapon_framework"
6        ProjectGUID="{C5DA441F-E90E-4FDA-8BAC-4B12EBBFD00B}"
7        RootNamespace="weapon_framework"
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                        OutputDirectory="..\bin\$(ConfigurationName)"
21                        IntermediateDirectory="..\obj\$(ConfigurationName)"
22                        ConfigurationType="1"
23                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
[195]43                                AdditionalIncludeDirectories="..\src;..\src\weapon;&quot;$(OGRE_HOME)\OgreMain\include&quot;;&quot;$(OGRE_HOME)\Dependencies\include&quot;"
[157]44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                UsePrecompiledHeader="0"
49                                WarningLevel="3"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLinkerTool"
64                                AdditionalDependencies="OgreMain_d.lib OIS_d.lib"
65                                OutputFile="$(OutDir)\$(ProjectName).exe"
66                                LinkIncremental="2"
67                                AdditionalLibraryDirectories="$(OGRE_HOME)\lib;$(OGRE_HOME)\Dependencies\lib\$(ConfigurationName)"
68                                GenerateDebugInformation="true"
69                                SubSystem="2"
70                                TargetMachine="1"
71                        />
72                        <Tool
73                                Name="VCALinkTool"
74                        />
75                        <Tool
76                                Name="VCManifestTool"
77                        />
78                        <Tool
79                                Name="VCXDCMakeTool"
80                        />
81                        <Tool
82                                Name="VCBscMakeTool"
83                        />
84                        <Tool
85                                Name="VCFxCopTool"
86                        />
87                        <Tool
88                                Name="VCAppVerifierTool"
89                        />
90                        <Tool
91                                Name="VCWebDeploymentTool"
92                        />
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                        />
96                </Configuration>
97                <Configuration
98                        Name="Release|Win32"
99                        OutputDirectory="..\bin\$(ConfigurationName)"
100                        IntermediateDirectory="..\obj\$(ConfigurationName)"
101                        ConfigurationType="1"
102                        CharacterSet="1"
103                        WholeProgramOptimization="1"
104                        >
105                        <Tool
106                                Name="VCPreBuildEventTool"
107                        />
108                        <Tool
109                                Name="VCCustomBuildTool"
110                        />
111                        <Tool
112                                Name="VCXMLDataGeneratorTool"
113                        />
114                        <Tool
115                                Name="VCWebServiceProxyGeneratorTool"
116                        />
117                        <Tool
118                                Name="VCMIDLTool"
119                        />
120                        <Tool
121                                Name="VCCLCompilerTool"
[195]122                                AdditionalIncludeDirectories="..\src;..\src\weapon;&quot;$(OGRE_HOME)\OgreMain\include&quot;;&quot;$(OGRE_HOME)\Dependencies\include&quot;"
[157]123                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
124                                RuntimeLibrary="2"
125                                UsePrecompiledHeader="0"
126                                WarningLevel="3"
127                                Detect64BitPortabilityProblems="true"
128                                DebugInformationFormat="3"
129                        />
130                        <Tool
131                                Name="VCManagedResourceCompilerTool"
132                        />
133                        <Tool
134                                Name="VCResourceCompilerTool"
135                        />
136                        <Tool
137                                Name="VCPreLinkEventTool"
138                        />
139                        <Tool
140                                Name="VCLinkerTool"
141                                AdditionalDependencies="OgreMain.lib OIS.lib"
142                                OutputFile="$(OutDir)\$(ProjectName).exe"
143                                LinkIncremental="1"
144                                AdditionalLibraryDirectories="$(OGRE_HOME)\lib;$(OGRE_HOME)\Dependencies\lib\$(ConfigurationName)"
145                                GenerateDebugInformation="true"
146                                SubSystem="2"
147                                OptimizeReferences="2"
148                                EnableCOMDATFolding="2"
149                                TargetMachine="1"
150                        />
151                        <Tool
152                                Name="VCALinkTool"
153                        />
154                        <Tool
155                                Name="VCManifestTool"
156                        />
157                        <Tool
158                                Name="VCXDCMakeTool"
159                        />
160                        <Tool
161                                Name="VCBscMakeTool"
162                        />
163                        <Tool
164                                Name="VCFxCopTool"
165                        />
166                        <Tool
167                                Name="VCAppVerifierTool"
168                        />
169                        <Tool
170                                Name="VCWebDeploymentTool"
171                        />
172                        <Tool
173                                Name="VCPostBuildEventTool"
174                        />
175                </Configuration>
176        </Configurations>
177        <References>
178        </References>
179        <Files>
180                <Filter
181                        Name="Source Files"
182                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
183                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
184                        >
185                        <File
[189]186                                RelativePath="..\src\camera_manager.cc"
[161]187                                >
188                        </File>
189                        <File
[189]190                                RelativePath="..\src\inertial_node.cc"
[169]191                                >
192                        </File>
193                        <File
[157]194                                RelativePath="..\src\main.cc"
195                                >
196                        </File>
197                        <File
198                                RelativePath="..\src\ogre_control.cc"
199                                >
200                        </File>
201                        <File
202                                RelativePath="..\src\orxonox.cc"
203                                >
204                        </File>
205                        <File
206                                RelativePath="..\src\orxonox_scene.cc"
207                                >
208                        </File>
209                        <File
210                                RelativePath="..\src\orxonox_ship.cc"
211                                >
212                        </File>
213                        <File
214                                RelativePath="..\src\run_manager.cc"
215                                >
216                        </File>
[189]217                        <Filter
218                                Name="weapon"
[157]219                                >
[189]220                                <File
221                                        RelativePath="..\src\weapon\ammunition_dump.cc"
222                                        >
223                                </File>
224                                <File
225                                        RelativePath="..\src\weapon\bullet.cc"
226                                        >
227                                </File>
228                                <File
229                                        RelativePath="..\src\weapon\bullet_manager.cc"
230                                        >
231                                </File>
232                                <File
233                                        RelativePath="..\src\weapon\weapon_manager.cc"
234                                        >
235                                </File>
236                        </Filter>
[157]237                </Filter>
238                <Filter
239                        Name="Header Files"
240                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
241                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
242                        >
243                        <File
[189]244                                RelativePath="..\src\camera_manager.h"
[161]245                                >
246                        </File>
247                        <File
[189]248                                RelativePath="..\src\inertial_node.h"
[157]249                                >
250                        </File>
251                        <File
[169]252                                RelativePath="..\src\ogre_control.h"
[157]253                                >
254                        </File>
255                        <File
[169]256                                RelativePath="..\src\orxonox.h"
[161]257                                >
258                        </File>
259                        <File
[169]260                                RelativePath="..\src\orxonox_prerequisites.h"
[157]261                                >
262                        </File>
263                        <File
[169]264                                RelativePath="..\src\orxonox_scene.h"
[157]265                                >
266                        </File>
267                        <File
[169]268                                RelativePath="..\src\orxonox_ship.h"
[157]269                                >
270                        </File>
271                        <File
[169]272                                RelativePath="..\src\run_manager.h"
[157]273                                >
274                        </File>
[189]275                        <Filter
276                                Name="weapon"
[169]277                                >
[189]278                                <File
279                                        RelativePath="..\src\weapon\ammunition_dump.h"
280                                        >
281                                </File>
282                                <File
283                                        RelativePath="..\src\weapon\bullet.h"
284                                        >
285                                </File>
286                                <File
287                                        RelativePath="..\src\weapon\bullet_manager.h"
288                                        >
289                                </File>
290                                <File
291                                        RelativePath="..\src\weapon\weapon.h"
292                                        >
293                                </File>
294                                <File
295                                        RelativePath="..\src\weapon\weapon_manager.h"
296                                        >
297                                </File>
298                        </Filter>
[157]299                </Filter>
300                <Filter
301                        Name="Resource Files"
302                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
303                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
304                        >
305                </Filter>
306        </Files>
307        <Globals>
308        </Globals>
309</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.