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

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