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 | Optimization="0"
|
---|
50 | AdditionalIncludeDirectories="..\cpplibs\boost;..\BasicCompiler_Common\include"
|
---|
51 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
|
---|
52 | MinimalRebuild="true"
|
---|
53 | BasicRuntimeChecks="0"
|
---|
54 | RuntimeLibrary="1"
|
---|
55 | UsePrecompiledHeader="0"
|
---|
56 | PrecompiledHeaderFile=".\Debug/BasicCompiler.pch"
|
---|
57 | AssemblerListingLocation=".\Debug/"
|
---|
58 | ObjectFile=".\Debug/"
|
---|
59 | ProgramDataBaseFileName=".\Debug/"
|
---|
60 | BrowseInformation="0"
|
---|
61 | WarningLevel="3"
|
---|
62 | SuppressStartupBanner="true"
|
---|
63 | Detect64BitPortabilityProblems="true"
|
---|
64 | DebugInformationFormat="3"
|
---|
65 | CallingConvention="0"
|
---|
66 | />
|
---|
67 | <Tool
|
---|
68 | Name="VCManagedResourceCompilerTool"
|
---|
69 | />
|
---|
70 | <Tool
|
---|
71 | Name="VCResourceCompilerTool"
|
---|
72 | PreprocessorDefinitions="_DEBUG,JPN"
|
---|
73 | Culture="1041"
|
---|
74 | />
|
---|
75 | <Tool
|
---|
76 | Name="VCPreLinkEventTool"
|
---|
77 | />
|
---|
78 | <Tool
|
---|
79 | Name="VCLinkerTool"
|
---|
80 | AdditionalOptions="/MACHINE:AMD64"
|
---|
81 | AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib"
|
---|
82 | OutputFile="../ActiveBasic/BasicCompiler64.exe"
|
---|
83 | LinkIncremental="2"
|
---|
84 | SuppressStartupBanner="true"
|
---|
85 | IgnoreDefaultLibraryNames=""
|
---|
86 | GenerateDebugInformation="true"
|
---|
87 | ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
|
---|
88 | SubSystem="2"
|
---|
89 | TargetMachine="0"
|
---|
90 | />
|
---|
91 | <Tool
|
---|
92 | Name="VCALinkTool"
|
---|
93 | />
|
---|
94 | <Tool
|
---|
95 | Name="VCManifestTool"
|
---|
96 | AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
|
---|
97 | EmbedManifest="true"
|
---|
98 | />
|
---|
99 | <Tool
|
---|
100 | Name="VCXDCMakeTool"
|
---|
101 | />
|
---|
102 | <Tool
|
---|
103 | Name="VCBscMakeTool"
|
---|
104 | SuppressStartupBanner="true"
|
---|
105 | OutputFile="$(OutDir)/$(ProjectName).bsc"
|
---|
106 | />
|
---|
107 | <Tool
|
---|
108 | Name="VCFxCopTool"
|
---|
109 | />
|
---|
110 | <Tool
|
---|
111 | Name="VCAppVerifierTool"
|
---|
112 | />
|
---|
113 | <Tool
|
---|
114 | Name="VCWebDeploymentTool"
|
---|
115 | />
|
---|
116 | <Tool
|
---|
117 | Name="VCPostBuildEventTool"
|
---|
118 | />
|
---|
119 | </Configuration>
|
---|
120 | <Configuration
|
---|
121 | Name="SmallDebug|Win32"
|
---|
122 | OutputDirectory="$(ConfigurationName)"
|
---|
123 | IntermediateDirectory="$(ConfigurationName)"
|
---|
124 | ConfigurationType="1"
|
---|
125 | UseOfMFC="0"
|
---|
126 | ATLMinimizesCRunTimeLibraryUsage="false"
|
---|
127 | CharacterSet="2"
|
---|
128 | >
|
---|
129 | <Tool
|
---|
130 | Name="VCPreBuildEventTool"
|
---|
131 | />
|
---|
132 | <Tool
|
---|
133 | Name="VCCustomBuildTool"
|
---|
134 | />
|
---|
135 | <Tool
|
---|
136 | Name="VCXMLDataGeneratorTool"
|
---|
137 | />
|
---|
138 | <Tool
|
---|
139 | Name="VCWebServiceProxyGeneratorTool"
|
---|
140 | />
|
---|
141 | <Tool
|
---|
142 | Name="VCMIDLTool"
|
---|
143 | PreprocessorDefinitions="_DEBUG"
|
---|
144 | MkTypLibCompatible="true"
|
---|
145 | SuppressStartupBanner="true"
|
---|
146 | TargetEnvironment="1"
|
---|
147 | TypeLibraryName=".\Debug/BasicCompiler.tlb"
|
---|
148 | HeaderFileName=""
|
---|
149 | />
|
---|
150 | <Tool
|
---|
151 | Name="VCCLCompilerTool"
|
---|
152 | Optimization="2"
|
---|
153 | AdditionalIncludeDirectories="..\cpplibs\boost;..\BasicCompiler_Common\include"
|
---|
154 | PreprocessorDefinitions="WIN32NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
|
---|
155 | MinimalRebuild="false"
|
---|
156 | BasicRuntimeChecks="0"
|
---|
157 | RuntimeLibrary="1"
|
---|
158 | UsePrecompiledHeader="0"
|
---|
159 | PrecompiledHeaderFile=".\SmallDebug/BasicCompiler.pch"
|
---|
160 | AssemblerListingLocation=".\SmallDebug/"
|
---|
161 | ObjectFile=".\SmallDebug/"
|
---|
162 | ProgramDataBaseFileName=".\SmallDebug/"
|
---|
163 | BrowseInformation="0"
|
---|
164 | WarningLevel="3"
|
---|
165 | SuppressStartupBanner="true"
|
---|
166 | Detect64BitPortabilityProblems="true"
|
---|
167 | DebugInformationFormat="0"
|
---|
168 | CallingConvention="0"
|
---|
169 | />
|
---|
170 | <Tool
|
---|
171 | Name="VCManagedResourceCompilerTool"
|
---|
172 | />
|
---|
173 | <Tool
|
---|
174 | Name="VCResourceCompilerTool"
|
---|
175 | PreprocessorDefinitions="_DEBUG,JPN"
|
---|
176 | Culture="1041"
|
---|
177 | />
|
---|
178 | <Tool
|
---|
179 | Name="VCPreLinkEventTool"
|
---|
180 | />
|
---|
181 | <Tool
|
---|
182 | Name="VCLinkerTool"
|
---|
183 | AdditionalOptions="/MACHINE:AMD64"
|
---|
184 | AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib"
|
---|
185 | OutputFile="../ActiveBasic/BasicCompiler64.exe"
|
---|
186 | LinkIncremental="2"
|
---|
187 | SuppressStartupBanner="true"
|
---|
188 | IgnoreDefaultLibraryNames=""
|
---|
189 | GenerateDebugInformation="false"
|
---|
190 | ProgramDatabaseFile=".\SmallDebug/BasicCompiler64.pdb"
|
---|
191 | SubSystem="2"
|
---|
192 | TargetMachine="0"
|
---|
193 | />
|
---|
194 | <Tool
|
---|
195 | Name="VCALinkTool"
|
---|
196 | />
|
---|
197 | <Tool
|
---|
198 | Name="VCManifestTool"
|
---|
199 | AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
|
---|
200 | EmbedManifest="true"
|
---|
201 | />
|
---|
202 | <Tool
|
---|
203 | Name="VCXDCMakeTool"
|
---|
204 | />
|
---|
205 | <Tool
|
---|
206 | Name="VCBscMakeTool"
|
---|
207 | SuppressStartupBanner="true"
|
---|
208 | OutputFile="$(OutDir)/$(ProjectName).bsc"
|
---|
209 | />
|
---|
210 | <Tool
|
---|
211 | Name="VCFxCopTool"
|
---|
212 | />
|
---|
213 | <Tool
|
---|
214 | Name="VCAppVerifierTool"
|
---|
215 | />
|
---|
216 | <Tool
|
---|
217 | Name="VCWebDeploymentTool"
|
---|
218 | />
|
---|
219 | <Tool
|
---|
220 | Name="VCPostBuildEventTool"
|
---|
221 | />
|
---|
222 | </Configuration>
|
---|
223 | <Configuration
|
---|
224 | Name="English_Rel|Win32"
|
---|
225 | OutputDirectory=".\English_Rel"
|
---|
226 | IntermediateDirectory=".\English_Rel"
|
---|
227 | ConfigurationType="1"
|
---|
228 | UseOfMFC="0"
|
---|
229 | ATLMinimizesCRunTimeLibraryUsage="false"
|
---|
230 | CharacterSet="2"
|
---|
231 | >
|
---|
232 | <Tool
|
---|
233 | Name="VCPreBuildEventTool"
|
---|
234 | />
|
---|
235 | <Tool
|
---|
236 | Name="VCCustomBuildTool"
|
---|
237 | />
|
---|
238 | <Tool
|
---|
239 | Name="VCXMLDataGeneratorTool"
|
---|
240 | />
|
---|
241 | <Tool
|
---|
242 | Name="VCWebServiceProxyGeneratorTool"
|
---|
243 | />
|
---|
244 | <Tool
|
---|
245 | Name="VCMIDLTool"
|
---|
246 | PreprocessorDefinitions="NDEBUG"
|
---|
247 | MkTypLibCompatible="true"
|
---|
248 | SuppressStartupBanner="true"
|
---|
249 | TargetEnvironment="1"
|
---|
250 | TypeLibraryName=".\English_Rel/BasicCompiler.tlb"
|
---|
251 | HeaderFileName=""
|
---|
252 | />
|
---|
253 | <Tool
|
---|
254 | Name="VCCLCompilerTool"
|
---|
255 | Optimization="2"
|
---|
256 | InlineFunctionExpansion="1"
|
---|
257 | AdditionalIncludeDirectories="..\cpplibs\boost;..\BasicCompiler_Common\include"
|
---|
258 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;ENG"
|
---|
259 | StringPooling="true"
|
---|
260 | RuntimeLibrary="0"
|
---|
261 | EnableFunctionLevelLinking="true"
|
---|
262 | UsePrecompiledHeader="0"
|
---|
263 | PrecompiledHeaderFile=".\English_Rel/BasicCompiler.pch"
|
---|
264 | AssemblerListingLocation=".\English_Rel/"
|
---|
265 | ObjectFile=".\English_Rel/"
|
---|
266 | ProgramDataBaseFileName=".\English_Rel/"
|
---|
267 | WarningLevel="3"
|
---|
268 | SuppressStartupBanner="true"
|
---|
269 | />
|
---|
270 | <Tool
|
---|
271 | Name="VCManagedResourceCompilerTool"
|
---|
272 | />
|
---|
273 | <Tool
|
---|
274 | Name="VCResourceCompilerTool"
|
---|
275 | PreprocessorDefinitions="NDEBUG,ENG"
|
---|
276 | Culture="1033"
|
---|
277 | />
|
---|
278 | <Tool
|
---|
279 | Name="VCPreLinkEventTool"
|
---|
280 | />
|
---|
281 | <Tool
|
---|
282 | Name="VCLinkerTool"
|
---|
283 | AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib"
|
---|
284 | OutputFile="../ActiveBasic/BasicCompiler64.exe"
|
---|
285 | LinkIncremental="1"
|
---|
286 | SuppressStartupBanner="true"
|
---|
287 | ProgramDatabaseFile=".\English_Rel/BasicCompiler64.pdb"
|
---|
288 | SubSystem="2"
|
---|
289 | TargetMachine="1"
|
---|
290 | />
|
---|
291 | <Tool
|
---|
292 | Name="VCALinkTool"
|
---|
293 | />
|
---|
294 | <Tool
|
---|
295 | Name="VCManifestTool"
|
---|
296 | AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
|
---|
297 | />
|
---|
298 | <Tool
|
---|
299 | Name="VCXDCMakeTool"
|
---|
300 | />
|
---|
301 | <Tool
|
---|
302 | Name="VCBscMakeTool"
|
---|
303 | SuppressStartupBanner="true"
|
---|
304 | OutputFile=".\English_Rel/BasicCompiler.bsc"
|
---|
305 | />
|
---|
306 | <Tool
|
---|
307 | Name="VCFxCopTool"
|
---|
308 | />
|
---|
309 | <Tool
|
---|
310 | Name="VCAppVerifierTool"
|
---|
311 | />
|
---|
312 | <Tool
|
---|
313 | Name="VCWebDeploymentTool"
|
---|
314 | />
|
---|
315 | <Tool
|
---|
316 | Name="VCPostBuildEventTool"
|
---|
317 | />
|
---|
318 | </Configuration>
|
---|
319 | <Configuration
|
---|
320 | Name="Release|Win32"
|
---|
321 | OutputDirectory="$(ConfigurationName)"
|
---|
322 | IntermediateDirectory="$(ConfigurationName)"
|
---|
323 | ConfigurationType="1"
|
---|
324 | UseOfMFC="0"
|
---|
325 | ATLMinimizesCRunTimeLibraryUsage="false"
|
---|
326 | CharacterSet="2"
|
---|
327 | >
|
---|
328 | <Tool
|
---|
329 | Name="VCPreBuildEventTool"
|
---|
330 | />
|
---|
331 | <Tool
|
---|
332 | Name="VCCustomBuildTool"
|
---|
333 | />
|
---|
334 | <Tool
|
---|
335 | Name="VCXMLDataGeneratorTool"
|
---|
336 | />
|
---|
337 | <Tool
|
---|
338 | Name="VCWebServiceProxyGeneratorTool"
|
---|
339 | />
|
---|
340 | <Tool
|
---|
341 | Name="VCMIDLTool"
|
---|
342 | PreprocessorDefinitions="_DEBUG"
|
---|
343 | MkTypLibCompatible="true"
|
---|
344 | SuppressStartupBanner="true"
|
---|
345 | TargetEnvironment="1"
|
---|
346 | TypeLibraryName=".\Debug/BasicCompiler.tlb"
|
---|
347 | HeaderFileName=""
|
---|
348 | />
|
---|
349 | <Tool
|
---|
350 | Name="VCCLCompilerTool"
|
---|
351 | Optimization="2"
|
---|
352 | InlineFunctionExpansion="2"
|
---|
353 | FavorSizeOrSpeed="1"
|
---|
354 | AdditionalIncludeDirectories="..\cpplibs\boost;..\BasicCompiler_Common\include"
|
---|
355 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
|
---|
356 | MinimalRebuild="false"
|
---|
357 | ExceptionHandling="1"
|
---|
358 | BasicRuntimeChecks="0"
|
---|
359 | RuntimeLibrary="2"
|
---|
360 | RuntimeTypeInfo="true"
|
---|
361 | UsePrecompiledHeader="0"
|
---|
362 | PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
|
---|
363 | AssemblerListingLocation=".\Release/"
|
---|
364 | ObjectFile=".\Release/"
|
---|
365 | ProgramDataBaseFileName=".\Release/"
|
---|
366 | BrowseInformation="0"
|
---|
367 | WarningLevel="3"
|
---|
368 | SuppressStartupBanner="true"
|
---|
369 | Detect64BitPortabilityProblems="true"
|
---|
370 | DebugInformationFormat="0"
|
---|
371 | CallingConvention="0"
|
---|
372 | />
|
---|
373 | <Tool
|
---|
374 | Name="VCManagedResourceCompilerTool"
|
---|
375 | />
|
---|
376 | <Tool
|
---|
377 | Name="VCResourceCompilerTool"
|
---|
378 | PreprocessorDefinitions="_DEBUG,JPN"
|
---|
379 | Culture="1041"
|
---|
380 | />
|
---|
381 | <Tool
|
---|
382 | Name="VCPreLinkEventTool"
|
---|
383 | />
|
---|
384 | <Tool
|
---|
385 | Name="VCLinkerTool"
|
---|
386 | AdditionalOptions="/MACHINE:AMD64"
|
---|
387 | AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib"
|
---|
388 | OutputFile="../ActiveBasic/BasicCompiler64.exe"
|
---|
389 | LinkIncremental="1"
|
---|
390 | SuppressStartupBanner="true"
|
---|
391 | IgnoreDefaultLibraryNames="libcpmtd.lib"
|
---|
392 | GenerateDebugInformation="false"
|
---|
393 | ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
|
---|
394 | SubSystem="2"
|
---|
395 | TargetMachine="0"
|
---|
396 | />
|
---|
397 | <Tool
|
---|
398 | Name="VCALinkTool"
|
---|
399 | />
|
---|
400 | <Tool
|
---|
401 | Name="VCManifestTool"
|
---|
402 | AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
|
---|
403 | />
|
---|
404 | <Tool
|
---|
405 | Name="VCXDCMakeTool"
|
---|
406 | />
|
---|
407 | <Tool
|
---|
408 | Name="VCBscMakeTool"
|
---|
409 | SuppressStartupBanner="true"
|
---|
410 | OutputFile="$(OutDir)/$(ProjectName).bsc"
|
---|
411 | />
|
---|
412 | <Tool
|
---|
413 | Name="VCFxCopTool"
|
---|
414 | />
|
---|
415 | <Tool
|
---|
416 | Name="VCAppVerifierTool"
|
---|
417 | />
|
---|
418 | <Tool
|
---|
419 | Name="VCWebDeploymentTool"
|
---|
420 | />
|
---|
421 | <Tool
|
---|
422 | Name="VCPostBuildEventTool"
|
---|
423 | />
|
---|
424 | </Configuration>
|
---|
425 | </Configurations>
|
---|
426 | <References>
|
---|
427 | </References>
|
---|
428 | <Files>
|
---|
429 | <Filter
|
---|
430 | Name="Header Files"
|
---|
431 | Filter="h;hpp;hxx;hm;inl"
|
---|
432 | >
|
---|
433 | <File
|
---|
434 | RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
|
---|
435 | >
|
---|
436 | </File>
|
---|
437 | <File
|
---|
438 | RelativePath="..\BasicCompiler_Common\BasicFixed.h"
|
---|
439 | >
|
---|
440 | </File>
|
---|
441 | <File
|
---|
442 | RelativePath="CommandValue.h"
|
---|
443 | >
|
---|
444 | </File>
|
---|
445 | <File
|
---|
446 | RelativePath="..\BasicCompiler_Common\common.h"
|
---|
447 | >
|
---|
448 | </File>
|
---|
449 | <File
|
---|
450 | RelativePath="Opcode.h"
|
---|
451 | >
|
---|
452 | </File>
|
---|
453 | <Filter
|
---|
454 | Name="言語対応文字列"
|
---|
455 | >
|
---|
456 | <File
|
---|
457 | RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
|
---|
458 | >
|
---|
459 | </File>
|
---|
460 | <File
|
---|
461 | RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
|
---|
462 | >
|
---|
463 | </File>
|
---|
464 | </Filter>
|
---|
465 | <Filter
|
---|
466 | Name="Parts_h"
|
---|
467 | >
|
---|
468 | <File
|
---|
469 | RelativePath="..\BasicCompiler_Common\NonVolatile.h"
|
---|
470 | >
|
---|
471 | </File>
|
---|
472 | </Filter>
|
---|
473 | <Filter
|
---|
474 | Name="Common Classes"
|
---|
475 | >
|
---|
476 | <File
|
---|
477 | RelativePath="..\BasicCompiler_Common\include\Smoothie.h"
|
---|
478 | >
|
---|
479 | </File>
|
---|
480 | <Filter
|
---|
481 | Name="Meta Parts"
|
---|
482 | >
|
---|
483 | <File
|
---|
484 | RelativePath="..\BasicCompiler_Common\include\logger.h"
|
---|
485 | >
|
---|
486 | </File>
|
---|
487 | <File
|
---|
488 | RelativePath="..\BasicCompiler_Common\include\Namespace.h"
|
---|
489 | >
|
---|
490 | </File>
|
---|
491 | <File
|
---|
492 | RelativePath="..\BasicCompiler_Common\Parameter.h"
|
---|
493 | >
|
---|
494 | </File>
|
---|
495 | <File
|
---|
496 | RelativePath="..\BasicCompiler_Common\Procedure.h"
|
---|
497 | >
|
---|
498 | </File>
|
---|
499 | <File
|
---|
500 | RelativePath="..\BasicCompiler_Common\include\Symbol.h"
|
---|
501 | >
|
---|
502 | </File>
|
---|
503 | <File
|
---|
504 | RelativePath="..\BasicCompiler_Common\Type.h"
|
---|
505 | >
|
---|
506 | </File>
|
---|
507 | <File
|
---|
508 | RelativePath="..\BasicCompiler_Common\TypeDef.h"
|
---|
509 | >
|
---|
510 | </File>
|
---|
511 | <File
|
---|
512 | RelativePath="..\BasicCompiler_Common\Variable.h"
|
---|
513 | >
|
---|
514 | </File>
|
---|
515 | <Filter
|
---|
516 | Name="Prototype"
|
---|
517 | >
|
---|
518 | <File
|
---|
519 | RelativePath="..\BasicCompiler_Common\include\Member.h"
|
---|
520 | >
|
---|
521 | </File>
|
---|
522 | <File
|
---|
523 | RelativePath="..\BasicCompiler_Common\include\Method.h"
|
---|
524 | >
|
---|
525 | </File>
|
---|
526 | <File
|
---|
527 | RelativePath="..\BasicCompiler_Common\include\Prototype.h"
|
---|
528 | >
|
---|
529 | </File>
|
---|
530 | </Filter>
|
---|
531 | </Filter>
|
---|
532 | <Filter
|
---|
533 | Name="Lexical Parts"
|
---|
534 | >
|
---|
535 | <File
|
---|
536 | RelativePath="..\BasicCompiler_Common\include\Source.h"
|
---|
537 | >
|
---|
538 | </File>
|
---|
539 | </Filter>
|
---|
540 | <Filter
|
---|
541 | Name="Operation Statements"
|
---|
542 | >
|
---|
543 | <File
|
---|
544 | RelativePath="..\BasicCompiler_Common\include\Exception.h"
|
---|
545 | >
|
---|
546 | </File>
|
---|
547 | </Filter>
|
---|
548 | </Filter>
|
---|
549 | </Filter>
|
---|
550 | <Filter
|
---|
551 | Name="Resource Files"
|
---|
552 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
553 | >
|
---|
554 | <File
|
---|
555 | RelativePath="icon1.ico"
|
---|
556 | >
|
---|
557 | </File>
|
---|
558 | <File
|
---|
559 | RelativePath="toolbar_debugger.bmp"
|
---|
560 | >
|
---|
561 | </File>
|
---|
562 | <File
|
---|
563 | RelativePath="VarArray.ico"
|
---|
564 | >
|
---|
565 | </File>
|
---|
566 | <File
|
---|
567 | RelativePath="VarData.ico"
|
---|
568 | >
|
---|
569 | </File>
|
---|
570 | <File
|
---|
571 | RelativePath="VarPtrStruct.ico"
|
---|
572 | >
|
---|
573 | </File>
|
---|
574 | <File
|
---|
575 | RelativePath="VarStr.ico"
|
---|
576 | >
|
---|
577 | </File>
|
---|
578 | <File
|
---|
579 | RelativePath="VarStruct.ico"
|
---|
580 | >
|
---|
581 | </File>
|
---|
582 | </Filter>
|
---|
583 | <Filter
|
---|
584 | Name="Source Files"
|
---|
585 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
---|
586 | >
|
---|
587 | <File
|
---|
588 | RelativePath="BasicCompiler.rc"
|
---|
589 | >
|
---|
590 | <FileConfiguration
|
---|
591 | Name="Debug|Win32"
|
---|
592 | >
|
---|
593 | <Tool
|
---|
594 | Name="VCResourceCompilerTool"
|
---|
595 | PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
|
---|
596 | />
|
---|
597 | </FileConfiguration>
|
---|
598 | <FileConfiguration
|
---|
599 | Name="SmallDebug|Win32"
|
---|
600 | >
|
---|
601 | <Tool
|
---|
602 | Name="VCResourceCompilerTool"
|
---|
603 | PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
|
---|
604 | />
|
---|
605 | </FileConfiguration>
|
---|
606 | <FileConfiguration
|
---|
607 | Name="English_Rel|Win32"
|
---|
608 | >
|
---|
609 | <Tool
|
---|
610 | Name="VCResourceCompilerTool"
|
---|
611 | PreprocessorDefinitions="NDEBUG;ENG;$(NoInherit)"
|
---|
612 | />
|
---|
613 | </FileConfiguration>
|
---|
614 | <FileConfiguration
|
---|
615 | Name="Release|Win32"
|
---|
616 | >
|
---|
617 | <Tool
|
---|
618 | Name="VCResourceCompilerTool"
|
---|
619 | PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
|
---|
620 | />
|
---|
621 | </FileConfiguration>
|
---|
622 | </File>
|
---|
623 | <Filter
|
---|
624 | Name="Compile"
|
---|
625 | >
|
---|
626 | <File
|
---|
627 | RelativePath="Compile_Statement.cpp"
|
---|
628 | >
|
---|
629 | <FileConfiguration
|
---|
630 | Name="Debug|Win32"
|
---|
631 | >
|
---|
632 | <Tool
|
---|
633 | Name="VCCLCompilerTool"
|
---|
634 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
635 | UsePrecompiledHeader="0"
|
---|
636 | BrowseInformation="0"
|
---|
637 | />
|
---|
638 | </FileConfiguration>
|
---|
639 | <FileConfiguration
|
---|
640 | Name="SmallDebug|Win32"
|
---|
641 | >
|
---|
642 | <Tool
|
---|
643 | Name="VCCLCompilerTool"
|
---|
644 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
645 | UsePrecompiledHeader="0"
|
---|
646 | BrowseInformation="0"
|
---|
647 | />
|
---|
648 | </FileConfiguration>
|
---|
649 | <FileConfiguration
|
---|
650 | Name="English_Rel|Win32"
|
---|
651 | >
|
---|
652 | <Tool
|
---|
653 | Name="VCCLCompilerTool"
|
---|
654 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
655 | UsePrecompiledHeader="0"
|
---|
656 | />
|
---|
657 | </FileConfiguration>
|
---|
658 | <FileConfiguration
|
---|
659 | Name="Release|Win32"
|
---|
660 | >
|
---|
661 | <Tool
|
---|
662 | Name="VCCLCompilerTool"
|
---|
663 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
664 | UsePrecompiledHeader="0"
|
---|
665 | BrowseInformation="0"
|
---|
666 | />
|
---|
667 | </FileConfiguration>
|
---|
668 | </File>
|
---|
669 | <File
|
---|
670 | RelativePath="Compile_Var.cpp"
|
---|
671 | >
|
---|
672 | <FileConfiguration
|
---|
673 | Name="Debug|Win32"
|
---|
674 | >
|
---|
675 | <Tool
|
---|
676 | Name="VCCLCompilerTool"
|
---|
677 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
678 | UsePrecompiledHeader="0"
|
---|
679 | BrowseInformation="0"
|
---|
680 | />
|
---|
681 | </FileConfiguration>
|
---|
682 | <FileConfiguration
|
---|
683 | Name="SmallDebug|Win32"
|
---|
684 | >
|
---|
685 | <Tool
|
---|
686 | Name="VCCLCompilerTool"
|
---|
687 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
688 | UsePrecompiledHeader="0"
|
---|
689 | BrowseInformation="0"
|
---|
690 | />
|
---|
691 | </FileConfiguration>
|
---|
692 | <FileConfiguration
|
---|
693 | Name="English_Rel|Win32"
|
---|
694 | >
|
---|
695 | <Tool
|
---|
696 | Name="VCCLCompilerTool"
|
---|
697 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
698 | UsePrecompiledHeader="0"
|
---|
699 | />
|
---|
700 | </FileConfiguration>
|
---|
701 | <FileConfiguration
|
---|
702 | Name="Release|Win32"
|
---|
703 | >
|
---|
704 | <Tool
|
---|
705 | Name="VCCLCompilerTool"
|
---|
706 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
707 | UsePrecompiledHeader="0"
|
---|
708 | BrowseInformation="0"
|
---|
709 | />
|
---|
710 | </FileConfiguration>
|
---|
711 | </File>
|
---|
712 | <File
|
---|
713 | RelativePath="MakePeHdr.cpp"
|
---|
714 | >
|
---|
715 | <FileConfiguration
|
---|
716 | Name="Debug|Win32"
|
---|
717 | >
|
---|
718 | <Tool
|
---|
719 | Name="VCCLCompilerTool"
|
---|
720 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
721 | UsePrecompiledHeader="0"
|
---|
722 | BrowseInformation="0"
|
---|
723 | />
|
---|
724 | </FileConfiguration>
|
---|
725 | <FileConfiguration
|
---|
726 | Name="SmallDebug|Win32"
|
---|
727 | >
|
---|
728 | <Tool
|
---|
729 | Name="VCCLCompilerTool"
|
---|
730 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
731 | UsePrecompiledHeader="0"
|
---|
732 | BrowseInformation="0"
|
---|
733 | />
|
---|
734 | </FileConfiguration>
|
---|
735 | <FileConfiguration
|
---|
736 | Name="English_Rel|Win32"
|
---|
737 | >
|
---|
738 | <Tool
|
---|
739 | Name="VCCLCompilerTool"
|
---|
740 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
741 | UsePrecompiledHeader="0"
|
---|
742 | />
|
---|
743 | </FileConfiguration>
|
---|
744 | <FileConfiguration
|
---|
745 | Name="Release|Win32"
|
---|
746 | >
|
---|
747 | <Tool
|
---|
748 | Name="VCCLCompilerTool"
|
---|
749 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
750 | UsePrecompiledHeader="0"
|
---|
751 | BrowseInformation="0"
|
---|
752 | />
|
---|
753 | </FileConfiguration>
|
---|
754 | </File>
|
---|
755 | <File
|
---|
756 | RelativePath="Register.cpp"
|
---|
757 | >
|
---|
758 | <FileConfiguration
|
---|
759 | Name="Debug|Win32"
|
---|
760 | >
|
---|
761 | <Tool
|
---|
762 | Name="VCCLCompilerTool"
|
---|
763 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
764 | UsePrecompiledHeader="0"
|
---|
765 | BrowseInformation="0"
|
---|
766 | />
|
---|
767 | </FileConfiguration>
|
---|
768 | <FileConfiguration
|
---|
769 | Name="SmallDebug|Win32"
|
---|
770 | >
|
---|
771 | <Tool
|
---|
772 | Name="VCCLCompilerTool"
|
---|
773 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
774 | UsePrecompiledHeader="0"
|
---|
775 | BrowseInformation="0"
|
---|
776 | />
|
---|
777 | </FileConfiguration>
|
---|
778 | <FileConfiguration
|
---|
779 | Name="English_Rel|Win32"
|
---|
780 | >
|
---|
781 | <Tool
|
---|
782 | Name="VCCLCompilerTool"
|
---|
783 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
784 | UsePrecompiledHeader="0"
|
---|
785 | />
|
---|
786 | </FileConfiguration>
|
---|
787 | <FileConfiguration
|
---|
788 | Name="Release|Win32"
|
---|
789 | >
|
---|
790 | <Tool
|
---|
791 | Name="VCCLCompilerTool"
|
---|
792 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
793 | UsePrecompiledHeader="0"
|
---|
794 | BrowseInformation="0"
|
---|
795 | />
|
---|
796 | </FileConfiguration>
|
---|
797 | </File>
|
---|
798 | <Filter
|
---|
799 | Name="Calculation"
|
---|
800 | >
|
---|
801 | <File
|
---|
802 | RelativePath="Compile_Calc.cpp"
|
---|
803 | >
|
---|
804 | <FileConfiguration
|
---|
805 | Name="Debug|Win32"
|
---|
806 | >
|
---|
807 | <Tool
|
---|
808 | Name="VCCLCompilerTool"
|
---|
809 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
810 | UsePrecompiledHeader="0"
|
---|
811 | BrowseInformation="0"
|
---|
812 | />
|
---|
813 | </FileConfiguration>
|
---|
814 | <FileConfiguration
|
---|
815 | Name="SmallDebug|Win32"
|
---|
816 | >
|
---|
817 | <Tool
|
---|
818 | Name="VCCLCompilerTool"
|
---|
819 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
820 | UsePrecompiledHeader="0"
|
---|
821 | BrowseInformation="0"
|
---|
822 | />
|
---|
823 | </FileConfiguration>
|
---|
824 | <FileConfiguration
|
---|
825 | Name="English_Rel|Win32"
|
---|
826 | >
|
---|
827 | <Tool
|
---|
828 | Name="VCCLCompilerTool"
|
---|
829 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
830 | UsePrecompiledHeader="0"
|
---|
831 | BrowseInformation="0"
|
---|
832 | />
|
---|
833 | </FileConfiguration>
|
---|
834 | <FileConfiguration
|
---|
835 | Name="Release|Win32"
|
---|
836 | >
|
---|
837 | <Tool
|
---|
838 | Name="VCCLCompilerTool"
|
---|
839 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
840 | UsePrecompiledHeader="0"
|
---|
841 | BrowseInformation="0"
|
---|
842 | />
|
---|
843 | </FileConfiguration>
|
---|
844 | </File>
|
---|
845 | <File
|
---|
846 | RelativePath="Compile_Calc_PushVar.cpp"
|
---|
847 | >
|
---|
848 | <FileConfiguration
|
---|
849 | Name="Debug|Win32"
|
---|
850 | >
|
---|
851 | <Tool
|
---|
852 | Name="VCCLCompilerTool"
|
---|
853 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
854 | UsePrecompiledHeader="0"
|
---|
855 | BrowseInformation="0"
|
---|
856 | />
|
---|
857 | </FileConfiguration>
|
---|
858 | <FileConfiguration
|
---|
859 | Name="SmallDebug|Win32"
|
---|
860 | >
|
---|
861 | <Tool
|
---|
862 | Name="VCCLCompilerTool"
|
---|
863 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
864 | UsePrecompiledHeader="0"
|
---|
865 | BrowseInformation="0"
|
---|
866 | />
|
---|
867 | </FileConfiguration>
|
---|
868 | <FileConfiguration
|
---|
869 | Name="English_Rel|Win32"
|
---|
870 | >
|
---|
871 | <Tool
|
---|
872 | Name="VCCLCompilerTool"
|
---|
873 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
874 | UsePrecompiledHeader="0"
|
---|
875 | />
|
---|
876 | </FileConfiguration>
|
---|
877 | <FileConfiguration
|
---|
878 | Name="Release|Win32"
|
---|
879 | >
|
---|
880 | <Tool
|
---|
881 | Name="VCCLCompilerTool"
|
---|
882 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
883 | UsePrecompiledHeader="0"
|
---|
884 | BrowseInformation="0"
|
---|
885 | />
|
---|
886 | </FileConfiguration>
|
---|
887 | </File>
|
---|
888 | <File
|
---|
889 | RelativePath="Compile_Set_Var.cpp"
|
---|
890 | >
|
---|
891 | <FileConfiguration
|
---|
892 | Name="Debug|Win32"
|
---|
893 | >
|
---|
894 | <Tool
|
---|
895 | Name="VCCLCompilerTool"
|
---|
896 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
897 | UsePrecompiledHeader="0"
|
---|
898 | BrowseInformation="0"
|
---|
899 | />
|
---|
900 | </FileConfiguration>
|
---|
901 | <FileConfiguration
|
---|
902 | Name="SmallDebug|Win32"
|
---|
903 | >
|
---|
904 | <Tool
|
---|
905 | Name="VCCLCompilerTool"
|
---|
906 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
907 | UsePrecompiledHeader="0"
|
---|
908 | BrowseInformation="0"
|
---|
909 | />
|
---|
910 | </FileConfiguration>
|
---|
911 | <FileConfiguration
|
---|
912 | Name="English_Rel|Win32"
|
---|
913 | >
|
---|
914 | <Tool
|
---|
915 | Name="VCCLCompilerTool"
|
---|
916 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
917 | UsePrecompiledHeader="0"
|
---|
918 | />
|
---|
919 | </FileConfiguration>
|
---|
920 | <FileConfiguration
|
---|
921 | Name="Release|Win32"
|
---|
922 | >
|
---|
923 | <Tool
|
---|
924 | Name="VCCLCompilerTool"
|
---|
925 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
926 | UsePrecompiledHeader="0"
|
---|
927 | BrowseInformation="0"
|
---|
928 | />
|
---|
929 | </FileConfiguration>
|
---|
930 | </File>
|
---|
931 | <File
|
---|
932 | RelativePath=".\increment.cpp"
|
---|
933 | >
|
---|
934 | </File>
|
---|
935 | <File
|
---|
936 | RelativePath="NumOpe.cpp"
|
---|
937 | >
|
---|
938 | <FileConfiguration
|
---|
939 | Name="Debug|Win32"
|
---|
940 | >
|
---|
941 | <Tool
|
---|
942 | Name="VCCLCompilerTool"
|
---|
943 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
944 | UsePrecompiledHeader="0"
|
---|
945 | BrowseInformation="0"
|
---|
946 | />
|
---|
947 | </FileConfiguration>
|
---|
948 | <FileConfiguration
|
---|
949 | Name="SmallDebug|Win32"
|
---|
950 | >
|
---|
951 | <Tool
|
---|
952 | Name="VCCLCompilerTool"
|
---|
953 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
954 | UsePrecompiledHeader="0"
|
---|
955 | BrowseInformation="0"
|
---|
956 | />
|
---|
957 | </FileConfiguration>
|
---|
958 | <FileConfiguration
|
---|
959 | Name="English_Rel|Win32"
|
---|
960 | >
|
---|
961 | <Tool
|
---|
962 | Name="VCCLCompilerTool"
|
---|
963 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
964 | UsePrecompiledHeader="0"
|
---|
965 | />
|
---|
966 | </FileConfiguration>
|
---|
967 | <FileConfiguration
|
---|
968 | Name="Release|Win32"
|
---|
969 | >
|
---|
970 | <Tool
|
---|
971 | Name="VCCLCompilerTool"
|
---|
972 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
973 | UsePrecompiledHeader="0"
|
---|
974 | BrowseInformation="0"
|
---|
975 | />
|
---|
976 | </FileConfiguration>
|
---|
977 | </File>
|
---|
978 | <File
|
---|
979 | RelativePath="NumOpe_Arithmetic.cpp"
|
---|
980 | >
|
---|
981 | <FileConfiguration
|
---|
982 | Name="Debug|Win32"
|
---|
983 | >
|
---|
984 | <Tool
|
---|
985 | Name="VCCLCompilerTool"
|
---|
986 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
987 | UsePrecompiledHeader="0"
|
---|
988 | BrowseInformation="0"
|
---|
989 | />
|
---|
990 | </FileConfiguration>
|
---|
991 | <FileConfiguration
|
---|
992 | Name="SmallDebug|Win32"
|
---|
993 | >
|
---|
994 | <Tool
|
---|
995 | Name="VCCLCompilerTool"
|
---|
996 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
997 | UsePrecompiledHeader="0"
|
---|
998 | BrowseInformation="0"
|
---|
999 | />
|
---|
1000 | </FileConfiguration>
|
---|
1001 | <FileConfiguration
|
---|
1002 | Name="English_Rel|Win32"
|
---|
1003 | >
|
---|
1004 | <Tool
|
---|
1005 | Name="VCCLCompilerTool"
|
---|
1006 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1007 | UsePrecompiledHeader="0"
|
---|
1008 | />
|
---|
1009 | </FileConfiguration>
|
---|
1010 | <FileConfiguration
|
---|
1011 | Name="Release|Win32"
|
---|
1012 | >
|
---|
1013 | <Tool
|
---|
1014 | Name="VCCLCompilerTool"
|
---|
1015 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1016 | UsePrecompiledHeader="0"
|
---|
1017 | BrowseInformation="0"
|
---|
1018 | />
|
---|
1019 | </FileConfiguration>
|
---|
1020 | </File>
|
---|
1021 | <File
|
---|
1022 | RelativePath="NumOpe_Logical.cpp"
|
---|
1023 | >
|
---|
1024 | <FileConfiguration
|
---|
1025 | Name="Debug|Win32"
|
---|
1026 | >
|
---|
1027 | <Tool
|
---|
1028 | Name="VCCLCompilerTool"
|
---|
1029 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1030 | UsePrecompiledHeader="0"
|
---|
1031 | BrowseInformation="0"
|
---|
1032 | />
|
---|
1033 | </FileConfiguration>
|
---|
1034 | <FileConfiguration
|
---|
1035 | Name="SmallDebug|Win32"
|
---|
1036 | >
|
---|
1037 | <Tool
|
---|
1038 | Name="VCCLCompilerTool"
|
---|
1039 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1040 | UsePrecompiledHeader="0"
|
---|
1041 | BrowseInformation="0"
|
---|
1042 | />
|
---|
1043 | </FileConfiguration>
|
---|
1044 | <FileConfiguration
|
---|
1045 | Name="English_Rel|Win32"
|
---|
1046 | >
|
---|
1047 | <Tool
|
---|
1048 | Name="VCCLCompilerTool"
|
---|
1049 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1050 | UsePrecompiledHeader="0"
|
---|
1051 | />
|
---|
1052 | </FileConfiguration>
|
---|
1053 | <FileConfiguration
|
---|
1054 | Name="Release|Win32"
|
---|
1055 | >
|
---|
1056 | <Tool
|
---|
1057 | Name="VCCLCompilerTool"
|
---|
1058 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1059 | UsePrecompiledHeader="0"
|
---|
1060 | BrowseInformation="0"
|
---|
1061 | />
|
---|
1062 | </FileConfiguration>
|
---|
1063 | </File>
|
---|
1064 | <File
|
---|
1065 | RelativePath="NumOpe_Relation.cpp"
|
---|
1066 | >
|
---|
1067 | <FileConfiguration
|
---|
1068 | Name="Debug|Win32"
|
---|
1069 | >
|
---|
1070 | <Tool
|
---|
1071 | Name="VCCLCompilerTool"
|
---|
1072 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1073 | UsePrecompiledHeader="0"
|
---|
1074 | BrowseInformation="0"
|
---|
1075 | />
|
---|
1076 | </FileConfiguration>
|
---|
1077 | <FileConfiguration
|
---|
1078 | Name="SmallDebug|Win32"
|
---|
1079 | >
|
---|
1080 | <Tool
|
---|
1081 | Name="VCCLCompilerTool"
|
---|
1082 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1083 | UsePrecompiledHeader="0"
|
---|
1084 | BrowseInformation="0"
|
---|
1085 | />
|
---|
1086 | </FileConfiguration>
|
---|
1087 | <FileConfiguration
|
---|
1088 | Name="English_Rel|Win32"
|
---|
1089 | >
|
---|
1090 | <Tool
|
---|
1091 | Name="VCCLCompilerTool"
|
---|
1092 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1093 | UsePrecompiledHeader="0"
|
---|
1094 | />
|
---|
1095 | </FileConfiguration>
|
---|
1096 | <FileConfiguration
|
---|
1097 | Name="Release|Win32"
|
---|
1098 | >
|
---|
1099 | <Tool
|
---|
1100 | Name="VCCLCompilerTool"
|
---|
1101 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1102 | UsePrecompiledHeader="0"
|
---|
1103 | BrowseInformation="0"
|
---|
1104 | />
|
---|
1105 | </FileConfiguration>
|
---|
1106 | </File>
|
---|
1107 | <File
|
---|
1108 | RelativePath="NumOpe_TypeOperation.cpp"
|
---|
1109 | >
|
---|
1110 | <FileConfiguration
|
---|
1111 | Name="Debug|Win32"
|
---|
1112 | >
|
---|
1113 | <Tool
|
---|
1114 | Name="VCCLCompilerTool"
|
---|
1115 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1116 | UsePrecompiledHeader="0"
|
---|
1117 | BrowseInformation="0"
|
---|
1118 | />
|
---|
1119 | </FileConfiguration>
|
---|
1120 | <FileConfiguration
|
---|
1121 | Name="SmallDebug|Win32"
|
---|
1122 | >
|
---|
1123 | <Tool
|
---|
1124 | Name="VCCLCompilerTool"
|
---|
1125 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1126 | UsePrecompiledHeader="0"
|
---|
1127 | BrowseInformation="0"
|
---|
1128 | />
|
---|
1129 | </FileConfiguration>
|
---|
1130 | <FileConfiguration
|
---|
1131 | Name="English_Rel|Win32"
|
---|
1132 | >
|
---|
1133 | <Tool
|
---|
1134 | Name="VCCLCompilerTool"
|
---|
1135 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1136 | UsePrecompiledHeader="0"
|
---|
1137 | />
|
---|
1138 | </FileConfiguration>
|
---|
1139 | <FileConfiguration
|
---|
1140 | Name="Release|Win32"
|
---|
1141 | >
|
---|
1142 | <Tool
|
---|
1143 | Name="VCCLCompilerTool"
|
---|
1144 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1145 | UsePrecompiledHeader="0"
|
---|
1146 | BrowseInformation="0"
|
---|
1147 | />
|
---|
1148 | </FileConfiguration>
|
---|
1149 | </File>
|
---|
1150 | </Filter>
|
---|
1151 | <Filter
|
---|
1152 | Name="Object"
|
---|
1153 | >
|
---|
1154 | <File
|
---|
1155 | RelativePath=".\Compile_Interface.cpp"
|
---|
1156 | >
|
---|
1157 | </File>
|
---|
1158 | <File
|
---|
1159 | RelativePath=".\Compile_Object.cpp"
|
---|
1160 | >
|
---|
1161 | </File>
|
---|
1162 | </Filter>
|
---|
1163 | <Filter
|
---|
1164 | Name="Opcode"
|
---|
1165 | >
|
---|
1166 | <File
|
---|
1167 | RelativePath="amd64_main.cpp"
|
---|
1168 | >
|
---|
1169 | <FileConfiguration
|
---|
1170 | Name="Debug|Win32"
|
---|
1171 | >
|
---|
1172 | <Tool
|
---|
1173 | Name="VCCLCompilerTool"
|
---|
1174 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1175 | UsePrecompiledHeader="0"
|
---|
1176 | BrowseInformation="0"
|
---|
1177 | />
|
---|
1178 | </FileConfiguration>
|
---|
1179 | <FileConfiguration
|
---|
1180 | Name="SmallDebug|Win32"
|
---|
1181 | >
|
---|
1182 | <Tool
|
---|
1183 | Name="VCCLCompilerTool"
|
---|
1184 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1185 | UsePrecompiledHeader="0"
|
---|
1186 | BrowseInformation="0"
|
---|
1187 | />
|
---|
1188 | </FileConfiguration>
|
---|
1189 | <FileConfiguration
|
---|
1190 | Name="English_Rel|Win32"
|
---|
1191 | >
|
---|
1192 | <Tool
|
---|
1193 | Name="VCCLCompilerTool"
|
---|
1194 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1195 | UsePrecompiledHeader="0"
|
---|
1196 | />
|
---|
1197 | </FileConfiguration>
|
---|
1198 | <FileConfiguration
|
---|
1199 | Name="Release|Win32"
|
---|
1200 | >
|
---|
1201 | <Tool
|
---|
1202 | Name="VCCLCompilerTool"
|
---|
1203 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1204 | UsePrecompiledHeader="0"
|
---|
1205 | BrowseInformation="0"
|
---|
1206 | />
|
---|
1207 | </FileConfiguration>
|
---|
1208 | </File>
|
---|
1209 | <File
|
---|
1210 | RelativePath=".\stack_frame.cpp"
|
---|
1211 | >
|
---|
1212 | </File>
|
---|
1213 | </Filter>
|
---|
1214 | <Filter
|
---|
1215 | Name="Procedure"
|
---|
1216 | >
|
---|
1217 | <File
|
---|
1218 | RelativePath=".\CLockParameter.cpp"
|
---|
1219 | >
|
---|
1220 | </File>
|
---|
1221 | <File
|
---|
1222 | RelativePath=".\Compile_CallProc.cpp"
|
---|
1223 | >
|
---|
1224 | </File>
|
---|
1225 | <File
|
---|
1226 | RelativePath="Compile_Func.cpp"
|
---|
1227 | >
|
---|
1228 | <FileConfiguration
|
---|
1229 | Name="Debug|Win32"
|
---|
1230 | >
|
---|
1231 | <Tool
|
---|
1232 | Name="VCCLCompilerTool"
|
---|
1233 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1234 | UsePrecompiledHeader="0"
|
---|
1235 | BrowseInformation="0"
|
---|
1236 | />
|
---|
1237 | </FileConfiguration>
|
---|
1238 | <FileConfiguration
|
---|
1239 | Name="SmallDebug|Win32"
|
---|
1240 | >
|
---|
1241 | <Tool
|
---|
1242 | Name="VCCLCompilerTool"
|
---|
1243 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1244 | UsePrecompiledHeader="0"
|
---|
1245 | BrowseInformation="0"
|
---|
1246 | />
|
---|
1247 | </FileConfiguration>
|
---|
1248 | <FileConfiguration
|
---|
1249 | Name="English_Rel|Win32"
|
---|
1250 | >
|
---|
1251 | <Tool
|
---|
1252 | Name="VCCLCompilerTool"
|
---|
1253 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1254 | UsePrecompiledHeader="0"
|
---|
1255 | />
|
---|
1256 | </FileConfiguration>
|
---|
1257 | <FileConfiguration
|
---|
1258 | Name="Release|Win32"
|
---|
1259 | >
|
---|
1260 | <Tool
|
---|
1261 | Name="VCCLCompilerTool"
|
---|
1262 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1263 | UsePrecompiledHeader="0"
|
---|
1264 | BrowseInformation="0"
|
---|
1265 | />
|
---|
1266 | </FileConfiguration>
|
---|
1267 | </File>
|
---|
1268 | <File
|
---|
1269 | RelativePath="Compile_ProcOp.cpp"
|
---|
1270 | >
|
---|
1271 | <FileConfiguration
|
---|
1272 | Name="Debug|Win32"
|
---|
1273 | >
|
---|
1274 | <Tool
|
---|
1275 | Name="VCCLCompilerTool"
|
---|
1276 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1277 | UsePrecompiledHeader="0"
|
---|
1278 | BrowseInformation="0"
|
---|
1279 | />
|
---|
1280 | </FileConfiguration>
|
---|
1281 | <FileConfiguration
|
---|
1282 | Name="SmallDebug|Win32"
|
---|
1283 | >
|
---|
1284 | <Tool
|
---|
1285 | Name="VCCLCompilerTool"
|
---|
1286 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1287 | UsePrecompiledHeader="0"
|
---|
1288 | BrowseInformation="0"
|
---|
1289 | />
|
---|
1290 | </FileConfiguration>
|
---|
1291 | <FileConfiguration
|
---|
1292 | Name="English_Rel|Win32"
|
---|
1293 | >
|
---|
1294 | <Tool
|
---|
1295 | Name="VCCLCompilerTool"
|
---|
1296 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1297 | UsePrecompiledHeader="0"
|
---|
1298 | />
|
---|
1299 | </FileConfiguration>
|
---|
1300 | <FileConfiguration
|
---|
1301 | Name="Release|Win32"
|
---|
1302 | >
|
---|
1303 | <Tool
|
---|
1304 | Name="VCCLCompilerTool"
|
---|
1305 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1306 | UsePrecompiledHeader="0"
|
---|
1307 | BrowseInformation="0"
|
---|
1308 | />
|
---|
1309 | </FileConfiguration>
|
---|
1310 | </File>
|
---|
1311 | <File
|
---|
1312 | RelativePath=".\CParameter.cpp"
|
---|
1313 | >
|
---|
1314 | </File>
|
---|
1315 | <File
|
---|
1316 | RelativePath=".\OperatorProc.cpp"
|
---|
1317 | >
|
---|
1318 | </File>
|
---|
1319 | </Filter>
|
---|
1320 | </Filter>
|
---|
1321 | <Filter
|
---|
1322 | Name="32及び64共通"
|
---|
1323 | >
|
---|
1324 | <File
|
---|
1325 | RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
|
---|
1326 | >
|
---|
1327 | </File>
|
---|
1328 | <File
|
---|
1329 | RelativePath="..\BasicCompiler_Common\calculation.cpp"
|
---|
1330 | >
|
---|
1331 | </File>
|
---|
1332 | <File
|
---|
1333 | RelativePath="..\BasicCompiler_Common\Compile.cpp"
|
---|
1334 | >
|
---|
1335 | </File>
|
---|
1336 | <File
|
---|
1337 | RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
|
---|
1338 | >
|
---|
1339 | </File>
|
---|
1340 | <File
|
---|
1341 | RelativePath="..\BasicCompiler_Common\error.cpp"
|
---|
1342 | >
|
---|
1343 | </File>
|
---|
1344 | <File
|
---|
1345 | RelativePath="..\BasicCompiler_Common\gc.cpp"
|
---|
1346 | >
|
---|
1347 | </File>
|
---|
1348 | <File
|
---|
1349 | RelativePath="..\BasicCompiler_Common\hash.cpp"
|
---|
1350 | >
|
---|
1351 | </File>
|
---|
1352 | <File
|
---|
1353 | RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
|
---|
1354 | >
|
---|
1355 | </File>
|
---|
1356 | <File
|
---|
1357 | RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
|
---|
1358 | >
|
---|
1359 | </File>
|
---|
1360 | <File
|
---|
1361 | RelativePath="..\BasicCompiler_Common\Object.cpp"
|
---|
1362 | >
|
---|
1363 | </File>
|
---|
1364 | <File
|
---|
1365 | RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
|
---|
1366 | >
|
---|
1367 | </File>
|
---|
1368 | <File
|
---|
1369 | RelativePath="..\BasicCompiler_Common\Overload.cpp"
|
---|
1370 | >
|
---|
1371 | </File>
|
---|
1372 | <File
|
---|
1373 | RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
|
---|
1374 | >
|
---|
1375 | </File>
|
---|
1376 | <File
|
---|
1377 | RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
|
---|
1378 | >
|
---|
1379 | </File>
|
---|
1380 | <Filter
|
---|
1381 | Name="Intermediate"
|
---|
1382 | >
|
---|
1383 | <File
|
---|
1384 | RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
|
---|
1385 | >
|
---|
1386 | </File>
|
---|
1387 | <File
|
---|
1388 | RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
|
---|
1389 | >
|
---|
1390 | </File>
|
---|
1391 | <File
|
---|
1392 | RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
|
---|
1393 | >
|
---|
1394 | </File>
|
---|
1395 | <File
|
---|
1396 | RelativePath="..\BasicCompiler_Common\Resource.cpp"
|
---|
1397 | >
|
---|
1398 | </File>
|
---|
1399 | </Filter>
|
---|
1400 | <Filter
|
---|
1401 | Name="Parts"
|
---|
1402 | >
|
---|
1403 | <File
|
---|
1404 | RelativePath="..\BasicCompiler_Common\DataTable.cpp"
|
---|
1405 | >
|
---|
1406 | </File>
|
---|
1407 | <File
|
---|
1408 | RelativePath="..\BasicCompiler_Common\LoopRefCheck.cpp"
|
---|
1409 | >
|
---|
1410 | </File>
|
---|
1411 | <File
|
---|
1412 | RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
|
---|
1413 | >
|
---|
1414 | </File>
|
---|
1415 | </Filter>
|
---|
1416 | <Filter
|
---|
1417 | Name="Debug(共通)"
|
---|
1418 | >
|
---|
1419 | <File
|
---|
1420 | RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
|
---|
1421 | >
|
---|
1422 | </File>
|
---|
1423 | <File
|
---|
1424 | RelativePath="..\BasicCompiler_Common\BreakPoint.h"
|
---|
1425 | >
|
---|
1426 | </File>
|
---|
1427 | <File
|
---|
1428 | RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
|
---|
1429 | >
|
---|
1430 | </File>
|
---|
1431 | <File
|
---|
1432 | RelativePath="..\BasicCompiler_Common\Debug.cpp"
|
---|
1433 | >
|
---|
1434 | </File>
|
---|
1435 | <File
|
---|
1436 | RelativePath="..\BasicCompiler_Common\debug.h"
|
---|
1437 | >
|
---|
1438 | </File>
|
---|
1439 | <File
|
---|
1440 | RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
|
---|
1441 | >
|
---|
1442 | </File>
|
---|
1443 | <File
|
---|
1444 | RelativePath="..\BasicCompiler_Common\DebugSection.h"
|
---|
1445 | >
|
---|
1446 | </File>
|
---|
1447 | <File
|
---|
1448 | RelativePath="..\BasicCompiler_Common\VarList.cpp"
|
---|
1449 | >
|
---|
1450 | </File>
|
---|
1451 | <File
|
---|
1452 | RelativePath="..\BasicCompiler_Common\WatchList.cpp"
|
---|
1453 | >
|
---|
1454 | <FileConfiguration
|
---|
1455 | Name="Debug|Win32"
|
---|
1456 | >
|
---|
1457 | <Tool
|
---|
1458 | Name="VCCLCompilerTool"
|
---|
1459 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1460 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1461 | />
|
---|
1462 | </FileConfiguration>
|
---|
1463 | <FileConfiguration
|
---|
1464 | Name="SmallDebug|Win32"
|
---|
1465 | >
|
---|
1466 | <Tool
|
---|
1467 | Name="VCCLCompilerTool"
|
---|
1468 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1469 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1470 | />
|
---|
1471 | </FileConfiguration>
|
---|
1472 | <FileConfiguration
|
---|
1473 | Name="English_Rel|Win32"
|
---|
1474 | >
|
---|
1475 | <Tool
|
---|
1476 | Name="VCCLCompilerTool"
|
---|
1477 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1478 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1479 | />
|
---|
1480 | </FileConfiguration>
|
---|
1481 | <FileConfiguration
|
---|
1482 | Name="Release|Win32"
|
---|
1483 | >
|
---|
1484 | <Tool
|
---|
1485 | Name="VCCLCompilerTool"
|
---|
1486 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1487 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1488 | />
|
---|
1489 | </FileConfiguration>
|
---|
1490 | </File>
|
---|
1491 | </Filter>
|
---|
1492 | <Filter
|
---|
1493 | Name="Type"
|
---|
1494 | >
|
---|
1495 | <File
|
---|
1496 | RelativePath="..\BasicCompiler_Common\Class.cpp"
|
---|
1497 | >
|
---|
1498 | </File>
|
---|
1499 | <File
|
---|
1500 | RelativePath="..\BasicCompiler_Common\Class.h"
|
---|
1501 | >
|
---|
1502 | </File>
|
---|
1503 | <File
|
---|
1504 | RelativePath="..\BasicCompiler_Common\Enum.cpp"
|
---|
1505 | >
|
---|
1506 | </File>
|
---|
1507 | <File
|
---|
1508 | RelativePath="..\BasicCompiler_Common\Enum.h"
|
---|
1509 | >
|
---|
1510 | </File>
|
---|
1511 | </Filter>
|
---|
1512 | <Filter
|
---|
1513 | Name="Schedule"
|
---|
1514 | >
|
---|
1515 | <File
|
---|
1516 | RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
|
---|
1517 | >
|
---|
1518 | </File>
|
---|
1519 | <File
|
---|
1520 | RelativePath="..\BasicCompiler_Common\PESchedule.h"
|
---|
1521 | >
|
---|
1522 | </File>
|
---|
1523 | </Filter>
|
---|
1524 | <Filter
|
---|
1525 | Name="LexicalScoping"
|
---|
1526 | >
|
---|
1527 | <File
|
---|
1528 | RelativePath="..\BasicCompiler_Common\LexicalScoping.cpp"
|
---|
1529 | >
|
---|
1530 | </File>
|
---|
1531 | <File
|
---|
1532 | RelativePath="..\BasicCompiler_Common\LexicalScoping.h"
|
---|
1533 | >
|
---|
1534 | </File>
|
---|
1535 | </Filter>
|
---|
1536 | <Filter
|
---|
1537 | Name="Constant"
|
---|
1538 | >
|
---|
1539 | <File
|
---|
1540 | RelativePath="..\BasicCompiler_Common\Const.cpp"
|
---|
1541 | >
|
---|
1542 | </File>
|
---|
1543 | <File
|
---|
1544 | RelativePath="..\BasicCompiler_Common\Const.h"
|
---|
1545 | >
|
---|
1546 | </File>
|
---|
1547 | </Filter>
|
---|
1548 | <Filter
|
---|
1549 | Name="Variable"
|
---|
1550 | >
|
---|
1551 | <File
|
---|
1552 | RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
|
---|
1553 | >
|
---|
1554 | </File>
|
---|
1555 | <File
|
---|
1556 | RelativePath="..\BasicCompiler_Common\VariableOpe.h"
|
---|
1557 | >
|
---|
1558 | </File>
|
---|
1559 | </Filter>
|
---|
1560 | <Filter
|
---|
1561 | Name="Procedure"
|
---|
1562 | >
|
---|
1563 | <File
|
---|
1564 | RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
|
---|
1565 | >
|
---|
1566 | </File>
|
---|
1567 | <File
|
---|
1568 | RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
|
---|
1569 | >
|
---|
1570 | </File>
|
---|
1571 | </Filter>
|
---|
1572 | </Filter>
|
---|
1573 | <Filter
|
---|
1574 | Name="Common Classes"
|
---|
1575 | >
|
---|
1576 | <File
|
---|
1577 | RelativePath="..\BasicCompiler_Common\src\Smoothie.cpp"
|
---|
1578 | >
|
---|
1579 | </File>
|
---|
1580 | <Filter
|
---|
1581 | Name="Meta Parts"
|
---|
1582 | >
|
---|
1583 | <File
|
---|
1584 | RelativePath="..\BasicCompiler_Common\src\Member.cpp"
|
---|
1585 | >
|
---|
1586 | </File>
|
---|
1587 | <File
|
---|
1588 | RelativePath="..\BasicCompiler_Common\src\Method.cpp"
|
---|
1589 | >
|
---|
1590 | </File>
|
---|
1591 | <File
|
---|
1592 | RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
|
---|
1593 | >
|
---|
1594 | </File>
|
---|
1595 | <File
|
---|
1596 | RelativePath="..\BasicCompiler_Common\Procedure.cpp"
|
---|
1597 | >
|
---|
1598 | </File>
|
---|
1599 | <File
|
---|
1600 | RelativePath="..\BasicCompiler_Common\src\Prototype.cpp"
|
---|
1601 | >
|
---|
1602 | </File>
|
---|
1603 | <File
|
---|
1604 | RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
|
---|
1605 | >
|
---|
1606 | </File>
|
---|
1607 | <File
|
---|
1608 | RelativePath="..\BasicCompiler_Common\Type.cpp"
|
---|
1609 | >
|
---|
1610 | </File>
|
---|
1611 | <File
|
---|
1612 | RelativePath="..\BasicCompiler_Common\TypeDef.cpp"
|
---|
1613 | >
|
---|
1614 | </File>
|
---|
1615 | <File
|
---|
1616 | RelativePath="..\BasicCompiler_Common\Variable.cpp"
|
---|
1617 | >
|
---|
1618 | </File>
|
---|
1619 | </Filter>
|
---|
1620 | <Filter
|
---|
1621 | Name="Lexical Parts"
|
---|
1622 | >
|
---|
1623 | <File
|
---|
1624 | RelativePath="..\BasicCompiler_Common\src\Source.cpp"
|
---|
1625 | >
|
---|
1626 | </File>
|
---|
1627 | </Filter>
|
---|
1628 | <Filter
|
---|
1629 | Name="Operation Statements"
|
---|
1630 | >
|
---|
1631 | <File
|
---|
1632 | RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
|
---|
1633 | >
|
---|
1634 | </File>
|
---|
1635 | </Filter>
|
---|
1636 | </Filter>
|
---|
1637 | </Filter>
|
---|
1638 | </Files>
|
---|
1639 | <Globals>
|
---|
1640 | </Globals>
|
---|
1641 | </VisualStudioProject>
|
---|