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