source: dev/trunk/ab5.0/jenga/projects/jenga/jenga.vcproj@ 825

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

ソリューションの整理。x64/x86を同じソリューションにまとめた。リソースのプロジェクトをVS2005化した。

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