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