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

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

BoostSerializationSupportのクラステンプレートインスタンスを明示的に生成するようにした(コンパイル時間の短縮)

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