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 | AdditionalIncludeDirectories="..\cpplibs\boost;..\BasicCompiler_Common\include"
|
---|
353 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64"
|
---|
354 | MinimalRebuild="false"
|
---|
355 | ExceptionHandling="1"
|
---|
356 | BasicRuntimeChecks="0"
|
---|
357 | RuntimeLibrary="2"
|
---|
358 | RuntimeTypeInfo="true"
|
---|
359 | UsePrecompiledHeader="0"
|
---|
360 | PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
|
---|
361 | AssemblerListingLocation=".\Release/"
|
---|
362 | ObjectFile=".\Release/"
|
---|
363 | ProgramDataBaseFileName=".\Release/"
|
---|
364 | BrowseInformation="0"
|
---|
365 | WarningLevel="3"
|
---|
366 | SuppressStartupBanner="true"
|
---|
367 | Detect64BitPortabilityProblems="true"
|
---|
368 | DebugInformationFormat="0"
|
---|
369 | CallingConvention="0"
|
---|
370 | />
|
---|
371 | <Tool
|
---|
372 | Name="VCManagedResourceCompilerTool"
|
---|
373 | />
|
---|
374 | <Tool
|
---|
375 | Name="VCResourceCompilerTool"
|
---|
376 | PreprocessorDefinitions="_DEBUG,JPN"
|
---|
377 | Culture="1041"
|
---|
378 | />
|
---|
379 | <Tool
|
---|
380 | Name="VCPreLinkEventTool"
|
---|
381 | />
|
---|
382 | <Tool
|
---|
383 | Name="VCLinkerTool"
|
---|
384 | AdditionalOptions="/MACHINE:AMD64"
|
---|
385 | AdditionalDependencies="comctl32.lib psapi.lib bufferoverflowu.lib"
|
---|
386 | OutputFile="../ActiveBasic/BasicCompiler64.exe"
|
---|
387 | LinkIncremental="1"
|
---|
388 | SuppressStartupBanner="true"
|
---|
389 | IgnoreDefaultLibraryNames="libcpmtd.lib"
|
---|
390 | GenerateDebugInformation="false"
|
---|
391 | ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
|
---|
392 | SubSystem="2"
|
---|
393 | TargetMachine="0"
|
---|
394 | />
|
---|
395 | <Tool
|
---|
396 | Name="VCALinkTool"
|
---|
397 | />
|
---|
398 | <Tool
|
---|
399 | Name="VCManifestTool"
|
---|
400 | AdditionalManifestFiles="$(ProjectDir)\manifest.xml"
|
---|
401 | />
|
---|
402 | <Tool
|
---|
403 | Name="VCXDCMakeTool"
|
---|
404 | />
|
---|
405 | <Tool
|
---|
406 | Name="VCBscMakeTool"
|
---|
407 | SuppressStartupBanner="true"
|
---|
408 | OutputFile="$(OutDir)/$(ProjectName).bsc"
|
---|
409 | />
|
---|
410 | <Tool
|
---|
411 | Name="VCFxCopTool"
|
---|
412 | />
|
---|
413 | <Tool
|
---|
414 | Name="VCAppVerifierTool"
|
---|
415 | />
|
---|
416 | <Tool
|
---|
417 | Name="VCWebDeploymentTool"
|
---|
418 | />
|
---|
419 | <Tool
|
---|
420 | Name="VCPostBuildEventTool"
|
---|
421 | />
|
---|
422 | </Configuration>
|
---|
423 | </Configurations>
|
---|
424 | <References>
|
---|
425 | </References>
|
---|
426 | <Files>
|
---|
427 | <Filter
|
---|
428 | Name="Header Files"
|
---|
429 | Filter="h;hpp;hxx;hm;inl"
|
---|
430 | >
|
---|
431 | <File
|
---|
432 | RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
|
---|
433 | >
|
---|
434 | </File>
|
---|
435 | <File
|
---|
436 | RelativePath="..\BasicCompiler_Common\BasicFixed.h"
|
---|
437 | >
|
---|
438 | </File>
|
---|
439 | <File
|
---|
440 | RelativePath="CommandValue.h"
|
---|
441 | >
|
---|
442 | </File>
|
---|
443 | <File
|
---|
444 | RelativePath="..\BasicCompiler_Common\common.h"
|
---|
445 | >
|
---|
446 | </File>
|
---|
447 | <File
|
---|
448 | RelativePath="Opcode.h"
|
---|
449 | >
|
---|
450 | </File>
|
---|
451 | <Filter
|
---|
452 | Name="言語対応文字列"
|
---|
453 | >
|
---|
454 | <File
|
---|
455 | RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
|
---|
456 | >
|
---|
457 | </File>
|
---|
458 | <File
|
---|
459 | RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
|
---|
460 | >
|
---|
461 | </File>
|
---|
462 | </Filter>
|
---|
463 | <Filter
|
---|
464 | Name="Parts_h"
|
---|
465 | >
|
---|
466 | <File
|
---|
467 | RelativePath="..\BasicCompiler_Common\NonVolatile.h"
|
---|
468 | >
|
---|
469 | </File>
|
---|
470 | </Filter>
|
---|
471 | <Filter
|
---|
472 | Name="Common Classes"
|
---|
473 | >
|
---|
474 | <File
|
---|
475 | RelativePath="..\BasicCompiler_Common\include\Smoothie.h"
|
---|
476 | >
|
---|
477 | </File>
|
---|
478 | <Filter
|
---|
479 | Name="Meta Parts"
|
---|
480 | >
|
---|
481 | <File
|
---|
482 | RelativePath="..\BasicCompiler_Common\include\Namespace.h"
|
---|
483 | >
|
---|
484 | </File>
|
---|
485 | <File
|
---|
486 | RelativePath="..\BasicCompiler_Common\Parameter.h"
|
---|
487 | >
|
---|
488 | </File>
|
---|
489 | <File
|
---|
490 | RelativePath="..\BasicCompiler_Common\Procedure.h"
|
---|
491 | >
|
---|
492 | </File>
|
---|
493 | <File
|
---|
494 | RelativePath="..\BasicCompiler_Common\Type.h"
|
---|
495 | >
|
---|
496 | </File>
|
---|
497 | <File
|
---|
498 | RelativePath="..\BasicCompiler_Common\TypeDef.h"
|
---|
499 | >
|
---|
500 | </File>
|
---|
501 | <File
|
---|
502 | RelativePath="..\BasicCompiler_Common\Variable.h"
|
---|
503 | >
|
---|
504 | </File>
|
---|
505 | <Filter
|
---|
506 | Name="Prototype"
|
---|
507 | >
|
---|
508 | <File
|
---|
509 | RelativePath="..\BasicCompiler_Common\include\Member.h"
|
---|
510 | >
|
---|
511 | </File>
|
---|
512 | <File
|
---|
513 | RelativePath="..\BasicCompiler_Common\include\Method.h"
|
---|
514 | >
|
---|
515 | </File>
|
---|
516 | <File
|
---|
517 | RelativePath="..\BasicCompiler_Common\include\Prototype.h"
|
---|
518 | >
|
---|
519 | </File>
|
---|
520 | </Filter>
|
---|
521 | </Filter>
|
---|
522 | <Filter
|
---|
523 | Name="Lexical Parts"
|
---|
524 | >
|
---|
525 | <File
|
---|
526 | RelativePath="..\BasicCompiler_Common\include\Source.h"
|
---|
527 | >
|
---|
528 | </File>
|
---|
529 | </Filter>
|
---|
530 | <Filter
|
---|
531 | Name="Operation Statements"
|
---|
532 | >
|
---|
533 | <File
|
---|
534 | RelativePath="..\BasicCompiler_Common\include\Exception.h"
|
---|
535 | >
|
---|
536 | </File>
|
---|
537 | </Filter>
|
---|
538 | </Filter>
|
---|
539 | </Filter>
|
---|
540 | <Filter
|
---|
541 | Name="Resource Files"
|
---|
542 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
543 | >
|
---|
544 | <File
|
---|
545 | RelativePath="icon1.ico"
|
---|
546 | >
|
---|
547 | </File>
|
---|
548 | <File
|
---|
549 | RelativePath="toolbar_debugger.bmp"
|
---|
550 | >
|
---|
551 | </File>
|
---|
552 | <File
|
---|
553 | RelativePath="VarArray.ico"
|
---|
554 | >
|
---|
555 | </File>
|
---|
556 | <File
|
---|
557 | RelativePath="VarData.ico"
|
---|
558 | >
|
---|
559 | </File>
|
---|
560 | <File
|
---|
561 | RelativePath="VarPtrStruct.ico"
|
---|
562 | >
|
---|
563 | </File>
|
---|
564 | <File
|
---|
565 | RelativePath="VarStr.ico"
|
---|
566 | >
|
---|
567 | </File>
|
---|
568 | <File
|
---|
569 | RelativePath="VarStruct.ico"
|
---|
570 | >
|
---|
571 | </File>
|
---|
572 | </Filter>
|
---|
573 | <Filter
|
---|
574 | Name="Source Files"
|
---|
575 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
---|
576 | >
|
---|
577 | <File
|
---|
578 | RelativePath="BasicCompiler.rc"
|
---|
579 | >
|
---|
580 | <FileConfiguration
|
---|
581 | Name="Debug|Win32"
|
---|
582 | >
|
---|
583 | <Tool
|
---|
584 | Name="VCResourceCompilerTool"
|
---|
585 | PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
|
---|
586 | />
|
---|
587 | </FileConfiguration>
|
---|
588 | <FileConfiguration
|
---|
589 | Name="SmallDebug|Win32"
|
---|
590 | >
|
---|
591 | <Tool
|
---|
592 | Name="VCResourceCompilerTool"
|
---|
593 | PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
|
---|
594 | />
|
---|
595 | </FileConfiguration>
|
---|
596 | <FileConfiguration
|
---|
597 | Name="English_Rel|Win32"
|
---|
598 | >
|
---|
599 | <Tool
|
---|
600 | Name="VCResourceCompilerTool"
|
---|
601 | PreprocessorDefinitions="NDEBUG;ENG;$(NoInherit)"
|
---|
602 | />
|
---|
603 | </FileConfiguration>
|
---|
604 | <FileConfiguration
|
---|
605 | Name="Release|Win32"
|
---|
606 | >
|
---|
607 | <Tool
|
---|
608 | Name="VCResourceCompilerTool"
|
---|
609 | PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
|
---|
610 | />
|
---|
611 | </FileConfiguration>
|
---|
612 | </File>
|
---|
613 | <Filter
|
---|
614 | Name="Compile"
|
---|
615 | >
|
---|
616 | <File
|
---|
617 | RelativePath="Compile_Statement.cpp"
|
---|
618 | >
|
---|
619 | <FileConfiguration
|
---|
620 | Name="Debug|Win32"
|
---|
621 | >
|
---|
622 | <Tool
|
---|
623 | Name="VCCLCompilerTool"
|
---|
624 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
625 | UsePrecompiledHeader="0"
|
---|
626 | BrowseInformation="0"
|
---|
627 | />
|
---|
628 | </FileConfiguration>
|
---|
629 | <FileConfiguration
|
---|
630 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
641 | >
|
---|
642 | <Tool
|
---|
643 | Name="VCCLCompilerTool"
|
---|
644 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
645 | UsePrecompiledHeader="0"
|
---|
646 | />
|
---|
647 | </FileConfiguration>
|
---|
648 | <FileConfiguration
|
---|
649 | Name="Release|Win32"
|
---|
650 | >
|
---|
651 | <Tool
|
---|
652 | Name="VCCLCompilerTool"
|
---|
653 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
654 | UsePrecompiledHeader="0"
|
---|
655 | BrowseInformation="0"
|
---|
656 | />
|
---|
657 | </FileConfiguration>
|
---|
658 | </File>
|
---|
659 | <File
|
---|
660 | RelativePath="Compile_Var.cpp"
|
---|
661 | >
|
---|
662 | <FileConfiguration
|
---|
663 | Name="Debug|Win32"
|
---|
664 | >
|
---|
665 | <Tool
|
---|
666 | Name="VCCLCompilerTool"
|
---|
667 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
668 | UsePrecompiledHeader="0"
|
---|
669 | BrowseInformation="0"
|
---|
670 | />
|
---|
671 | </FileConfiguration>
|
---|
672 | <FileConfiguration
|
---|
673 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
684 | >
|
---|
685 | <Tool
|
---|
686 | Name="VCCLCompilerTool"
|
---|
687 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
688 | UsePrecompiledHeader="0"
|
---|
689 | />
|
---|
690 | </FileConfiguration>
|
---|
691 | <FileConfiguration
|
---|
692 | Name="Release|Win32"
|
---|
693 | >
|
---|
694 | <Tool
|
---|
695 | Name="VCCLCompilerTool"
|
---|
696 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
697 | UsePrecompiledHeader="0"
|
---|
698 | BrowseInformation="0"
|
---|
699 | />
|
---|
700 | </FileConfiguration>
|
---|
701 | </File>
|
---|
702 | <File
|
---|
703 | RelativePath="MakePeHdr.cpp"
|
---|
704 | >
|
---|
705 | <FileConfiguration
|
---|
706 | Name="Debug|Win32"
|
---|
707 | >
|
---|
708 | <Tool
|
---|
709 | Name="VCCLCompilerTool"
|
---|
710 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
711 | UsePrecompiledHeader="0"
|
---|
712 | BrowseInformation="0"
|
---|
713 | />
|
---|
714 | </FileConfiguration>
|
---|
715 | <FileConfiguration
|
---|
716 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
727 | >
|
---|
728 | <Tool
|
---|
729 | Name="VCCLCompilerTool"
|
---|
730 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
731 | UsePrecompiledHeader="0"
|
---|
732 | />
|
---|
733 | </FileConfiguration>
|
---|
734 | <FileConfiguration
|
---|
735 | Name="Release|Win32"
|
---|
736 | >
|
---|
737 | <Tool
|
---|
738 | Name="VCCLCompilerTool"
|
---|
739 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
740 | UsePrecompiledHeader="0"
|
---|
741 | BrowseInformation="0"
|
---|
742 | />
|
---|
743 | </FileConfiguration>
|
---|
744 | </File>
|
---|
745 | <File
|
---|
746 | RelativePath="Register.cpp"
|
---|
747 | >
|
---|
748 | <FileConfiguration
|
---|
749 | Name="Debug|Win32"
|
---|
750 | >
|
---|
751 | <Tool
|
---|
752 | Name="VCCLCompilerTool"
|
---|
753 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
754 | UsePrecompiledHeader="0"
|
---|
755 | BrowseInformation="0"
|
---|
756 | />
|
---|
757 | </FileConfiguration>
|
---|
758 | <FileConfiguration
|
---|
759 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
770 | >
|
---|
771 | <Tool
|
---|
772 | Name="VCCLCompilerTool"
|
---|
773 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
774 | UsePrecompiledHeader="0"
|
---|
775 | />
|
---|
776 | </FileConfiguration>
|
---|
777 | <FileConfiguration
|
---|
778 | Name="Release|Win32"
|
---|
779 | >
|
---|
780 | <Tool
|
---|
781 | Name="VCCLCompilerTool"
|
---|
782 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
783 | UsePrecompiledHeader="0"
|
---|
784 | BrowseInformation="0"
|
---|
785 | />
|
---|
786 | </FileConfiguration>
|
---|
787 | </File>
|
---|
788 | <Filter
|
---|
789 | Name="Calculation"
|
---|
790 | >
|
---|
791 | <File
|
---|
792 | RelativePath="Compile_Calc.cpp"
|
---|
793 | >
|
---|
794 | <FileConfiguration
|
---|
795 | Name="Debug|Win32"
|
---|
796 | >
|
---|
797 | <Tool
|
---|
798 | Name="VCCLCompilerTool"
|
---|
799 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
800 | UsePrecompiledHeader="0"
|
---|
801 | BrowseInformation="0"
|
---|
802 | />
|
---|
803 | </FileConfiguration>
|
---|
804 | <FileConfiguration
|
---|
805 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
816 | >
|
---|
817 | <Tool
|
---|
818 | Name="VCCLCompilerTool"
|
---|
819 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
820 | UsePrecompiledHeader="0"
|
---|
821 | BrowseInformation="0"
|
---|
822 | />
|
---|
823 | </FileConfiguration>
|
---|
824 | <FileConfiguration
|
---|
825 | Name="Release|Win32"
|
---|
826 | >
|
---|
827 | <Tool
|
---|
828 | Name="VCCLCompilerTool"
|
---|
829 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
830 | UsePrecompiledHeader="0"
|
---|
831 | BrowseInformation="0"
|
---|
832 | />
|
---|
833 | </FileConfiguration>
|
---|
834 | </File>
|
---|
835 | <File
|
---|
836 | RelativePath="Compile_Calc_PushVar.cpp"
|
---|
837 | >
|
---|
838 | <FileConfiguration
|
---|
839 | Name="Debug|Win32"
|
---|
840 | >
|
---|
841 | <Tool
|
---|
842 | Name="VCCLCompilerTool"
|
---|
843 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
844 | UsePrecompiledHeader="0"
|
---|
845 | BrowseInformation="0"
|
---|
846 | />
|
---|
847 | </FileConfiguration>
|
---|
848 | <FileConfiguration
|
---|
849 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
860 | >
|
---|
861 | <Tool
|
---|
862 | Name="VCCLCompilerTool"
|
---|
863 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
864 | UsePrecompiledHeader="0"
|
---|
865 | />
|
---|
866 | </FileConfiguration>
|
---|
867 | <FileConfiguration
|
---|
868 | Name="Release|Win32"
|
---|
869 | >
|
---|
870 | <Tool
|
---|
871 | Name="VCCLCompilerTool"
|
---|
872 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
873 | UsePrecompiledHeader="0"
|
---|
874 | BrowseInformation="0"
|
---|
875 | />
|
---|
876 | </FileConfiguration>
|
---|
877 | </File>
|
---|
878 | <File
|
---|
879 | RelativePath="Compile_Set_Var.cpp"
|
---|
880 | >
|
---|
881 | <FileConfiguration
|
---|
882 | Name="Debug|Win32"
|
---|
883 | >
|
---|
884 | <Tool
|
---|
885 | Name="VCCLCompilerTool"
|
---|
886 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
887 | UsePrecompiledHeader="0"
|
---|
888 | BrowseInformation="0"
|
---|
889 | />
|
---|
890 | </FileConfiguration>
|
---|
891 | <FileConfiguration
|
---|
892 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
903 | >
|
---|
904 | <Tool
|
---|
905 | Name="VCCLCompilerTool"
|
---|
906 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
907 | UsePrecompiledHeader="0"
|
---|
908 | />
|
---|
909 | </FileConfiguration>
|
---|
910 | <FileConfiguration
|
---|
911 | Name="Release|Win32"
|
---|
912 | >
|
---|
913 | <Tool
|
---|
914 | Name="VCCLCompilerTool"
|
---|
915 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
916 | UsePrecompiledHeader="0"
|
---|
917 | BrowseInformation="0"
|
---|
918 | />
|
---|
919 | </FileConfiguration>
|
---|
920 | </File>
|
---|
921 | <File
|
---|
922 | RelativePath=".\increment.cpp"
|
---|
923 | >
|
---|
924 | </File>
|
---|
925 | <File
|
---|
926 | RelativePath="NumOpe.cpp"
|
---|
927 | >
|
---|
928 | <FileConfiguration
|
---|
929 | Name="Debug|Win32"
|
---|
930 | >
|
---|
931 | <Tool
|
---|
932 | Name="VCCLCompilerTool"
|
---|
933 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
934 | UsePrecompiledHeader="0"
|
---|
935 | BrowseInformation="0"
|
---|
936 | />
|
---|
937 | </FileConfiguration>
|
---|
938 | <FileConfiguration
|
---|
939 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
950 | >
|
---|
951 | <Tool
|
---|
952 | Name="VCCLCompilerTool"
|
---|
953 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
954 | UsePrecompiledHeader="0"
|
---|
955 | />
|
---|
956 | </FileConfiguration>
|
---|
957 | <FileConfiguration
|
---|
958 | Name="Release|Win32"
|
---|
959 | >
|
---|
960 | <Tool
|
---|
961 | Name="VCCLCompilerTool"
|
---|
962 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
963 | UsePrecompiledHeader="0"
|
---|
964 | BrowseInformation="0"
|
---|
965 | />
|
---|
966 | </FileConfiguration>
|
---|
967 | </File>
|
---|
968 | <File
|
---|
969 | RelativePath="NumOpe_Arithmetic.cpp"
|
---|
970 | >
|
---|
971 | <FileConfiguration
|
---|
972 | Name="Debug|Win32"
|
---|
973 | >
|
---|
974 | <Tool
|
---|
975 | Name="VCCLCompilerTool"
|
---|
976 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
977 | UsePrecompiledHeader="0"
|
---|
978 | BrowseInformation="0"
|
---|
979 | />
|
---|
980 | </FileConfiguration>
|
---|
981 | <FileConfiguration
|
---|
982 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
993 | >
|
---|
994 | <Tool
|
---|
995 | Name="VCCLCompilerTool"
|
---|
996 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
997 | UsePrecompiledHeader="0"
|
---|
998 | />
|
---|
999 | </FileConfiguration>
|
---|
1000 | <FileConfiguration
|
---|
1001 | Name="Release|Win32"
|
---|
1002 | >
|
---|
1003 | <Tool
|
---|
1004 | Name="VCCLCompilerTool"
|
---|
1005 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1006 | UsePrecompiledHeader="0"
|
---|
1007 | BrowseInformation="0"
|
---|
1008 | />
|
---|
1009 | </FileConfiguration>
|
---|
1010 | </File>
|
---|
1011 | <File
|
---|
1012 | RelativePath="NumOpe_Logical.cpp"
|
---|
1013 | >
|
---|
1014 | <FileConfiguration
|
---|
1015 | Name="Debug|Win32"
|
---|
1016 | >
|
---|
1017 | <Tool
|
---|
1018 | Name="VCCLCompilerTool"
|
---|
1019 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1020 | UsePrecompiledHeader="0"
|
---|
1021 | BrowseInformation="0"
|
---|
1022 | />
|
---|
1023 | </FileConfiguration>
|
---|
1024 | <FileConfiguration
|
---|
1025 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
1036 | >
|
---|
1037 | <Tool
|
---|
1038 | Name="VCCLCompilerTool"
|
---|
1039 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1040 | UsePrecompiledHeader="0"
|
---|
1041 | />
|
---|
1042 | </FileConfiguration>
|
---|
1043 | <FileConfiguration
|
---|
1044 | Name="Release|Win32"
|
---|
1045 | >
|
---|
1046 | <Tool
|
---|
1047 | Name="VCCLCompilerTool"
|
---|
1048 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1049 | UsePrecompiledHeader="0"
|
---|
1050 | BrowseInformation="0"
|
---|
1051 | />
|
---|
1052 | </FileConfiguration>
|
---|
1053 | </File>
|
---|
1054 | <File
|
---|
1055 | RelativePath="NumOpe_Relation.cpp"
|
---|
1056 | >
|
---|
1057 | <FileConfiguration
|
---|
1058 | Name="Debug|Win32"
|
---|
1059 | >
|
---|
1060 | <Tool
|
---|
1061 | Name="VCCLCompilerTool"
|
---|
1062 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1063 | UsePrecompiledHeader="0"
|
---|
1064 | BrowseInformation="0"
|
---|
1065 | />
|
---|
1066 | </FileConfiguration>
|
---|
1067 | <FileConfiguration
|
---|
1068 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
1079 | >
|
---|
1080 | <Tool
|
---|
1081 | Name="VCCLCompilerTool"
|
---|
1082 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1083 | UsePrecompiledHeader="0"
|
---|
1084 | />
|
---|
1085 | </FileConfiguration>
|
---|
1086 | <FileConfiguration
|
---|
1087 | Name="Release|Win32"
|
---|
1088 | >
|
---|
1089 | <Tool
|
---|
1090 | Name="VCCLCompilerTool"
|
---|
1091 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1092 | UsePrecompiledHeader="0"
|
---|
1093 | BrowseInformation="0"
|
---|
1094 | />
|
---|
1095 | </FileConfiguration>
|
---|
1096 | </File>
|
---|
1097 | <File
|
---|
1098 | RelativePath="NumOpe_TypeOperation.cpp"
|
---|
1099 | >
|
---|
1100 | <FileConfiguration
|
---|
1101 | Name="Debug|Win32"
|
---|
1102 | >
|
---|
1103 | <Tool
|
---|
1104 | Name="VCCLCompilerTool"
|
---|
1105 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1106 | UsePrecompiledHeader="0"
|
---|
1107 | BrowseInformation="0"
|
---|
1108 | />
|
---|
1109 | </FileConfiguration>
|
---|
1110 | <FileConfiguration
|
---|
1111 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
1122 | >
|
---|
1123 | <Tool
|
---|
1124 | Name="VCCLCompilerTool"
|
---|
1125 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1126 | UsePrecompiledHeader="0"
|
---|
1127 | />
|
---|
1128 | </FileConfiguration>
|
---|
1129 | <FileConfiguration
|
---|
1130 | Name="Release|Win32"
|
---|
1131 | >
|
---|
1132 | <Tool
|
---|
1133 | Name="VCCLCompilerTool"
|
---|
1134 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1135 | UsePrecompiledHeader="0"
|
---|
1136 | BrowseInformation="0"
|
---|
1137 | />
|
---|
1138 | </FileConfiguration>
|
---|
1139 | </File>
|
---|
1140 | </Filter>
|
---|
1141 | <Filter
|
---|
1142 | Name="Object"
|
---|
1143 | >
|
---|
1144 | <File
|
---|
1145 | RelativePath=".\Compile_Interface.cpp"
|
---|
1146 | >
|
---|
1147 | </File>
|
---|
1148 | <File
|
---|
1149 | RelativePath=".\Compile_Object.cpp"
|
---|
1150 | >
|
---|
1151 | </File>
|
---|
1152 | </Filter>
|
---|
1153 | <Filter
|
---|
1154 | Name="Opcode"
|
---|
1155 | >
|
---|
1156 | <File
|
---|
1157 | RelativePath="amd64_main.cpp"
|
---|
1158 | >
|
---|
1159 | <FileConfiguration
|
---|
1160 | Name="Debug|Win32"
|
---|
1161 | >
|
---|
1162 | <Tool
|
---|
1163 | Name="VCCLCompilerTool"
|
---|
1164 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1165 | UsePrecompiledHeader="0"
|
---|
1166 | BrowseInformation="0"
|
---|
1167 | />
|
---|
1168 | </FileConfiguration>
|
---|
1169 | <FileConfiguration
|
---|
1170 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
1181 | >
|
---|
1182 | <Tool
|
---|
1183 | Name="VCCLCompilerTool"
|
---|
1184 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1185 | UsePrecompiledHeader="0"
|
---|
1186 | />
|
---|
1187 | </FileConfiguration>
|
---|
1188 | <FileConfiguration
|
---|
1189 | Name="Release|Win32"
|
---|
1190 | >
|
---|
1191 | <Tool
|
---|
1192 | Name="VCCLCompilerTool"
|
---|
1193 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1194 | UsePrecompiledHeader="0"
|
---|
1195 | BrowseInformation="0"
|
---|
1196 | />
|
---|
1197 | </FileConfiguration>
|
---|
1198 | </File>
|
---|
1199 | <File
|
---|
1200 | RelativePath=".\stack_frame.cpp"
|
---|
1201 | >
|
---|
1202 | </File>
|
---|
1203 | </Filter>
|
---|
1204 | <Filter
|
---|
1205 | Name="Procedure"
|
---|
1206 | >
|
---|
1207 | <File
|
---|
1208 | RelativePath=".\CLockParameter.cpp"
|
---|
1209 | >
|
---|
1210 | </File>
|
---|
1211 | <File
|
---|
1212 | RelativePath=".\Compile_CallProc.cpp"
|
---|
1213 | >
|
---|
1214 | </File>
|
---|
1215 | <File
|
---|
1216 | RelativePath="Compile_Func.cpp"
|
---|
1217 | >
|
---|
1218 | <FileConfiguration
|
---|
1219 | Name="Debug|Win32"
|
---|
1220 | >
|
---|
1221 | <Tool
|
---|
1222 | Name="VCCLCompilerTool"
|
---|
1223 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1224 | UsePrecompiledHeader="0"
|
---|
1225 | BrowseInformation="0"
|
---|
1226 | />
|
---|
1227 | </FileConfiguration>
|
---|
1228 | <FileConfiguration
|
---|
1229 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
1240 | >
|
---|
1241 | <Tool
|
---|
1242 | Name="VCCLCompilerTool"
|
---|
1243 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1244 | UsePrecompiledHeader="0"
|
---|
1245 | />
|
---|
1246 | </FileConfiguration>
|
---|
1247 | <FileConfiguration
|
---|
1248 | Name="Release|Win32"
|
---|
1249 | >
|
---|
1250 | <Tool
|
---|
1251 | Name="VCCLCompilerTool"
|
---|
1252 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1253 | UsePrecompiledHeader="0"
|
---|
1254 | BrowseInformation="0"
|
---|
1255 | />
|
---|
1256 | </FileConfiguration>
|
---|
1257 | </File>
|
---|
1258 | <File
|
---|
1259 | RelativePath="Compile_ProcOp.cpp"
|
---|
1260 | >
|
---|
1261 | <FileConfiguration
|
---|
1262 | Name="Debug|Win32"
|
---|
1263 | >
|
---|
1264 | <Tool
|
---|
1265 | Name="VCCLCompilerTool"
|
---|
1266 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1267 | UsePrecompiledHeader="0"
|
---|
1268 | BrowseInformation="0"
|
---|
1269 | />
|
---|
1270 | </FileConfiguration>
|
---|
1271 | <FileConfiguration
|
---|
1272 | Name="SmallDebug|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="English_Rel|Win32"
|
---|
1283 | >
|
---|
1284 | <Tool
|
---|
1285 | Name="VCCLCompilerTool"
|
---|
1286 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;ENG;$(NoInherit)"
|
---|
1287 | UsePrecompiledHeader="0"
|
---|
1288 | />
|
---|
1289 | </FileConfiguration>
|
---|
1290 | <FileConfiguration
|
---|
1291 | Name="Release|Win32"
|
---|
1292 | >
|
---|
1293 | <Tool
|
---|
1294 | Name="VCCLCompilerTool"
|
---|
1295 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;JPN;$(NoInherit)"
|
---|
1296 | UsePrecompiledHeader="0"
|
---|
1297 | BrowseInformation="0"
|
---|
1298 | />
|
---|
1299 | </FileConfiguration>
|
---|
1300 | </File>
|
---|
1301 | <File
|
---|
1302 | RelativePath=".\CParameter.cpp"
|
---|
1303 | >
|
---|
1304 | </File>
|
---|
1305 | <File
|
---|
1306 | RelativePath=".\OperatorProc.cpp"
|
---|
1307 | >
|
---|
1308 | </File>
|
---|
1309 | </Filter>
|
---|
1310 | </Filter>
|
---|
1311 | <Filter
|
---|
1312 | Name="32及び64共通"
|
---|
1313 | >
|
---|
1314 | <File
|
---|
1315 | RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
|
---|
1316 | >
|
---|
1317 | </File>
|
---|
1318 | <File
|
---|
1319 | RelativePath="..\BasicCompiler_Common\calculation.cpp"
|
---|
1320 | >
|
---|
1321 | </File>
|
---|
1322 | <File
|
---|
1323 | RelativePath="..\BasicCompiler_Common\Compile.cpp"
|
---|
1324 | >
|
---|
1325 | </File>
|
---|
1326 | <File
|
---|
1327 | RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
|
---|
1328 | >
|
---|
1329 | </File>
|
---|
1330 | <File
|
---|
1331 | RelativePath="..\BasicCompiler_Common\error.cpp"
|
---|
1332 | >
|
---|
1333 | </File>
|
---|
1334 | <File
|
---|
1335 | RelativePath="..\BasicCompiler_Common\gc.cpp"
|
---|
1336 | >
|
---|
1337 | </File>
|
---|
1338 | <File
|
---|
1339 | RelativePath="..\BasicCompiler_Common\hash.cpp"
|
---|
1340 | >
|
---|
1341 | </File>
|
---|
1342 | <File
|
---|
1343 | RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
|
---|
1344 | >
|
---|
1345 | </File>
|
---|
1346 | <File
|
---|
1347 | RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
|
---|
1348 | >
|
---|
1349 | </File>
|
---|
1350 | <File
|
---|
1351 | RelativePath="..\BasicCompiler_Common\Object.cpp"
|
---|
1352 | >
|
---|
1353 | </File>
|
---|
1354 | <File
|
---|
1355 | RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
|
---|
1356 | >
|
---|
1357 | </File>
|
---|
1358 | <File
|
---|
1359 | RelativePath="..\BasicCompiler_Common\Overload.cpp"
|
---|
1360 | >
|
---|
1361 | </File>
|
---|
1362 | <File
|
---|
1363 | RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
|
---|
1364 | >
|
---|
1365 | </File>
|
---|
1366 | <File
|
---|
1367 | RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
|
---|
1368 | >
|
---|
1369 | </File>
|
---|
1370 | <Filter
|
---|
1371 | Name="Intermediate"
|
---|
1372 | >
|
---|
1373 | <File
|
---|
1374 | RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
|
---|
1375 | >
|
---|
1376 | </File>
|
---|
1377 | <File
|
---|
1378 | RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
|
---|
1379 | >
|
---|
1380 | </File>
|
---|
1381 | <File
|
---|
1382 | RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
|
---|
1383 | >
|
---|
1384 | </File>
|
---|
1385 | <File
|
---|
1386 | RelativePath="..\BasicCompiler_Common\Resource.cpp"
|
---|
1387 | >
|
---|
1388 | </File>
|
---|
1389 | </Filter>
|
---|
1390 | <Filter
|
---|
1391 | Name="Parts"
|
---|
1392 | >
|
---|
1393 | <File
|
---|
1394 | RelativePath="..\BasicCompiler_Common\DataTable.cpp"
|
---|
1395 | >
|
---|
1396 | </File>
|
---|
1397 | <File
|
---|
1398 | RelativePath="..\BasicCompiler_Common\LoopRefCheck.cpp"
|
---|
1399 | >
|
---|
1400 | </File>
|
---|
1401 | <File
|
---|
1402 | RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
|
---|
1403 | >
|
---|
1404 | </File>
|
---|
1405 | </Filter>
|
---|
1406 | <Filter
|
---|
1407 | Name="Debug(共通)"
|
---|
1408 | >
|
---|
1409 | <File
|
---|
1410 | RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
|
---|
1411 | >
|
---|
1412 | </File>
|
---|
1413 | <File
|
---|
1414 | RelativePath="..\BasicCompiler_Common\BreakPoint.h"
|
---|
1415 | >
|
---|
1416 | </File>
|
---|
1417 | <File
|
---|
1418 | RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
|
---|
1419 | >
|
---|
1420 | </File>
|
---|
1421 | <File
|
---|
1422 | RelativePath="..\BasicCompiler_Common\Debug.cpp"
|
---|
1423 | >
|
---|
1424 | </File>
|
---|
1425 | <File
|
---|
1426 | RelativePath="..\BasicCompiler_Common\debug.h"
|
---|
1427 | >
|
---|
1428 | </File>
|
---|
1429 | <File
|
---|
1430 | RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
|
---|
1431 | >
|
---|
1432 | </File>
|
---|
1433 | <File
|
---|
1434 | RelativePath="..\BasicCompiler_Common\DebugSection.h"
|
---|
1435 | >
|
---|
1436 | </File>
|
---|
1437 | <File
|
---|
1438 | RelativePath="..\BasicCompiler_Common\VarList.cpp"
|
---|
1439 | >
|
---|
1440 | </File>
|
---|
1441 | <File
|
---|
1442 | RelativePath="..\BasicCompiler_Common\WatchList.cpp"
|
---|
1443 | >
|
---|
1444 | <FileConfiguration
|
---|
1445 | Name="Debug|Win32"
|
---|
1446 | >
|
---|
1447 | <Tool
|
---|
1448 | Name="VCCLCompilerTool"
|
---|
1449 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1450 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1451 | />
|
---|
1452 | </FileConfiguration>
|
---|
1453 | <FileConfiguration
|
---|
1454 | Name="SmallDebug|Win32"
|
---|
1455 | >
|
---|
1456 | <Tool
|
---|
1457 | Name="VCCLCompilerTool"
|
---|
1458 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1459 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1460 | />
|
---|
1461 | </FileConfiguration>
|
---|
1462 | <FileConfiguration
|
---|
1463 | Name="English_Rel|Win32"
|
---|
1464 | >
|
---|
1465 | <Tool
|
---|
1466 | Name="VCCLCompilerTool"
|
---|
1467 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1468 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1469 | />
|
---|
1470 | </FileConfiguration>
|
---|
1471 | <FileConfiguration
|
---|
1472 | Name="Release|Win32"
|
---|
1473 | >
|
---|
1474 | <Tool
|
---|
1475 | Name="VCCLCompilerTool"
|
---|
1476 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
1477 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
1478 | />
|
---|
1479 | </FileConfiguration>
|
---|
1480 | </File>
|
---|
1481 | </Filter>
|
---|
1482 | <Filter
|
---|
1483 | Name="Type"
|
---|
1484 | >
|
---|
1485 | <File
|
---|
1486 | RelativePath="..\BasicCompiler_Common\Class.cpp"
|
---|
1487 | >
|
---|
1488 | </File>
|
---|
1489 | <File
|
---|
1490 | RelativePath="..\BasicCompiler_Common\Class.h"
|
---|
1491 | >
|
---|
1492 | </File>
|
---|
1493 | <File
|
---|
1494 | RelativePath="..\BasicCompiler_Common\Enum.cpp"
|
---|
1495 | >
|
---|
1496 | </File>
|
---|
1497 | <File
|
---|
1498 | RelativePath="..\BasicCompiler_Common\Enum.h"
|
---|
1499 | >
|
---|
1500 | </File>
|
---|
1501 | </Filter>
|
---|
1502 | <Filter
|
---|
1503 | Name="Schedule"
|
---|
1504 | >
|
---|
1505 | <File
|
---|
1506 | RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
|
---|
1507 | >
|
---|
1508 | </File>
|
---|
1509 | <File
|
---|
1510 | RelativePath="..\BasicCompiler_Common\PESchedule.h"
|
---|
1511 | >
|
---|
1512 | </File>
|
---|
1513 | </Filter>
|
---|
1514 | <Filter
|
---|
1515 | Name="LexicalScoping"
|
---|
1516 | >
|
---|
1517 | <File
|
---|
1518 | RelativePath="..\BasicCompiler_Common\LexicalScoping.cpp"
|
---|
1519 | >
|
---|
1520 | </File>
|
---|
1521 | <File
|
---|
1522 | RelativePath="..\BasicCompiler_Common\LexicalScoping.h"
|
---|
1523 | >
|
---|
1524 | </File>
|
---|
1525 | </Filter>
|
---|
1526 | <Filter
|
---|
1527 | Name="Constant"
|
---|
1528 | >
|
---|
1529 | <File
|
---|
1530 | RelativePath="..\BasicCompiler_Common\Const.cpp"
|
---|
1531 | >
|
---|
1532 | </File>
|
---|
1533 | <File
|
---|
1534 | RelativePath="..\BasicCompiler_Common\Const.h"
|
---|
1535 | >
|
---|
1536 | </File>
|
---|
1537 | </Filter>
|
---|
1538 | <Filter
|
---|
1539 | Name="Variable"
|
---|
1540 | >
|
---|
1541 | <File
|
---|
1542 | RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
|
---|
1543 | >
|
---|
1544 | </File>
|
---|
1545 | <File
|
---|
1546 | RelativePath="..\BasicCompiler_Common\VariableOpe.h"
|
---|
1547 | >
|
---|
1548 | </File>
|
---|
1549 | </Filter>
|
---|
1550 | <Filter
|
---|
1551 | Name="Procedure"
|
---|
1552 | >
|
---|
1553 | <File
|
---|
1554 | RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
|
---|
1555 | >
|
---|
1556 | </File>
|
---|
1557 | <File
|
---|
1558 | RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
|
---|
1559 | >
|
---|
1560 | </File>
|
---|
1561 | </Filter>
|
---|
1562 | </Filter>
|
---|
1563 | <Filter
|
---|
1564 | Name="Common Classes"
|
---|
1565 | >
|
---|
1566 | <File
|
---|
1567 | RelativePath="..\BasicCompiler_Common\src\Smoothie.cpp"
|
---|
1568 | >
|
---|
1569 | </File>
|
---|
1570 | <Filter
|
---|
1571 | Name="Meta Parts"
|
---|
1572 | >
|
---|
1573 | <File
|
---|
1574 | RelativePath="..\BasicCompiler_Common\src\Member.cpp"
|
---|
1575 | >
|
---|
1576 | </File>
|
---|
1577 | <File
|
---|
1578 | RelativePath="..\BasicCompiler_Common\src\Method.cpp"
|
---|
1579 | >
|
---|
1580 | </File>
|
---|
1581 | <File
|
---|
1582 | RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
|
---|
1583 | >
|
---|
1584 | </File>
|
---|
1585 | <File
|
---|
1586 | RelativePath="..\BasicCompiler_Common\Procedure.cpp"
|
---|
1587 | >
|
---|
1588 | </File>
|
---|
1589 | <File
|
---|
1590 | RelativePath="..\BasicCompiler_Common\src\Prototype.cpp"
|
---|
1591 | >
|
---|
1592 | </File>
|
---|
1593 | <File
|
---|
1594 | RelativePath="..\BasicCompiler_Common\Type.cpp"
|
---|
1595 | >
|
---|
1596 | </File>
|
---|
1597 | <File
|
---|
1598 | RelativePath="..\BasicCompiler_Common\TypeDef.cpp"
|
---|
1599 | >
|
---|
1600 | </File>
|
---|
1601 | <File
|
---|
1602 | RelativePath="..\BasicCompiler_Common\Variable.cpp"
|
---|
1603 | >
|
---|
1604 | </File>
|
---|
1605 | </Filter>
|
---|
1606 | <Filter
|
---|
1607 | Name="Lexical Parts"
|
---|
1608 | >
|
---|
1609 | <File
|
---|
1610 | RelativePath="..\BasicCompiler_Common\src\Source.cpp"
|
---|
1611 | >
|
---|
1612 | </File>
|
---|
1613 | </Filter>
|
---|
1614 | <Filter
|
---|
1615 | Name="Operation Statements"
|
---|
1616 | >
|
---|
1617 | <File
|
---|
1618 | RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
|
---|
1619 | >
|
---|
1620 | </File>
|
---|
1621 | </Filter>
|
---|
1622 | </Filter>
|
---|
1623 | </Filter>
|
---|
1624 | </Files>
|
---|
1625 | <Globals>
|
---|
1626 | </Globals>
|
---|
1627 | </VisualStudioProject>
|
---|