[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"
|
---|
[50] | 50 | AdditionalIncludeDirectories="..\cpplibs\boost"
|
---|
[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"
|
---|
| 77 | AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib"
|
---|
| 78 | OutputFile="../ActiveBasic/BasicCompiler32.exe"
|
---|
| 79 | LinkIncremental="2"
|
---|
| 80 | SuppressStartupBanner="true"
|
---|
| 81 | GenerateDebugInformation="true"
|
---|
| 82 | ProgramDatabaseFile=".\Debug/BasicCompiler32.pdb"
|
---|
| 83 | SubSystem="2"
|
---|
| 84 | TargetMachine="1"
|
---|
| 85 | />
|
---|
| 86 | <Tool
|
---|
| 87 | Name="VCALinkTool"
|
---|
| 88 | />
|
---|
| 89 | <Tool
|
---|
| 90 | Name="VCManifestTool"
|
---|
| 91 | AdditionalManifestFiles="manifest.xml"
|
---|
| 92 | />
|
---|
| 93 | <Tool
|
---|
| 94 | Name="VCXDCMakeTool"
|
---|
| 95 | />
|
---|
| 96 | <Tool
|
---|
| 97 | Name="VCBscMakeTool"
|
---|
| 98 | SuppressStartupBanner="true"
|
---|
| 99 | OutputFile=".\Debug/BasicCompiler.bsc"
|
---|
| 100 | />
|
---|
| 101 | <Tool
|
---|
| 102 | Name="VCFxCopTool"
|
---|
| 103 | />
|
---|
| 104 | <Tool
|
---|
| 105 | Name="VCAppVerifierTool"
|
---|
| 106 | />
|
---|
| 107 | <Tool
|
---|
| 108 | Name="VCWebDeploymentTool"
|
---|
| 109 | />
|
---|
| 110 | <Tool
|
---|
| 111 | Name="VCPostBuildEventTool"
|
---|
| 112 | />
|
---|
| 113 | </Configuration>
|
---|
| 114 | <Configuration
|
---|
| 115 | Name="Release|Win32"
|
---|
| 116 | OutputDirectory=".\Release"
|
---|
| 117 | IntermediateDirectory=".\Release"
|
---|
| 118 | ConfigurationType="1"
|
---|
| 119 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
---|
| 120 | UseOfMFC="0"
|
---|
| 121 | ATLMinimizesCRunTimeLibraryUsage="false"
|
---|
| 122 | CharacterSet="2"
|
---|
| 123 | >
|
---|
| 124 | <Tool
|
---|
| 125 | Name="VCPreBuildEventTool"
|
---|
| 126 | />
|
---|
| 127 | <Tool
|
---|
| 128 | Name="VCCustomBuildTool"
|
---|
| 129 | />
|
---|
| 130 | <Tool
|
---|
| 131 | Name="VCXMLDataGeneratorTool"
|
---|
| 132 | />
|
---|
| 133 | <Tool
|
---|
| 134 | Name="VCWebServiceProxyGeneratorTool"
|
---|
| 135 | />
|
---|
| 136 | <Tool
|
---|
| 137 | Name="VCMIDLTool"
|
---|
| 138 | PreprocessorDefinitions="NDEBUG"
|
---|
| 139 | MkTypLibCompatible="true"
|
---|
| 140 | SuppressStartupBanner="true"
|
---|
| 141 | TargetEnvironment="1"
|
---|
| 142 | TypeLibraryName=".\Release/BasicCompiler.tlb"
|
---|
| 143 | HeaderFileName=""
|
---|
| 144 | />
|
---|
| 145 | <Tool
|
---|
| 146 | Name="VCCLCompilerTool"
|
---|
| 147 | Optimization="2"
|
---|
| 148 | InlineFunctionExpansion="1"
|
---|
[56] | 149 | AdditionalIncludeDirectories="..\cpplibs\boost"
|
---|
[3] | 150 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN"
|
---|
| 151 | StringPooling="true"
|
---|
| 152 | RuntimeLibrary="0"
|
---|
| 153 | EnableFunctionLevelLinking="true"
|
---|
| 154 | PrecompiledHeaderFile=".\Release/BasicCompiler.pch"
|
---|
| 155 | AssemblerListingLocation=".\Release/"
|
---|
| 156 | ObjectFile=".\Release/"
|
---|
| 157 | ProgramDataBaseFileName=".\Release/"
|
---|
[28] | 158 | BrowseInformation="0"
|
---|
[3] | 159 | BrowseInformationFile=".\Release/"
|
---|
| 160 | WarningLevel="3"
|
---|
| 161 | SuppressStartupBanner="true"
|
---|
| 162 | />
|
---|
| 163 | <Tool
|
---|
| 164 | Name="VCManagedResourceCompilerTool"
|
---|
| 165 | />
|
---|
| 166 | <Tool
|
---|
| 167 | Name="VCResourceCompilerTool"
|
---|
| 168 | PreprocessorDefinitions="NDEBUG,JPN"
|
---|
| 169 | Culture="1041"
|
---|
| 170 | />
|
---|
| 171 | <Tool
|
---|
| 172 | Name="VCPreLinkEventTool"
|
---|
| 173 | />
|
---|
| 174 | <Tool
|
---|
| 175 | Name="VCLinkerTool"
|
---|
| 176 | AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib"
|
---|
| 177 | OutputFile="../ActiveBasic/BasicCompiler32.exe"
|
---|
| 178 | LinkIncremental="1"
|
---|
| 179 | SuppressStartupBanner="true"
|
---|
| 180 | ProgramDatabaseFile=".\Release/BasicCompiler32.pdb"
|
---|
| 181 | SubSystem="2"
|
---|
| 182 | TargetMachine="1"
|
---|
| 183 | />
|
---|
| 184 | <Tool
|
---|
| 185 | Name="VCALinkTool"
|
---|
| 186 | />
|
---|
| 187 | <Tool
|
---|
| 188 | Name="VCManifestTool"
|
---|
| 189 | AdditionalManifestFiles="manifest.xml"
|
---|
| 190 | />
|
---|
| 191 | <Tool
|
---|
| 192 | Name="VCXDCMakeTool"
|
---|
| 193 | />
|
---|
| 194 | <Tool
|
---|
| 195 | Name="VCBscMakeTool"
|
---|
| 196 | SuppressStartupBanner="true"
|
---|
| 197 | OutputFile=".\Release/BasicCompiler.bsc"
|
---|
| 198 | />
|
---|
| 199 | <Tool
|
---|
| 200 | Name="VCFxCopTool"
|
---|
| 201 | />
|
---|
| 202 | <Tool
|
---|
| 203 | Name="VCAppVerifierTool"
|
---|
| 204 | />
|
---|
| 205 | <Tool
|
---|
| 206 | Name="VCWebDeploymentTool"
|
---|
| 207 | />
|
---|
| 208 | <Tool
|
---|
| 209 | Name="VCPostBuildEventTool"
|
---|
| 210 | />
|
---|
| 211 | </Configuration>
|
---|
| 212 | <Configuration
|
---|
| 213 | Name="English_Rel|Win32"
|
---|
| 214 | OutputDirectory=".\English_Rel"
|
---|
| 215 | IntermediateDirectory=".\English_Rel"
|
---|
| 216 | ConfigurationType="1"
|
---|
| 217 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
---|
| 218 | UseOfMFC="0"
|
---|
| 219 | ATLMinimizesCRunTimeLibraryUsage="false"
|
---|
| 220 | CharacterSet="2"
|
---|
| 221 | >
|
---|
| 222 | <Tool
|
---|
| 223 | Name="VCPreBuildEventTool"
|
---|
| 224 | />
|
---|
| 225 | <Tool
|
---|
| 226 | Name="VCCustomBuildTool"
|
---|
| 227 | />
|
---|
| 228 | <Tool
|
---|
| 229 | Name="VCXMLDataGeneratorTool"
|
---|
| 230 | />
|
---|
| 231 | <Tool
|
---|
| 232 | Name="VCWebServiceProxyGeneratorTool"
|
---|
| 233 | />
|
---|
| 234 | <Tool
|
---|
| 235 | Name="VCMIDLTool"
|
---|
| 236 | PreprocessorDefinitions="NDEBUG"
|
---|
| 237 | MkTypLibCompatible="true"
|
---|
| 238 | SuppressStartupBanner="true"
|
---|
| 239 | TargetEnvironment="1"
|
---|
| 240 | TypeLibraryName=".\English_Rel/BasicCompiler.tlb"
|
---|
| 241 | HeaderFileName=""
|
---|
| 242 | />
|
---|
| 243 | <Tool
|
---|
| 244 | Name="VCCLCompilerTool"
|
---|
| 245 | Optimization="2"
|
---|
| 246 | InlineFunctionExpansion="1"
|
---|
[56] | 247 | AdditionalIncludeDirectories="..\cpplibs\boost"
|
---|
[3] | 248 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;ENG"
|
---|
| 249 | StringPooling="true"
|
---|
| 250 | RuntimeLibrary="0"
|
---|
| 251 | EnableFunctionLevelLinking="true"
|
---|
| 252 | PrecompiledHeaderFile=".\English_Rel/BasicCompiler.pch"
|
---|
| 253 | AssemblerListingLocation=".\English_Rel/"
|
---|
| 254 | ObjectFile=".\English_Rel/"
|
---|
| 255 | ProgramDataBaseFileName=".\English_Rel/"
|
---|
| 256 | BrowseInformation="2"
|
---|
| 257 | BrowseInformationFile=".\English_Rel/"
|
---|
| 258 | WarningLevel="3"
|
---|
| 259 | SuppressStartupBanner="true"
|
---|
| 260 | />
|
---|
| 261 | <Tool
|
---|
| 262 | Name="VCManagedResourceCompilerTool"
|
---|
| 263 | />
|
---|
| 264 | <Tool
|
---|
| 265 | Name="VCResourceCompilerTool"
|
---|
| 266 | PreprocessorDefinitions="NDEBUG,ENG"
|
---|
| 267 | Culture="1033"
|
---|
| 268 | />
|
---|
| 269 | <Tool
|
---|
| 270 | Name="VCPreLinkEventTool"
|
---|
| 271 | />
|
---|
| 272 | <Tool
|
---|
| 273 | Name="VCLinkerTool"
|
---|
| 274 | AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib"
|
---|
| 275 | OutputFile="../ActiveBasic/BasicCompiler32.exe"
|
---|
| 276 | LinkIncremental="1"
|
---|
| 277 | SuppressStartupBanner="true"
|
---|
| 278 | ProgramDatabaseFile=".\English_Rel/BasicCompiler32.pdb"
|
---|
| 279 | SubSystem="2"
|
---|
| 280 | TargetMachine="1"
|
---|
| 281 | />
|
---|
| 282 | <Tool
|
---|
| 283 | Name="VCALinkTool"
|
---|
| 284 | />
|
---|
| 285 | <Tool
|
---|
| 286 | Name="VCManifestTool"
|
---|
| 287 | AdditionalManifestFiles="manifest.xml"
|
---|
| 288 | />
|
---|
| 289 | <Tool
|
---|
| 290 | Name="VCXDCMakeTool"
|
---|
| 291 | />
|
---|
| 292 | <Tool
|
---|
| 293 | Name="VCBscMakeTool"
|
---|
| 294 | SuppressStartupBanner="true"
|
---|
| 295 | OutputFile=".\English_Rel/BasicCompiler.bsc"
|
---|
| 296 | />
|
---|
| 297 | <Tool
|
---|
| 298 | Name="VCFxCopTool"
|
---|
| 299 | />
|
---|
| 300 | <Tool
|
---|
| 301 | Name="VCAppVerifierTool"
|
---|
| 302 | />
|
---|
| 303 | <Tool
|
---|
| 304 | Name="VCWebDeploymentTool"
|
---|
| 305 | />
|
---|
| 306 | <Tool
|
---|
| 307 | Name="VCPostBuildEventTool"
|
---|
| 308 | />
|
---|
| 309 | </Configuration>
|
---|
| 310 | </Configurations>
|
---|
| 311 | <References>
|
---|
| 312 | </References>
|
---|
| 313 | <Files>
|
---|
| 314 | <Filter
|
---|
| 315 | Name="Source Files"
|
---|
| 316 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
---|
| 317 | >
|
---|
| 318 | <File
|
---|
| 319 | RelativePath="BasicCompiler.rc"
|
---|
| 320 | >
|
---|
| 321 | <FileConfiguration
|
---|
| 322 | Name="Debug|Win32"
|
---|
| 323 | >
|
---|
| 324 | <Tool
|
---|
| 325 | Name="VCResourceCompilerTool"
|
---|
| 326 | PreprocessorDefinitions=""
|
---|
| 327 | />
|
---|
| 328 | </FileConfiguration>
|
---|
| 329 | <FileConfiguration
|
---|
| 330 | Name="Release|Win32"
|
---|
| 331 | >
|
---|
| 332 | <Tool
|
---|
| 333 | Name="VCResourceCompilerTool"
|
---|
| 334 | PreprocessorDefinitions=""
|
---|
| 335 | />
|
---|
| 336 | </FileConfiguration>
|
---|
| 337 | <FileConfiguration
|
---|
| 338 | Name="English_Rel|Win32"
|
---|
| 339 | >
|
---|
| 340 | <Tool
|
---|
| 341 | Name="VCResourceCompilerTool"
|
---|
| 342 | PreprocessorDefinitions=""
|
---|
| 343 | />
|
---|
| 344 | </FileConfiguration>
|
---|
| 345 | </File>
|
---|
| 346 | <Filter
|
---|
| 347 | Name="32及び64共通"
|
---|
| 348 | >
|
---|
| 349 | <File
|
---|
| 350 | RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
|
---|
| 351 | >
|
---|
| 352 | <FileConfiguration
|
---|
| 353 | Name="Debug|Win32"
|
---|
| 354 | >
|
---|
| 355 | <Tool
|
---|
| 356 | Name="VCCLCompilerTool"
|
---|
| 357 | PreprocessorDefinitions=""
|
---|
| 358 | />
|
---|
| 359 | </FileConfiguration>
|
---|
| 360 | <FileConfiguration
|
---|
| 361 | Name="Release|Win32"
|
---|
| 362 | >
|
---|
| 363 | <Tool
|
---|
| 364 | Name="VCCLCompilerTool"
|
---|
| 365 | PreprocessorDefinitions=""
|
---|
| 366 | />
|
---|
| 367 | </FileConfiguration>
|
---|
| 368 | <FileConfiguration
|
---|
| 369 | Name="English_Rel|Win32"
|
---|
| 370 | >
|
---|
| 371 | <Tool
|
---|
| 372 | Name="VCCLCompilerTool"
|
---|
| 373 | PreprocessorDefinitions=""
|
---|
| 374 | />
|
---|
| 375 | </FileConfiguration>
|
---|
| 376 | </File>
|
---|
| 377 | <File
|
---|
| 378 | RelativePath="..\BasicCompiler_Common\calculation.cpp"
|
---|
| 379 | >
|
---|
| 380 | <FileConfiguration
|
---|
| 381 | Name="Debug|Win32"
|
---|
| 382 | >
|
---|
| 383 | <Tool
|
---|
| 384 | Name="VCCLCompilerTool"
|
---|
| 385 | PreprocessorDefinitions=""
|
---|
| 386 | />
|
---|
| 387 | </FileConfiguration>
|
---|
| 388 | <FileConfiguration
|
---|
| 389 | Name="Release|Win32"
|
---|
| 390 | >
|
---|
| 391 | <Tool
|
---|
| 392 | Name="VCCLCompilerTool"
|
---|
| 393 | PreprocessorDefinitions=""
|
---|
| 394 | />
|
---|
| 395 | </FileConfiguration>
|
---|
| 396 | <FileConfiguration
|
---|
| 397 | Name="English_Rel|Win32"
|
---|
| 398 | >
|
---|
| 399 | <Tool
|
---|
| 400 | Name="VCCLCompilerTool"
|
---|
| 401 | PreprocessorDefinitions=""
|
---|
| 402 | />
|
---|
| 403 | </FileConfiguration>
|
---|
| 404 | </File>
|
---|
| 405 | <File
|
---|
| 406 | RelativePath="..\BasicCompiler_Common\Compile.cpp"
|
---|
| 407 | >
|
---|
| 408 | <FileConfiguration
|
---|
| 409 | Name="Debug|Win32"
|
---|
| 410 | >
|
---|
| 411 | <Tool
|
---|
| 412 | Name="VCCLCompilerTool"
|
---|
| 413 | PreprocessorDefinitions=""
|
---|
| 414 | />
|
---|
| 415 | </FileConfiguration>
|
---|
| 416 | <FileConfiguration
|
---|
| 417 | Name="Release|Win32"
|
---|
| 418 | >
|
---|
| 419 | <Tool
|
---|
| 420 | Name="VCCLCompilerTool"
|
---|
| 421 | PreprocessorDefinitions=""
|
---|
| 422 | />
|
---|
| 423 | </FileConfiguration>
|
---|
| 424 | <FileConfiguration
|
---|
| 425 | Name="English_Rel|Win32"
|
---|
| 426 | >
|
---|
| 427 | <Tool
|
---|
| 428 | Name="VCCLCompilerTool"
|
---|
| 429 | PreprocessorDefinitions=""
|
---|
| 430 | />
|
---|
| 431 | </FileConfiguration>
|
---|
| 432 | </File>
|
---|
| 433 | <File
|
---|
| 434 | RelativePath="..\BasicCompiler_Common\error.cpp"
|
---|
| 435 | >
|
---|
| 436 | <FileConfiguration
|
---|
| 437 | Name="Debug|Win32"
|
---|
| 438 | >
|
---|
| 439 | <Tool
|
---|
| 440 | Name="VCCLCompilerTool"
|
---|
| 441 | PreprocessorDefinitions=""
|
---|
| 442 | />
|
---|
| 443 | </FileConfiguration>
|
---|
| 444 | <FileConfiguration
|
---|
| 445 | Name="Release|Win32"
|
---|
| 446 | >
|
---|
| 447 | <Tool
|
---|
| 448 | Name="VCCLCompilerTool"
|
---|
| 449 | PreprocessorDefinitions=""
|
---|
| 450 | />
|
---|
| 451 | </FileConfiguration>
|
---|
| 452 | <FileConfiguration
|
---|
| 453 | Name="English_Rel|Win32"
|
---|
| 454 | >
|
---|
| 455 | <Tool
|
---|
| 456 | Name="VCCLCompilerTool"
|
---|
| 457 | PreprocessorDefinitions=""
|
---|
| 458 | />
|
---|
| 459 | </FileConfiguration>
|
---|
| 460 | </File>
|
---|
| 461 | <File
|
---|
| 462 | RelativePath="..\BasicCompiler_Common\gc.cpp"
|
---|
| 463 | >
|
---|
| 464 | <FileConfiguration
|
---|
| 465 | Name="Debug|Win32"
|
---|
| 466 | >
|
---|
| 467 | <Tool
|
---|
| 468 | Name="VCCLCompilerTool"
|
---|
| 469 | PreprocessorDefinitions=""
|
---|
| 470 | />
|
---|
| 471 | </FileConfiguration>
|
---|
| 472 | <FileConfiguration
|
---|
| 473 | Name="Release|Win32"
|
---|
| 474 | >
|
---|
| 475 | <Tool
|
---|
| 476 | Name="VCCLCompilerTool"
|
---|
| 477 | PreprocessorDefinitions=""
|
---|
| 478 | />
|
---|
| 479 | </FileConfiguration>
|
---|
| 480 | <FileConfiguration
|
---|
| 481 | Name="English_Rel|Win32"
|
---|
| 482 | >
|
---|
| 483 | <Tool
|
---|
| 484 | Name="VCCLCompilerTool"
|
---|
| 485 | PreprocessorDefinitions=""
|
---|
| 486 | />
|
---|
| 487 | </FileConfiguration>
|
---|
| 488 | </File>
|
---|
| 489 | <File
|
---|
| 490 | RelativePath="..\BasicCompiler_Common\hash.cpp"
|
---|
| 491 | >
|
---|
| 492 | <FileConfiguration
|
---|
| 493 | Name="Debug|Win32"
|
---|
| 494 | >
|
---|
| 495 | <Tool
|
---|
| 496 | Name="VCCLCompilerTool"
|
---|
| 497 | PreprocessorDefinitions=""
|
---|
| 498 | />
|
---|
| 499 | </FileConfiguration>
|
---|
| 500 | <FileConfiguration
|
---|
| 501 | Name="Release|Win32"
|
---|
| 502 | >
|
---|
| 503 | <Tool
|
---|
| 504 | Name="VCCLCompilerTool"
|
---|
| 505 | PreprocessorDefinitions=""
|
---|
| 506 | />
|
---|
| 507 | </FileConfiguration>
|
---|
| 508 | <FileConfiguration
|
---|
| 509 | Name="English_Rel|Win32"
|
---|
| 510 | >
|
---|
| 511 | <Tool
|
---|
| 512 | Name="VCCLCompilerTool"
|
---|
| 513 | PreprocessorDefinitions=""
|
---|
| 514 | />
|
---|
| 515 | </FileConfiguration>
|
---|
| 516 | </File>
|
---|
| 517 | <File
|
---|
| 518 | RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
|
---|
| 519 | >
|
---|
| 520 | <FileConfiguration
|
---|
| 521 | Name="Debug|Win32"
|
---|
| 522 | >
|
---|
| 523 | <Tool
|
---|
| 524 | Name="VCCLCompilerTool"
|
---|
| 525 | PreprocessorDefinitions=""
|
---|
| 526 | />
|
---|
| 527 | </FileConfiguration>
|
---|
| 528 | <FileConfiguration
|
---|
| 529 | Name="Release|Win32"
|
---|
| 530 | >
|
---|
| 531 | <Tool
|
---|
| 532 | Name="VCCLCompilerTool"
|
---|
| 533 | PreprocessorDefinitions=""
|
---|
| 534 | />
|
---|
| 535 | </FileConfiguration>
|
---|
| 536 | <FileConfiguration
|
---|
| 537 | Name="English_Rel|Win32"
|
---|
| 538 | >
|
---|
| 539 | <Tool
|
---|
| 540 | Name="VCCLCompilerTool"
|
---|
| 541 | PreprocessorDefinitions=""
|
---|
| 542 | />
|
---|
| 543 | </FileConfiguration>
|
---|
| 544 | </File>
|
---|
| 545 | <File
|
---|
| 546 | RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
|
---|
| 547 | >
|
---|
| 548 | <FileConfiguration
|
---|
| 549 | Name="Debug|Win32"
|
---|
| 550 | >
|
---|
| 551 | <Tool
|
---|
| 552 | Name="VCCLCompilerTool"
|
---|
| 553 | PreprocessorDefinitions=""
|
---|
| 554 | />
|
---|
| 555 | </FileConfiguration>
|
---|
| 556 | <FileConfiguration
|
---|
| 557 | Name="Release|Win32"
|
---|
| 558 | >
|
---|
| 559 | <Tool
|
---|
| 560 | Name="VCCLCompilerTool"
|
---|
| 561 | PreprocessorDefinitions=""
|
---|
| 562 | />
|
---|
| 563 | </FileConfiguration>
|
---|
| 564 | <FileConfiguration
|
---|
| 565 | Name="English_Rel|Win32"
|
---|
| 566 | >
|
---|
| 567 | <Tool
|
---|
| 568 | Name="VCCLCompilerTool"
|
---|
| 569 | PreprocessorDefinitions=""
|
---|
| 570 | />
|
---|
| 571 | </FileConfiguration>
|
---|
| 572 | </File>
|
---|
| 573 | <File
|
---|
| 574 | RelativePath="..\BasicCompiler_Common\Object.cpp"
|
---|
| 575 | >
|
---|
| 576 | <FileConfiguration
|
---|
| 577 | Name="Debug|Win32"
|
---|
| 578 | >
|
---|
| 579 | <Tool
|
---|
| 580 | Name="VCCLCompilerTool"
|
---|
| 581 | PreprocessorDefinitions=""
|
---|
| 582 | />
|
---|
| 583 | </FileConfiguration>
|
---|
| 584 | <FileConfiguration
|
---|
| 585 | Name="Release|Win32"
|
---|
| 586 | >
|
---|
| 587 | <Tool
|
---|
| 588 | Name="VCCLCompilerTool"
|
---|
| 589 | PreprocessorDefinitions=""
|
---|
| 590 | />
|
---|
| 591 | </FileConfiguration>
|
---|
| 592 | <FileConfiguration
|
---|
| 593 | Name="English_Rel|Win32"
|
---|
| 594 | >
|
---|
| 595 | <Tool
|
---|
| 596 | Name="VCCLCompilerTool"
|
---|
| 597 | PreprocessorDefinitions=""
|
---|
| 598 | />
|
---|
| 599 | </FileConfiguration>
|
---|
| 600 | </File>
|
---|
| 601 | <File
|
---|
| 602 | RelativePath="..\BasicCompiler_Common\Overload.cpp"
|
---|
| 603 | >
|
---|
| 604 | <FileConfiguration
|
---|
| 605 | Name="Debug|Win32"
|
---|
| 606 | >
|
---|
| 607 | <Tool
|
---|
| 608 | Name="VCCLCompilerTool"
|
---|
| 609 | PreprocessorDefinitions=""
|
---|
| 610 | />
|
---|
| 611 | </FileConfiguration>
|
---|
| 612 | <FileConfiguration
|
---|
| 613 | Name="Release|Win32"
|
---|
| 614 | >
|
---|
| 615 | <Tool
|
---|
| 616 | Name="VCCLCompilerTool"
|
---|
| 617 | PreprocessorDefinitions=""
|
---|
| 618 | />
|
---|
| 619 | </FileConfiguration>
|
---|
| 620 | <FileConfiguration
|
---|
| 621 | Name="English_Rel|Win32"
|
---|
| 622 | >
|
---|
| 623 | <Tool
|
---|
| 624 | Name="VCCLCompilerTool"
|
---|
| 625 | PreprocessorDefinitions=""
|
---|
| 626 | />
|
---|
| 627 | </FileConfiguration>
|
---|
| 628 | </File>
|
---|
| 629 | <File
|
---|
| 630 | RelativePath="..\BasicCompiler_Common\preprocessor.cpp"
|
---|
| 631 | >
|
---|
| 632 | <FileConfiguration
|
---|
| 633 | Name="Debug|Win32"
|
---|
| 634 | >
|
---|
| 635 | <Tool
|
---|
| 636 | Name="VCCLCompilerTool"
|
---|
| 637 | PreprocessorDefinitions=""
|
---|
| 638 | />
|
---|
| 639 | </FileConfiguration>
|
---|
| 640 | <FileConfiguration
|
---|
| 641 | Name="Release|Win32"
|
---|
| 642 | >
|
---|
| 643 | <Tool
|
---|
| 644 | Name="VCCLCompilerTool"
|
---|
| 645 | PreprocessorDefinitions=""
|
---|
| 646 | />
|
---|
| 647 | </FileConfiguration>
|
---|
| 648 | <FileConfiguration
|
---|
| 649 | Name="English_Rel|Win32"
|
---|
| 650 | >
|
---|
| 651 | <Tool
|
---|
| 652 | Name="VCCLCompilerTool"
|
---|
| 653 | PreprocessorDefinitions=""
|
---|
| 654 | />
|
---|
| 655 | </FileConfiguration>
|
---|
| 656 | </File>
|
---|
| 657 | <File
|
---|
| 658 | RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
|
---|
| 659 | >
|
---|
| 660 | <FileConfiguration
|
---|
| 661 | Name="Debug|Win32"
|
---|
| 662 | >
|
---|
| 663 | <Tool
|
---|
| 664 | Name="VCCLCompilerTool"
|
---|
| 665 | PreprocessorDefinitions=""
|
---|
| 666 | />
|
---|
| 667 | </FileConfiguration>
|
---|
| 668 | <FileConfiguration
|
---|
| 669 | Name="Release|Win32"
|
---|
| 670 | >
|
---|
| 671 | <Tool
|
---|
| 672 | Name="VCCLCompilerTool"
|
---|
| 673 | PreprocessorDefinitions=""
|
---|
| 674 | />
|
---|
| 675 | </FileConfiguration>
|
---|
| 676 | <FileConfiguration
|
---|
| 677 | Name="English_Rel|Win32"
|
---|
| 678 | >
|
---|
| 679 | <Tool
|
---|
| 680 | Name="VCCLCompilerTool"
|
---|
| 681 | PreprocessorDefinitions=""
|
---|
| 682 | />
|
---|
| 683 | </FileConfiguration>
|
---|
| 684 | </File>
|
---|
| 685 | <File
|
---|
| 686 | RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
|
---|
| 687 | >
|
---|
| 688 | <FileConfiguration
|
---|
| 689 | Name="Debug|Win32"
|
---|
| 690 | >
|
---|
| 691 | <Tool
|
---|
| 692 | Name="VCCLCompilerTool"
|
---|
| 693 | PreprocessorDefinitions=""
|
---|
| 694 | />
|
---|
| 695 | </FileConfiguration>
|
---|
| 696 | <FileConfiguration
|
---|
| 697 | Name="Release|Win32"
|
---|
| 698 | >
|
---|
| 699 | <Tool
|
---|
| 700 | Name="VCCLCompilerTool"
|
---|
| 701 | PreprocessorDefinitions=""
|
---|
| 702 | />
|
---|
| 703 | </FileConfiguration>
|
---|
| 704 | <FileConfiguration
|
---|
| 705 | Name="English_Rel|Win32"
|
---|
| 706 | >
|
---|
| 707 | <Tool
|
---|
| 708 | Name="VCCLCompilerTool"
|
---|
| 709 | PreprocessorDefinitions=""
|
---|
| 710 | />
|
---|
| 711 | </FileConfiguration>
|
---|
| 712 | </File>
|
---|
| 713 | <Filter
|
---|
| 714 | Name="Intermediate"
|
---|
| 715 | >
|
---|
| 716 | <File
|
---|
| 717 | RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
|
---|
| 718 | >
|
---|
| 719 | <FileConfiguration
|
---|
| 720 | Name="Debug|Win32"
|
---|
| 721 | >
|
---|
| 722 | <Tool
|
---|
| 723 | Name="VCCLCompilerTool"
|
---|
| 724 | PreprocessorDefinitions=""
|
---|
| 725 | />
|
---|
| 726 | </FileConfiguration>
|
---|
| 727 | <FileConfiguration
|
---|
| 728 | Name="Release|Win32"
|
---|
| 729 | >
|
---|
| 730 | <Tool
|
---|
| 731 | Name="VCCLCompilerTool"
|
---|
| 732 | PreprocessorDefinitions=""
|
---|
| 733 | />
|
---|
| 734 | </FileConfiguration>
|
---|
| 735 | <FileConfiguration
|
---|
| 736 | Name="English_Rel|Win32"
|
---|
| 737 | >
|
---|
| 738 | <Tool
|
---|
| 739 | Name="VCCLCompilerTool"
|
---|
| 740 | PreprocessorDefinitions=""
|
---|
| 741 | />
|
---|
| 742 | </FileConfiguration>
|
---|
| 743 | </File>
|
---|
| 744 | <File
|
---|
| 745 | RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
|
---|
| 746 | >
|
---|
| 747 | <FileConfiguration
|
---|
| 748 | Name="Debug|Win32"
|
---|
| 749 | >
|
---|
| 750 | <Tool
|
---|
| 751 | Name="VCCLCompilerTool"
|
---|
| 752 | PreprocessorDefinitions=""
|
---|
| 753 | />
|
---|
| 754 | </FileConfiguration>
|
---|
| 755 | <FileConfiguration
|
---|
| 756 | Name="Release|Win32"
|
---|
| 757 | >
|
---|
| 758 | <Tool
|
---|
| 759 | Name="VCCLCompilerTool"
|
---|
| 760 | PreprocessorDefinitions=""
|
---|
| 761 | />
|
---|
| 762 | </FileConfiguration>
|
---|
| 763 | <FileConfiguration
|
---|
| 764 | Name="English_Rel|Win32"
|
---|
| 765 | >
|
---|
| 766 | <Tool
|
---|
| 767 | Name="VCCLCompilerTool"
|
---|
| 768 | PreprocessorDefinitions=""
|
---|
| 769 | />
|
---|
| 770 | </FileConfiguration>
|
---|
| 771 | </File>
|
---|
| 772 | <File
|
---|
| 773 | RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
|
---|
| 774 | >
|
---|
| 775 | <FileConfiguration
|
---|
| 776 | Name="Debug|Win32"
|
---|
| 777 | >
|
---|
| 778 | <Tool
|
---|
| 779 | Name="VCCLCompilerTool"
|
---|
| 780 | PreprocessorDefinitions=""
|
---|
| 781 | />
|
---|
| 782 | </FileConfiguration>
|
---|
| 783 | <FileConfiguration
|
---|
| 784 | Name="Release|Win32"
|
---|
| 785 | >
|
---|
| 786 | <Tool
|
---|
| 787 | Name="VCCLCompilerTool"
|
---|
| 788 | PreprocessorDefinitions=""
|
---|
| 789 | />
|
---|
| 790 | </FileConfiguration>
|
---|
| 791 | <FileConfiguration
|
---|
| 792 | Name="English_Rel|Win32"
|
---|
| 793 | >
|
---|
| 794 | <Tool
|
---|
| 795 | Name="VCCLCompilerTool"
|
---|
| 796 | PreprocessorDefinitions=""
|
---|
| 797 | />
|
---|
| 798 | </FileConfiguration>
|
---|
| 799 | </File>
|
---|
| 800 | <File
|
---|
| 801 | RelativePath="..\BasicCompiler_Common\Resource.cpp"
|
---|
| 802 | >
|
---|
| 803 | <FileConfiguration
|
---|
| 804 | Name="Debug|Win32"
|
---|
| 805 | >
|
---|
| 806 | <Tool
|
---|
| 807 | Name="VCCLCompilerTool"
|
---|
| 808 | PreprocessorDefinitions=""
|
---|
| 809 | />
|
---|
| 810 | </FileConfiguration>
|
---|
| 811 | <FileConfiguration
|
---|
| 812 | Name="Release|Win32"
|
---|
| 813 | >
|
---|
| 814 | <Tool
|
---|
| 815 | Name="VCCLCompilerTool"
|
---|
| 816 | PreprocessorDefinitions=""
|
---|
| 817 | />
|
---|
| 818 | </FileConfiguration>
|
---|
| 819 | <FileConfiguration
|
---|
| 820 | Name="English_Rel|Win32"
|
---|
| 821 | >
|
---|
| 822 | <Tool
|
---|
| 823 | Name="VCCLCompilerTool"
|
---|
| 824 | PreprocessorDefinitions=""
|
---|
| 825 | />
|
---|
| 826 | </FileConfiguration>
|
---|
| 827 | </File>
|
---|
| 828 | </Filter>
|
---|
| 829 | <Filter
|
---|
| 830 | Name="Parts"
|
---|
| 831 | >
|
---|
| 832 | <File
|
---|
[56] | 833 | RelativePath="..\BasicCompiler_Common\DataTable.cpp"
|
---|
| 834 | >
|
---|
| 835 | </File>
|
---|
| 836 | <File
|
---|
[3] | 837 | RelativePath="..\BasicCompiler_Common\LoopRefCheck.cpp"
|
---|
| 838 | >
|
---|
| 839 | <FileConfiguration
|
---|
| 840 | Name="Debug|Win32"
|
---|
| 841 | >
|
---|
| 842 | <Tool
|
---|
| 843 | Name="VCCLCompilerTool"
|
---|
| 844 | PreprocessorDefinitions=""
|
---|
| 845 | />
|
---|
| 846 | </FileConfiguration>
|
---|
| 847 | <FileConfiguration
|
---|
| 848 | Name="Release|Win32"
|
---|
| 849 | >
|
---|
| 850 | <Tool
|
---|
| 851 | Name="VCCLCompilerTool"
|
---|
| 852 | PreprocessorDefinitions=""
|
---|
| 853 | />
|
---|
| 854 | </FileConfiguration>
|
---|
| 855 | <FileConfiguration
|
---|
| 856 | Name="English_Rel|Win32"
|
---|
| 857 | >
|
---|
| 858 | <Tool
|
---|
| 859 | Name="VCCLCompilerTool"
|
---|
| 860 | PreprocessorDefinitions=""
|
---|
| 861 | />
|
---|
| 862 | </FileConfiguration>
|
---|
| 863 | </File>
|
---|
| 864 | <File
|
---|
| 865 | RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
|
---|
| 866 | >
|
---|
| 867 | <FileConfiguration
|
---|
| 868 | Name="Debug|Win32"
|
---|
| 869 | >
|
---|
| 870 | <Tool
|
---|
| 871 | Name="VCCLCompilerTool"
|
---|
| 872 | PreprocessorDefinitions=""
|
---|
| 873 | />
|
---|
| 874 | </FileConfiguration>
|
---|
| 875 | <FileConfiguration
|
---|
| 876 | Name="Release|Win32"
|
---|
| 877 | >
|
---|
| 878 | <Tool
|
---|
| 879 | Name="VCCLCompilerTool"
|
---|
| 880 | PreprocessorDefinitions=""
|
---|
| 881 | />
|
---|
| 882 | </FileConfiguration>
|
---|
| 883 | <FileConfiguration
|
---|
| 884 | Name="English_Rel|Win32"
|
---|
| 885 | >
|
---|
| 886 | <Tool
|
---|
| 887 | Name="VCCLCompilerTool"
|
---|
| 888 | PreprocessorDefinitions=""
|
---|
| 889 | />
|
---|
| 890 | </FileConfiguration>
|
---|
| 891 | </File>
|
---|
| 892 | <File
|
---|
| 893 | RelativePath="..\BasicCompiler_Common\TypeDef.cpp"
|
---|
| 894 | >
|
---|
| 895 | <FileConfiguration
|
---|
| 896 | Name="Debug|Win32"
|
---|
| 897 | >
|
---|
| 898 | <Tool
|
---|
| 899 | Name="VCCLCompilerTool"
|
---|
| 900 | PreprocessorDefinitions=""
|
---|
| 901 | />
|
---|
| 902 | </FileConfiguration>
|
---|
| 903 | <FileConfiguration
|
---|
| 904 | Name="Release|Win32"
|
---|
| 905 | >
|
---|
| 906 | <Tool
|
---|
| 907 | Name="VCCLCompilerTool"
|
---|
| 908 | PreprocessorDefinitions=""
|
---|
| 909 | />
|
---|
| 910 | </FileConfiguration>
|
---|
| 911 | <FileConfiguration
|
---|
| 912 | Name="English_Rel|Win32"
|
---|
| 913 | >
|
---|
| 914 | <Tool
|
---|
| 915 | Name="VCCLCompilerTool"
|
---|
| 916 | PreprocessorDefinitions=""
|
---|
| 917 | />
|
---|
| 918 | </FileConfiguration>
|
---|
| 919 | </File>
|
---|
| 920 | </Filter>
|
---|
| 921 | <Filter
|
---|
| 922 | Name="Debug(共通)"
|
---|
| 923 | >
|
---|
| 924 | <File
|
---|
| 925 | RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
|
---|
| 926 | >
|
---|
| 927 | <FileConfiguration
|
---|
| 928 | Name="Debug|Win32"
|
---|
| 929 | >
|
---|
| 930 | <Tool
|
---|
| 931 | Name="VCCLCompilerTool"
|
---|
| 932 | PreprocessorDefinitions=""
|
---|
| 933 | />
|
---|
| 934 | </FileConfiguration>
|
---|
| 935 | <FileConfiguration
|
---|
| 936 | Name="Release|Win32"
|
---|
| 937 | >
|
---|
| 938 | <Tool
|
---|
| 939 | Name="VCCLCompilerTool"
|
---|
| 940 | PreprocessorDefinitions=""
|
---|
| 941 | />
|
---|
| 942 | </FileConfiguration>
|
---|
| 943 | <FileConfiguration
|
---|
| 944 | Name="English_Rel|Win32"
|
---|
| 945 | >
|
---|
| 946 | <Tool
|
---|
| 947 | Name="VCCLCompilerTool"
|
---|
| 948 | PreprocessorDefinitions=""
|
---|
| 949 | />
|
---|
| 950 | </FileConfiguration>
|
---|
| 951 | </File>
|
---|
| 952 | <File
|
---|
| 953 | RelativePath="..\BasicCompiler_Common\BreakPoint.h"
|
---|
| 954 | >
|
---|
| 955 | </File>
|
---|
| 956 | <File
|
---|
| 957 | RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.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 | <FileConfiguration
|
---|
| 976 | Name="English_Rel|Win32"
|
---|
| 977 | >
|
---|
| 978 | <Tool
|
---|
| 979 | Name="VCCLCompilerTool"
|
---|
| 980 | PreprocessorDefinitions=""
|
---|
| 981 | />
|
---|
| 982 | </FileConfiguration>
|
---|
| 983 | </File>
|
---|
| 984 | <File
|
---|
| 985 | RelativePath="..\BasicCompiler_Common\Debug.cpp"
|
---|
| 986 | >
|
---|
| 987 | <FileConfiguration
|
---|
| 988 | Name="Debug|Win32"
|
---|
| 989 | >
|
---|
| 990 | <Tool
|
---|
| 991 | Name="VCCLCompilerTool"
|
---|
| 992 | PreprocessorDefinitions=""
|
---|
| 993 | />
|
---|
| 994 | </FileConfiguration>
|
---|
| 995 | <FileConfiguration
|
---|
| 996 | Name="Release|Win32"
|
---|
| 997 | >
|
---|
| 998 | <Tool
|
---|
| 999 | Name="VCCLCompilerTool"
|
---|
| 1000 | PreprocessorDefinitions=""
|
---|
| 1001 | />
|
---|
| 1002 | </FileConfiguration>
|
---|
| 1003 | <FileConfiguration
|
---|
| 1004 | Name="English_Rel|Win32"
|
---|
| 1005 | >
|
---|
| 1006 | <Tool
|
---|
| 1007 | Name="VCCLCompilerTool"
|
---|
| 1008 | PreprocessorDefinitions=""
|
---|
| 1009 | />
|
---|
| 1010 | </FileConfiguration>
|
---|
| 1011 | </File>
|
---|
| 1012 | <File
|
---|
| 1013 | RelativePath="..\BasicCompiler_Common\debug.h"
|
---|
| 1014 | >
|
---|
| 1015 | </File>
|
---|
| 1016 | <File
|
---|
| 1017 | RelativePath="..\BasicCompiler_Common\DebugMiddleFile.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 | <FileConfiguration
|
---|
| 1036 | Name="English_Rel|Win32"
|
---|
| 1037 | >
|
---|
| 1038 | <Tool
|
---|
| 1039 | Name="VCCLCompilerTool"
|
---|
| 1040 | PreprocessorDefinitions=""
|
---|
| 1041 | />
|
---|
| 1042 | </FileConfiguration>
|
---|
| 1043 | </File>
|
---|
| 1044 | <File
|
---|
| 1045 | RelativePath="..\BasicCompiler_Common\DebugSection.h"
|
---|
| 1046 | >
|
---|
| 1047 | </File>
|
---|
| 1048 | </Filter>
|
---|
| 1049 | <Filter
|
---|
| 1050 | Name="Class"
|
---|
| 1051 | >
|
---|
| 1052 | <File
|
---|
| 1053 | RelativePath="..\BasicCompiler_Common\Class.cpp"
|
---|
| 1054 | >
|
---|
| 1055 | <FileConfiguration
|
---|
| 1056 | Name="Debug|Win32"
|
---|
| 1057 | >
|
---|
| 1058 | <Tool
|
---|
| 1059 | Name="VCCLCompilerTool"
|
---|
| 1060 | PreprocessorDefinitions=""
|
---|
| 1061 | />
|
---|
| 1062 | </FileConfiguration>
|
---|
| 1063 | <FileConfiguration
|
---|
| 1064 | Name="Release|Win32"
|
---|
| 1065 | >
|
---|
| 1066 | <Tool
|
---|
| 1067 | Name="VCCLCompilerTool"
|
---|
| 1068 | PreprocessorDefinitions=""
|
---|
| 1069 | />
|
---|
| 1070 | </FileConfiguration>
|
---|
| 1071 | <FileConfiguration
|
---|
| 1072 | Name="English_Rel|Win32"
|
---|
| 1073 | >
|
---|
| 1074 | <Tool
|
---|
| 1075 | Name="VCCLCompilerTool"
|
---|
| 1076 | PreprocessorDefinitions=""
|
---|
| 1077 | />
|
---|
| 1078 | </FileConfiguration>
|
---|
| 1079 | </File>
|
---|
| 1080 | <File
|
---|
| 1081 | RelativePath="..\BasicCompiler_Common\Class.h"
|
---|
| 1082 | >
|
---|
| 1083 | </File>
|
---|
| 1084 | <File
|
---|
| 1085 | RelativePath="..\BasicCompiler_Common\Enum.cpp"
|
---|
| 1086 | >
|
---|
| 1087 | <FileConfiguration
|
---|
| 1088 | Name="Debug|Win32"
|
---|
| 1089 | >
|
---|
| 1090 | <Tool
|
---|
| 1091 | Name="VCCLCompilerTool"
|
---|
| 1092 | PreprocessorDefinitions=""
|
---|
| 1093 | />
|
---|
| 1094 | </FileConfiguration>
|
---|
| 1095 | <FileConfiguration
|
---|
| 1096 | Name="Release|Win32"
|
---|
| 1097 | >
|
---|
| 1098 | <Tool
|
---|
| 1099 | Name="VCCLCompilerTool"
|
---|
| 1100 | PreprocessorDefinitions=""
|
---|
| 1101 | />
|
---|
| 1102 | </FileConfiguration>
|
---|
| 1103 | <FileConfiguration
|
---|
| 1104 | Name="English_Rel|Win32"
|
---|
| 1105 | >
|
---|
| 1106 | <Tool
|
---|
| 1107 | Name="VCCLCompilerTool"
|
---|
| 1108 | PreprocessorDefinitions=""
|
---|
| 1109 | />
|
---|
| 1110 | </FileConfiguration>
|
---|
| 1111 | </File>
|
---|
| 1112 | <File
|
---|
| 1113 | RelativePath="..\BasicCompiler_Common\Enum.h"
|
---|
| 1114 | >
|
---|
| 1115 | </File>
|
---|
| 1116 | </Filter>
|
---|
| 1117 | <Filter
|
---|
| 1118 | Name="Schedule"
|
---|
| 1119 | >
|
---|
| 1120 | <File
|
---|
| 1121 | RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
|
---|
| 1122 | >
|
---|
| 1123 | <FileConfiguration
|
---|
| 1124 | Name="Debug|Win32"
|
---|
| 1125 | >
|
---|
| 1126 | <Tool
|
---|
| 1127 | Name="VCCLCompilerTool"
|
---|
| 1128 | PreprocessorDefinitions=""
|
---|
| 1129 | />
|
---|
| 1130 | </FileConfiguration>
|
---|
| 1131 | <FileConfiguration
|
---|
| 1132 | Name="Release|Win32"
|
---|
| 1133 | >
|
---|
| 1134 | <Tool
|
---|
| 1135 | Name="VCCLCompilerTool"
|
---|
| 1136 | PreprocessorDefinitions=""
|
---|
| 1137 | />
|
---|
| 1138 | </FileConfiguration>
|
---|
| 1139 | <FileConfiguration
|
---|
| 1140 | Name="English_Rel|Win32"
|
---|
| 1141 | >
|
---|
| 1142 | <Tool
|
---|
| 1143 | Name="VCCLCompilerTool"
|
---|
| 1144 | PreprocessorDefinitions=""
|
---|
| 1145 | />
|
---|
| 1146 | </FileConfiguration>
|
---|
| 1147 | </File>
|
---|
| 1148 | <File
|
---|
[34] | 1149 | RelativePath="..\BasicCompiler_Common\PESchedule.h"
|
---|
[3] | 1150 | >
|
---|
| 1151 | </File>
|
---|
| 1152 | </Filter>
|
---|
| 1153 | <Filter
|
---|
| 1154 | Name="LexicalScoping"
|
---|
| 1155 | >
|
---|
| 1156 | <File
|
---|
| 1157 | RelativePath="..\BasicCompiler_Common\LexicalScoping.cpp"
|
---|
| 1158 | >
|
---|
| 1159 | <FileConfiguration
|
---|
| 1160 | Name="Debug|Win32"
|
---|
| 1161 | >
|
---|
| 1162 | <Tool
|
---|
| 1163 | Name="VCCLCompilerTool"
|
---|
| 1164 | PreprocessorDefinitions=""
|
---|
| 1165 | />
|
---|
| 1166 | </FileConfiguration>
|
---|
| 1167 | <FileConfiguration
|
---|
| 1168 | Name="Release|Win32"
|
---|
| 1169 | >
|
---|
| 1170 | <Tool
|
---|
| 1171 | Name="VCCLCompilerTool"
|
---|
| 1172 | PreprocessorDefinitions=""
|
---|
| 1173 | />
|
---|
| 1174 | </FileConfiguration>
|
---|
| 1175 | <FileConfiguration
|
---|
| 1176 | Name="English_Rel|Win32"
|
---|
| 1177 | >
|
---|
| 1178 | <Tool
|
---|
| 1179 | Name="VCCLCompilerTool"
|
---|
| 1180 | PreprocessorDefinitions=""
|
---|
| 1181 | />
|
---|
| 1182 | </FileConfiguration>
|
---|
| 1183 | </File>
|
---|
| 1184 | <File
|
---|
| 1185 | RelativePath="..\BasicCompiler_Common\LexicalScoping.h"
|
---|
| 1186 | >
|
---|
| 1187 | </File>
|
---|
| 1188 | </Filter>
|
---|
| 1189 | <Filter
|
---|
| 1190 | Name="Constant"
|
---|
| 1191 | >
|
---|
| 1192 | <File
|
---|
| 1193 | RelativePath="..\BasicCompiler_Common\Const.cpp"
|
---|
| 1194 | >
|
---|
| 1195 | <FileConfiguration
|
---|
| 1196 | Name="Debug|Win32"
|
---|
| 1197 | >
|
---|
| 1198 | <Tool
|
---|
| 1199 | Name="VCCLCompilerTool"
|
---|
| 1200 | PreprocessorDefinitions=""
|
---|
| 1201 | />
|
---|
| 1202 | </FileConfiguration>
|
---|
| 1203 | <FileConfiguration
|
---|
| 1204 | Name="Release|Win32"
|
---|
| 1205 | >
|
---|
| 1206 | <Tool
|
---|
| 1207 | Name="VCCLCompilerTool"
|
---|
| 1208 | PreprocessorDefinitions=""
|
---|
| 1209 | />
|
---|
| 1210 | </FileConfiguration>
|
---|
| 1211 | <FileConfiguration
|
---|
| 1212 | Name="English_Rel|Win32"
|
---|
| 1213 | >
|
---|
| 1214 | <Tool
|
---|
| 1215 | Name="VCCLCompilerTool"
|
---|
| 1216 | PreprocessorDefinitions=""
|
---|
| 1217 | />
|
---|
| 1218 | </FileConfiguration>
|
---|
| 1219 | </File>
|
---|
| 1220 | <File
|
---|
| 1221 | RelativePath="..\BasicCompiler_Common\Const.h"
|
---|
| 1222 | >
|
---|
| 1223 | </File>
|
---|
| 1224 | </Filter>
|
---|
[11] | 1225 | <Filter
|
---|
| 1226 | Name="Variable"
|
---|
| 1227 | >
|
---|
| 1228 | <File
|
---|
| 1229 | RelativePath="..\BasicCompiler_Common\Variable.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 | <FileConfiguration
|
---|
| 1248 | Name="English_Rel|Win32"
|
---|
| 1249 | >
|
---|
| 1250 | <Tool
|
---|
| 1251 | Name="VCCLCompilerTool"
|
---|
| 1252 | PreprocessorDefinitions=""
|
---|
| 1253 | />
|
---|
| 1254 | </FileConfiguration>
|
---|
| 1255 | </File>
|
---|
| 1256 | <File
|
---|
| 1257 | RelativePath="..\BasicCompiler_Common\Variable.h"
|
---|
| 1258 | >
|
---|
| 1259 | </File>
|
---|
| 1260 | </Filter>
|
---|
[26] | 1261 | <Filter
|
---|
| 1262 | Name="Exception"
|
---|
| 1263 | >
|
---|
| 1264 | <File
|
---|
| 1265 | RelativePath="..\BasicCompiler_Common\Exception.cpp"
|
---|
| 1266 | >
|
---|
| 1267 | </File>
|
---|
| 1268 | <File
|
---|
| 1269 | RelativePath="..\BasicCompiler_Common\Exception.h"
|
---|
| 1270 | >
|
---|
| 1271 | </File>
|
---|
| 1272 | </Filter>
|
---|
[50] | 1273 | <Filter
|
---|
| 1274 | Name="Procedure"
|
---|
| 1275 | >
|
---|
| 1276 | <File
|
---|
| 1277 | RelativePath="..\BasicCompiler_Common\Parameter.cpp"
|
---|
| 1278 | >
|
---|
| 1279 | </File>
|
---|
| 1280 | <File
|
---|
| 1281 | RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
|
---|
| 1282 | >
|
---|
| 1283 | <FileConfiguration
|
---|
| 1284 | Name="Debug|Win32"
|
---|
| 1285 | >
|
---|
| 1286 | <Tool
|
---|
| 1287 | Name="VCCLCompilerTool"
|
---|
| 1288 | PreprocessorDefinitions=""
|
---|
| 1289 | />
|
---|
| 1290 | </FileConfiguration>
|
---|
| 1291 | <FileConfiguration
|
---|
| 1292 | Name="Release|Win32"
|
---|
| 1293 | >
|
---|
| 1294 | <Tool
|
---|
| 1295 | Name="VCCLCompilerTool"
|
---|
| 1296 | PreprocessorDefinitions=""
|
---|
| 1297 | />
|
---|
| 1298 | </FileConfiguration>
|
---|
| 1299 | <FileConfiguration
|
---|
| 1300 | Name="English_Rel|Win32"
|
---|
| 1301 | >
|
---|
| 1302 | <Tool
|
---|
| 1303 | Name="VCCLCompilerTool"
|
---|
| 1304 | PreprocessorDefinitions=""
|
---|
| 1305 | />
|
---|
| 1306 | </FileConfiguration>
|
---|
| 1307 | </File>
|
---|
| 1308 | </Filter>
|
---|
[3] | 1309 | </Filter>
|
---|
| 1310 | <Filter
|
---|
| 1311 | Name="Compile"
|
---|
| 1312 | >
|
---|
| 1313 | <File
|
---|
| 1314 | RelativePath="Compile_Statement.cpp"
|
---|
| 1315 | >
|
---|
| 1316 | <FileConfiguration
|
---|
| 1317 | Name="Debug|Win32"
|
---|
| 1318 | >
|
---|
| 1319 | <Tool
|
---|
| 1320 | Name="VCCLCompilerTool"
|
---|
| 1321 | PreprocessorDefinitions=""
|
---|
| 1322 | />
|
---|
| 1323 | </FileConfiguration>
|
---|
| 1324 | <FileConfiguration
|
---|
| 1325 | Name="Release|Win32"
|
---|
| 1326 | >
|
---|
| 1327 | <Tool
|
---|
| 1328 | Name="VCCLCompilerTool"
|
---|
| 1329 | PreprocessorDefinitions=""
|
---|
| 1330 | />
|
---|
| 1331 | </FileConfiguration>
|
---|
| 1332 | <FileConfiguration
|
---|
| 1333 | Name="English_Rel|Win32"
|
---|
| 1334 | >
|
---|
| 1335 | <Tool
|
---|
| 1336 | Name="VCCLCompilerTool"
|
---|
| 1337 | PreprocessorDefinitions=""
|
---|
| 1338 | />
|
---|
| 1339 | </FileConfiguration>
|
---|
| 1340 | </File>
|
---|
| 1341 | <File
|
---|
| 1342 | RelativePath="Compile_Var.cpp"
|
---|
| 1343 | >
|
---|
| 1344 | <FileConfiguration
|
---|
| 1345 | Name="Debug|Win32"
|
---|
| 1346 | >
|
---|
| 1347 | <Tool
|
---|
| 1348 | Name="VCCLCompilerTool"
|
---|
| 1349 | PreprocessorDefinitions=""
|
---|
| 1350 | />
|
---|
| 1351 | </FileConfiguration>
|
---|
| 1352 | <FileConfiguration
|
---|
| 1353 | Name="Release|Win32"
|
---|
| 1354 | >
|
---|
| 1355 | <Tool
|
---|
| 1356 | Name="VCCLCompilerTool"
|
---|
| 1357 | PreprocessorDefinitions=""
|
---|
| 1358 | />
|
---|
| 1359 | </FileConfiguration>
|
---|
| 1360 | <FileConfiguration
|
---|
| 1361 | Name="English_Rel|Win32"
|
---|
| 1362 | >
|
---|
| 1363 | <Tool
|
---|
| 1364 | Name="VCCLCompilerTool"
|
---|
| 1365 | PreprocessorDefinitions=""
|
---|
| 1366 | />
|
---|
| 1367 | </FileConfiguration>
|
---|
| 1368 | </File>
|
---|
| 1369 | <File
|
---|
| 1370 | RelativePath="MakePeHdr.cpp"
|
---|
| 1371 | >
|
---|
| 1372 | <FileConfiguration
|
---|
| 1373 | Name="Debug|Win32"
|
---|
| 1374 | >
|
---|
| 1375 | <Tool
|
---|
| 1376 | Name="VCCLCompilerTool"
|
---|
| 1377 | PreprocessorDefinitions=""
|
---|
| 1378 | />
|
---|
| 1379 | </FileConfiguration>
|
---|
| 1380 | <FileConfiguration
|
---|
| 1381 | Name="Release|Win32"
|
---|
| 1382 | >
|
---|
| 1383 | <Tool
|
---|
| 1384 | Name="VCCLCompilerTool"
|
---|
| 1385 | PreprocessorDefinitions=""
|
---|
| 1386 | />
|
---|
| 1387 | </FileConfiguration>
|
---|
| 1388 | <FileConfiguration
|
---|
| 1389 | Name="English_Rel|Win32"
|
---|
| 1390 | >
|
---|
| 1391 | <Tool
|
---|
| 1392 | Name="VCCLCompilerTool"
|
---|
| 1393 | PreprocessorDefinitions=""
|
---|
| 1394 | />
|
---|
| 1395 | </FileConfiguration>
|
---|
| 1396 | </File>
|
---|
| 1397 | <Filter
|
---|
| 1398 | Name="Calculation"
|
---|
| 1399 | >
|
---|
| 1400 | <File
|
---|
| 1401 | RelativePath="Compile_Calc.cpp"
|
---|
| 1402 | >
|
---|
| 1403 | <FileConfiguration
|
---|
| 1404 | Name="Debug|Win32"
|
---|
| 1405 | >
|
---|
| 1406 | <Tool
|
---|
| 1407 | Name="VCCLCompilerTool"
|
---|
| 1408 | PreprocessorDefinitions=""
|
---|
| 1409 | />
|
---|
| 1410 | </FileConfiguration>
|
---|
| 1411 | <FileConfiguration
|
---|
| 1412 | Name="Release|Win32"
|
---|
| 1413 | >
|
---|
| 1414 | <Tool
|
---|
| 1415 | Name="VCCLCompilerTool"
|
---|
| 1416 | PreprocessorDefinitions=""
|
---|
| 1417 | />
|
---|
| 1418 | </FileConfiguration>
|
---|
| 1419 | <FileConfiguration
|
---|
| 1420 | Name="English_Rel|Win32"
|
---|
| 1421 | >
|
---|
| 1422 | <Tool
|
---|
| 1423 | Name="VCCLCompilerTool"
|
---|
| 1424 | PreprocessorDefinitions=""
|
---|
| 1425 | />
|
---|
| 1426 | </FileConfiguration>
|
---|
| 1427 | </File>
|
---|
| 1428 | <File
|
---|
| 1429 | RelativePath="Compile_Calc_PushVar.cpp"
|
---|
| 1430 | >
|
---|
| 1431 | <FileConfiguration
|
---|
| 1432 | Name="Debug|Win32"
|
---|
| 1433 | >
|
---|
| 1434 | <Tool
|
---|
| 1435 | Name="VCCLCompilerTool"
|
---|
| 1436 | PreprocessorDefinitions=""
|
---|
| 1437 | />
|
---|
| 1438 | </FileConfiguration>
|
---|
| 1439 | <FileConfiguration
|
---|
| 1440 | Name="Release|Win32"
|
---|
| 1441 | >
|
---|
| 1442 | <Tool
|
---|
| 1443 | Name="VCCLCompilerTool"
|
---|
| 1444 | PreprocessorDefinitions=""
|
---|
| 1445 | />
|
---|
| 1446 | </FileConfiguration>
|
---|
| 1447 | <FileConfiguration
|
---|
| 1448 | Name="English_Rel|Win32"
|
---|
| 1449 | >
|
---|
| 1450 | <Tool
|
---|
| 1451 | Name="VCCLCompilerTool"
|
---|
| 1452 | PreprocessorDefinitions=""
|
---|
| 1453 | />
|
---|
| 1454 | </FileConfiguration>
|
---|
| 1455 | </File>
|
---|
| 1456 | <File
|
---|
| 1457 | RelativePath="Compile_Set_Var.cpp"
|
---|
| 1458 | >
|
---|
| 1459 | <FileConfiguration
|
---|
| 1460 | Name="Debug|Win32"
|
---|
| 1461 | >
|
---|
| 1462 | <Tool
|
---|
| 1463 | Name="VCCLCompilerTool"
|
---|
| 1464 | PreprocessorDefinitions=""
|
---|
| 1465 | />
|
---|
| 1466 | </FileConfiguration>
|
---|
| 1467 | <FileConfiguration
|
---|
| 1468 | Name="Release|Win32"
|
---|
| 1469 | >
|
---|
| 1470 | <Tool
|
---|
| 1471 | Name="VCCLCompilerTool"
|
---|
| 1472 | PreprocessorDefinitions=""
|
---|
| 1473 | />
|
---|
| 1474 | </FileConfiguration>
|
---|
| 1475 | <FileConfiguration
|
---|
| 1476 | Name="English_Rel|Win32"
|
---|
| 1477 | >
|
---|
| 1478 | <Tool
|
---|
| 1479 | Name="VCCLCompilerTool"
|
---|
| 1480 | PreprocessorDefinitions=""
|
---|
| 1481 | />
|
---|
| 1482 | </FileConfiguration>
|
---|
| 1483 | </File>
|
---|
| 1484 | <File
|
---|
| 1485 | RelativePath="increment.cpp"
|
---|
| 1486 | >
|
---|
| 1487 | <FileConfiguration
|
---|
| 1488 | Name="Debug|Win32"
|
---|
| 1489 | >
|
---|
| 1490 | <Tool
|
---|
| 1491 | Name="VCCLCompilerTool"
|
---|
| 1492 | PreprocessorDefinitions=""
|
---|
| 1493 | />
|
---|
| 1494 | </FileConfiguration>
|
---|
| 1495 | <FileConfiguration
|
---|
| 1496 | Name="Release|Win32"
|
---|
| 1497 | >
|
---|
| 1498 | <Tool
|
---|
| 1499 | Name="VCCLCompilerTool"
|
---|
| 1500 | PreprocessorDefinitions=""
|
---|
| 1501 | />
|
---|
| 1502 | </FileConfiguration>
|
---|
| 1503 | <FileConfiguration
|
---|
| 1504 | Name="English_Rel|Win32"
|
---|
| 1505 | >
|
---|
| 1506 | <Tool
|
---|
| 1507 | Name="VCCLCompilerTool"
|
---|
| 1508 | PreprocessorDefinitions=""
|
---|
| 1509 | />
|
---|
| 1510 | </FileConfiguration>
|
---|
| 1511 | </File>
|
---|
| 1512 | <File
|
---|
| 1513 | RelativePath="NumOpe.cpp"
|
---|
| 1514 | >
|
---|
| 1515 | <FileConfiguration
|
---|
| 1516 | Name="Debug|Win32"
|
---|
| 1517 | >
|
---|
| 1518 | <Tool
|
---|
| 1519 | Name="VCCLCompilerTool"
|
---|
| 1520 | PreprocessorDefinitions=""
|
---|
| 1521 | />
|
---|
| 1522 | </FileConfiguration>
|
---|
| 1523 | <FileConfiguration
|
---|
| 1524 | Name="Release|Win32"
|
---|
| 1525 | >
|
---|
| 1526 | <Tool
|
---|
| 1527 | Name="VCCLCompilerTool"
|
---|
| 1528 | PreprocessorDefinitions=""
|
---|
| 1529 | />
|
---|
| 1530 | </FileConfiguration>
|
---|
| 1531 | <FileConfiguration
|
---|
| 1532 | Name="English_Rel|Win32"
|
---|
| 1533 | >
|
---|
| 1534 | <Tool
|
---|
| 1535 | Name="VCCLCompilerTool"
|
---|
| 1536 | PreprocessorDefinitions=""
|
---|
| 1537 | />
|
---|
| 1538 | </FileConfiguration>
|
---|
| 1539 | </File>
|
---|
| 1540 | <File
|
---|
| 1541 | RelativePath="NumOpe_Arithmetic.cpp"
|
---|
| 1542 | >
|
---|
| 1543 | <FileConfiguration
|
---|
| 1544 | Name="Debug|Win32"
|
---|
| 1545 | >
|
---|
| 1546 | <Tool
|
---|
| 1547 | Name="VCCLCompilerTool"
|
---|
| 1548 | PreprocessorDefinitions=""
|
---|
| 1549 | />
|
---|
| 1550 | </FileConfiguration>
|
---|
| 1551 | <FileConfiguration
|
---|
| 1552 | Name="Release|Win32"
|
---|
| 1553 | >
|
---|
| 1554 | <Tool
|
---|
| 1555 | Name="VCCLCompilerTool"
|
---|
| 1556 | PreprocessorDefinitions=""
|
---|
| 1557 | />
|
---|
| 1558 | </FileConfiguration>
|
---|
| 1559 | <FileConfiguration
|
---|
| 1560 | Name="English_Rel|Win32"
|
---|
| 1561 | >
|
---|
| 1562 | <Tool
|
---|
| 1563 | Name="VCCLCompilerTool"
|
---|
| 1564 | PreprocessorDefinitions=""
|
---|
| 1565 | />
|
---|
| 1566 | </FileConfiguration>
|
---|
| 1567 | </File>
|
---|
| 1568 | <File
|
---|
| 1569 | RelativePath="NumOpe_Logical.cpp"
|
---|
| 1570 | >
|
---|
| 1571 | <FileConfiguration
|
---|
| 1572 | Name="Debug|Win32"
|
---|
| 1573 | >
|
---|
| 1574 | <Tool
|
---|
| 1575 | Name="VCCLCompilerTool"
|
---|
| 1576 | PreprocessorDefinitions=""
|
---|
| 1577 | />
|
---|
| 1578 | </FileConfiguration>
|
---|
| 1579 | <FileConfiguration
|
---|
| 1580 | Name="Release|Win32"
|
---|
| 1581 | >
|
---|
| 1582 | <Tool
|
---|
| 1583 | Name="VCCLCompilerTool"
|
---|
| 1584 | PreprocessorDefinitions=""
|
---|
| 1585 | />
|
---|
| 1586 | </FileConfiguration>
|
---|
| 1587 | <FileConfiguration
|
---|
| 1588 | Name="English_Rel|Win32"
|
---|
| 1589 | >
|
---|
| 1590 | <Tool
|
---|
| 1591 | Name="VCCLCompilerTool"
|
---|
| 1592 | PreprocessorDefinitions=""
|
---|
| 1593 | />
|
---|
| 1594 | </FileConfiguration>
|
---|
| 1595 | </File>
|
---|
| 1596 | <File
|
---|
| 1597 | RelativePath="NumOpe_Relation.cpp"
|
---|
| 1598 | >
|
---|
| 1599 | <FileConfiguration
|
---|
| 1600 | Name="Debug|Win32"
|
---|
| 1601 | >
|
---|
| 1602 | <Tool
|
---|
| 1603 | Name="VCCLCompilerTool"
|
---|
| 1604 | PreprocessorDefinitions=""
|
---|
| 1605 | />
|
---|
| 1606 | </FileConfiguration>
|
---|
| 1607 | <FileConfiguration
|
---|
| 1608 | Name="Release|Win32"
|
---|
| 1609 | >
|
---|
| 1610 | <Tool
|
---|
| 1611 | Name="VCCLCompilerTool"
|
---|
| 1612 | PreprocessorDefinitions=""
|
---|
| 1613 | />
|
---|
| 1614 | </FileConfiguration>
|
---|
| 1615 | <FileConfiguration
|
---|
| 1616 | Name="English_Rel|Win32"
|
---|
| 1617 | >
|
---|
| 1618 | <Tool
|
---|
| 1619 | Name="VCCLCompilerTool"
|
---|
| 1620 | PreprocessorDefinitions=""
|
---|
| 1621 | />
|
---|
| 1622 | </FileConfiguration>
|
---|
| 1623 | </File>
|
---|
| 1624 | <File
|
---|
| 1625 | RelativePath="NumOpe_TypeOperation.cpp"
|
---|
| 1626 | >
|
---|
| 1627 | <FileConfiguration
|
---|
| 1628 | Name="Debug|Win32"
|
---|
| 1629 | >
|
---|
| 1630 | <Tool
|
---|
| 1631 | Name="VCCLCompilerTool"
|
---|
| 1632 | PreprocessorDefinitions=""
|
---|
| 1633 | />
|
---|
| 1634 | </FileConfiguration>
|
---|
| 1635 | <FileConfiguration
|
---|
| 1636 | Name="Release|Win32"
|
---|
| 1637 | >
|
---|
| 1638 | <Tool
|
---|
| 1639 | Name="VCCLCompilerTool"
|
---|
| 1640 | PreprocessorDefinitions=""
|
---|
| 1641 | />
|
---|
| 1642 | </FileConfiguration>
|
---|
| 1643 | <FileConfiguration
|
---|
| 1644 | Name="English_Rel|Win32"
|
---|
| 1645 | >
|
---|
| 1646 | <Tool
|
---|
| 1647 | Name="VCCLCompilerTool"
|
---|
| 1648 | PreprocessorDefinitions=""
|
---|
| 1649 | />
|
---|
| 1650 | </FileConfiguration>
|
---|
| 1651 | </File>
|
---|
| 1652 | </Filter>
|
---|
| 1653 | <Filter
|
---|
| 1654 | Name="Object"
|
---|
| 1655 | >
|
---|
| 1656 | <File
|
---|
| 1657 | RelativePath="Compile_Object.cpp"
|
---|
| 1658 | >
|
---|
| 1659 | <FileConfiguration
|
---|
| 1660 | Name="Debug|Win32"
|
---|
| 1661 | >
|
---|
| 1662 | <Tool
|
---|
| 1663 | Name="VCCLCompilerTool"
|
---|
| 1664 | PreprocessorDefinitions=""
|
---|
| 1665 | />
|
---|
| 1666 | </FileConfiguration>
|
---|
| 1667 | <FileConfiguration
|
---|
| 1668 | Name="Release|Win32"
|
---|
| 1669 | >
|
---|
| 1670 | <Tool
|
---|
| 1671 | Name="VCCLCompilerTool"
|
---|
| 1672 | PreprocessorDefinitions=""
|
---|
| 1673 | />
|
---|
| 1674 | </FileConfiguration>
|
---|
| 1675 | <FileConfiguration
|
---|
| 1676 | Name="English_Rel|Win32"
|
---|
| 1677 | >
|
---|
| 1678 | <Tool
|
---|
| 1679 | Name="VCCLCompilerTool"
|
---|
| 1680 | PreprocessorDefinitions=""
|
---|
| 1681 | />
|
---|
| 1682 | </FileConfiguration>
|
---|
| 1683 | </File>
|
---|
| 1684 | </Filter>
|
---|
| 1685 | <Filter
|
---|
| 1686 | Name="Opcode"
|
---|
| 1687 | >
|
---|
| 1688 | <File
|
---|
| 1689 | RelativePath="op32_main.cpp"
|
---|
| 1690 | >
|
---|
| 1691 | <FileConfiguration
|
---|
| 1692 | Name="Debug|Win32"
|
---|
| 1693 | >
|
---|
| 1694 | <Tool
|
---|
| 1695 | Name="VCCLCompilerTool"
|
---|
| 1696 | PreprocessorDefinitions=""
|
---|
| 1697 | />
|
---|
| 1698 | </FileConfiguration>
|
---|
| 1699 | <FileConfiguration
|
---|
| 1700 | Name="Release|Win32"
|
---|
| 1701 | >
|
---|
| 1702 | <Tool
|
---|
| 1703 | Name="VCCLCompilerTool"
|
---|
| 1704 | PreprocessorDefinitions=""
|
---|
| 1705 | />
|
---|
| 1706 | </FileConfiguration>
|
---|
| 1707 | <FileConfiguration
|
---|
| 1708 | Name="English_Rel|Win32"
|
---|
| 1709 | >
|
---|
| 1710 | <Tool
|
---|
| 1711 | Name="VCCLCompilerTool"
|
---|
| 1712 | PreprocessorDefinitions=""
|
---|
| 1713 | />
|
---|
| 1714 | </FileConfiguration>
|
---|
| 1715 | </File>
|
---|
| 1716 | </Filter>
|
---|
| 1717 | <Filter
|
---|
| 1718 | Name="Procedure"
|
---|
| 1719 | >
|
---|
| 1720 | <File
|
---|
| 1721 | RelativePath="Compile_CallProc.cpp"
|
---|
| 1722 | >
|
---|
| 1723 | <FileConfiguration
|
---|
| 1724 | Name="Debug|Win32"
|
---|
| 1725 | >
|
---|
| 1726 | <Tool
|
---|
| 1727 | Name="VCCLCompilerTool"
|
---|
| 1728 | PreprocessorDefinitions=""
|
---|
| 1729 | />
|
---|
| 1730 | </FileConfiguration>
|
---|
| 1731 | <FileConfiguration
|
---|
| 1732 | Name="Release|Win32"
|
---|
| 1733 | >
|
---|
| 1734 | <Tool
|
---|
| 1735 | Name="VCCLCompilerTool"
|
---|
| 1736 | PreprocessorDefinitions=""
|
---|
| 1737 | />
|
---|
| 1738 | </FileConfiguration>
|
---|
| 1739 | <FileConfiguration
|
---|
| 1740 | Name="English_Rel|Win32"
|
---|
| 1741 | >
|
---|
| 1742 | <Tool
|
---|
| 1743 | Name="VCCLCompilerTool"
|
---|
| 1744 | PreprocessorDefinitions=""
|
---|
| 1745 | />
|
---|
| 1746 | </FileConfiguration>
|
---|
| 1747 | </File>
|
---|
| 1748 | <File
|
---|
| 1749 | RelativePath="Compile_Func.cpp"
|
---|
| 1750 | >
|
---|
| 1751 | <FileConfiguration
|
---|
| 1752 | Name="Debug|Win32"
|
---|
| 1753 | >
|
---|
| 1754 | <Tool
|
---|
| 1755 | Name="VCCLCompilerTool"
|
---|
| 1756 | PreprocessorDefinitions=""
|
---|
| 1757 | />
|
---|
| 1758 | </FileConfiguration>
|
---|
| 1759 | <FileConfiguration
|
---|
| 1760 | Name="Release|Win32"
|
---|
| 1761 | >
|
---|
| 1762 | <Tool
|
---|
| 1763 | Name="VCCLCompilerTool"
|
---|
| 1764 | PreprocessorDefinitions=""
|
---|
| 1765 | />
|
---|
| 1766 | </FileConfiguration>
|
---|
| 1767 | <FileConfiguration
|
---|
| 1768 | Name="English_Rel|Win32"
|
---|
| 1769 | >
|
---|
| 1770 | <Tool
|
---|
| 1771 | Name="VCCLCompilerTool"
|
---|
| 1772 | PreprocessorDefinitions=""
|
---|
| 1773 | />
|
---|
| 1774 | </FileConfiguration>
|
---|
| 1775 | </File>
|
---|
| 1776 | <File
|
---|
| 1777 | RelativePath="Compile_ProcOp.cpp"
|
---|
| 1778 | >
|
---|
| 1779 | <FileConfiguration
|
---|
| 1780 | Name="Debug|Win32"
|
---|
| 1781 | >
|
---|
| 1782 | <Tool
|
---|
| 1783 | Name="VCCLCompilerTool"
|
---|
| 1784 | PreprocessorDefinitions=""
|
---|
| 1785 | />
|
---|
| 1786 | </FileConfiguration>
|
---|
| 1787 | <FileConfiguration
|
---|
| 1788 | Name="Release|Win32"
|
---|
| 1789 | >
|
---|
| 1790 | <Tool
|
---|
| 1791 | Name="VCCLCompilerTool"
|
---|
| 1792 | PreprocessorDefinitions=""
|
---|
| 1793 | />
|
---|
| 1794 | </FileConfiguration>
|
---|
| 1795 | <FileConfiguration
|
---|
| 1796 | Name="English_Rel|Win32"
|
---|
| 1797 | >
|
---|
| 1798 | <Tool
|
---|
| 1799 | Name="VCCLCompilerTool"
|
---|
| 1800 | PreprocessorDefinitions=""
|
---|
| 1801 | />
|
---|
| 1802 | </FileConfiguration>
|
---|
| 1803 | </File>
|
---|
| 1804 | <File
|
---|
| 1805 | RelativePath="CParameter.cpp"
|
---|
| 1806 | >
|
---|
| 1807 | <FileConfiguration
|
---|
| 1808 | Name="Debug|Win32"
|
---|
| 1809 | >
|
---|
| 1810 | <Tool
|
---|
| 1811 | Name="VCCLCompilerTool"
|
---|
| 1812 | PreprocessorDefinitions=""
|
---|
| 1813 | />
|
---|
| 1814 | </FileConfiguration>
|
---|
| 1815 | <FileConfiguration
|
---|
| 1816 | Name="Release|Win32"
|
---|
| 1817 | >
|
---|
| 1818 | <Tool
|
---|
| 1819 | Name="VCCLCompilerTool"
|
---|
| 1820 | PreprocessorDefinitions=""
|
---|
| 1821 | />
|
---|
| 1822 | </FileConfiguration>
|
---|
| 1823 | <FileConfiguration
|
---|
| 1824 | Name="English_Rel|Win32"
|
---|
| 1825 | >
|
---|
| 1826 | <Tool
|
---|
| 1827 | Name="VCCLCompilerTool"
|
---|
| 1828 | PreprocessorDefinitions=""
|
---|
| 1829 | />
|
---|
| 1830 | </FileConfiguration>
|
---|
| 1831 | </File>
|
---|
| 1832 | <File
|
---|
| 1833 | RelativePath="OperatorProc.cpp"
|
---|
| 1834 | >
|
---|
| 1835 | <FileConfiguration
|
---|
| 1836 | Name="Debug|Win32"
|
---|
| 1837 | >
|
---|
| 1838 | <Tool
|
---|
| 1839 | Name="VCCLCompilerTool"
|
---|
| 1840 | PreprocessorDefinitions=""
|
---|
| 1841 | />
|
---|
| 1842 | </FileConfiguration>
|
---|
| 1843 | <FileConfiguration
|
---|
| 1844 | Name="Release|Win32"
|
---|
| 1845 | >
|
---|
| 1846 | <Tool
|
---|
| 1847 | Name="VCCLCompilerTool"
|
---|
| 1848 | PreprocessorDefinitions=""
|
---|
| 1849 | />
|
---|
| 1850 | </FileConfiguration>
|
---|
| 1851 | <FileConfiguration
|
---|
| 1852 | Name="English_Rel|Win32"
|
---|
| 1853 | >
|
---|
| 1854 | <Tool
|
---|
| 1855 | Name="VCCLCompilerTool"
|
---|
| 1856 | PreprocessorDefinitions=""
|
---|
| 1857 | />
|
---|
| 1858 | </FileConfiguration>
|
---|
| 1859 | </File>
|
---|
| 1860 | </Filter>
|
---|
| 1861 | </Filter>
|
---|
| 1862 | <Filter
|
---|
| 1863 | Name="Debug"
|
---|
| 1864 | >
|
---|
| 1865 | <File
|
---|
| 1866 | RelativePath="VarList.cpp"
|
---|
| 1867 | >
|
---|
| 1868 | <FileConfiguration
|
---|
| 1869 | Name="Debug|Win32"
|
---|
| 1870 | >
|
---|
| 1871 | <Tool
|
---|
| 1872 | Name="VCCLCompilerTool"
|
---|
| 1873 | PreprocessorDefinitions=""
|
---|
| 1874 | />
|
---|
| 1875 | </FileConfiguration>
|
---|
| 1876 | <FileConfiguration
|
---|
| 1877 | Name="Release|Win32"
|
---|
| 1878 | >
|
---|
| 1879 | <Tool
|
---|
| 1880 | Name="VCCLCompilerTool"
|
---|
| 1881 | PreprocessorDefinitions=""
|
---|
| 1882 | />
|
---|
| 1883 | </FileConfiguration>
|
---|
| 1884 | <FileConfiguration
|
---|
| 1885 | Name="English_Rel|Win32"
|
---|
| 1886 | >
|
---|
| 1887 | <Tool
|
---|
| 1888 | Name="VCCLCompilerTool"
|
---|
| 1889 | PreprocessorDefinitions=""
|
---|
| 1890 | />
|
---|
| 1891 | </FileConfiguration>
|
---|
| 1892 | </File>
|
---|
| 1893 | <File
|
---|
| 1894 | RelativePath="WatchList.cpp"
|
---|
| 1895 | >
|
---|
| 1896 | <FileConfiguration
|
---|
| 1897 | Name="Debug|Win32"
|
---|
| 1898 | >
|
---|
| 1899 | <Tool
|
---|
| 1900 | Name="VCCLCompilerTool"
|
---|
| 1901 | PreprocessorDefinitions=""
|
---|
| 1902 | />
|
---|
| 1903 | </FileConfiguration>
|
---|
| 1904 | <FileConfiguration
|
---|
| 1905 | Name="Release|Win32"
|
---|
| 1906 | >
|
---|
| 1907 | <Tool
|
---|
| 1908 | Name="VCCLCompilerTool"
|
---|
| 1909 | PreprocessorDefinitions=""
|
---|
| 1910 | />
|
---|
| 1911 | </FileConfiguration>
|
---|
| 1912 | <FileConfiguration
|
---|
| 1913 | Name="English_Rel|Win32"
|
---|
| 1914 | >
|
---|
| 1915 | <Tool
|
---|
| 1916 | Name="VCCLCompilerTool"
|
---|
| 1917 | PreprocessorDefinitions=""
|
---|
| 1918 | />
|
---|
| 1919 | </FileConfiguration>
|
---|
| 1920 | </File>
|
---|
| 1921 | </Filter>
|
---|
| 1922 | </Filter>
|
---|
| 1923 | <Filter
|
---|
| 1924 | Name="Header Files"
|
---|
| 1925 | Filter="h;hpp;hxx;hm;inl"
|
---|
| 1926 | >
|
---|
| 1927 | <File
|
---|
[14] | 1928 | RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
|
---|
[3] | 1929 | >
|
---|
| 1930 | </File>
|
---|
| 1931 | <File
|
---|
| 1932 | RelativePath="CommandValue.h"
|
---|
| 1933 | >
|
---|
| 1934 | </File>
|
---|
| 1935 | <File
|
---|
| 1936 | RelativePath="..\BasicCompiler_Common\common.h"
|
---|
| 1937 | >
|
---|
| 1938 | </File>
|
---|
| 1939 | <File
|
---|
| 1940 | RelativePath="Opcode.h"
|
---|
| 1941 | >
|
---|
| 1942 | </File>
|
---|
| 1943 | <Filter
|
---|
| 1944 | Name="言語対応文字列"
|
---|
| 1945 | >
|
---|
| 1946 | <File
|
---|
| 1947 | RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
|
---|
| 1948 | >
|
---|
| 1949 | </File>
|
---|
| 1950 | <File
|
---|
| 1951 | RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
|
---|
| 1952 | >
|
---|
| 1953 | </File>
|
---|
| 1954 | </Filter>
|
---|
| 1955 | <Filter
|
---|
| 1956 | Name="Parts_h"
|
---|
| 1957 | >
|
---|
| 1958 | <File
|
---|
| 1959 | RelativePath="..\BasicCompiler_Common\NonVolatile.h"
|
---|
| 1960 | >
|
---|
| 1961 | </File>
|
---|
| 1962 | <File
|
---|
| 1963 | RelativePath="..\BasicCompiler_Common\TypeDef.h"
|
---|
| 1964 | >
|
---|
| 1965 | </File>
|
---|
| 1966 | </Filter>
|
---|
| 1967 | </Filter>
|
---|
| 1968 | <Filter
|
---|
| 1969 | Name="Resource Files"
|
---|
| 1970 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
| 1971 | >
|
---|
| 1972 | <File
|
---|
| 1973 | RelativePath="icon1.ico"
|
---|
| 1974 | >
|
---|
| 1975 | </File>
|
---|
| 1976 | <File
|
---|
| 1977 | RelativePath="toolbar_debugger.bmp"
|
---|
| 1978 | >
|
---|
| 1979 | </File>
|
---|
| 1980 | <File
|
---|
| 1981 | RelativePath="toolbar_debugger_disable.bmp"
|
---|
| 1982 | >
|
---|
| 1983 | </File>
|
---|
| 1984 | <File
|
---|
| 1985 | RelativePath="VarArray.ico"
|
---|
| 1986 | >
|
---|
| 1987 | </File>
|
---|
| 1988 | <File
|
---|
| 1989 | RelativePath="VarData.ico"
|
---|
| 1990 | >
|
---|
| 1991 | </File>
|
---|
| 1992 | <File
|
---|
| 1993 | RelativePath="VarPtrStruct.ico"
|
---|
| 1994 | >
|
---|
| 1995 | </File>
|
---|
| 1996 | <File
|
---|
| 1997 | RelativePath="VarStr.ico"
|
---|
| 1998 | >
|
---|
| 1999 | </File>
|
---|
| 2000 | <File
|
---|
| 2001 | RelativePath="VarStruct.ico"
|
---|
| 2002 | >
|
---|
| 2003 | </File>
|
---|
| 2004 | </Filter>
|
---|
| 2005 | </Files>
|
---|
| 2006 | <Globals>
|
---|
| 2007 | </Globals>
|
---|
| 2008 | </VisualStudioProject>
|
---|