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