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

Last change on this file since 181 was 181, checked in by dai_9181, 17 years ago
File size: 8.4 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="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 />
126 <Tool
127 Name="VCALinkTool"
128 />
129 <Tool
130 Name="VCXDCMakeTool"
131 />
132 <Tool
133 Name="VCBscMakeTool"
134 />
135 <Tool
136 Name="VCFxCopTool"
137 />
138 <Tool
139 Name="VCPostBuildEventTool"
140 />
141 </Configuration>
142 <Configuration
143 Name="Release(x86)|Win32"
144 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
145 IntermediateDirectory="$(ConfigurationName)"
146 ConfigurationType="4"
147 CharacterSet="2"
148 WholeProgramOptimization="1"
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 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
168 RuntimeLibrary="2"
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="Debug(x86)|Win32"
204 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
205 IntermediateDirectory="$(ConfigurationName)"
206 ConfigurationType="4"
207 CharacterSet="2"
208 >
209 <Tool
210 Name="VCPreBuildEventTool"
211 />
212 <Tool
213 Name="VCCustomBuildTool"
214 />
215 <Tool
216 Name="VCXMLDataGeneratorTool"
217 />
218 <Tool
219 Name="VCWebServiceProxyGeneratorTool"
220 />
221 <Tool
222 Name="VCMIDLTool"
223 />
224 <Tool
225 Name="VCCLCompilerTool"
226 Optimization="0"
227 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
228 MinimalRebuild="true"
229 BasicRuntimeChecks="3"
230 RuntimeLibrary="1"
231 WarningLevel="3"
232 Detect64BitPortabilityProblems="true"
233 DebugInformationFormat="4"
234 />
235 <Tool
236 Name="VCManagedResourceCompilerTool"
237 />
238 <Tool
239 Name="VCResourceCompilerTool"
240 />
241 <Tool
242 Name="VCPreLinkEventTool"
243 />
244 <Tool
245 Name="VCLibrarianTool"
246 OutputFile="..\..\lib\x86\$(ProjectName)d.lib"
247 />
248 <Tool
249 Name="VCALinkTool"
250 />
251 <Tool
252 Name="VCXDCMakeTool"
253 />
254 <Tool
255 Name="VCBscMakeTool"
256 />
257 <Tool
258 Name="VCFxCopTool"
259 />
260 <Tool
261 Name="VCPostBuildEventTool"
262 />
263 </Configuration>
264 </Configurations>
265 <References>
266 </References>
267 <Files>
268 <Filter
269 Name="ソース ファイル"
270 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
271 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
272 >
273 <File
274 RelativePath="..\..\src\smoothie\Class.cpp"
275 >
276 </File>
277 <File
278 RelativePath="..\..\src\smoothie\LexicalAnalysis.cpp"
279 >
280 </File>
281 <File
282 RelativePath="..\..\src\smoothie\LexicalScoping.cpp"
283 >
284 </File>
285 <File
286 RelativePath="..\..\src\smoothie\Method.cpp"
287 >
288 </File>
289 <File
290 RelativePath="..\..\src\smoothie\Namespace.cpp"
291 >
292 </File>
293 <File
294 RelativePath="..\..\src\smoothie\Procedure.cpp"
295 >
296 </File>
297 <File
298 RelativePath="..\..\src\smoothie\Prototype.cpp"
299 >
300 </File>
301 <File
302 RelativePath="..\..\src\smoothie\Smoothie.cpp"
303 >
304 </File>
305 <File
306 RelativePath="..\..\src\smoothie\Source.cpp"
307 >
308 </File>
309 <File
310 RelativePath="..\..\src\smoothie\Symbol.cpp"
311 >
312 </File>
313 <File
314 RelativePath="..\..\src\smoothie\Type.cpp"
315 >
316 </File>
317 <File
318 RelativePath="..\..\src\smoothie\TypeDef.cpp"
319 >
320 </File>
321 <File
322 RelativePath="..\..\src\smoothie\Variable.cpp"
323 >
324 </File>
325 </Filter>
326 <Filter
327 Name="ヘッダー ファイル"
328 Filter="h;hpp;hxx;hm;inl;inc;xsd"
329 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
330 >
331 <File
332 RelativePath="..\..\include\smoothie\BasicFixed.h"
333 >
334 </File>
335 <File
336 RelativePath="..\..\include\smoothie\Class.h"
337 >
338 </File>
339 <File
340 RelativePath="..\..\include\smoothie\LexicalAnalysis.h"
341 >
342 </File>
343 <File
344 RelativePath="..\..\include\smoothie\LexicalScoping.h"
345 >
346 </File>
347 <File
348 RelativePath="..\..\include\smoothie\Member.h"
349 >
350 </File>
351 <File
352 RelativePath="..\..\include\smoothie\Method.h"
353 >
354 </File>
355 <File
356 RelativePath="..\..\include\smoothie\Namespace.h"
357 >
358 </File>
359 <File
360 RelativePath="..\..\include\smoothie\ObjectModule.h"
361 >
362 </File>
363 <File
364 RelativePath="..\..\include\smoothie\Parameter.h"
365 >
366 </File>
367 <File
368 RelativePath="..\..\include\smoothie\Procedure.h"
369 >
370 </File>
371 <File
372 RelativePath="..\..\include\smoothie\Prototype.h"
373 >
374 </File>
375 <File
376 RelativePath="..\..\include\smoothie\Smoothie.h"
377 >
378 </File>
379 <File
380 RelativePath="..\..\include\smoothie\SmoothieException.h"
381 >
382 </File>
383 <File
384 RelativePath="..\..\include\smoothie\Source.h"
385 >
386 </File>
387 <File
388 RelativePath="..\..\include\smoothie\Symbol.h"
389 >
390 </File>
391 <File
392 RelativePath="..\..\include\smoothie\Type.h"
393 >
394 </File>
395 <File
396 RelativePath="..\..\include\smoothie\TypeDef.h"
397 >
398 </File>
399 <File
400 RelativePath="..\..\include\smoothie\Variable.h"
401 >
402 </File>
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.