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

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