[4057] added: Line of sight (vmaps) [part 2] (last part)
[mangos-git.git] / contrib / vmap_assembler / VC71 / vmap_assembler.vcproj
blob1ae3b7ff658d0dc836647034cfeaf9ad294454de
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="vmap_assembler"
6 ProjectGUID="{572FFF74-480C-4472-8ABF-81733BB4049D}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="..\Debug"
16 IntermediateDirectory="..\Debug\obj"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="..\..\..\dep\include\g3dlite; ..\..\..\src\game"
23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="1"
27 UsePrecompiledHeader="0"
28 WarningLevel="3"
29 Detect64BitPortabilityProblems="TRUE"
30 DebugInformationFormat="4"/>
31 <Tool
32 Name="VCCustomBuildTool"/>
33 <Tool
34 Name="VCLinkerTool"
35 OutputFile="$(OutDir)/vmap_assembler.exe"
36 LinkIncremental="2"
37 GenerateDebugInformation="TRUE"
38 ProgramDatabaseFile="$(OutDir)/vmap_assembler.pdb"
39 SubSystem="1"
40 TargetMachine="1"/>
41 <Tool
42 Name="VCMIDLTool"/>
43 <Tool
44 Name="VCPostBuildEventTool"/>
45 <Tool
46 Name="VCPreBuildEventTool"/>
47 <Tool
48 Name="VCPreLinkEventTool"/>
49 <Tool
50 Name="VCResourceCompilerTool"/>
51 <Tool
52 Name="VCWebServiceProxyGeneratorTool"/>
53 <Tool
54 Name="VCXMLDataGeneratorTool"/>
55 <Tool
56 Name="VCWebDeploymentTool"/>
57 <Tool
58 Name="VCManagedWrapperGeneratorTool"/>
59 <Tool
60 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61 </Configuration>
62 <Configuration
63 Name="Release|Win32"
64 OutputDirectory="..\Release"
65 IntermediateDirectory="..\Release\obj"
66 ConfigurationType="1"
67 CharacterSet="2">
68 <Tool
69 Name="VCCLCompilerTool"
70 AdditionalIncludeDirectories="..\..\..\dep\include\g3dlite; ..\..\..\src\game"
71 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
72 RuntimeLibrary="0"
73 UsePrecompiledHeader="0"
74 WarningLevel="3"
75 Detect64BitPortabilityProblems="TRUE"
76 DebugInformationFormat="3"/>
77 <Tool
78 Name="VCCustomBuildTool"/>
79 <Tool
80 Name="VCLinkerTool"
81 OutputFile="$(OutDir)/vmap_assembler.exe"
82 LinkIncremental="1"
83 GenerateDebugInformation="TRUE"
84 SubSystem="1"
85 OptimizeReferences="2"
86 EnableCOMDATFolding="2"
87 TargetMachine="1"/>
88 <Tool
89 Name="VCMIDLTool"/>
90 <Tool
91 Name="VCPostBuildEventTool"/>
92 <Tool
93 Name="VCPreBuildEventTool"/>
94 <Tool
95 Name="VCPreLinkEventTool"/>
96 <Tool
97 Name="VCResourceCompilerTool"/>
98 <Tool
99 Name="VCWebServiceProxyGeneratorTool"/>
100 <Tool
101 Name="VCXMLDataGeneratorTool"/>
102 <Tool
103 Name="VCWebDeploymentTool"/>
104 <Tool
105 Name="VCManagedWrapperGeneratorTool"/>
106 <Tool
107 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
108 </Configuration>
109 </Configurations>
110 <References>
111 </References>
112 <Files>
113 <Filter
114 Name="Source Files"
115 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
116 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
117 <File
118 RelativePath=".\..\vmap_assembler.cpp">
119 </File>
120 </Filter>
121 <Filter
122 Name="vmaplib">
123 <File
124 RelativePath="..\..\..\src\game\BaseModel.cpp">
125 </File>
126 <File
127 RelativePath="..\..\..\src\game\BaseModel.h">
128 </File>
129 <File
130 RelativePath="..\..\..\src\game\CoordModelMapping.cpp">
131 </File>
132 <File
133 RelativePath="..\..\..\src\game\CoordModelMapping.h">
134 </File>
135 <File
136 RelativePath="..\..\..\src\game\ModelContainer.cpp">
137 </File>
138 <File
139 RelativePath="..\..\..\src\game\ModelContainer.h">
140 </File>
141 <File
142 RelativePath="..\..\..\src\game\ShortBox.h">
143 </File>
144 <File
145 RelativePath="..\..\..\src\game\ShortVector.h">
146 </File>
147 <File
148 RelativePath="..\..\..\src\game\SubModel.cpp">
149 </File>
150 <File
151 RelativePath="..\..\..\src\game\SubModel.h">
152 </File>
153 <File
154 RelativePath="..\..\..\src\game\TileAssembler.cpp">
155 </File>
156 <File
157 RelativePath="..\..\..\src\game\TileAssembler.h">
158 </File>
159 <File
160 RelativePath="..\..\..\src\game\TreeNode.cpp">
161 </File>
162 <File
163 RelativePath="..\..\..\src\game\TreeNode.h">
164 </File>
165 </Filter>
166 <Filter
167 Name="g3dlite">
168 <File
169 RelativePath="..\..\..\dep\src\g3dlite\AABox.cpp">
170 </File>
171 <File
172 RelativePath="..\..\..\dep\include\g3dlite\G3D\AABox.h">
173 </File>
174 <File
175 RelativePath="..\..\..\dep\include\g3dlite\G3D\AABSPTree.h">
176 </File>
177 <File
178 RelativePath="..\..\..\dep\include\g3dlite\G3D\Array.h">
179 </File>
180 <File
181 RelativePath="..\..\..\dep\src\g3dlite\Box.cpp">
182 </File>
183 <File
184 RelativePath="..\..\..\dep\include\g3dlite\G3D\Box.h">
185 </File>
186 <File
187 RelativePath="..\..\..\dep\include\g3dlite\G3D\CollisionDetection.h">
188 </File>
189 <File
190 RelativePath="..\..\..\dep\include\g3dlite\G3D\CoordinateFrame.h">
191 </File>
192 <File
193 RelativePath="..\..\..\dep\src\g3dlite\Crypto.cpp">
194 </File>
195 <File
196 RelativePath="..\..\..\dep\include\g3dlite\G3D\Crypto.h">
197 </File>
198 <File
199 RelativePath="..\..\..\dep\include\g3dlite\G3D\debug.h">
200 </File>
201 <File
202 RelativePath="..\..\..\dep\src\g3dlite\format.cpp">
203 </File>
204 <File
205 RelativePath="..\..\..\dep\include\g3dlite\G3D\format.h">
206 </File>
207 <File
208 RelativePath="..\..\..\dep\include\g3dlite\G3D\g3dmath.h">
209 </File>
210 <File
211 RelativePath="..\..\..\dep\include\g3dlite\G3D\g3dmath.inl">
212 </File>
213 <File
214 RelativePath="..\..\..\dep\include\g3dlite\G3D\GCamera.h">
215 </File>
216 <File
217 RelativePath="..\..\..\dep\include\g3dlite\G3D\Line.h">
218 </File>
219 <File
220 RelativePath="..\..\..\dep\src\g3dlite\Matrix3.cpp">
221 </File>
222 <File
223 RelativePath="..\..\..\dep\include\g3dlite\G3D\Matrix3.h">
224 </File>
225 <File
226 RelativePath="..\..\..\dep\src\g3dlite\Plane.cpp">
227 </File>
228 <File
229 RelativePath="..\..\..\dep\include\g3dlite\G3D\Plane.h">
230 </File>
231 <File
232 RelativePath="..\..\..\dep\include\g3dlite\G3D\platform.h">
233 </File>
234 <File
235 RelativePath="..\..\..\dep\include\g3dlite\G3D\Quat.h">
236 </File>
237 <File
238 RelativePath="..\..\..\dep\include\g3dlite\G3D\Quat.inl">
239 </File>
240 <File
241 RelativePath="..\..\..\dep\include\g3dlite\G3D\Ray.h">
242 </File>
243 <File
244 RelativePath="..\..\..\dep\include\g3dlite\G3D\RegistryUtil.h">
245 </File>
246 <File
247 RelativePath="..\..\..\dep\include\g3dlite\G3D\Sphere.h">
248 </File>
249 <File
250 RelativePath="..\..\..\dep\include\g3dlite\G3D\stringutils.h">
251 </File>
252 <File
253 RelativePath="..\..\..\dep\src\g3dlite\System.cpp">
254 </File>
255 <File
256 RelativePath="..\..\..\dep\include\g3dlite\G3D\System.h">
257 </File>
258 <File
259 RelativePath="..\..\..\dep\include\g3dlite\G3D\Table.h">
260 </File>
261 <File
262 RelativePath="..\..\..\dep\src\g3dlite\Triangle.cpp">
263 </File>
264 <File
265 RelativePath="..\..\..\dep\include\g3dlite\G3D\Triangle.h">
266 </File>
267 <File
268 RelativePath="..\..\..\dep\include\g3dlite\G3D\Vector2.h">
269 </File>
270 <File
271 RelativePath="..\..\..\dep\include\g3dlite\G3D\Vector2.inl">
272 </File>
273 <File
274 RelativePath="..\..\..\dep\include\g3dlite\G3D\Vector2int16.h">
275 </File>
276 <File
277 RelativePath="..\..\..\dep\src\g3dlite\Vector3.cpp">
278 </File>
279 <File
280 RelativePath="..\..\..\dep\include\g3dlite\G3D\Vector3.h">
281 </File>
282 <File
283 RelativePath="..\..\..\dep\include\g3dlite\G3D\Vector3.inl">
284 </File>
285 <File
286 RelativePath="..\..\..\dep\include\g3dlite\G3D\Vector3int16.h">
287 </File>
288 <File
289 RelativePath="..\..\..\dep\src\g3dlite\Vector4.cpp">
290 </File>
291 <File
292 RelativePath="..\..\..\dep\include\g3dlite\G3D\Vector4.h">
293 </File>
294 <File
295 RelativePath="..\..\..\dep\include\g3dlite\G3D\Vector4.inl">
296 </File>
297 </Filter>
298 </Files>
299 <Globals>
300 </Globals>
301 </VisualStudioProject>