Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Instancing/scripts/Demo_Crowd_vc8.vcproj @ 5

Last change on this file since 5 was 5, checked in by anonymous, 17 years ago

=hoffentlich gehts jetzt

File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="Demo_Crowd"
6        ProjectGUID="{5C668293-B752-499A-98C1-5042CACA1897}"
7        RootNamespace="Demo_Crowd"
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                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24                        CharacterSet="2"
25                        >
26                        <Tool
27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
42                                Name="VCCLCompilerTool"
43                                Optimization="0"
44                                AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include;..\..\..\Dependencies\include\CEGUI;..\..\Common\CEGUIRenderer\include"
45                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
46                                MinimalRebuild="true"
47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="3"
49                                EnableFunctionLevelLinking="true"
50                                UsePrecompiledHeader="0"
51                                WarningLevel="3"
52                                Detect64BitPortabilityProblems="true"
53                                DebugInformationFormat="4"
54                        />
55                        <Tool
56                                Name="VCManagedResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                AdditionalDependencies="OgreMain_d.lib OIS_d.lib CEGUIBase_d.lib OgreGUIRenderer_d.lib"
67                                OutputFile="$(OutDir)/Demo_Crowd.exe"
68                                LinkIncremental="2"
69                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
70                                GenerateDebugInformation="true"
71                                ProgramDatabaseFile="$(OutDir)/Demo_Instancing.pdb"
72                                SubSystem="2"
73                                OptimizeForWindows98="1"
74                                TargetMachine="1"
75                        />
76                        <Tool
77                                Name="VCALinkTool"
78                        />
79                        <Tool
80                                Name="VCManifestTool"
81                        />
82                        <Tool
83                                Name="VCXDCMakeTool"
84                        />
85                        <Tool
86                                Name="VCBscMakeTool"
87                        />
88                        <Tool
89                                Name="VCFxCopTool"
90                        />
91                        <Tool
92                                Name="VCAppVerifierTool"
93                        />
94                        <Tool
95                                Name="VCWebDeploymentTool"
96                        />
97                        <Tool
98                                Name="VCPostBuildEventTool"
99                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"
100                        />
101                </Configuration>
102                <Configuration
103                        Name="Release|Win32"
104                        OutputDirectory="..\bin\$(ConfigurationName)"
105                        IntermediateDirectory="..\obj\$(ConfigurationName)"
106                        ConfigurationType="1"
107                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
108                        CharacterSet="2"
109                        WholeProgramOptimization="1"
110                        >
111                        <Tool
112                                Name="VCPreBuildEventTool"
113                        />
114                        <Tool
115                                Name="VCCustomBuildTool"
116                        />
117                        <Tool
118                                Name="VCXMLDataGeneratorTool"
119                        />
120                        <Tool
121                                Name="VCWebServiceProxyGeneratorTool"
122                        />
123                        <Tool
124                                Name="VCMIDLTool"
125                        />
126                        <Tool
127                                Name="VCCLCompilerTool"
128                                Optimization="2"
129                                InlineFunctionExpansion="1"
130                                EnableIntrinsicFunctions="true"
131                                FavorSizeOrSpeed="1"
132                                OmitFramePointers="true"
133                                AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include;..\..\..\Dependencies\include\CEGUI;..\..\Common\CEGUIRenderer\include"
134                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
135                                StringPooling="true"
136                                MinimalRebuild="true"
137                                RuntimeLibrary="2"
138                                BufferSecurityCheck="false"
139                                EnableFunctionLevelLinking="true"
140                                UsePrecompiledHeader="0"
141                                WarningLevel="3"
142                                Detect64BitPortabilityProblems="true"
143                                DebugInformationFormat="3"
144                        />
145                        <Tool
146                                Name="VCManagedResourceCompilerTool"
147                        />
148                        <Tool
149                                Name="VCResourceCompilerTool"
150                        />
151                        <Tool
152                                Name="VCPreLinkEventTool"
153                        />
154                        <Tool
155                                Name="VCLinkerTool"
156                                AdditionalDependencies="OgreMain.lib OIS.lib CEGUIBase.lib OgreGUIRenderer.lib"
157                                OutputFile="$(OutDir)/Demo_Crowd.exe"
158                                LinkIncremental="1"
159                                AdditionalLibraryDirectories="&quot;..\..\..\lib&quot;;&quot;..\..\..\Dependencies\lib\$(ConfigurationName)&quot;"
160                                GenerateDebugInformation="false"
161                                SubSystem="2"
162                                OptimizeReferences="2"
163                                EnableCOMDATFolding="2"
164                                OptimizeForWindows98="1"
165                                TargetMachine="1"
166                        />
167                        <Tool
168                                Name="VCALinkTool"
169                        />
170                        <Tool
171                                Name="VCManifestTool"
172                        />
173                        <Tool
174                                Name="VCXDCMakeTool"
175                        />
176                        <Tool
177                                Name="VCBscMakeTool"
178                        />
179                        <Tool
180                                Name="VCFxCopTool"
181                        />
182                        <Tool
183                                Name="VCAppVerifierTool"
184                        />
185                        <Tool
186                                Name="VCWebDeploymentTool"
187                        />
188                        <Tool
189                                Name="VCPostBuildEventTool"
190                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\Common\Bin\$(ConfigurationName)"
191                        />
192                </Configuration>
193        </Configurations>
194        <References>
195        </References>
196        <Files>
197                <Filter
198                        Name="Source Files"
199                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
200                        >
201                        <File
202                                RelativePath="..\src\crowd.cpp"
203                                >
204                        </File>
205                </Filter>
206                <Filter
207                        Name="Header Files"
208                        Filter="h;hpp;hxx;hm;inl;inc"
209                        >
210                        <File
211                                RelativePath="..\include\crowd.h"
212                                >
213                        </File>
214                </Filter>
215                <Filter
216                        Name="Resource Files"
217                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
218                        >
219                </Filter>
220        </Files>
221        <Globals>
222        </Globals>
223</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.