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