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

Last change on this file since 171 was 171, checked in by dai_9181, 17 years ago

コンパイルできるようにした

File size: 7.5 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 />
62 <Tool
63 Name="VCALinkTool"
64 />
65 <Tool
66 Name="VCXDCMakeTool"
67 />
68 <Tool
69 Name="VCBscMakeTool"
70 />
71 <Tool
72 Name="VCFxCopTool"
73 />
74 <Tool
75 Name="VCPostBuildEventTool"
76 />
77 </Configuration>
78 <Configuration
79 Name="Release(amd64)|Win32"
80 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
81 IntermediateDirectory="$(ConfigurationName)"
82 ConfigurationType="4"
83 CharacterSet="2"
84 WholeProgramOptimization="1"
85 >
86 <Tool
87 Name="VCPreBuildEventTool"
88 />
89 <Tool
90 Name="VCCustomBuildTool"
91 />
92 <Tool
93 Name="VCXMLDataGeneratorTool"
94 />
95 <Tool
96 Name="VCWebServiceProxyGeneratorTool"
97 />
98 <Tool
99 Name="VCMIDLTool"
100 />
101 <Tool
102 Name="VCCLCompilerTool"
103 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
104 RuntimeLibrary="0"
105 WarningLevel="3"
106 Detect64BitPortabilityProblems="true"
107 DebugInformationFormat="0"
108 />
109 <Tool
110 Name="VCManagedResourceCompilerTool"
111 />
112 <Tool
113 Name="VCResourceCompilerTool"
114 />
115 <Tool
116 Name="VCPreLinkEventTool"
117 />
118 <Tool
119 Name="VCLibrarianTool"
120 />
121 <Tool
122 Name="VCALinkTool"
123 />
124 <Tool
125 Name="VCXDCMakeTool"
126 />
127 <Tool
128 Name="VCBscMakeTool"
129 />
130 <Tool
131 Name="VCFxCopTool"
132 />
133 <Tool
134 Name="VCPostBuildEventTool"
135 />
136 </Configuration>
137 <Configuration
138 Name="Release(x86)|Win32"
139 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
140 IntermediateDirectory="$(ConfigurationName)"
141 ConfigurationType="4"
142 CharacterSet="2"
143 WholeProgramOptimization="1"
144 >
145 <Tool
146 Name="VCPreBuildEventTool"
147 />
148 <Tool
149 Name="VCCustomBuildTool"
150 />
151 <Tool
152 Name="VCXMLDataGeneratorTool"
153 />
154 <Tool
155 Name="VCWebServiceProxyGeneratorTool"
156 />
157 <Tool
158 Name="VCMIDLTool"
159 />
160 <Tool
161 Name="VCCLCompilerTool"
162 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
163 RuntimeLibrary="2"
164 WarningLevel="3"
165 Detect64BitPortabilityProblems="true"
166 DebugInformationFormat="3"
167 />
168 <Tool
169 Name="VCManagedResourceCompilerTool"
170 />
171 <Tool
172 Name="VCResourceCompilerTool"
173 />
174 <Tool
175 Name="VCPreLinkEventTool"
176 />
177 <Tool
178 Name="VCLibrarianTool"
179 />
180 <Tool
181 Name="VCALinkTool"
182 />
183 <Tool
184 Name="VCXDCMakeTool"
185 />
186 <Tool
187 Name="VCBscMakeTool"
188 />
189 <Tool
190 Name="VCFxCopTool"
191 />
192 <Tool
193 Name="VCPostBuildEventTool"
194 />
195 </Configuration>
196 <Configuration
197 Name="Debug(x86)|Win32"
198 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
199 IntermediateDirectory="$(ConfigurationName)"
200 ConfigurationType="4"
201 CharacterSet="2"
202 >
203 <Tool
204 Name="VCPreBuildEventTool"
205 />
206 <Tool
207 Name="VCCustomBuildTool"
208 />
209 <Tool
210 Name="VCXMLDataGeneratorTool"
211 />
212 <Tool
213 Name="VCWebServiceProxyGeneratorTool"
214 />
215 <Tool
216 Name="VCMIDLTool"
217 />
218 <Tool
219 Name="VCCLCompilerTool"
220 Optimization="0"
221 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
222 MinimalRebuild="true"
223 BasicRuntimeChecks="3"
224 RuntimeLibrary="3"
225 WarningLevel="3"
226 Detect64BitPortabilityProblems="true"
227 DebugInformationFormat="4"
228 />
229 <Tool
230 Name="VCManagedResourceCompilerTool"
231 />
232 <Tool
233 Name="VCResourceCompilerTool"
234 />
235 <Tool
236 Name="VCPreLinkEventTool"
237 />
238 <Tool
239 Name="VCLibrarianTool"
240 />
241 <Tool
242 Name="VCALinkTool"
243 />
244 <Tool
245 Name="VCXDCMakeTool"
246 />
247 <Tool
248 Name="VCBscMakeTool"
249 />
250 <Tool
251 Name="VCFxCopTool"
252 />
253 <Tool
254 Name="VCPostBuildEventTool"
255 />
256 </Configuration>
257 </Configurations>
258 <References>
259 </References>
260 <Files>
261 <Filter
262 Name="ソース ファイル"
263 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
264 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
265 >
266 <File
267 RelativePath="..\..\src\smoothie\Method.cpp"
268 >
269 </File>
270 <File
271 RelativePath="..\..\src\smoothie\Namespace.cpp"
272 >
273 </File>
274 <File
275 RelativePath="..\..\src\smoothie\Prototype.cpp"
276 >
277 </File>
278 <File
279 RelativePath="..\..\src\smoothie\Smoothie.cpp"
280 >
281 </File>
282 <File
283 RelativePath="..\..\src\smoothie\Source.cpp"
284 >
285 </File>
286 <File
287 RelativePath="..\..\src\smoothie\Symbol.cpp"
288 >
289 </File>
290 </Filter>
291 <Filter
292 Name="ヘッダー ファイル"
293 Filter="h;hpp;hxx;hm;inl;inc;xsd"
294 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
295 >
296 <File
297 RelativePath="..\..\include\smoothie\BasicFixed.h"
298 >
299 </File>
300 <File
301 RelativePath="..\..\include\smoothie\Class.h"
302 >
303 </File>
304 <File
305 RelativePath="..\..\include\smoothie\LexicalScoping.h"
306 >
307 </File>
308 <File
309 RelativePath="..\..\include\smoothie\Member.h"
310 >
311 </File>
312 <File
313 RelativePath="..\..\include\smoothie\Method.h"
314 >
315 </File>
316 <File
317 RelativePath="..\..\include\smoothie\Namespace.h"
318 >
319 </File>
320 <File
321 RelativePath="..\..\include\smoothie\ObjectModule.h"
322 >
323 </File>
324 <File
325 RelativePath="..\..\include\smoothie\Parameter.h"
326 >
327 </File>
328 <File
329 RelativePath="..\..\include\smoothie\Procedure.h"
330 >
331 </File>
332 <File
333 RelativePath="..\..\include\smoothie\Prototype.h"
334 >
335 </File>
336 <File
337 RelativePath="..\..\include\smoothie\Smoothie.h"
338 >
339 </File>
340 <File
341 RelativePath="..\..\include\smoothie\SmoothieException.h"
342 >
343 </File>
344 <File
345 RelativePath="..\..\include\smoothie\Source.h"
346 >
347 </File>
348 <File
349 RelativePath="..\..\include\smoothie\Symbol.h"
350 >
351 </File>
352 <File
353 RelativePath="..\..\include\smoothie\Type.h"
354 >
355 </File>
356 <File
357 RelativePath="..\..\include\smoothie\TypeDef.h"
358 >
359 </File>
360 <File
361 RelativePath="..\..\include\smoothie\Variable.h"
362 >
363 </File>
364 </Filter>
365 <Filter
366 Name="リソース ファイル"
367 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
368 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
369 >
370 </Filter>
371 </Files>
372 <Globals>
373 </Globals>
374</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.