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
RevLine 
[154]1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
[473]5 Name="jenga"
[154]6 ProjectGUID="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
7 RootNamespace="common"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
[825]13 <Platform
14 Name="x64"
15 />
[154]16 </Platforms>
17 <ToolFiles>
18 </ToolFiles>
19 <Configurations>
20 <Configuration
[825]21 Name="Debug|Win32"
[154]22 ConfigurationType="4"
[825]23 InheritedPropertySheets="..\..\..\abdev\ab-common-32.vsprops"
[154]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"
[825]44 AdditionalIncludeDirectories=""
[154]45 MinimalRebuild="true"
[825]46 BasicRuntimeChecks="3"
[154]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
[825]79 Name="Debug|x64"
[154]80 ConfigurationType="4"
[825]81 InheritedPropertySheets="..\..\..\abdev\ab-common-64.vsprops"
[154]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"
[825]98 TargetEnvironment="3"
[154]99 />
100 <Tool
101 Name="VCCLCompilerTool"
[825]102 Optimization="0"
[170]103 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
[825]104 MinimalRebuild="true"
105 BasicRuntimeChecks="3"
106 RuntimeLibrary="1"
107 DebugInformationFormat="3"
[154]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
[825]138 Name="Release|Win32"
[154]139 ConfigurationType="4"
[825]140 InheritedPropertySheets="..\..\..\abdev\ab-common-32.vsprops"
[154]141 CharacterSet="2"
[825]142 WholeProgramOptimization="0"
[154]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"
[825]161 AdditionalIncludeDirectories=""
162 RuntimeLibrary="0"
[154]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
[825]193 Name="Release|x64"
[154]194 ConfigurationType="4"
[825]195 InheritedPropertySheets="..\..\..\abdev\ab-common-64.vsprops"
[154]196 CharacterSet="2"
[753]197 WholeProgramOptimization="0"
[154]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"
[825]213 TargetEnvironment="3"
[154]214 />
215 <Tool
216 Name="VCCLCompilerTool"
[825]217 AdditionalIncludeDirectories=""
[154]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
[289]258 RelativePath="..\..\src\common\CmdLine.cpp"
259 >
260 </File>
261 <File
[166]262 RelativePath="..\..\src\common\Directory.cpp"
263 >
264 </File>
265 <File
[622]266 RelativePath="..\..\src\common\EasyToken.cpp"
267 >
268 </File>
269 <File
[205]270 RelativePath="..\..\src\common\Exception.cpp"
271 >
272 </File>
273 <File
[694]274 RelativePath="..\..\src\common\FileSystem.cpp"
275 >
276 </File>
277 <File
[738]278 RelativePath="..\..\src\MyAssert.cpp"
279 >
280 </File>
281 <File
[518]282 RelativePath="..\..\src\common\Path.cpp"
[154]283 >
284 </File>
[314]285 <File
[625]286 RelativePath="..\..\src\common\SourceTemplate.cpp"
287 >
288 </File>
289 <File
[518]290 RelativePath=".\stdafx.cpp"
[314]291 >
[518]292 <FileConfiguration
[825]293 Name="Debug|Win32"
[518]294 >
295 <Tool
296 Name="VCCLCompilerTool"
297 UsePrecompiledHeader="1"
298 />
299 </FileConfiguration>
300 <FileConfiguration
[825]301 Name="Debug|x64"
[518]302 >
303 <Tool
304 Name="VCCLCompilerTool"
305 UsePrecompiledHeader="1"
306 />
307 </FileConfiguration>
308 <FileConfiguration
[825]309 Name="Release|Win32"
[518]310 >
311 <Tool
312 Name="VCCLCompilerTool"
313 UsePrecompiledHeader="1"
314 />
315 </FileConfiguration>
316 <FileConfiguration
[825]317 Name="Release|x64"
[518]318 >
319 <Tool
320 Name="VCCLCompilerTool"
321 UsePrecompiledHeader="1"
322 />
323 </FileConfiguration>
[314]324 </File>
[465]325 <File
326 RelativePath="..\..\src\common\String.cpp"
327 >
328 </File>
[154]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
[529]336 RelativePath="..\..\include\common\Binary.h"
337 >
338 </File>
339 <File
[520]340 RelativePath="..\..\include\common\BoostSerializationSupport.h"
341 >
342 </File>
343 <File
[289]344 RelativePath="..\..\include\common\CmdLine.h"
345 >
346 </File>
347 <File
[166]348 RelativePath="..\..\include\common\Directory.h"
349 >
350 </File>
351 <File
[622]352 RelativePath="..\..\include\common\EasyToken.h"
353 >
354 </File>
355 <File
[164]356 RelativePath="..\..\include\common\Environment.h"
357 >
358 </File>
359 <File
[205]360 RelativePath="..\..\include\common\Exception.h"
361 >
362 </File>
[286]363 <File
[323]364 RelativePath="..\..\include\common\File.h"
365 >
366 </File>
367 <File
[694]368 RelativePath="..\..\include\common\FileSystem.h"
369 >
370 </File>
371 <File
[520]372 RelativePath="..\..\include\common\Hashmap.h"
373 >
374 </File>
375 <File
[519]376 RelativePath="..\..\include\jenga.h"
377 >
378 </File>
379 <File
[738]380 RelativePath="..\..\include\MyAssert.h"
381 >
382 </File>
383 <File
[286]384 RelativePath="..\..\include\common\Path.h"
385 >
386 </File>
[298]387 <File
[625]388 RelativePath="..\..\include\common\SourceTemplate.h"
389 >
390 </File>
391 <File
[518]392 RelativePath=".\stdafx.h"
393 >
394 </File>
395 <File
[298]396 RelativePath="..\..\include\common\String.h"
397 >
398 </File>
[623]399 <File
400 RelativePath="..\..\include\common\VectorSupporter.h"
401 >
402 </File>
[154]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.