1 | <?xml version="1.0" encoding="shift_jis"?>
|
---|
2 | <VisualStudioProject
|
---|
3 | ProjectType="Visual C++"
|
---|
4 | Version="8.00"
|
---|
5 | Name="BasicCompiler"
|
---|
6 | ProjectGUID="{864B921B-423B-4F9E-9E6B-31B15968EDF9}"
|
---|
7 | RootNamespace="BasicCompiler"
|
---|
8 | >
|
---|
9 | <Platforms>
|
---|
10 | <Platform
|
---|
11 | Name="Win32"
|
---|
12 | />
|
---|
13 | </Platforms>
|
---|
14 | <ToolFiles>
|
---|
15 | </ToolFiles>
|
---|
16 | <Configurations>
|
---|
17 | <Configuration
|
---|
18 | Name="Debug|Win32"
|
---|
19 | OutputDirectory="Debug"
|
---|
20 | IntermediateDirectory="Debug"
|
---|
21 | ConfigurationType="1"
|
---|
22 | UseOfMFC="0"
|
---|
23 | ATLMinimizesCRunTimeLibraryUsage="false"
|
---|
24 | CharacterSet="2"
|
---|
25 | >
|
---|
26 | <Tool
|
---|
27 | Name="VCPreBuildEventTool"
|
---|
28 | />
|
---|
29 | <Tool
|
---|
30 | Name="VCCustomBuildTool"
|
---|
31 | />
|
---|
32 | <Tool
|
---|
33 | Name="VCXMLDataGeneratorTool"
|
---|
34 | />
|
---|
35 | <Tool
|
---|
36 | Name="VCWebServiceProxyGeneratorTool"
|
---|
37 | />
|
---|
38 | <Tool
|
---|
39 | Name="VCMIDLTool"
|
---|
40 | PreprocessorDefinitions="_DEBUG"
|
---|
41 | MkTypLibCompatible="true"
|
---|
42 | SuppressStartupBanner="true"
|
---|
43 | TargetEnvironment="1"
|
---|
44 | TypeLibraryName=".\Debug/BasicCompiler.tlb"
|
---|
45 | HeaderFileName=""
|
---|
46 | />
|
---|
47 | <Tool
|
---|
48 | Name="VCCLCompilerTool"
|
---|
49 | AdditionalOptions="/GR"
|
---|
50 | Optimization="0"
|
---|
51 | AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
|
---|
52 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
|
---|
53 | MinimalRebuild="true"
|
---|
54 | BasicRuntimeChecks="0"
|
---|
55 | RuntimeLibrary="1"
|
---|
56 | RuntimeTypeInfo="true"
|
---|
57 | UsePrecompiledHeader="2"
|
---|
58 | PrecompiledHeaderFile=".\Debug/BasicCompiler.pch"
|
---|
59 | AssemblerListingLocation=".\Debug/"
|
---|
60 | ObjectFile=".\Debug/"
|
---|
61 | ProgramDataBaseFileName=".\Debug/"
|
---|
62 | BrowseInformation="0"
|
---|
63 | WarningLevel="3"
|
---|
64 | SuppressStartupBanner="true"
|
---|
65 | Detect64BitPortabilityProblems="true"
|
---|
66 | DebugInformationFormat="3"
|
---|
67 | CallingConvention="0"
|
---|
68 | DisableSpecificWarnings="4103"
|
---|
69 | />
|
---|
70 | <Tool
|
---|
71 | Name="VCManagedResourceCompilerTool"
|
---|
72 | />
|
---|
73 | <Tool
|
---|
74 | Name="VCResourceCompilerTool"
|
---|
75 | PreprocessorDefinitions="_DEBUG,JPN"
|
---|
76 | Culture="1041"
|
---|
77 | />
|
---|
78 | <Tool
|
---|
79 | Name="VCPreLinkEventTool"
|
---|
80 | />
|
---|
81 | <Tool
|
---|
82 | Name="VCLinkerTool"
|
---|
83 | AdditionalOptions="/MACHINE:AMD64"
|
---|
84 | AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib commond.lib smoothied.lib"
|
---|
85 | OutputFile="../ActiveBasic/BasicCompiler64.exe"
|
---|
86 | LinkIncremental="2"
|
---|
87 | SuppressStartupBanner="true"
|
---|
88 | AdditionalLibraryDirectories="..\..\jenga\lib\amd64"
|
---|
89 | IgnoreDefaultLibraryNames=""
|
---|
90 | GenerateDebugInformation="true"
|
---|
91 | ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
|
---|
92 | SubSystem="2"
|
---|
93 | TargetMachine="0"
|
---|
94 | />
|
---|
95 | <Tool
|
---|
96 | Name="VCALinkTool"
|
---|
97 | />
|
---|
98 | <Tool
|
---|
99 | Name="VCManifestTool"
|
---|
100 | AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
|
---|
101 | EmbedManifest="true"
|
---|
102 | />
|
---|
103 | <Tool
|
---|
104 | Name="VCXDCMakeTool"
|
---|
105 | />
|
---|
106 | <Tool
|
---|
107 | Name="VCBscMakeTool"
|
---|
108 | SuppressStartupBanner="true"
|
---|
109 | OutputFile="$(OutDir)/$(ProjectName).bsc"
|
---|
110 | />
|
---|
111 | <Tool
|
---|
112 | Name="VCFxCopTool"
|
---|
113 | />
|
---|
114 | <Tool
|
---|
115 | Name="VCAppVerifierTool"
|
---|
116 | />
|
---|
117 | <Tool
|
---|
118 | Name="VCWebDeploymentTool"
|
---|
119 | />
|
---|
120 | <Tool
|
---|
121 | Name="VCPostBuildEventTool"
|
---|
122 | />
|
---|
123 | </Configuration>
|
---|
124 | <Configuration
|
---|
125 | Name="Release|Win32"
|
---|
126 | OutputDirectory="$(ConfigurationName)"
|
---|
127 | IntermediateDirectory="$(ConfigurationName)"
|
---|
128 | ConfigurationType="1"
|
---|
129 | UseOfMFC="0"
|
---|
130 | ATLMinimizesCRunTimeLibraryUsage="false"
|
---|
131 | CharacterSet="2"
|
---|
132 | >
|
---|
133 | <Tool
|
---|
134 | Name="VCPreBuildEventTool"
|
---|
135 | />
|
---|
136 | <Tool
|
---|
137 | Name="VCCustomBuildTool"
|
---|
138 | />
|
---|
139 | <Tool
|
---|
140 | Name="VCXMLDataGeneratorTool"
|
---|
141 | />
|
---|
142 | <Tool
|
---|
143 | Name="VCWebServiceProxyGeneratorTool"
|
---|
144 | />
|
---|
145 | <Tool
|
---|
146 | Name="VCMIDLTool"
|
---|
147 | PreprocessorDefinitions="_DEBUG"
|
---|
148 | MkTypLibCompatible="true"
|
---|
149 | SuppressStartupBanner="true"
|
---|
150 | TargetEnvironment="1"
|
---|
151 | TypeLibraryName=".\Debug/BasicCompiler.tlb"
|
---|
152 | HeaderFileName=""
|
---|
153 | />
|
---|
154 | <Tool
|
---|
155 | Name="VCCLCompilerTool"
|
---|
156 | AdditionalOptions="/GR"
|
---|
157 | Optimization="2"
|
---|
158 | InlineFunctionExpansion="2"
|
---|
159 | EnableIntrinsicFunctions="true"
|
---|
160 | FavorSizeOrSpeed="1"
|
---|
161 | WholeProgramOptimization="false"
|
---|
162 | AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;..\BasicCompiler_Common\include"
|
---|
163 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
|
---|
164 | MinimalRebuild="false"
|
---|
165 | ExceptionHandling="1"
|
---|
166 | BasicRuntimeChecks="0"
|
---|
167 | RuntimeLibrary="0"
|
---|
168 | RuntimeTypeInfo="true"
|
---|
169 | UsePrecompiledHeader="2"
|
---|
170 | PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
|
---|
171 | AssemblerListingLocation=".\Release/"
|
---|
172 | ObjectFile=".\Release/"
|
---|
173 | ProgramDataBaseFileName=".\Release/"
|
---|
174 | BrowseInformation="0"
|
---|
175 | WarningLevel="3"
|
---|
176 | SuppressStartupBanner="true"
|
---|
177 | Detect64BitPortabilityProblems="true"
|
---|
178 | DebugInformationFormat="0"
|
---|
179 | CallingConvention="0"
|
---|
180 | DisableSpecificWarnings="4103"
|
---|
181 | />
|
---|
182 | <Tool
|
---|
183 | Name="VCManagedResourceCompilerTool"
|
---|
184 | />
|
---|
185 | <Tool
|
---|
186 | Name="VCResourceCompilerTool"
|
---|
187 | PreprocessorDefinitions="_DEBUG,JPN"
|
---|
188 | Culture="1041"
|
---|
189 | />
|
---|
190 | <Tool
|
---|
191 | Name="VCPreLinkEventTool"
|
---|
192 | />
|
---|
193 | <Tool
|
---|
194 | Name="VCLinkerTool"
|
---|
195 | AdditionalOptions="/MACHINE:AMD64"
|
---|
196 | AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib common.lib smoothie.lib"
|
---|
197 | OutputFile="../ActiveBasic/BasicCompiler64.exe"
|
---|
198 | LinkIncremental="1"
|
---|
199 | SuppressStartupBanner="true"
|
---|
200 | AdditionalLibraryDirectories="..\..\jenga\lib\amd64"
|
---|
201 | IgnoreDefaultLibraryNames=""
|
---|
202 | GenerateDebugInformation="false"
|
---|
203 | ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
|
---|
204 | SubSystem="2"
|
---|
205 | TargetMachine="0"
|
---|
206 | />
|
---|
207 | <Tool
|
---|
208 | Name="VCALinkTool"
|
---|
209 | />
|
---|
210 | <Tool
|
---|
211 | Name="VCManifestTool"
|
---|
212 | AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
|
---|
213 | />
|
---|
214 | <Tool
|
---|
215 | Name="VCXDCMakeTool"
|
---|
216 | />
|
---|
217 | <Tool
|
---|
218 | Name="VCBscMakeTool"
|
---|
219 | SuppressStartupBanner="true"
|
---|
220 | OutputFile="$(OutDir)/$(ProjectName).bsc"
|
---|
221 | />
|
---|
222 | <Tool
|
---|
223 | Name="VCFxCopTool"
|
---|
224 | />
|
---|
225 | <Tool
|
---|
226 | Name="VCAppVerifierTool"
|
---|
227 | />
|
---|
228 | <Tool
|
---|
229 | Name="VCWebDeploymentTool"
|
---|
230 | />
|
---|
231 | <Tool
|
---|
232 | Name="VCPostBuildEventTool"
|
---|
233 | />
|
---|
234 | </Configuration>
|
---|
235 | </Configurations>
|
---|
236 | <References>
|
---|
237 | </References>
|
---|
238 | <Files>
|
---|
239 | <Filter
|
---|
240 | Name="Header Files"
|
---|
241 | Filter="h;hpp;hxx;hm;inl"
|
---|
242 | >
|
---|
243 | <File
|
---|
244 | RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
|
---|
245 | >
|
---|
246 | </File>
|
---|
247 | <File
|
---|
248 | RelativePath="CommandValue.h"
|
---|
249 | >
|
---|
250 | </File>
|
---|
251 | <File
|
---|
252 | RelativePath="..\BasicCompiler_Common\common.h"
|
---|
253 | >
|
---|
254 | </File>
|
---|
255 | <File
|
---|
256 | RelativePath=".\MachineFixed.h"
|
---|
257 | >
|
---|
258 | </File>
|
---|
259 | <File
|
---|
260 | RelativePath="Opcode.h"
|
---|
261 | >
|
---|
262 | </File>
|
---|
263 | <File
|
---|
264 | RelativePath="..\BasicCompiler_Common\include\option.h"
|
---|
265 | >
|
---|
266 | </File>
|
---|
267 | <File
|
---|
268 | RelativePath=".\stdafx.h"
|
---|
269 | >
|
---|
270 | </File>
|
---|
271 | <Filter
|
---|
272 | Name="言語対応文字列"
|
---|
273 | >
|
---|
274 | <File
|
---|
275 | RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
|
---|
276 | >
|
---|
277 | </File>
|
---|
278 | <File
|
---|
279 | RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
|
---|
280 | >
|
---|
281 | </File>
|
---|
282 | </Filter>
|
---|
283 | <Filter
|
---|
284 | Name="Parts_h"
|
---|
285 | >
|
---|
286 | <File
|
---|
287 | RelativePath="..\BasicCompiler_Common\NonVolatile.h"
|
---|
288 | >
|
---|
289 | </File>
|
---|
290 | </Filter>
|
---|
291 | <Filter
|
---|
292 | Name="Language Classes"
|
---|
293 | >
|
---|
294 | <File
|
---|
295 | RelativePath="..\BasicCompiler_Common\include\Class.h"
|
---|
296 | >
|
---|
297 | </File>
|
---|
298 | <File
|
---|
299 | RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
|
---|
300 | >
|
---|
301 | </File>
|
---|
302 | <File
|
---|
303 | RelativePath="..\BasicCompiler_Common\include\Compiler.h"
|
---|
304 | >
|
---|
305 | </File>
|
---|
306 | <File
|
---|
307 | RelativePath="..\BasicCompiler_Common\include\Const.h"
|
---|
308 | >
|
---|
309 | </File>
|
---|
310 | <File
|
---|
311 | RelativePath="..\BasicCompiler_Common\include\DataTable.h"
|
---|
312 | >
|
---|
313 | </File>
|
---|
314 | <File
|
---|
315 | RelativePath="..\BasicCompiler_Common\include\Exception.h"
|
---|
316 | >
|
---|
317 | </File>
|
---|
318 | <File
|
---|
319 | RelativePath="..\BasicCompiler_Common\include\LexicalScopingImpl.h"
|
---|
320 | >
|
---|
321 | </File>
|
---|
322 | <File
|
---|
323 | RelativePath="..\BasicCompiler_Common\include\Member.h"
|
---|
324 | >
|
---|
325 | </File>
|
---|
326 | <File
|
---|
327 | RelativePath="..\BasicCompiler_Common\include\MetaImpl.h"
|
---|
328 | >
|
---|
329 | </File>
|
---|
330 | <File
|
---|
331 | RelativePath="..\BasicCompiler_Common\include\Method.h"
|
---|
332 | >
|
---|
333 | </File>
|
---|
334 | <File
|
---|
335 | RelativePath="..\BasicCompiler_Common\include\Namespace.h"
|
---|
336 | >
|
---|
337 | </File>
|
---|
338 | <File
|
---|
339 | RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
|
---|
340 | >
|
---|
341 | </File>
|
---|
342 | <File
|
---|
343 | RelativePath="..\BasicCompiler_Common\include\NativeCode.h"
|
---|
344 | >
|
---|
345 | </File>
|
---|
346 | <File
|
---|
347 | RelativePath="..\BasicCompiler_Common\include\Parameter.h"
|
---|
348 | >
|
---|
349 | </File>
|
---|
350 | <File
|
---|
351 | RelativePath="..\BasicCompiler_Common\include\Procedure.h"
|
---|
352 | >
|
---|
353 | </File>
|
---|
354 | <File
|
---|
355 | RelativePath="..\BasicCompiler_Common\include\Program.h"
|
---|
356 | >
|
---|
357 | </File>
|
---|
358 | <File
|
---|
359 | RelativePath="..\BasicCompiler_Common\include\Prototype.h"
|
---|
360 | >
|
---|
361 | </File>
|
---|
362 | <File
|
---|
363 | RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
|
---|
364 | >
|
---|
365 | </File>
|
---|
366 | <File
|
---|
367 | RelativePath="..\BasicCompiler_Common\include\Symbol.h"
|
---|
368 | >
|
---|
369 | </File>
|
---|
370 | <File
|
---|
371 | RelativePath="..\BasicCompiler_Common\include\Type.h"
|
---|
372 | >
|
---|
373 | </File>
|
---|
374 | <File
|
---|
375 | RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
|
---|
376 | >
|
---|
377 | </File>
|
---|
378 | <File
|
---|
379 | RelativePath="..\BasicCompiler_Common\include\Variable.h"
|
---|
380 | >
|
---|
381 | </File>
|
---|
382 | </Filter>
|
---|
383 | <Filter
|
---|
384 | Name="Common Classes"
|
---|
385 | >
|
---|
386 | <File
|
---|
387 | RelativePath="..\BasicCompiler_Common\include\BoostSerializationSupport.h"
|
---|
388 | >
|
---|
389 | </File>
|
---|
390 | <File
|
---|
391 | RelativePath="..\BasicCompiler_Common\include\Hashmap.h"
|
---|
392 | >
|
---|
393 | </File>
|
---|
394 | <File
|
---|
395 | RelativePath="..\BasicCompiler_Common\include\logger.h"
|
---|
396 | >
|
---|
397 | </File>
|
---|
398 | </Filter>
|
---|
399 | </Filter>
|
---|
400 | <Filter
|
---|
401 | Name="Resource Files"
|
---|
402 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
403 | >
|
---|
404 | <File
|
---|
405 | RelativePath="icon1.ico"
|
---|
406 | >
|
---|
407 | </File>
|
---|
408 | <File
|
---|
409 | RelativePath="toolbar_debugger.bmp"
|
---|
410 | >
|
---|
411 | </File>
|
---|
412 | <File
|
---|
413 | RelativePath="VarArray.ico"
|
---|
414 | >
|
---|
415 | </File>
|
---|
416 | <File
|
---|
417 | RelativePath="VarData.ico"
|
---|
418 | >
|
---|
419 | </File>
|
---|
420 | <File
|
---|
421 | RelativePath="VarPtrStruct.ico"
|
---|
422 | >
|
---|
423 | </File>
|
---|
424 | <File
|
---|
425 | RelativePath="VarStr.ico"
|
---|
426 | >
|
---|
427 | </File>
|
---|
428 | <File
|
---|
429 | RelativePath="VarStruct.ico"
|
---|
430 | >
|
---|
431 | </File>
|
---|
432 | </Filter>
|
---|
433 | <Filter
|
---|
434 | Name="Source Files"
|
---|
435 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
---|
436 | >
|
---|
437 | <File
|
---|
438 | RelativePath="BasicCompiler.rc"
|
---|
439 | >
|
---|
440 | <FileConfiguration
|
---|
441 | Name="Debug|Win32"
|
---|
442 | >
|
---|
443 | <Tool
|
---|
444 | Name="VCResourceCompilerTool"
|
---|
445 | PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
|
---|
446 | />
|
---|
447 | </FileConfiguration>
|
---|
448 | <FileConfiguration
|
---|
449 | Name="Release|Win32"
|
---|
450 | >
|
---|
451 | <Tool
|
---|
452 | Name="VCResourceCompilerTool"
|
---|
453 | PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
|
---|
454 | />
|
---|
455 | </FileConfiguration>
|
---|
456 | </File>
|
---|
457 | <File
|
---|
458 | RelativePath=".\stdafx.cpp"
|
---|
459 | >
|
---|
460 | <FileConfiguration
|
---|
461 | Name="Debug|Win32"
|
---|
462 | >
|
---|
463 | <Tool
|
---|
464 | Name="VCCLCompilerTool"
|
---|
465 | UsePrecompiledHeader="1"
|
---|
466 | />
|
---|
467 | </FileConfiguration>
|
---|
468 | <FileConfiguration
|
---|
469 | Name="Release|Win32"
|
---|
470 | >
|
---|
471 | <Tool
|
---|
472 | Name="VCCLCompilerTool"
|
---|
473 | UsePrecompiledHeader="1"
|
---|
474 | />
|
---|
475 | </FileConfiguration>
|
---|
476 | </File>
|
---|
477 | <Filter
|
---|
478 | Name="Compile"
|
---|
479 | >
|
---|
480 | <File
|
---|
481 | RelativePath="Compile_Statement.cpp"
|
---|
482 | >
|
---|
483 | <FileConfiguration
|
---|
484 | Name="Debug|Win32"
|
---|
485 | >
|
---|
486 | <Tool
|
---|
487 | Name="VCCLCompilerTool"
|
---|
488 | UsePrecompiledHeader="0"
|
---|
489 | BrowseInformation="0"
|
---|
490 | />
|
---|
491 | </FileConfiguration>
|
---|
492 | <FileConfiguration
|
---|
493 | Name="Release|Win32"
|
---|
494 | >
|
---|
495 | <Tool
|
---|
496 | Name="VCCLCompilerTool"
|
---|
497 | UsePrecompiledHeader="0"
|
---|
498 | BrowseInformation="0"
|
---|
499 | />
|
---|
500 | </FileConfiguration>
|
---|
501 | </File>
|
---|
502 | <File
|
---|
503 | RelativePath="Compile_Var.cpp"
|
---|
504 | >
|
---|
505 | <FileConfiguration
|
---|
506 | Name="Debug|Win32"
|
---|
507 | >
|
---|
508 | <Tool
|
---|
509 | Name="VCCLCompilerTool"
|
---|
510 | UsePrecompiledHeader="0"
|
---|
511 | BrowseInformation="0"
|
---|
512 | />
|
---|
513 | </FileConfiguration>
|
---|
514 | <FileConfiguration
|
---|
515 | Name="Release|Win32"
|
---|
516 | >
|
---|
517 | <Tool
|
---|
518 | Name="VCCLCompilerTool"
|
---|
519 | UsePrecompiledHeader="0"
|
---|
520 | BrowseInformation="0"
|
---|
521 | />
|
---|
522 | </FileConfiguration>
|
---|
523 | </File>
|
---|
524 | <File
|
---|
525 | RelativePath="MakePeHdr.cpp"
|
---|
526 | >
|
---|
527 | <FileConfiguration
|
---|
528 | Name="Debug|Win32"
|
---|
529 | >
|
---|
530 | <Tool
|
---|
531 | Name="VCCLCompilerTool"
|
---|
532 | UsePrecompiledHeader="0"
|
---|
533 | BrowseInformation="0"
|
---|
534 | />
|
---|
535 | </FileConfiguration>
|
---|
536 | <FileConfiguration
|
---|
537 | Name="Release|Win32"
|
---|
538 | >
|
---|
539 | <Tool
|
---|
540 | Name="VCCLCompilerTool"
|
---|
541 | UsePrecompiledHeader="0"
|
---|
542 | BrowseInformation="0"
|
---|
543 | />
|
---|
544 | </FileConfiguration>
|
---|
545 | </File>
|
---|
546 | <File
|
---|
547 | RelativePath="Register.cpp"
|
---|
548 | >
|
---|
549 | <FileConfiguration
|
---|
550 | Name="Debug|Win32"
|
---|
551 | >
|
---|
552 | <Tool
|
---|
553 | Name="VCCLCompilerTool"
|
---|
554 | UsePrecompiledHeader="0"
|
---|
555 | BrowseInformation="0"
|
---|
556 | />
|
---|
557 | </FileConfiguration>
|
---|
558 | <FileConfiguration
|
---|
559 | Name="Release|Win32"
|
---|
560 | >
|
---|
561 | <Tool
|
---|
562 | Name="VCCLCompilerTool"
|
---|
563 | UsePrecompiledHeader="0"
|
---|
564 | BrowseInformation="0"
|
---|
565 | />
|
---|
566 | </FileConfiguration>
|
---|
567 | </File>
|
---|
568 | <Filter
|
---|
569 | Name="Calculation"
|
---|
570 | >
|
---|
571 | <File
|
---|
572 | RelativePath="Compile_Calc.cpp"
|
---|
573 | >
|
---|
574 | <FileConfiguration
|
---|
575 | Name="Debug|Win32"
|
---|
576 | >
|
---|
577 | <Tool
|
---|
578 | Name="VCCLCompilerTool"
|
---|
579 | UsePrecompiledHeader="0"
|
---|
580 | BrowseInformation="0"
|
---|
581 | />
|
---|
582 | </FileConfiguration>
|
---|
583 | <FileConfiguration
|
---|
584 | Name="Release|Win32"
|
---|
585 | >
|
---|
586 | <Tool
|
---|
587 | Name="VCCLCompilerTool"
|
---|
588 | UsePrecompiledHeader="0"
|
---|
589 | BrowseInformation="0"
|
---|
590 | />
|
---|
591 | </FileConfiguration>
|
---|
592 | </File>
|
---|
593 | <File
|
---|
594 | RelativePath="Compile_Calc_PushVar.cpp"
|
---|
595 | >
|
---|
596 | <FileConfiguration
|
---|
597 | Name="Debug|Win32"
|
---|
598 | >
|
---|
599 | <Tool
|
---|
600 | Name="VCCLCompilerTool"
|
---|
601 | UsePrecompiledHeader="0"
|
---|
602 | BrowseInformation="0"
|
---|
603 | />
|
---|
604 | </FileConfiguration>
|
---|
605 | <FileConfiguration
|
---|
606 | Name="Release|Win32"
|
---|
607 | >
|
---|
608 | <Tool
|
---|
609 | Name="VCCLCompilerTool"
|
---|
610 | UsePrecompiledHeader="0"
|
---|
611 | BrowseInformation="0"
|
---|
612 | />
|
---|
613 | </FileConfiguration>
|
---|
614 | </File>
|
---|
615 | <File
|
---|
616 | RelativePath="Compile_Set_Var.cpp"
|
---|
617 | >
|
---|
618 | <FileConfiguration
|
---|
619 | Name="Debug|Win32"
|
---|
620 | >
|
---|
621 | <Tool
|
---|
622 | Name="VCCLCompilerTool"
|
---|
623 | UsePrecompiledHeader="0"
|
---|
624 | BrowseInformation="0"
|
---|
625 | />
|
---|
626 | </FileConfiguration>
|
---|
627 | <FileConfiguration
|
---|
628 | Name="Release|Win32"
|
---|
629 | >
|
---|
630 | <Tool
|
---|
631 | Name="VCCLCompilerTool"
|
---|
632 | UsePrecompiledHeader="0"
|
---|
633 | BrowseInformation="0"
|
---|
634 | />
|
---|
635 | </FileConfiguration>
|
---|
636 | </File>
|
---|
637 | <File
|
---|
638 | RelativePath=".\increment.cpp"
|
---|
639 | >
|
---|
640 | </File>
|
---|
641 | <File
|
---|
642 | RelativePath="NumOpe.cpp"
|
---|
643 | >
|
---|
644 | <FileConfiguration
|
---|
645 | Name="Debug|Win32"
|
---|
646 | >
|
---|
647 | <Tool
|
---|
648 | Name="VCCLCompilerTool"
|
---|
649 | UsePrecompiledHeader="0"
|
---|
650 | BrowseInformation="0"
|
---|
651 | />
|
---|
652 | </FileConfiguration>
|
---|
653 | <FileConfiguration
|
---|
654 | Name="Release|Win32"
|
---|
655 | >
|
---|
656 | <Tool
|
---|
657 | Name="VCCLCompilerTool"
|
---|
658 | UsePrecompiledHeader="0"
|
---|
659 | BrowseInformation="0"
|
---|
660 | />
|
---|
661 | </FileConfiguration>
|
---|
662 | </File>
|
---|
663 | <File
|
---|
664 | RelativePath="NumOpe_Arithmetic.cpp"
|
---|
665 | >
|
---|
666 | <FileConfiguration
|
---|
667 | Name="Debug|Win32"
|
---|
668 | >
|
---|
669 | <Tool
|
---|
670 | Name="VCCLCompilerTool"
|
---|
671 | UsePrecompiledHeader="0"
|
---|
672 | BrowseInformation="0"
|
---|
673 | />
|
---|
674 | </FileConfiguration>
|
---|
675 | <FileConfiguration
|
---|
676 | Name="Release|Win32"
|
---|
677 | >
|
---|
678 | <Tool
|
---|
679 | Name="VCCLCompilerTool"
|
---|
680 | UsePrecompiledHeader="0"
|
---|
681 | BrowseInformation="0"
|
---|
682 | />
|
---|
683 | </FileConfiguration>
|
---|
684 | </File>
|
---|
685 | <File
|
---|
686 | RelativePath="NumOpe_Logical.cpp"
|
---|
687 | >
|
---|
688 | <FileConfiguration
|
---|
689 | Name="Debug|Win32"
|
---|
690 | >
|
---|
691 | <Tool
|
---|
692 | Name="VCCLCompilerTool"
|
---|
693 | UsePrecompiledHeader="0"
|
---|
694 | BrowseInformation="0"
|
---|
695 | />
|
---|
696 | </FileConfiguration>
|
---|
697 | <FileConfiguration
|
---|
698 | Name="Release|Win32"
|
---|
699 | >
|
---|
700 | <Tool
|
---|
701 | Name="VCCLCompilerTool"
|
---|
702 | UsePrecompiledHeader="0"
|
---|
703 | BrowseInformation="0"
|
---|
704 | />
|
---|
705 | </FileConfiguration>
|
---|
706 | </File>
|
---|
707 | <File
|
---|
708 | RelativePath="NumOpe_Relation.cpp"
|
---|
709 | >
|
---|
710 | <FileConfiguration
|
---|
711 | Name="Debug|Win32"
|
---|
712 | >
|
---|
713 | <Tool
|
---|
714 | Name="VCCLCompilerTool"
|
---|
715 | UsePrecompiledHeader="0"
|
---|
716 | BrowseInformation="0"
|
---|
717 | />
|
---|
718 | </FileConfiguration>
|
---|
719 | <FileConfiguration
|
---|
720 | Name="Release|Win32"
|
---|
721 | >
|
---|
722 | <Tool
|
---|
723 | Name="VCCLCompilerTool"
|
---|
724 | UsePrecompiledHeader="0"
|
---|
725 | BrowseInformation="0"
|
---|
726 | />
|
---|
727 | </FileConfiguration>
|
---|
728 | </File>
|
---|
729 | <File
|
---|
730 | RelativePath="NumOpe_TypeOperation.cpp"
|
---|
731 | >
|
---|
732 | <FileConfiguration
|
---|
733 | Name="Debug|Win32"
|
---|
734 | >
|
---|
735 | <Tool
|
---|
736 | Name="VCCLCompilerTool"
|
---|
737 | UsePrecompiledHeader="0"
|
---|
738 | BrowseInformation="0"
|
---|
739 | />
|
---|
740 | </FileConfiguration>
|
---|
741 | <FileConfiguration
|
---|
742 | Name="Release|Win32"
|
---|
743 | >
|
---|
744 | <Tool
|
---|
745 | Name="VCCLCompilerTool"
|
---|
746 | UsePrecompiledHeader="0"
|
---|
747 | BrowseInformation="0"
|
---|
748 | />
|
---|
749 | </FileConfiguration>
|
---|
750 | </File>
|
---|
751 | </Filter>
|
---|
752 | <Filter
|
---|
753 | Name="Object"
|
---|
754 | >
|
---|
755 | <File
|
---|
756 | RelativePath=".\Compile_Interface.cpp"
|
---|
757 | >
|
---|
758 | </File>
|
---|
759 | <File
|
---|
760 | RelativePath=".\Compile_Object.cpp"
|
---|
761 | >
|
---|
762 | </File>
|
---|
763 | </Filter>
|
---|
764 | <Filter
|
---|
765 | Name="Opcode"
|
---|
766 | >
|
---|
767 | <File
|
---|
768 | RelativePath="amd64_main.cpp"
|
---|
769 | >
|
---|
770 | <FileConfiguration
|
---|
771 | Name="Debug|Win32"
|
---|
772 | >
|
---|
773 | <Tool
|
---|
774 | Name="VCCLCompilerTool"
|
---|
775 | UsePrecompiledHeader="0"
|
---|
776 | BrowseInformation="0"
|
---|
777 | />
|
---|
778 | </FileConfiguration>
|
---|
779 | <FileConfiguration
|
---|
780 | Name="Release|Win32"
|
---|
781 | >
|
---|
782 | <Tool
|
---|
783 | Name="VCCLCompilerTool"
|
---|
784 | UsePrecompiledHeader="0"
|
---|
785 | BrowseInformation="0"
|
---|
786 | />
|
---|
787 | </FileConfiguration>
|
---|
788 | </File>
|
---|
789 | <File
|
---|
790 | RelativePath=".\CodeGenerator.cpp"
|
---|
791 | >
|
---|
792 | <FileConfiguration
|
---|
793 | Name="Debug|Win32"
|
---|
794 | >
|
---|
795 | <Tool
|
---|
796 | Name="VCCLCompilerTool"
|
---|
797 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
798 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
799 | />
|
---|
800 | </FileConfiguration>
|
---|
801 | <FileConfiguration
|
---|
802 | Name="Release|Win32"
|
---|
803 | >
|
---|
804 | <Tool
|
---|
805 | Name="VCCLCompilerTool"
|
---|
806 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
807 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
808 | />
|
---|
809 | </FileConfiguration>
|
---|
810 | </File>
|
---|
811 | <File
|
---|
812 | RelativePath=".\stack_frame.cpp"
|
---|
813 | >
|
---|
814 | </File>
|
---|
815 | </Filter>
|
---|
816 | <Filter
|
---|
817 | Name="Procedure"
|
---|
818 | >
|
---|
819 | <File
|
---|
820 | RelativePath=".\CLockParameter.cpp"
|
---|
821 | >
|
---|
822 | </File>
|
---|
823 | <File
|
---|
824 | RelativePath=".\Compile_CallProc.cpp"
|
---|
825 | >
|
---|
826 | </File>
|
---|
827 | <File
|
---|
828 | RelativePath="Compile_Func.cpp"
|
---|
829 | >
|
---|
830 | <FileConfiguration
|
---|
831 | Name="Debug|Win32"
|
---|
832 | >
|
---|
833 | <Tool
|
---|
834 | Name="VCCLCompilerTool"
|
---|
835 | UsePrecompiledHeader="0"
|
---|
836 | BrowseInformation="0"
|
---|
837 | />
|
---|
838 | </FileConfiguration>
|
---|
839 | <FileConfiguration
|
---|
840 | Name="Release|Win32"
|
---|
841 | >
|
---|
842 | <Tool
|
---|
843 | Name="VCCLCompilerTool"
|
---|
844 | UsePrecompiledHeader="0"
|
---|
845 | BrowseInformation="0"
|
---|
846 | />
|
---|
847 | </FileConfiguration>
|
---|
848 | </File>
|
---|
849 | <File
|
---|
850 | RelativePath="Compile_ProcOp.cpp"
|
---|
851 | >
|
---|
852 | <FileConfiguration
|
---|
853 | Name="Debug|Win32"
|
---|
854 | >
|
---|
855 | <Tool
|
---|
856 | Name="VCCLCompilerTool"
|
---|
857 | UsePrecompiledHeader="0"
|
---|
858 | BrowseInformation="0"
|
---|
859 | />
|
---|
860 | </FileConfiguration>
|
---|
861 | <FileConfiguration
|
---|
862 | Name="Release|Win32"
|
---|
863 | >
|
---|
864 | <Tool
|
---|
865 | Name="VCCLCompilerTool"
|
---|
866 | UsePrecompiledHeader="0"
|
---|
867 | BrowseInformation="0"
|
---|
868 | />
|
---|
869 | </FileConfiguration>
|
---|
870 | </File>
|
---|
871 | <File
|
---|
872 | RelativePath=".\CParameter.cpp"
|
---|
873 | >
|
---|
874 | </File>
|
---|
875 | <File
|
---|
876 | RelativePath=".\OperatorProc.cpp"
|
---|
877 | >
|
---|
878 | </File>
|
---|
879 | </Filter>
|
---|
880 | </Filter>
|
---|
881 | <Filter
|
---|
882 | Name="32及び64共通"
|
---|
883 | >
|
---|
884 | <File
|
---|
885 | RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
|
---|
886 | >
|
---|
887 | </File>
|
---|
888 | <File
|
---|
889 | RelativePath="..\BasicCompiler_Common\calculation.cpp"
|
---|
890 | >
|
---|
891 | </File>
|
---|
892 | <File
|
---|
893 | RelativePath="..\BasicCompiler_Common\Compile.cpp"
|
---|
894 | >
|
---|
895 | </File>
|
---|
896 | <File
|
---|
897 | RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
|
---|
898 | >
|
---|
899 | </File>
|
---|
900 | <File
|
---|
901 | RelativePath="..\BasicCompiler_Common\error.cpp"
|
---|
902 | >
|
---|
903 | </File>
|
---|
904 | <File
|
---|
905 | RelativePath="..\BasicCompiler_Common\gc.cpp"
|
---|
906 | >
|
---|
907 | </File>
|
---|
908 | <File
|
---|
909 | RelativePath="..\BasicCompiler_Common\hash.cpp"
|
---|
910 | >
|
---|
911 | </File>
|
---|
912 | <File
|
---|
913 | RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
|
---|
914 | >
|
---|
915 | </File>
|
---|
916 | <File
|
---|
917 | RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
|
---|
918 | >
|
---|
919 | </File>
|
---|
920 | <File
|
---|
921 | RelativePath="..\BasicCompiler_Common\Object.cpp"
|
---|
922 | >
|
---|
923 | </File>
|
---|
924 | <File
|
---|
925 | RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
|
---|
926 | >
|
---|
927 | </File>
|
---|
928 | <File
|
---|
929 | RelativePath="..\BasicCompiler_Common\Overload.cpp"
|
---|
930 | >
|
---|
931 | </File>
|
---|
932 | <File
|
---|
933 | RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
|
---|
934 | >
|
---|
935 | </File>
|
---|
936 | <File
|
---|
937 | RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
|
---|
938 | >
|
---|
939 | </File>
|
---|
940 | <Filter
|
---|
941 | Name="Intermediate"
|
---|
942 | >
|
---|
943 | <File
|
---|
944 | RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
|
---|
945 | >
|
---|
946 | </File>
|
---|
947 | <File
|
---|
948 | RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
|
---|
949 | >
|
---|
950 | </File>
|
---|
951 | <File
|
---|
952 | RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
|
---|
953 | >
|
---|
954 | </File>
|
---|
955 | <File
|
---|
956 | RelativePath="..\BasicCompiler_Common\Resource.cpp"
|
---|
957 | >
|
---|
958 | </File>
|
---|
959 | </Filter>
|
---|
960 | <Filter
|
---|
961 | Name="Parts"
|
---|
962 | >
|
---|
963 | <File
|
---|
964 | RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
|
---|
965 | >
|
---|
966 | </File>
|
---|
967 | </Filter>
|
---|
968 | <Filter
|
---|
969 | Name="Debug(共通)"
|
---|
970 | >
|
---|
971 | <File
|
---|
972 | RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
|
---|
973 | >
|
---|
974 | </File>
|
---|
975 | <File
|
---|
976 | RelativePath="..\BasicCompiler_Common\BreakPoint.h"
|
---|
977 | >
|
---|
978 | </File>
|
---|
979 | <File
|
---|
980 | RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
|
---|
981 | >
|
---|
982 | </File>
|
---|
983 | <File
|
---|
984 | RelativePath="..\BasicCompiler_Common\Debug.cpp"
|
---|
985 | >
|
---|
986 | </File>
|
---|
987 | <File
|
---|
988 | RelativePath="..\BasicCompiler_Common\debug.h"
|
---|
989 | >
|
---|
990 | </File>
|
---|
991 | <File
|
---|
992 | RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
|
---|
993 | >
|
---|
994 | </File>
|
---|
995 | <File
|
---|
996 | RelativePath="..\BasicCompiler_Common\DebugSection.h"
|
---|
997 | >
|
---|
998 | </File>
|
---|
999 | <File
|
---|
1000 | RelativePath="..\BasicCompiler_Common\VarList.cpp"
|
---|
1001 | >
|
---|
1002 | </File>
|
---|
1003 | <File
|
---|
1004 | RelativePath="..\BasicCompiler_Common\WatchList.cpp"
|
---|
1005 | >
|
---|
1006 | <FileConfiguration
|
---|
1007 | Name="Debug|Win32"
|
---|
1008 | >
|
---|
1009 | <Tool
|
---|
1010 | Name="VCCLCompilerTool"
|
---|
1011 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1012 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1013 | />
|
---|
1014 | </FileConfiguration>
|
---|
1015 | <FileConfiguration
|
---|
1016 | Name="Release|Win32"
|
---|
1017 | >
|
---|
1018 | <Tool
|
---|
1019 | Name="VCCLCompilerTool"
|
---|
1020 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1021 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1022 | />
|
---|
1023 | </FileConfiguration>
|
---|
1024 | </File>
|
---|
1025 | </Filter>
|
---|
1026 | <Filter
|
---|
1027 | Name="Type"
|
---|
1028 | >
|
---|
1029 | <File
|
---|
1030 | RelativePath="..\BasicCompiler_Common\Enum.cpp"
|
---|
1031 | >
|
---|
1032 | </File>
|
---|
1033 | <File
|
---|
1034 | RelativePath="..\BasicCompiler_Common\Enum.h"
|
---|
1035 | >
|
---|
1036 | </File>
|
---|
1037 | </Filter>
|
---|
1038 | <Filter
|
---|
1039 | Name="Schedule"
|
---|
1040 | >
|
---|
1041 | <File
|
---|
1042 | RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
|
---|
1043 | >
|
---|
1044 | </File>
|
---|
1045 | <File
|
---|
1046 | RelativePath="..\BasicCompiler_Common\PESchedule.h"
|
---|
1047 | >
|
---|
1048 | </File>
|
---|
1049 | </Filter>
|
---|
1050 | <Filter
|
---|
1051 | Name="Variable"
|
---|
1052 | >
|
---|
1053 | <File
|
---|
1054 | RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
|
---|
1055 | >
|
---|
1056 | </File>
|
---|
1057 | <File
|
---|
1058 | RelativePath="..\BasicCompiler_Common\VariableOpe.h"
|
---|
1059 | >
|
---|
1060 | </File>
|
---|
1061 | </Filter>
|
---|
1062 | <Filter
|
---|
1063 | Name="Procedure"
|
---|
1064 | >
|
---|
1065 | <File
|
---|
1066 | RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
|
---|
1067 | >
|
---|
1068 | </File>
|
---|
1069 | <File
|
---|
1070 | RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
|
---|
1071 | >
|
---|
1072 | </File>
|
---|
1073 | </Filter>
|
---|
1074 | </Filter>
|
---|
1075 | <Filter
|
---|
1076 | Name="Language Classes"
|
---|
1077 | >
|
---|
1078 | <File
|
---|
1079 | RelativePath="..\BasicCompiler_Common\src\Class.cpp"
|
---|
1080 | >
|
---|
1081 | </File>
|
---|
1082 | <File
|
---|
1083 | RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
|
---|
1084 | >
|
---|
1085 | </File>
|
---|
1086 | <File
|
---|
1087 | RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
|
---|
1088 | >
|
---|
1089 | </File>
|
---|
1090 | <File
|
---|
1091 | RelativePath="..\BasicCompiler_Common\src\Const.cpp"
|
---|
1092 | >
|
---|
1093 | </File>
|
---|
1094 | <File
|
---|
1095 | RelativePath="..\BasicCompiler_Common\src\DataTable.cpp"
|
---|
1096 | >
|
---|
1097 | </File>
|
---|
1098 | <File
|
---|
1099 | RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
|
---|
1100 | >
|
---|
1101 | </File>
|
---|
1102 | <File
|
---|
1103 | RelativePath="..\BasicCompiler_Common\src\LexicalScopingImpl.cpp"
|
---|
1104 | >
|
---|
1105 | </File>
|
---|
1106 | <File
|
---|
1107 | RelativePath="..\BasicCompiler_Common\src\Method.cpp"
|
---|
1108 | >
|
---|
1109 | </File>
|
---|
1110 | <File
|
---|
1111 | RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
|
---|
1112 | >
|
---|
1113 | </File>
|
---|
1114 | <File
|
---|
1115 | RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
|
---|
1116 | >
|
---|
1117 | </File>
|
---|
1118 | <File
|
---|
1119 | RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
|
---|
1120 | >
|
---|
1121 | </File>
|
---|
1122 | <File
|
---|
1123 | RelativePath="..\BasicCompiler_Common\src\Program.cpp"
|
---|
1124 | >
|
---|
1125 | </File>
|
---|
1126 | <File
|
---|
1127 | RelativePath="..\BasicCompiler_Common\src\SmoothieImpl.cpp"
|
---|
1128 | >
|
---|
1129 | </File>
|
---|
1130 | <File
|
---|
1131 | RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
|
---|
1132 | >
|
---|
1133 | </File>
|
---|
1134 | <File
|
---|
1135 | RelativePath="..\BasicCompiler_Common\src\Type.cpp"
|
---|
1136 | >
|
---|
1137 | </File>
|
---|
1138 | <File
|
---|
1139 | RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
|
---|
1140 | >
|
---|
1141 | </File>
|
---|
1142 | <File
|
---|
1143 | RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
|
---|
1144 | >
|
---|
1145 | </File>
|
---|
1146 | </Filter>
|
---|
1147 | <Filter
|
---|
1148 | Name="Common Classes"
|
---|
1149 | >
|
---|
1150 | <File
|
---|
1151 | RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
|
---|
1152 | >
|
---|
1153 | <FileConfiguration
|
---|
1154 | Name="Debug|Win32"
|
---|
1155 | >
|
---|
1156 | <Tool
|
---|
1157 | Name="VCCLCompilerTool"
|
---|
1158 | AdditionalOptions="/bigobj"
|
---|
1159 | />
|
---|
1160 | </FileConfiguration>
|
---|
1161 | <FileConfiguration
|
---|
1162 | Name="Release|Win32"
|
---|
1163 | >
|
---|
1164 | <Tool
|
---|
1165 | Name="VCCLCompilerTool"
|
---|
1166 | AdditionalOptions="/bigobj"
|
---|
1167 | />
|
---|
1168 | </FileConfiguration>
|
---|
1169 | </File>
|
---|
1170 | </Filter>
|
---|
1171 | </Filter>
|
---|
1172 | </Files>
|
---|
1173 | <Globals>
|
---|
1174 | </Globals>
|
---|
1175 | </VisualStudioProject>
|
---|