1 | <?xml version="1.0" encoding="Windows-1252"?>
|
---|
2 | <VisualStudioProject
|
---|
3 | ProjectType="Visual C++"
|
---|
4 | Version="8.00"
|
---|
5 | Name="Demo_BspCollision"
|
---|
6 | ProjectGUID="{1982C73F-3D1C-46A6-9DFB-C7B03310365B}"
|
---|
7 | Keyword="Win32Proj"
|
---|
8 | >
|
---|
9 | <Platforms>
|
---|
10 | <Platform
|
---|
11 | Name="Win32"
|
---|
12 | />
|
---|
13 | </Platforms>
|
---|
14 | <ToolFiles>
|
---|
15 | </ToolFiles>
|
---|
16 | <Configurations>
|
---|
17 | <Configuration
|
---|
18 | Name="Debug|Win32"
|
---|
19 | OutputDirectory="..\..\..\Samples\Common\bin\$(ConfigurationName)"
|
---|
20 | IntermediateDirectory="..\obj\$(ConfigurationName)"
|
---|
21 | ConfigurationType="1"
|
---|
22 | InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
|
---|
23 | CharacterSet="2"
|
---|
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"
|
---|
43 | AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include;..\..\ReferenceAppLayer\include"
|
---|
44 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
|
---|
45 | MinimalRebuild="true"
|
---|
46 | BasicRuntimeChecks="3"
|
---|
47 | RuntimeLibrary="3"
|
---|
48 | EnableFunctionLevelLinking="true"
|
---|
49 | FloatingPointModel="2"
|
---|
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 ReferenceAppLayer.lib"
|
---|
67 | OutputFile="$(OutDir)/Demo_BspCollision.exe"
|
---|
68 | LinkIncremental="2"
|
---|
69 | AdditionalLibraryDirectories=""..\..\..\OgreMain\lib\$(ConfigurationName)";"..\..\Dependencies\lib\$(ConfigurationName)";"..\..\ReferenceAppLayer\lib\$(ConfigurationName)""
|
---|
70 | GenerateDebugInformation="true"
|
---|
71 | ProgramDatabaseFile="$(OutDir)/Demo_BspCollision.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 | />
|
---|
100 | </Configuration>
|
---|
101 | <Configuration
|
---|
102 | Name="Release|Win32"
|
---|
103 | OutputDirectory="..\..\..\Samples\Common\bin\$(ConfigurationName)"
|
---|
104 | IntermediateDirectory="..\obj\$(ConfigurationName)"
|
---|
105 | ConfigurationType="1"
|
---|
106 | InheritedPropertySheets="$(VCInstallDir)\VCProjectDefaults\UpgradeFromVC70.vsprops"
|
---|
107 | CharacterSet="2"
|
---|
108 | >
|
---|
109 | <Tool
|
---|
110 | Name="VCPreBuildEventTool"
|
---|
111 | />
|
---|
112 | <Tool
|
---|
113 | Name="VCCustomBuildTool"
|
---|
114 | />
|
---|
115 | <Tool
|
---|
116 | Name="VCXMLDataGeneratorTool"
|
---|
117 | />
|
---|
118 | <Tool
|
---|
119 | Name="VCWebServiceProxyGeneratorTool"
|
---|
120 | />
|
---|
121 | <Tool
|
---|
122 | Name="VCMIDLTool"
|
---|
123 | />
|
---|
124 | <Tool
|
---|
125 | Name="VCCLCompilerTool"
|
---|
126 | Optimization="2"
|
---|
127 | InlineFunctionExpansion="1"
|
---|
128 | FavorSizeOrSpeed="1"
|
---|
129 | OmitFramePointers="true"
|
---|
130 | AdditionalIncludeDirectories="..\include;..\..\Common\include;..\..\..\OgreMain\include;..\..\..\Dependencies\include;..\..\ReferenceAppLayer\include"
|
---|
131 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
---|
132 | StringPooling="true"
|
---|
133 | MinimalRebuild="true"
|
---|
134 | RuntimeLibrary="2"
|
---|
135 | BufferSecurityCheck="false"
|
---|
136 | EnableFunctionLevelLinking="true"
|
---|
137 | FloatingPointModel="2"
|
---|
138 | UsePrecompiledHeader="0"
|
---|
139 | WarningLevel="3"
|
---|
140 | Detect64BitPortabilityProblems="true"
|
---|
141 | DebugInformationFormat="3"
|
---|
142 | />
|
---|
143 | <Tool
|
---|
144 | Name="VCManagedResourceCompilerTool"
|
---|
145 | />
|
---|
146 | <Tool
|
---|
147 | Name="VCResourceCompilerTool"
|
---|
148 | />
|
---|
149 | <Tool
|
---|
150 | Name="VCPreLinkEventTool"
|
---|
151 | />
|
---|
152 | <Tool
|
---|
153 | Name="VCLinkerTool"
|
---|
154 | AdditionalDependencies="OgreMain.lib ReferenceAppLayer.lib"
|
---|
155 | OutputFile="$(OutDir)/Demo_BspCollision.exe"
|
---|
156 | LinkIncremental="1"
|
---|
157 | AdditionalLibraryDirectories=""..\..\..\OgreMain\lib\$(ConfigurationName)";"..\..\Dependencies\lib\$(ConfigurationName)";"..\..\ReferenceAppLayer\lib\$(ConfigurationName)""
|
---|
158 | GenerateDebugInformation="false"
|
---|
159 | SubSystem="2"
|
---|
160 | OptimizeReferences="2"
|
---|
161 | EnableCOMDATFolding="2"
|
---|
162 | OptimizeForWindows98="1"
|
---|
163 | TargetMachine="1"
|
---|
164 | />
|
---|
165 | <Tool
|
---|
166 | Name="VCALinkTool"
|
---|
167 | />
|
---|
168 | <Tool
|
---|
169 | Name="VCManifestTool"
|
---|
170 | />
|
---|
171 | <Tool
|
---|
172 | Name="VCXDCMakeTool"
|
---|
173 | />
|
---|
174 | <Tool
|
---|
175 | Name="VCBscMakeTool"
|
---|
176 | />
|
---|
177 | <Tool
|
---|
178 | Name="VCFxCopTool"
|
---|
179 | />
|
---|
180 | <Tool
|
---|
181 | Name="VCAppVerifierTool"
|
---|
182 | />
|
---|
183 | <Tool
|
---|
184 | Name="VCWebDeploymentTool"
|
---|
185 | />
|
---|
186 | <Tool
|
---|
187 | Name="VCPostBuildEventTool"
|
---|
188 | />
|
---|
189 | </Configuration>
|
---|
190 | </Configurations>
|
---|
191 | <References>
|
---|
192 | </References>
|
---|
193 | <Files>
|
---|
194 | <Filter
|
---|
195 | Name="Source Files"
|
---|
196 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
|
---|
197 | >
|
---|
198 | <File
|
---|
199 | RelativePath="..\src\BspCollision.cpp"
|
---|
200 | >
|
---|
201 | </File>
|
---|
202 | </Filter>
|
---|
203 | <Filter
|
---|
204 | Name="Header Files"
|
---|
205 | Filter="h;hpp;hxx;hm;inl;inc"
|
---|
206 | >
|
---|
207 | <File
|
---|
208 | RelativePath="..\..\Common\include\ExampleRefAppApplication.h"
|
---|
209 | >
|
---|
210 | </File>
|
---|
211 | <File
|
---|
212 | RelativePath="..\..\Common\include\ExampleRefAppFrameListener.h"
|
---|
213 | >
|
---|
214 | </File>
|
---|
215 | </Filter>
|
---|
216 | <Filter
|
---|
217 | Name="Resource Files"
|
---|
218 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
219 | >
|
---|
220 | </Filter>
|
---|
221 | </Files>
|
---|
222 | <Globals>
|
---|
223 | </Globals>
|
---|
224 | </VisualStudioProject>
|
---|