source: dev/trunk/jenga/projects/common/common.vcproj@ 187

Last change on this file since 187 was 187, checked in by dai_9181, 17 years ago
File size: 6.5 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="common"
6 ProjectGUID="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
7 RootNamespace="common"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug(amd64)|Win32"
19 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
20 IntermediateDirectory="$(ConfigurationName)"
21 ConfigurationType="4"
22 CharacterSet="2"
23 >
24 <Tool
25 Name="VCPreBuildEventTool"
26 />
27 <Tool
28 Name="VCCustomBuildTool"
29 />
30 <Tool
31 Name="VCXMLDataGeneratorTool"
32 />
33 <Tool
34 Name="VCWebServiceProxyGeneratorTool"
35 />
36 <Tool
37 Name="VCMIDLTool"
38 />
39 <Tool
40 Name="VCCLCompilerTool"
41 AdditionalOptions="/GR"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
44 MinimalRebuild="true"
45 BasicRuntimeChecks="0"
46 RuntimeLibrary="1"
47 WarningLevel="3"
48 Detect64BitPortabilityProblems="true"
49 DebugInformationFormat="3"
50 />
51 <Tool
52 Name="VCManagedResourceCompilerTool"
53 />
54 <Tool
55 Name="VCResourceCompilerTool"
56 />
57 <Tool
58 Name="VCPreLinkEventTool"
59 />
60 <Tool
61 Name="VCLibrarianTool"
62 OutputFile="..\..\lib\amd64\$(ProjectName)d.lib"
63 />
64 <Tool
65 Name="VCALinkTool"
66 />
67 <Tool
68 Name="VCXDCMakeTool"
69 />
70 <Tool
71 Name="VCBscMakeTool"
72 />
73 <Tool
74 Name="VCFxCopTool"
75 />
76 <Tool
77 Name="VCPostBuildEventTool"
78 />
79 </Configuration>
80 <Configuration
81 Name="Release(amd64)|Win32"
82 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
83 IntermediateDirectory="$(ConfigurationName)"
84 ConfigurationType="4"
85 CharacterSet="2"
86 WholeProgramOptimization="1"
87 >
88 <Tool
89 Name="VCPreBuildEventTool"
90 />
91 <Tool
92 Name="VCCustomBuildTool"
93 />
94 <Tool
95 Name="VCXMLDataGeneratorTool"
96 />
97 <Tool
98 Name="VCWebServiceProxyGeneratorTool"
99 />
100 <Tool
101 Name="VCMIDLTool"
102 />
103 <Tool
104 Name="VCCLCompilerTool"
105 AdditionalOptions="/GR"
106 InlineFunctionExpansion="2"
107 EnableIntrinsicFunctions="true"
108 FavorSizeOrSpeed="1"
109 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
110 RuntimeLibrary="0"
111 WarningLevel="3"
112 Detect64BitPortabilityProblems="true"
113 DebugInformationFormat="0"
114 />
115 <Tool
116 Name="VCManagedResourceCompilerTool"
117 />
118 <Tool
119 Name="VCResourceCompilerTool"
120 />
121 <Tool
122 Name="VCPreLinkEventTool"
123 />
124 <Tool
125 Name="VCLibrarianTool"
126 OutputFile="..\..\lib\amd64\$(ProjectName).lib"
127 IgnoreDefaultLibraryNames=""
128 />
129 <Tool
130 Name="VCALinkTool"
131 />
132 <Tool
133 Name="VCXDCMakeTool"
134 />
135 <Tool
136 Name="VCBscMakeTool"
137 />
138 <Tool
139 Name="VCFxCopTool"
140 />
141 <Tool
142 Name="VCPostBuildEventTool"
143 />
144 </Configuration>
145 <Configuration
146 Name="Debug(x86)|Win32"
147 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
148 IntermediateDirectory="$(ConfigurationName)"
149 ConfigurationType="4"
150 CharacterSet="2"
151 >
152 <Tool
153 Name="VCPreBuildEventTool"
154 />
155 <Tool
156 Name="VCCustomBuildTool"
157 />
158 <Tool
159 Name="VCXMLDataGeneratorTool"
160 />
161 <Tool
162 Name="VCWebServiceProxyGeneratorTool"
163 />
164 <Tool
165 Name="VCMIDLTool"
166 />
167 <Tool
168 Name="VCCLCompilerTool"
169 Optimization="0"
170 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
171 MinimalRebuild="true"
172 BasicRuntimeChecks="3"
173 RuntimeLibrary="1"
174 WarningLevel="3"
175 Detect64BitPortabilityProblems="true"
176 DebugInformationFormat="3"
177 />
178 <Tool
179 Name="VCManagedResourceCompilerTool"
180 />
181 <Tool
182 Name="VCResourceCompilerTool"
183 />
184 <Tool
185 Name="VCPreLinkEventTool"
186 />
187 <Tool
188 Name="VCLibrarianTool"
189 OutputFile="..\..\lib\x86\$(ProjectName)d.lib"
190 />
191 <Tool
192 Name="VCALinkTool"
193 />
194 <Tool
195 Name="VCXDCMakeTool"
196 />
197 <Tool
198 Name="VCBscMakeTool"
199 />
200 <Tool
201 Name="VCFxCopTool"
202 />
203 <Tool
204 Name="VCPostBuildEventTool"
205 />
206 </Configuration>
207 <Configuration
208 Name="Release(x86)|Win32"
209 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
210 IntermediateDirectory="$(ConfigurationName)"
211 ConfigurationType="4"
212 CharacterSet="2"
213 WholeProgramOptimization="1"
214 >
215 <Tool
216 Name="VCPreBuildEventTool"
217 />
218 <Tool
219 Name="VCCustomBuildTool"
220 />
221 <Tool
222 Name="VCXMLDataGeneratorTool"
223 />
224 <Tool
225 Name="VCWebServiceProxyGeneratorTool"
226 />
227 <Tool
228 Name="VCMIDLTool"
229 />
230 <Tool
231 Name="VCCLCompilerTool"
232 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
233 RuntimeLibrary="0"
234 WarningLevel="3"
235 Detect64BitPortabilityProblems="true"
236 DebugInformationFormat="3"
237 />
238 <Tool
239 Name="VCManagedResourceCompilerTool"
240 />
241 <Tool
242 Name="VCResourceCompilerTool"
243 />
244 <Tool
245 Name="VCPreLinkEventTool"
246 />
247 <Tool
248 Name="VCLibrarianTool"
249 OutputFile="..\..\lib\x86\$(ProjectName).lib"
250 />
251 <Tool
252 Name="VCALinkTool"
253 />
254 <Tool
255 Name="VCXDCMakeTool"
256 />
257 <Tool
258 Name="VCBscMakeTool"
259 />
260 <Tool
261 Name="VCFxCopTool"
262 />
263 <Tool
264 Name="VCPostBuildEventTool"
265 />
266 </Configuration>
267 </Configurations>
268 <References>
269 </References>
270 <Files>
271 <Filter
272 Name="ソース ファイル"
273 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
274 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
275 >
276 <File
277 RelativePath="..\..\src\common\Directory.cpp"
278 >
279 </File>
280 <File
281 RelativePath="..\..\src\common\index.cpp"
282 >
283 </File>
284 </Filter>
285 <Filter
286 Name="ヘッダー ファイル"
287 Filter="h;hpp;hxx;hm;inl;inc;xsd"
288 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
289 >
290 <File
291 RelativePath="..\..\include\common\BoostXmlSupport.h"
292 >
293 </File>
294 <File
295 RelativePath="..\..\include\common\Directory.h"
296 >
297 </File>
298 <File
299 RelativePath="..\..\include\common\Environment.h"
300 >
301 </File>
302 <File
303 RelativePath="..\..\include\common\logger.h"
304 >
305 </File>
306 </Filter>
307 <Filter
308 Name="リソース ファイル"
309 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
310 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
311 >
312 </Filter>
313 </Files>
314 <Globals>
315 </Globals>
316</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.