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