source: dev/branches/egtra/ab5.0/jenga/projects/jenga/jenga.vcproj@ 775

Last change on this file since 775 was 775, checked in by イグトランス (egtra), 13 years ago

32ビットと64ビット版を同じプロジェクト・ソリューションへ統合。

File size: 9.0 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="jenga"
6 ProjectGUID="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
7 RootNamespace="common"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 <Platform
14 Name="x64"
15 />
16 </Platforms>
17 <ToolFiles>
18 </ToolFiles>
19 <Configurations>
20 <Configuration
21 Name="Debug|Win32"
22 OutputDirectory="$(ConfigurationName)-$(PlatformName)"
23 IntermediateDirectory="$(ConfigurationName)-$(PlatformName)"
24 ConfigurationType="4"
25 CharacterSet="2"
26 WholeProgramOptimization="0"
27 >
28 <Tool
29 Name="VCPreBuildEventTool"
30 />
31 <Tool
32 Name="VCCustomBuildTool"
33 />
34 <Tool
35 Name="VCXMLDataGeneratorTool"
36 />
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
39 />
40 <Tool
41 Name="VCMIDLTool"
42 />
43 <Tool
44 Name="VCCLCompilerTool"
45 AdditionalOptions="/MP"
46 Optimization="0"
47 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
48 MinimalRebuild="false"
49 BasicRuntimeChecks="3"
50 RuntimeLibrary="1"
51 UsePrecompiledHeader="2"
52 WarningLevel="3"
53 Detect64BitPortabilityProblems="true"
54 DebugInformationFormat="3"
55 />
56 <Tool
57 Name="VCManagedResourceCompilerTool"
58 />
59 <Tool
60 Name="VCResourceCompilerTool"
61 />
62 <Tool
63 Name="VCPreLinkEventTool"
64 />
65 <Tool
66 Name="VCLibrarianTool"
67 OutputFile="..\..\lib\x86\$(ProjectName)d.lib"
68 />
69 <Tool
70 Name="VCALinkTool"
71 />
72 <Tool
73 Name="VCXDCMakeTool"
74 />
75 <Tool
76 Name="VCBscMakeTool"
77 />
78 <Tool
79 Name="VCFxCopTool"
80 />
81 <Tool
82 Name="VCPostBuildEventTool"
83 />
84 </Configuration>
85 <Configuration
86 Name="Debug|x64"
87 OutputDirectory="$(ConfigurationName)-$(PlatformName)"
88 IntermediateDirectory="$(ConfigurationName)-$(PlatformName)"
89 ConfigurationType="4"
90 CharacterSet="2"
91 WholeProgramOptimization="0"
92 >
93 <Tool
94 Name="VCPreBuildEventTool"
95 />
96 <Tool
97 Name="VCCustomBuildTool"
98 />
99 <Tool
100 Name="VCXMLDataGeneratorTool"
101 />
102 <Tool
103 Name="VCWebServiceProxyGeneratorTool"
104 />
105 <Tool
106 Name="VCMIDLTool"
107 TargetEnvironment="3"
108 />
109 <Tool
110 Name="VCCLCompilerTool"
111 AdditionalOptions="/MP"
112 Optimization="0"
113 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
114 MinimalRebuild="false"
115 BasicRuntimeChecks="3"
116 RuntimeLibrary="1"
117 UsePrecompiledHeader="2"
118 WarningLevel="3"
119 Detect64BitPortabilityProblems="true"
120 DebugInformationFormat="3"
121 />
122 <Tool
123 Name="VCManagedResourceCompilerTool"
124 />
125 <Tool
126 Name="VCResourceCompilerTool"
127 />
128 <Tool
129 Name="VCPreLinkEventTool"
130 />
131 <Tool
132 Name="VCLibrarianTool"
133 OutputFile="..\..\lib\x86\$(ProjectName)d.lib"
134 />
135 <Tool
136 Name="VCALinkTool"
137 />
138 <Tool
139 Name="VCXDCMakeTool"
140 />
141 <Tool
142 Name="VCBscMakeTool"
143 />
144 <Tool
145 Name="VCFxCopTool"
146 />
147 <Tool
148 Name="VCPostBuildEventTool"
149 />
150 </Configuration>
151 <Configuration
152 Name="Release|Win32"
153 OutputDirectory="$(ConfigurationName)-$(PlatformName)"
154 IntermediateDirectory="$(ConfigurationName)-$(PlatformName)"
155 ConfigurationType="4"
156 CharacterSet="2"
157 WholeProgramOptimization="0"
158 >
159 <Tool
160 Name="VCPreBuildEventTool"
161 />
162 <Tool
163 Name="VCCustomBuildTool"
164 />
165 <Tool
166 Name="VCXMLDataGeneratorTool"
167 />
168 <Tool
169 Name="VCWebServiceProxyGeneratorTool"
170 />
171 <Tool
172 Name="VCMIDLTool"
173 />
174 <Tool
175 Name="VCCLCompilerTool"
176 AdditionalOptions="/MP"
177 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
178 RuntimeLibrary="0"
179 UsePrecompiledHeader="2"
180 WarningLevel="3"
181 Detect64BitPortabilityProblems="true"
182 DebugInformationFormat="3"
183 />
184 <Tool
185 Name="VCManagedResourceCompilerTool"
186 />
187 <Tool
188 Name="VCResourceCompilerTool"
189 />
190 <Tool
191 Name="VCPreLinkEventTool"
192 />
193 <Tool
194 Name="VCLibrarianTool"
195 OutputFile="..\..\lib\x86\$(ProjectName).lib"
196 />
197 <Tool
198 Name="VCALinkTool"
199 />
200 <Tool
201 Name="VCXDCMakeTool"
202 />
203 <Tool
204 Name="VCBscMakeTool"
205 />
206 <Tool
207 Name="VCFxCopTool"
208 />
209 <Tool
210 Name="VCPostBuildEventTool"
211 />
212 </Configuration>
213 <Configuration
214 Name="Release|x64"
215 OutputDirectory="$(ConfigurationName)-$(PlatformName)"
216 IntermediateDirectory="$(ConfigurationName)-$(PlatformName)"
217 ConfigurationType="4"
218 CharacterSet="2"
219 WholeProgramOptimization="0"
220 >
221 <Tool
222 Name="VCPreBuildEventTool"
223 />
224 <Tool
225 Name="VCCustomBuildTool"
226 />
227 <Tool
228 Name="VCXMLDataGeneratorTool"
229 />
230 <Tool
231 Name="VCWebServiceProxyGeneratorTool"
232 />
233 <Tool
234 Name="VCMIDLTool"
235 TargetEnvironment="3"
236 />
237 <Tool
238 Name="VCCLCompilerTool"
239 AdditionalOptions="/MP"
240 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
241 RuntimeLibrary="0"
242 UsePrecompiledHeader="2"
243 WarningLevel="3"
244 Detect64BitPortabilityProblems="true"
245 DebugInformationFormat="3"
246 />
247 <Tool
248 Name="VCManagedResourceCompilerTool"
249 />
250 <Tool
251 Name="VCResourceCompilerTool"
252 />
253 <Tool
254 Name="VCPreLinkEventTool"
255 />
256 <Tool
257 Name="VCLibrarianTool"
258 OutputFile="..\..\lib\x86\$(ProjectName).lib"
259 />
260 <Tool
261 Name="VCALinkTool"
262 />
263 <Tool
264 Name="VCXDCMakeTool"
265 />
266 <Tool
267 Name="VCBscMakeTool"
268 />
269 <Tool
270 Name="VCFxCopTool"
271 />
272 <Tool
273 Name="VCPostBuildEventTool"
274 />
275 </Configuration>
276 </Configurations>
277 <References>
278 </References>
279 <Files>
280 <Filter
281 Name="ソース ファイル"
282 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
283 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
284 >
285 <File
286 RelativePath="..\..\src\common\CmdLine.cpp"
287 >
288 </File>
289 <File
290 RelativePath="..\..\src\common\Directory.cpp"
291 >
292 </File>
293 <File
294 RelativePath="..\..\src\common\EasyToken.cpp"
295 >
296 </File>
297 <File
298 RelativePath="..\..\src\common\Exception.cpp"
299 >
300 </File>
301 <File
302 RelativePath="..\..\src\common\FileSystem.cpp"
303 >
304 </File>
305 <File
306 RelativePath="..\..\src\MyAssert.cpp"
307 >
308 </File>
309 <File
310 RelativePath="..\..\src\common\Path.cpp"
311 >
312 </File>
313 <File
314 RelativePath="..\..\src\common\SourceTemplate.cpp"
315 >
316 </File>
317 <File
318 RelativePath=".\stdafx.cpp"
319 >
320 <FileConfiguration
321 Name="Debug|Win32"
322 >
323 <Tool
324 Name="VCCLCompilerTool"
325 UsePrecompiledHeader="1"
326 />
327 </FileConfiguration>
328 <FileConfiguration
329 Name="Debug|x64"
330 >
331 <Tool
332 Name="VCCLCompilerTool"
333 UsePrecompiledHeader="1"
334 />
335 </FileConfiguration>
336 <FileConfiguration
337 Name="Release|Win32"
338 >
339 <Tool
340 Name="VCCLCompilerTool"
341 UsePrecompiledHeader="1"
342 />
343 </FileConfiguration>
344 <FileConfiguration
345 Name="Release|x64"
346 >
347 <Tool
348 Name="VCCLCompilerTool"
349 UsePrecompiledHeader="1"
350 />
351 </FileConfiguration>
352 </File>
353 <File
354 RelativePath="..\..\src\common\String.cpp"
355 >
356 </File>
357 </Filter>
358 <Filter
359 Name="ヘッダー ファイル"
360 Filter="h;hpp;hxx;hm;inl;inc;xsd"
361 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
362 >
363 <File
364 RelativePath="..\..\include\common\Binary.h"
365 >
366 </File>
367 <File
368 RelativePath="..\..\include\common\BoostSerializationSupport.h"
369 >
370 </File>
371 <File
372 RelativePath="..\..\include\common\CmdLine.h"
373 >
374 </File>
375 <File
376 RelativePath="..\..\include\common\Directory.h"
377 >
378 </File>
379 <File
380 RelativePath="..\..\include\common\EasyToken.h"
381 >
382 </File>
383 <File
384 RelativePath="..\..\include\common\Environment.h"
385 >
386 </File>
387 <File
388 RelativePath="..\..\include\common\Exception.h"
389 >
390 </File>
391 <File
392 RelativePath="..\..\include\common\File.h"
393 >
394 </File>
395 <File
396 RelativePath="..\..\include\common\FileSystem.h"
397 >
398 </File>
399 <File
400 RelativePath="..\..\include\common\Hashmap.h"
401 >
402 </File>
403 <File
404 RelativePath="..\..\include\jenga.h"
405 >
406 </File>
407 <File
408 RelativePath="..\..\include\MyAssert.h"
409 >
410 </File>
411 <File
412 RelativePath="..\..\include\common\Path.h"
413 >
414 </File>
415 <File
416 RelativePath="..\..\include\common\SourceTemplate.h"
417 >
418 </File>
419 <File
420 RelativePath=".\stdafx.h"
421 >
422 </File>
423 <File
424 RelativePath="..\..\include\common\String.h"
425 >
426 </File>
427 <File
428 RelativePath="..\..\include\common\VectorSupporter.h"
429 >
430 </File>
431 </Filter>
432 <Filter
433 Name="リソース ファイル"
434 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
435 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
436 >
437 </Filter>
438 </Files>
439 <Globals>
440 </Globals>
441</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.