source: dev/trunk/jenga/projects/smoothie/smoothie.vcproj@ 172

Last change on this file since 172 was 172, checked in by dai_9181, 17 years ago
File size: 7.7 KB
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="smoothie"
6 ProjectGUID="{996D6B55-6503-4427-84AB-351784EAFB71}"
7 RootNamespace="smoothie"
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="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="..\..\..\;..\..\..\cpplibs\boost"
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 />
123 <Tool
124 Name="VCALinkTool"
125 />
126 <Tool
127 Name="VCXDCMakeTool"
128 />
129 <Tool
130 Name="VCBscMakeTool"
131 />
132 <Tool
133 Name="VCFxCopTool"
134 />
135 <Tool
136 Name="VCPostBuildEventTool"
137 />
138 </Configuration>
139 <Configuration
140 Name="Release(x86)|Win32"
141 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
142 IntermediateDirectory="$(ConfigurationName)"
143 ConfigurationType="4"
144 CharacterSet="2"
145 WholeProgramOptimization="1"
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 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
165 RuntimeLibrary="2"
166 WarningLevel="3"
167 Detect64BitPortabilityProblems="true"
168 DebugInformationFormat="3"
169 />
170 <Tool
171 Name="VCManagedResourceCompilerTool"
172 />
173 <Tool
174 Name="VCResourceCompilerTool"
175 />
176 <Tool
177 Name="VCPreLinkEventTool"
178 />
179 <Tool
180 Name="VCLibrarianTool"
181 OutputFile="..\..\lib\x86\$(ProjectName)d.lib"
182 />
183 <Tool
184 Name="VCALinkTool"
185 />
186 <Tool
187 Name="VCXDCMakeTool"
188 />
189 <Tool
190 Name="VCBscMakeTool"
191 />
192 <Tool
193 Name="VCFxCopTool"
194 />
195 <Tool
196 Name="VCPostBuildEventTool"
197 />
198 </Configuration>
199 <Configuration
200 Name="Debug(x86)|Win32"
201 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
202 IntermediateDirectory="$(ConfigurationName)"
203 ConfigurationType="4"
204 CharacterSet="2"
205 >
206 <Tool
207 Name="VCPreBuildEventTool"
208 />
209 <Tool
210 Name="VCCustomBuildTool"
211 />
212 <Tool
213 Name="VCXMLDataGeneratorTool"
214 />
215 <Tool
216 Name="VCWebServiceProxyGeneratorTool"
217 />
218 <Tool
219 Name="VCMIDLTool"
220 />
221 <Tool
222 Name="VCCLCompilerTool"
223 Optimization="0"
224 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
225 MinimalRebuild="true"
226 BasicRuntimeChecks="3"
227 RuntimeLibrary="3"
228 WarningLevel="3"
229 Detect64BitPortabilityProblems="true"
230 DebugInformationFormat="4"
231 />
232 <Tool
233 Name="VCManagedResourceCompilerTool"
234 />
235 <Tool
236 Name="VCResourceCompilerTool"
237 />
238 <Tool
239 Name="VCPreLinkEventTool"
240 />
241 <Tool
242 Name="VCLibrarianTool"
243 OutputFile="..\..\lib\x86\$(ProjectName)d.lib"
244 />
245 <Tool
246 Name="VCALinkTool"
247 />
248 <Tool
249 Name="VCXDCMakeTool"
250 />
251 <Tool
252 Name="VCBscMakeTool"
253 />
254 <Tool
255 Name="VCFxCopTool"
256 />
257 <Tool
258 Name="VCPostBuildEventTool"
259 />
260 </Configuration>
261 </Configurations>
262 <References>
263 </References>
264 <Files>
265 <Filter
266 Name="ソース ファイル"
267 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
268 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
269 >
270 <File
271 RelativePath="..\..\src\smoothie\Class.cpp"
272 >
273 </File>
274 <File
275 RelativePath="..\..\src\smoothie\Method.cpp"
276 >
277 </File>
278 <File
279 RelativePath="..\..\src\smoothie\Namespace.cpp"
280 >
281 </File>
282 <File
283 RelativePath="..\..\src\smoothie\Prototype.cpp"
284 >
285 </File>
286 <File
287 RelativePath="..\..\src\smoothie\Smoothie.cpp"
288 >
289 </File>
290 <File
291 RelativePath="..\..\src\smoothie\Source.cpp"
292 >
293 </File>
294 <File
295 RelativePath="..\..\src\smoothie\Symbol.cpp"
296 >
297 </File>
298 <File
299 RelativePath="..\..\src\smoothie\Type.cpp"
300 >
301 </File>
302 </Filter>
303 <Filter
304 Name="ヘッダー ファイル"
305 Filter="h;hpp;hxx;hm;inl;inc;xsd"
306 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
307 >
308 <File
309 RelativePath="..\..\include\smoothie\BasicFixed.h"
310 >
311 </File>
312 <File
313 RelativePath="..\..\include\smoothie\Class.h"
314 >
315 </File>
316 <File
317 RelativePath="..\..\include\smoothie\Member.h"
318 >
319 </File>
320 <File
321 RelativePath="..\..\include\smoothie\Method.h"
322 >
323 </File>
324 <File
325 RelativePath="..\..\include\smoothie\Namespace.h"
326 >
327 </File>
328 <File
329 RelativePath="..\..\include\smoothie\ObjectModule.h"
330 >
331 </File>
332 <File
333 RelativePath="..\..\include\smoothie\Parameter.h"
334 >
335 </File>
336 <File
337 RelativePath="..\..\include\smoothie\Procedure.h"
338 >
339 </File>
340 <File
341 RelativePath="..\..\include\smoothie\Prototype.h"
342 >
343 </File>
344 <File
345 RelativePath="..\..\include\smoothie\Smoothie.h"
346 >
347 </File>
348 <File
349 RelativePath="..\..\include\smoothie\SmoothieException.h"
350 >
351 </File>
352 <File
353 RelativePath="..\..\include\smoothie\Source.h"
354 >
355 </File>
356 <File
357 RelativePath="..\..\include\smoothie\Symbol.h"
358 >
359 </File>
360 <File
361 RelativePath="..\..\include\smoothie\Type.h"
362 >
363 </File>
364 <File
365 RelativePath="..\..\include\smoothie\TypeDef.h"
366 >
367 </File>
368 <File
369 RelativePath="..\..\include\smoothie\Variable.h"
370 >
371 </File>
372 </Filter>
373 <Filter
374 Name="リソース ファイル"
375 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
376 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
377 >
378 </Filter>
379 </Files>
380 <Globals>
381 </Globals>
382</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.