| 1 | <?xml version="1.0" encoding="shift_jis"?> | 
|---|
| 2 | <VisualStudioProject | 
|---|
| 3 | ProjectType="Visual C++" | 
|---|
| 4 | Version="8.00" | 
|---|
| 5 | Name="compiler" | 
|---|
| 6 | ProjectGUID="{11F0E9AB-EAEC-4616-A9DD-838073342CBB}" | 
|---|
| 7 | RootNamespace="compiler" | 
|---|
| 8 | > | 
|---|
| 9 | <Platforms> | 
|---|
| 10 | <Platform | 
|---|
| 11 | Name="Win32" | 
|---|
| 12 | /> | 
|---|
| 13 | <Platform | 
|---|
| 14 | Name="x64" | 
|---|
| 15 | /> | 
|---|
| 16 | </Platforms> | 
|---|
| 17 | <ToolFiles> | 
|---|
| 18 | </ToolFiles> | 
|---|
| 19 | <Configurations> | 
|---|
| 20 | <Configuration | 
|---|
| 21 | Name="Debug|Win32" | 
|---|
| 22 | OutputDirectory=".\build\$(ConfigurationName)\bin\x86" | 
|---|
| 23 | IntermediateDirectory="$(ConfigurationName)-$(PlatformName)" | 
|---|
| 24 | ConfigurationType="1" | 
|---|
| 25 | UseOfMFC="0" | 
|---|
| 26 | ATLMinimizesCRunTimeLibraryUsage="false" | 
|---|
| 27 | CharacterSet="2" | 
|---|
| 28 | > | 
|---|
| 29 | <Tool | 
|---|
| 30 | Name="VCPreBuildEventTool" | 
|---|
| 31 | /> | 
|---|
| 32 | <Tool | 
|---|
| 33 | Name="VCCustomBuildTool" | 
|---|
| 34 | /> | 
|---|
| 35 | <Tool | 
|---|
| 36 | Name="VCXMLDataGeneratorTool" | 
|---|
| 37 | /> | 
|---|
| 38 | <Tool | 
|---|
| 39 | Name="VCWebServiceProxyGeneratorTool" | 
|---|
| 40 | /> | 
|---|
| 41 | <Tool | 
|---|
| 42 | Name="VCMIDLTool" | 
|---|
| 43 | PreprocessorDefinitions="_DEBUG" | 
|---|
| 44 | MkTypLibCompatible="true" | 
|---|
| 45 | SuppressStartupBanner="true" | 
|---|
| 46 | TargetEnvironment="1" | 
|---|
| 47 | TypeLibraryName=".\Debug/BasicCompiler.tlb" | 
|---|
| 48 | HeaderFileName="" | 
|---|
| 49 | /> | 
|---|
| 50 | <Tool | 
|---|
| 51 | Name="VCCLCompilerTool" | 
|---|
| 52 | AdditionalOptions="/MP" | 
|---|
| 53 | Optimization="0" | 
|---|
| 54 | AdditionalIncludeDirectories="..\;..\cpplibs\boost;BasicCompiler_Common\include" | 
|---|
| 55 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN" | 
|---|
| 56 | MinimalRebuild="false" | 
|---|
| 57 | BasicRuntimeChecks="3" | 
|---|
| 58 | RuntimeLibrary="1" | 
|---|
| 59 | UsePrecompiledHeader="2" | 
|---|
| 60 | WarningLevel="3" | 
|---|
| 61 | SuppressStartupBanner="true" | 
|---|
| 62 | DebugInformationFormat="3" | 
|---|
| 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="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib" | 
|---|
| 78 | OutputFile="$(OutDir)\abc.exe" | 
|---|
| 79 | LinkIncremental="2" | 
|---|
| 80 | SuppressStartupBanner="true" | 
|---|
| 81 | AdditionalLibraryDirectories="..\jenga\lib\x86;lib\x86" | 
|---|
| 82 | GenerateDebugInformation="true" | 
|---|
| 83 | SubSystem="1" | 
|---|
| 84 | StackReserveSize="4194304" | 
|---|
| 85 | TargetMachine="1" | 
|---|
| 86 | /> | 
|---|
| 87 | <Tool | 
|---|
| 88 | Name="VCALinkTool" | 
|---|
| 89 | /> | 
|---|
| 90 | <Tool | 
|---|
| 91 | Name="VCManifestTool" | 
|---|
| 92 | AdditionalManifestFiles="compiler_x86/manifest.xml" | 
|---|
| 93 | /> | 
|---|
| 94 | <Tool | 
|---|
| 95 | Name="VCXDCMakeTool" | 
|---|
| 96 | /> | 
|---|
| 97 | <Tool | 
|---|
| 98 | Name="VCBscMakeTool" | 
|---|
| 99 | SuppressStartupBanner="true" | 
|---|
| 100 | OutputFile="$(OutDir)/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="Debug|x64" | 
|---|
| 117 | OutputDirectory=".\build\$(ConfigurationName)\bin\x64" | 
|---|
| 118 | IntermediateDirectory="$(ConfigurationName)-$(PlatformName)" | 
|---|
| 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="_DEBUG" | 
|---|
| 140 | MkTypLibCompatible="true" | 
|---|
| 141 | SuppressStartupBanner="true" | 
|---|
| 142 | TargetEnvironment="3" | 
|---|
| 143 | TypeLibraryName=".\Debug/BasicCompiler.tlb" | 
|---|
| 144 | HeaderFileName="" | 
|---|
| 145 | /> | 
|---|
| 146 | <Tool | 
|---|
| 147 | Name="VCCLCompilerTool" | 
|---|
| 148 | AdditionalOptions="/MP" | 
|---|
| 149 | Optimization="0" | 
|---|
| 150 | AdditionalIncludeDirectories="..\;..\cpplibs\boost;BasicCompiler_Common\include" | 
|---|
| 151 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN;_AMD64_;_WIN64" | 
|---|
| 152 | MinimalRebuild="false" | 
|---|
| 153 | BasicRuntimeChecks="3" | 
|---|
| 154 | RuntimeLibrary="1" | 
|---|
| 155 | UsePrecompiledHeader="2" | 
|---|
| 156 | AssemblerListingLocation=".\Debug/" | 
|---|
| 157 | WarningLevel="3" | 
|---|
| 158 | SuppressStartupBanner="true" | 
|---|
| 159 | DebugInformationFormat="3" | 
|---|
| 160 | /> | 
|---|
| 161 | <Tool | 
|---|
| 162 | Name="VCManagedResourceCompilerTool" | 
|---|
| 163 | /> | 
|---|
| 164 | <Tool | 
|---|
| 165 | Name="VCResourceCompilerTool" | 
|---|
| 166 | PreprocessorDefinitions="_DEBUG,JPN" | 
|---|
| 167 | Culture="1041" | 
|---|
| 168 | /> | 
|---|
| 169 | <Tool | 
|---|
| 170 | Name="VCPreLinkEventTool" | 
|---|
| 171 | /> | 
|---|
| 172 | <Tool | 
|---|
| 173 | Name="VCLinkerTool" | 
|---|
| 174 | AdditionalOptions="/NXCOMPAT /DYNAMICBASE" | 
|---|
| 175 | AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib" | 
|---|
| 176 | OutputFile="$(OutDir)\abc.exe" | 
|---|
| 177 | LinkIncremental="2" | 
|---|
| 178 | SuppressStartupBanner="true" | 
|---|
| 179 | AdditionalLibraryDirectories="..\jenga\lib\amd64;lib\amd64" | 
|---|
| 180 | GenerateDebugInformation="true" | 
|---|
| 181 | SubSystem="1" | 
|---|
| 182 | StackReserveSize="4194304" | 
|---|
| 183 | TargetMachine="17" | 
|---|
| 184 | /> | 
|---|
| 185 | <Tool | 
|---|
| 186 | Name="VCALinkTool" | 
|---|
| 187 | /> | 
|---|
| 188 | <Tool | 
|---|
| 189 | Name="VCManifestTool" | 
|---|
| 190 | AdditionalManifestFiles="compiler_x64/manifest.xml" | 
|---|
| 191 | /> | 
|---|
| 192 | <Tool | 
|---|
| 193 | Name="VCXDCMakeTool" | 
|---|
| 194 | /> | 
|---|
| 195 | <Tool | 
|---|
| 196 | Name="VCBscMakeTool" | 
|---|
| 197 | SuppressStartupBanner="true" | 
|---|
| 198 | OutputFile="$(OutDir)/BasicCompiler.bsc" | 
|---|
| 199 | /> | 
|---|
| 200 | <Tool | 
|---|
| 201 | Name="VCFxCopTool" | 
|---|
| 202 | /> | 
|---|
| 203 | <Tool | 
|---|
| 204 | Name="VCAppVerifierTool" | 
|---|
| 205 | /> | 
|---|
| 206 | <Tool | 
|---|
| 207 | Name="VCWebDeploymentTool" | 
|---|
| 208 | /> | 
|---|
| 209 | <Tool | 
|---|
| 210 | Name="VCPostBuildEventTool" | 
|---|
| 211 | /> | 
|---|
| 212 | </Configuration> | 
|---|
| 213 | <Configuration | 
|---|
| 214 | Name="Release|Win32" | 
|---|
| 215 | OutputDirectory=".\build\$(ConfigurationName)\bin\x86" | 
|---|
| 216 | IntermediateDirectory="$(ConfigurationName)-$(PlatformName)" | 
|---|
| 217 | ConfigurationType="1" | 
|---|
| 218 | UseOfMFC="0" | 
|---|
| 219 | ATLMinimizesCRunTimeLibraryUsage="false" | 
|---|
| 220 | CharacterSet="2" | 
|---|
| 221 | WholeProgramOptimization="0" | 
|---|
| 222 | > | 
|---|
| 223 | <Tool | 
|---|
| 224 | Name="VCPreBuildEventTool" | 
|---|
| 225 | /> | 
|---|
| 226 | <Tool | 
|---|
| 227 | Name="VCCustomBuildTool" | 
|---|
| 228 | /> | 
|---|
| 229 | <Tool | 
|---|
| 230 | Name="VCXMLDataGeneratorTool" | 
|---|
| 231 | /> | 
|---|
| 232 | <Tool | 
|---|
| 233 | Name="VCWebServiceProxyGeneratorTool" | 
|---|
| 234 | /> | 
|---|
| 235 | <Tool | 
|---|
| 236 | Name="VCMIDLTool" | 
|---|
| 237 | PreprocessorDefinitions="NDEBUG" | 
|---|
| 238 | MkTypLibCompatible="true" | 
|---|
| 239 | SuppressStartupBanner="true" | 
|---|
| 240 | TargetEnvironment="1" | 
|---|
| 241 | TypeLibraryName=".\Release/BasicCompiler.tlb" | 
|---|
| 242 | HeaderFileName="" | 
|---|
| 243 | /> | 
|---|
| 244 | <Tool | 
|---|
| 245 | Name="VCCLCompilerTool" | 
|---|
| 246 | AdditionalOptions="/MP" | 
|---|
| 247 | Optimization="2" | 
|---|
| 248 | AdditionalIncludeDirectories="..\;..\cpplibs\boost;BasicCompiler_Common\include" | 
|---|
| 249 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN" | 
|---|
| 250 | RuntimeLibrary="0" | 
|---|
| 251 | UsePrecompiledHeader="2" | 
|---|
| 252 | WarningLevel="3" | 
|---|
| 253 | SuppressStartupBanner="true" | 
|---|
| 254 | DebugInformationFormat="3" | 
|---|
| 255 | /> | 
|---|
| 256 | <Tool | 
|---|
| 257 | Name="VCManagedResourceCompilerTool" | 
|---|
| 258 | /> | 
|---|
| 259 | <Tool | 
|---|
| 260 | Name="VCResourceCompilerTool" | 
|---|
| 261 | PreprocessorDefinitions="NDEBUG,JPN" | 
|---|
| 262 | Culture="1041" | 
|---|
| 263 | /> | 
|---|
| 264 | <Tool | 
|---|
| 265 | Name="VCPreLinkEventTool" | 
|---|
| 266 | /> | 
|---|
| 267 | <Tool | 
|---|
| 268 | Name="VCLinkerTool" | 
|---|
| 269 | AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib" | 
|---|
| 270 | OutputFile="$(OutDir)\abc.exe" | 
|---|
| 271 | LinkIncremental="1" | 
|---|
| 272 | SuppressStartupBanner="true" | 
|---|
| 273 | AdditionalLibraryDirectories="..\jenga\lib\x86;lib\x86" | 
|---|
| 274 | GenerateDebugInformation="true" | 
|---|
| 275 | ProgramDatabaseFile=".\Release/BasicCompiler32.pdb" | 
|---|
| 276 | GenerateMapFile="true" | 
|---|
| 277 | SubSystem="1" | 
|---|
| 278 | OptimizeReferences="2" | 
|---|
| 279 | EnableCOMDATFolding="2" | 
|---|
| 280 | OptimizeForWindows98="1" | 
|---|
| 281 | TargetMachine="1" | 
|---|
| 282 | /> | 
|---|
| 283 | <Tool | 
|---|
| 284 | Name="VCALinkTool" | 
|---|
| 285 | /> | 
|---|
| 286 | <Tool | 
|---|
| 287 | Name="VCManifestTool" | 
|---|
| 288 | AdditionalManifestFiles="compiler_x86/manifest.xml" | 
|---|
| 289 | /> | 
|---|
| 290 | <Tool | 
|---|
| 291 | Name="VCXDCMakeTool" | 
|---|
| 292 | /> | 
|---|
| 293 | <Tool | 
|---|
| 294 | Name="VCBscMakeTool" | 
|---|
| 295 | SuppressStartupBanner="true" | 
|---|
| 296 | OutputFile="$(OutDir)/BasicCompiler.bsc" | 
|---|
| 297 | /> | 
|---|
| 298 | <Tool | 
|---|
| 299 | Name="VCFxCopTool" | 
|---|
| 300 | /> | 
|---|
| 301 | <Tool | 
|---|
| 302 | Name="VCAppVerifierTool" | 
|---|
| 303 | /> | 
|---|
| 304 | <Tool | 
|---|
| 305 | Name="VCWebDeploymentTool" | 
|---|
| 306 | /> | 
|---|
| 307 | <Tool | 
|---|
| 308 | Name="VCPostBuildEventTool" | 
|---|
| 309 | /> | 
|---|
| 310 | </Configuration> | 
|---|
| 311 | <Configuration | 
|---|
| 312 | Name="Release|x64" | 
|---|
| 313 | OutputDirectory=".\build\$(ConfigurationName)\bin\x64" | 
|---|
| 314 | IntermediateDirectory="$(ConfigurationName)-$(PlatformName)" | 
|---|
| 315 | ConfigurationType="1" | 
|---|
| 316 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | 
|---|
| 317 | UseOfMFC="0" | 
|---|
| 318 | ATLMinimizesCRunTimeLibraryUsage="false" | 
|---|
| 319 | CharacterSet="2" | 
|---|
| 320 | WholeProgramOptimization="0" | 
|---|
| 321 | > | 
|---|
| 322 | <Tool | 
|---|
| 323 | Name="VCPreBuildEventTool" | 
|---|
| 324 | /> | 
|---|
| 325 | <Tool | 
|---|
| 326 | Name="VCCustomBuildTool" | 
|---|
| 327 | /> | 
|---|
| 328 | <Tool | 
|---|
| 329 | Name="VCXMLDataGeneratorTool" | 
|---|
| 330 | /> | 
|---|
| 331 | <Tool | 
|---|
| 332 | Name="VCWebServiceProxyGeneratorTool" | 
|---|
| 333 | /> | 
|---|
| 334 | <Tool | 
|---|
| 335 | Name="VCMIDLTool" | 
|---|
| 336 | PreprocessorDefinitions="NDEBUG" | 
|---|
| 337 | MkTypLibCompatible="true" | 
|---|
| 338 | SuppressStartupBanner="true" | 
|---|
| 339 | TargetEnvironment="3" | 
|---|
| 340 | TypeLibraryName=".\Release/BasicCompiler.tlb" | 
|---|
| 341 | HeaderFileName="" | 
|---|
| 342 | /> | 
|---|
| 343 | <Tool | 
|---|
| 344 | Name="VCCLCompilerTool" | 
|---|
| 345 | AdditionalOptions="/MP" | 
|---|
| 346 | Optimization="2" | 
|---|
| 347 | AdditionalIncludeDirectories="..\;..\cpplibs\boost;BasicCompiler_Common\include" | 
|---|
| 348 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;_AMD64_;_WIN64" | 
|---|
| 349 | RuntimeLibrary="0" | 
|---|
| 350 | UsePrecompiledHeader="2" | 
|---|
| 351 | AssemblerListingLocation=".\Release/" | 
|---|
| 352 | WarningLevel="3" | 
|---|
| 353 | SuppressStartupBanner="true" | 
|---|
| 354 | DebugInformationFormat="3" | 
|---|
| 355 | /> | 
|---|
| 356 | <Tool | 
|---|
| 357 | Name="VCManagedResourceCompilerTool" | 
|---|
| 358 | /> | 
|---|
| 359 | <Tool | 
|---|
| 360 | Name="VCResourceCompilerTool" | 
|---|
| 361 | PreprocessorDefinitions="NDEBUG,JPN" | 
|---|
| 362 | Culture="1041" | 
|---|
| 363 | /> | 
|---|
| 364 | <Tool | 
|---|
| 365 | Name="VCPreLinkEventTool" | 
|---|
| 366 | /> | 
|---|
| 367 | <Tool | 
|---|
| 368 | Name="VCLinkerTool" | 
|---|
| 369 | AdditionalOptions="/NXCOMPAT /DYNAMICBASE" | 
|---|
| 370 | AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib" | 
|---|
| 371 | OutputFile="$(OutDir)\abc.exe" | 
|---|
| 372 | LinkIncremental="1" | 
|---|
| 373 | SuppressStartupBanner="true" | 
|---|
| 374 | AdditionalLibraryDirectories="..\jenga\lib\amd64;lib\amd64" | 
|---|
| 375 | GenerateDebugInformation="true" | 
|---|
| 376 | GenerateMapFile="true" | 
|---|
| 377 | SubSystem="1" | 
|---|
| 378 | OptimizeReferences="2" | 
|---|
| 379 | EnableCOMDATFolding="2" | 
|---|
| 380 | OptimizeForWindows98="1" | 
|---|
| 381 | TargetMachine="0" | 
|---|
| 382 | /> | 
|---|
| 383 | <Tool | 
|---|
| 384 | Name="VCALinkTool" | 
|---|
| 385 | /> | 
|---|
| 386 | <Tool | 
|---|
| 387 | Name="VCManifestTool" | 
|---|
| 388 | AdditionalManifestFiles="compiler_x64/manifest.xml" | 
|---|
| 389 | /> | 
|---|
| 390 | <Tool | 
|---|
| 391 | Name="VCXDCMakeTool" | 
|---|
| 392 | /> | 
|---|
| 393 | <Tool | 
|---|
| 394 | Name="VCBscMakeTool" | 
|---|
| 395 | SuppressStartupBanner="true" | 
|---|
| 396 | OutputFile="$(OutDir)/BasicCompiler.bsc" | 
|---|
| 397 | /> | 
|---|
| 398 | <Tool | 
|---|
| 399 | Name="VCFxCopTool" | 
|---|
| 400 | /> | 
|---|
| 401 | <Tool | 
|---|
| 402 | Name="VCAppVerifierTool" | 
|---|
| 403 | /> | 
|---|
| 404 | <Tool | 
|---|
| 405 | Name="VCWebDeploymentTool" | 
|---|
| 406 | /> | 
|---|
| 407 | <Tool | 
|---|
| 408 | Name="VCPostBuildEventTool" | 
|---|
| 409 | /> | 
|---|
| 410 | </Configuration> | 
|---|
| 411 | </Configurations> | 
|---|
| 412 | <References> | 
|---|
| 413 | </References> | 
|---|
| 414 | <Files> | 
|---|
| 415 | <Filter | 
|---|
| 416 | Name="Source Files" | 
|---|
| 417 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | 
|---|
| 418 | > | 
|---|
| 419 | <Filter | 
|---|
| 420 | Name="32及び64共通" | 
|---|
| 421 | > | 
|---|
| 422 | <File | 
|---|
| 423 | RelativePath="BasicCompiler_Common\BasicCompiler.cpp" | 
|---|
| 424 | > | 
|---|
| 425 | <FileConfiguration | 
|---|
| 426 | Name="Debug|Win32" | 
|---|
| 427 | > | 
|---|
| 428 | <Tool | 
|---|
| 429 | Name="VCCLCompilerTool" | 
|---|
| 430 | PreprocessorDefinitions="" | 
|---|
| 431 | /> | 
|---|
| 432 | </FileConfiguration> | 
|---|
| 433 | <FileConfiguration | 
|---|
| 434 | Name="Debug|x64" | 
|---|
| 435 | > | 
|---|
| 436 | <Tool | 
|---|
| 437 | Name="VCCLCompilerTool" | 
|---|
| 438 | PreprocessorDefinitions="" | 
|---|
| 439 | /> | 
|---|
| 440 | </FileConfiguration> | 
|---|
| 441 | <FileConfiguration | 
|---|
| 442 | Name="Release|Win32" | 
|---|
| 443 | > | 
|---|
| 444 | <Tool | 
|---|
| 445 | Name="VCCLCompilerTool" | 
|---|
| 446 | PreprocessorDefinitions="" | 
|---|
| 447 | /> | 
|---|
| 448 | </FileConfiguration> | 
|---|
| 449 | <FileConfiguration | 
|---|
| 450 | Name="Release|x64" | 
|---|
| 451 | > | 
|---|
| 452 | <Tool | 
|---|
| 453 | Name="VCCLCompilerTool" | 
|---|
| 454 | PreprocessorDefinitions="" | 
|---|
| 455 | /> | 
|---|
| 456 | </FileConfiguration> | 
|---|
| 457 | </File> | 
|---|
| 458 | <File | 
|---|
| 459 | RelativePath="BasicCompiler_Common\calculation.cpp" | 
|---|
| 460 | > | 
|---|
| 461 | <FileConfiguration | 
|---|
| 462 | Name="Debug|Win32" | 
|---|
| 463 | > | 
|---|
| 464 | <Tool | 
|---|
| 465 | Name="VCCLCompilerTool" | 
|---|
| 466 | PreprocessorDefinitions="" | 
|---|
| 467 | /> | 
|---|
| 468 | </FileConfiguration> | 
|---|
| 469 | <FileConfiguration | 
|---|
| 470 | Name="Debug|x64" | 
|---|
| 471 | > | 
|---|
| 472 | <Tool | 
|---|
| 473 | Name="VCCLCompilerTool" | 
|---|
| 474 | PreprocessorDefinitions="" | 
|---|
| 475 | /> | 
|---|
| 476 | </FileConfiguration> | 
|---|
| 477 | <FileConfiguration | 
|---|
| 478 | Name="Release|Win32" | 
|---|
| 479 | > | 
|---|
| 480 | <Tool | 
|---|
| 481 | Name="VCCLCompilerTool" | 
|---|
| 482 | PreprocessorDefinitions="" | 
|---|
| 483 | /> | 
|---|
| 484 | </FileConfiguration> | 
|---|
| 485 | <FileConfiguration | 
|---|
| 486 | Name="Release|x64" | 
|---|
| 487 | > | 
|---|
| 488 | <Tool | 
|---|
| 489 | Name="VCCLCompilerTool" | 
|---|
| 490 | PreprocessorDefinitions="" | 
|---|
| 491 | /> | 
|---|
| 492 | </FileConfiguration> | 
|---|
| 493 | </File> | 
|---|
| 494 | <File | 
|---|
| 495 | RelativePath="BasicCompiler_Common\Compile.cpp" | 
|---|
| 496 | > | 
|---|
| 497 | <FileConfiguration | 
|---|
| 498 | Name="Debug|Win32" | 
|---|
| 499 | > | 
|---|
| 500 | <Tool | 
|---|
| 501 | Name="VCCLCompilerTool" | 
|---|
| 502 | PreprocessorDefinitions="" | 
|---|
| 503 | /> | 
|---|
| 504 | </FileConfiguration> | 
|---|
| 505 | <FileConfiguration | 
|---|
| 506 | Name="Debug|x64" | 
|---|
| 507 | > | 
|---|
| 508 | <Tool | 
|---|
| 509 | Name="VCCLCompilerTool" | 
|---|
| 510 | PreprocessorDefinitions="" | 
|---|
| 511 | /> | 
|---|
| 512 | </FileConfiguration> | 
|---|
| 513 | <FileConfiguration | 
|---|
| 514 | Name="Release|Win32" | 
|---|
| 515 | > | 
|---|
| 516 | <Tool | 
|---|
| 517 | Name="VCCLCompilerTool" | 
|---|
| 518 | PreprocessorDefinitions="" | 
|---|
| 519 | /> | 
|---|
| 520 | </FileConfiguration> | 
|---|
| 521 | <FileConfiguration | 
|---|
| 522 | Name="Release|x64" | 
|---|
| 523 | > | 
|---|
| 524 | <Tool | 
|---|
| 525 | Name="VCCLCompilerTool" | 
|---|
| 526 | PreprocessorDefinitions="" | 
|---|
| 527 | /> | 
|---|
| 528 | </FileConfiguration> | 
|---|
| 529 | </File> | 
|---|
| 530 | <File | 
|---|
| 531 | RelativePath="BasicCompiler_Common\Diagnose.cpp" | 
|---|
| 532 | > | 
|---|
| 533 | </File> | 
|---|
| 534 | <File | 
|---|
| 535 | RelativePath="BasicCompiler_Common\error.cpp" | 
|---|
| 536 | > | 
|---|
| 537 | <FileConfiguration | 
|---|
| 538 | Name="Debug|Win32" | 
|---|
| 539 | > | 
|---|
| 540 | <Tool | 
|---|
| 541 | Name="VCCLCompilerTool" | 
|---|
| 542 | PreprocessorDefinitions="" | 
|---|
| 543 | /> | 
|---|
| 544 | </FileConfiguration> | 
|---|
| 545 | <FileConfiguration | 
|---|
| 546 | Name="Debug|x64" | 
|---|
| 547 | > | 
|---|
| 548 | <Tool | 
|---|
| 549 | Name="VCCLCompilerTool" | 
|---|
| 550 | PreprocessorDefinitions="" | 
|---|
| 551 | /> | 
|---|
| 552 | </FileConfiguration> | 
|---|
| 553 | <FileConfiguration | 
|---|
| 554 | Name="Release|Win32" | 
|---|
| 555 | > | 
|---|
| 556 | <Tool | 
|---|
| 557 | Name="VCCLCompilerTool" | 
|---|
| 558 | PreprocessorDefinitions="" | 
|---|
| 559 | /> | 
|---|
| 560 | </FileConfiguration> | 
|---|
| 561 | <FileConfiguration | 
|---|
| 562 | Name="Release|x64" | 
|---|
| 563 | > | 
|---|
| 564 | <Tool | 
|---|
| 565 | Name="VCCLCompilerTool" | 
|---|
| 566 | PreprocessorDefinitions="" | 
|---|
| 567 | /> | 
|---|
| 568 | </FileConfiguration> | 
|---|
| 569 | </File> | 
|---|
| 570 | <File | 
|---|
| 571 | RelativePath="BasicCompiler_Common\gc.cpp" | 
|---|
| 572 | > | 
|---|
| 573 | <FileConfiguration | 
|---|
| 574 | Name="Debug|Win32" | 
|---|
| 575 | > | 
|---|
| 576 | <Tool | 
|---|
| 577 | Name="VCCLCompilerTool" | 
|---|
| 578 | PreprocessorDefinitions="" | 
|---|
| 579 | /> | 
|---|
| 580 | </FileConfiguration> | 
|---|
| 581 | <FileConfiguration | 
|---|
| 582 | Name="Debug|x64" | 
|---|
| 583 | > | 
|---|
| 584 | <Tool | 
|---|
| 585 | Name="VCCLCompilerTool" | 
|---|
| 586 | PreprocessorDefinitions="" | 
|---|
| 587 | /> | 
|---|
| 588 | </FileConfiguration> | 
|---|
| 589 | <FileConfiguration | 
|---|
| 590 | Name="Release|Win32" | 
|---|
| 591 | > | 
|---|
| 592 | <Tool | 
|---|
| 593 | Name="VCCLCompilerTool" | 
|---|
| 594 | PreprocessorDefinitions="" | 
|---|
| 595 | /> | 
|---|
| 596 | </FileConfiguration> | 
|---|
| 597 | <FileConfiguration | 
|---|
| 598 | Name="Release|x64" | 
|---|
| 599 | > | 
|---|
| 600 | <Tool | 
|---|
| 601 | Name="VCCLCompilerTool" | 
|---|
| 602 | PreprocessorDefinitions="" | 
|---|
| 603 | /> | 
|---|
| 604 | </FileConfiguration> | 
|---|
| 605 | </File> | 
|---|
| 606 | <File | 
|---|
| 607 | RelativePath="BasicCompiler_Common\hash.cpp" | 
|---|
| 608 | > | 
|---|
| 609 | <FileConfiguration | 
|---|
| 610 | Name="Debug|Win32" | 
|---|
| 611 | > | 
|---|
| 612 | <Tool | 
|---|
| 613 | Name="VCCLCompilerTool" | 
|---|
| 614 | PreprocessorDefinitions="" | 
|---|
| 615 | /> | 
|---|
| 616 | </FileConfiguration> | 
|---|
| 617 | <FileConfiguration | 
|---|
| 618 | Name="Debug|x64" | 
|---|
| 619 | > | 
|---|
| 620 | <Tool | 
|---|
| 621 | Name="VCCLCompilerTool" | 
|---|
| 622 | PreprocessorDefinitions="" | 
|---|
| 623 | /> | 
|---|
| 624 | </FileConfiguration> | 
|---|
| 625 | <FileConfiguration | 
|---|
| 626 | Name="Release|Win32" | 
|---|
| 627 | > | 
|---|
| 628 | <Tool | 
|---|
| 629 | Name="VCCLCompilerTool" | 
|---|
| 630 | PreprocessorDefinitions="" | 
|---|
| 631 | /> | 
|---|
| 632 | </FileConfiguration> | 
|---|
| 633 | <FileConfiguration | 
|---|
| 634 | Name="Release|x64" | 
|---|
| 635 | > | 
|---|
| 636 | <Tool | 
|---|
| 637 | Name="VCCLCompilerTool" | 
|---|
| 638 | PreprocessorDefinitions="" | 
|---|
| 639 | /> | 
|---|
| 640 | </FileConfiguration> | 
|---|
| 641 | </File> | 
|---|
| 642 | <File | 
|---|
| 643 | RelativePath="BasicCompiler_Common\MakeExe.cpp" | 
|---|
| 644 | > | 
|---|
| 645 | <FileConfiguration | 
|---|
| 646 | Name="Debug|Win32" | 
|---|
| 647 | > | 
|---|
| 648 | <Tool | 
|---|
| 649 | Name="VCCLCompilerTool" | 
|---|
| 650 | PreprocessorDefinitions="" | 
|---|
| 651 | /> | 
|---|
| 652 | </FileConfiguration> | 
|---|
| 653 | <FileConfiguration | 
|---|
| 654 | Name="Debug|x64" | 
|---|
| 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 | <FileConfiguration | 
|---|
| 670 | Name="Release|x64" | 
|---|
| 671 | > | 
|---|
| 672 | <Tool | 
|---|
| 673 | Name="VCCLCompilerTool" | 
|---|
| 674 | PreprocessorDefinitions="" | 
|---|
| 675 | /> | 
|---|
| 676 | </FileConfiguration> | 
|---|
| 677 | </File> | 
|---|
| 678 | <File | 
|---|
| 679 | RelativePath="BasicCompiler_Common\NumOpe_GetType.cpp" | 
|---|
| 680 | > | 
|---|
| 681 | <FileConfiguration | 
|---|
| 682 | Name="Debug|Win32" | 
|---|
| 683 | > | 
|---|
| 684 | <Tool | 
|---|
| 685 | Name="VCCLCompilerTool" | 
|---|
| 686 | PreprocessorDefinitions="" | 
|---|
| 687 | /> | 
|---|
| 688 | </FileConfiguration> | 
|---|
| 689 | <FileConfiguration | 
|---|
| 690 | Name="Debug|x64" | 
|---|
| 691 | > | 
|---|
| 692 | <Tool | 
|---|
| 693 | Name="VCCLCompilerTool" | 
|---|
| 694 | PreprocessorDefinitions="" | 
|---|
| 695 | /> | 
|---|
| 696 | </FileConfiguration> | 
|---|
| 697 | <FileConfiguration | 
|---|
| 698 | Name="Release|Win32" | 
|---|
| 699 | > | 
|---|
| 700 | <Tool | 
|---|
| 701 | Name="VCCLCompilerTool" | 
|---|
| 702 | PreprocessorDefinitions="" | 
|---|
| 703 | /> | 
|---|
| 704 | </FileConfiguration> | 
|---|
| 705 | <FileConfiguration | 
|---|
| 706 | Name="Release|x64" | 
|---|
| 707 | > | 
|---|
| 708 | <Tool | 
|---|
| 709 | Name="VCCLCompilerTool" | 
|---|
| 710 | PreprocessorDefinitions="" | 
|---|
| 711 | /> | 
|---|
| 712 | </FileConfiguration> | 
|---|
| 713 | </File> | 
|---|
| 714 | <File | 
|---|
| 715 | RelativePath="BasicCompiler_Common\Object.cpp" | 
|---|
| 716 | > | 
|---|
| 717 | <FileConfiguration | 
|---|
| 718 | Name="Debug|Win32" | 
|---|
| 719 | > | 
|---|
| 720 | <Tool | 
|---|
| 721 | Name="VCCLCompilerTool" | 
|---|
| 722 | PreprocessorDefinitions="" | 
|---|
| 723 | /> | 
|---|
| 724 | </FileConfiguration> | 
|---|
| 725 | <FileConfiguration | 
|---|
| 726 | Name="Debug|x64" | 
|---|
| 727 | > | 
|---|
| 728 | <Tool | 
|---|
| 729 | Name="VCCLCompilerTool" | 
|---|
| 730 | PreprocessorDefinitions="" | 
|---|
| 731 | /> | 
|---|
| 732 | </FileConfiguration> | 
|---|
| 733 | <FileConfiguration | 
|---|
| 734 | Name="Release|Win32" | 
|---|
| 735 | > | 
|---|
| 736 | <Tool | 
|---|
| 737 | Name="VCCLCompilerTool" | 
|---|
| 738 | PreprocessorDefinitions="" | 
|---|
| 739 | /> | 
|---|
| 740 | </FileConfiguration> | 
|---|
| 741 | <FileConfiguration | 
|---|
| 742 | Name="Release|x64" | 
|---|
| 743 | > | 
|---|
| 744 | <Tool | 
|---|
| 745 | Name="VCCLCompilerTool" | 
|---|
| 746 | PreprocessorDefinitions="" | 
|---|
| 747 | /> | 
|---|
| 748 | </FileConfiguration> | 
|---|
| 749 | </File> | 
|---|
| 750 | <File | 
|---|
| 751 | RelativePath="BasicCompiler_Common\OldStatement.cpp" | 
|---|
| 752 | > | 
|---|
| 753 | </File> | 
|---|
| 754 | <File | 
|---|
| 755 | RelativePath="BasicCompiler_Common\Overload.cpp" | 
|---|
| 756 | > | 
|---|
| 757 | <FileConfiguration | 
|---|
| 758 | Name="Debug|Win32" | 
|---|
| 759 | > | 
|---|
| 760 | <Tool | 
|---|
| 761 | Name="VCCLCompilerTool" | 
|---|
| 762 | PreprocessorDefinitions="" | 
|---|
| 763 | /> | 
|---|
| 764 | </FileConfiguration> | 
|---|
| 765 | <FileConfiguration | 
|---|
| 766 | Name="Debug|x64" | 
|---|
| 767 | > | 
|---|
| 768 | <Tool | 
|---|
| 769 | Name="VCCLCompilerTool" | 
|---|
| 770 | PreprocessorDefinitions="" | 
|---|
| 771 | /> | 
|---|
| 772 | </FileConfiguration> | 
|---|
| 773 | <FileConfiguration | 
|---|
| 774 | Name="Release|Win32" | 
|---|
| 775 | > | 
|---|
| 776 | <Tool | 
|---|
| 777 | Name="VCCLCompilerTool" | 
|---|
| 778 | PreprocessorDefinitions="" | 
|---|
| 779 | /> | 
|---|
| 780 | </FileConfiguration> | 
|---|
| 781 | <FileConfiguration | 
|---|
| 782 | Name="Release|x64" | 
|---|
| 783 | > | 
|---|
| 784 | <Tool | 
|---|
| 785 | Name="VCCLCompilerTool" | 
|---|
| 786 | PreprocessorDefinitions="" | 
|---|
| 787 | /> | 
|---|
| 788 | </FileConfiguration> | 
|---|
| 789 | </File> | 
|---|
| 790 | <File | 
|---|
| 791 | RelativePath="BasicCompiler_Common\RSrcSection.cpp" | 
|---|
| 792 | > | 
|---|
| 793 | <FileConfiguration | 
|---|
| 794 | Name="Debug|Win32" | 
|---|
| 795 | > | 
|---|
| 796 | <Tool | 
|---|
| 797 | Name="VCCLCompilerTool" | 
|---|
| 798 | PreprocessorDefinitions="" | 
|---|
| 799 | /> | 
|---|
| 800 | </FileConfiguration> | 
|---|
| 801 | <FileConfiguration | 
|---|
| 802 | Name="Debug|x64" | 
|---|
| 803 | > | 
|---|
| 804 | <Tool | 
|---|
| 805 | Name="VCCLCompilerTool" | 
|---|
| 806 | PreprocessorDefinitions="" | 
|---|
| 807 | /> | 
|---|
| 808 | </FileConfiguration> | 
|---|
| 809 | <FileConfiguration | 
|---|
| 810 | Name="Release|Win32" | 
|---|
| 811 | > | 
|---|
| 812 | <Tool | 
|---|
| 813 | Name="VCCLCompilerTool" | 
|---|
| 814 | PreprocessorDefinitions="" | 
|---|
| 815 | /> | 
|---|
| 816 | </FileConfiguration> | 
|---|
| 817 | <FileConfiguration | 
|---|
| 818 | Name="Release|x64" | 
|---|
| 819 | > | 
|---|
| 820 | <Tool | 
|---|
| 821 | Name="VCCLCompilerTool" | 
|---|
| 822 | PreprocessorDefinitions="" | 
|---|
| 823 | /> | 
|---|
| 824 | </FileConfiguration> | 
|---|
| 825 | </File> | 
|---|
| 826 | <File | 
|---|
| 827 | RelativePath="BasicCompiler_Common\StrOperation.cpp" | 
|---|
| 828 | > | 
|---|
| 829 | <FileConfiguration | 
|---|
| 830 | Name="Debug|Win32" | 
|---|
| 831 | > | 
|---|
| 832 | <Tool | 
|---|
| 833 | Name="VCCLCompilerTool" | 
|---|
| 834 | PreprocessorDefinitions="" | 
|---|
| 835 | /> | 
|---|
| 836 | </FileConfiguration> | 
|---|
| 837 | <FileConfiguration | 
|---|
| 838 | Name="Debug|x64" | 
|---|
| 839 | > | 
|---|
| 840 | <Tool | 
|---|
| 841 | Name="VCCLCompilerTool" | 
|---|
| 842 | PreprocessorDefinitions="" | 
|---|
| 843 | /> | 
|---|
| 844 | </FileConfiguration> | 
|---|
| 845 | <FileConfiguration | 
|---|
| 846 | Name="Release|Win32" | 
|---|
| 847 | > | 
|---|
| 848 | <Tool | 
|---|
| 849 | Name="VCCLCompilerTool" | 
|---|
| 850 | PreprocessorDefinitions="" | 
|---|
| 851 | /> | 
|---|
| 852 | </FileConfiguration> | 
|---|
| 853 | <FileConfiguration | 
|---|
| 854 | Name="Release|x64" | 
|---|
| 855 | > | 
|---|
| 856 | <Tool | 
|---|
| 857 | Name="VCCLCompilerTool" | 
|---|
| 858 | PreprocessorDefinitions="" | 
|---|
| 859 | /> | 
|---|
| 860 | </FileConfiguration> | 
|---|
| 861 | </File> | 
|---|
| 862 | <File | 
|---|
| 863 | RelativePath="BasicCompiler_Common\StrOperation.h" | 
|---|
| 864 | > | 
|---|
| 865 | </File> | 
|---|
| 866 | <Filter | 
|---|
| 867 | Name="Intermediate" | 
|---|
| 868 | > | 
|---|
| 869 | <File | 
|---|
| 870 | RelativePath="BasicCompiler_Common\CommandFormat.cpp" | 
|---|
| 871 | > | 
|---|
| 872 | <FileConfiguration | 
|---|
| 873 | Name="Debug|Win32" | 
|---|
| 874 | > | 
|---|
| 875 | <Tool | 
|---|
| 876 | Name="VCCLCompilerTool" | 
|---|
| 877 | PreprocessorDefinitions="" | 
|---|
| 878 | /> | 
|---|
| 879 | </FileConfiguration> | 
|---|
| 880 | <FileConfiguration | 
|---|
| 881 | Name="Debug|x64" | 
|---|
| 882 | > | 
|---|
| 883 | <Tool | 
|---|
| 884 | Name="VCCLCompilerTool" | 
|---|
| 885 | PreprocessorDefinitions="" | 
|---|
| 886 | /> | 
|---|
| 887 | </FileConfiguration> | 
|---|
| 888 | <FileConfiguration | 
|---|
| 889 | Name="Release|Win32" | 
|---|
| 890 | > | 
|---|
| 891 | <Tool | 
|---|
| 892 | Name="VCCLCompilerTool" | 
|---|
| 893 | PreprocessorDefinitions="" | 
|---|
| 894 | /> | 
|---|
| 895 | </FileConfiguration> | 
|---|
| 896 | <FileConfiguration | 
|---|
| 897 | Name="Release|x64" | 
|---|
| 898 | > | 
|---|
| 899 | <Tool | 
|---|
| 900 | Name="VCCLCompilerTool" | 
|---|
| 901 | PreprocessorDefinitions="" | 
|---|
| 902 | /> | 
|---|
| 903 | </FileConfiguration> | 
|---|
| 904 | </File> | 
|---|
| 905 | <File | 
|---|
| 906 | RelativePath="BasicCompiler_Common\Intermediate_Step1.cpp" | 
|---|
| 907 | > | 
|---|
| 908 | <FileConfiguration | 
|---|
| 909 | Name="Debug|Win32" | 
|---|
| 910 | > | 
|---|
| 911 | <Tool | 
|---|
| 912 | Name="VCCLCompilerTool" | 
|---|
| 913 | PreprocessorDefinitions="" | 
|---|
| 914 | /> | 
|---|
| 915 | </FileConfiguration> | 
|---|
| 916 | <FileConfiguration | 
|---|
| 917 | Name="Debug|x64" | 
|---|
| 918 | > | 
|---|
| 919 | <Tool | 
|---|
| 920 | Name="VCCLCompilerTool" | 
|---|
| 921 | PreprocessorDefinitions="" | 
|---|
| 922 | /> | 
|---|
| 923 | </FileConfiguration> | 
|---|
| 924 | <FileConfiguration | 
|---|
| 925 | Name="Release|Win32" | 
|---|
| 926 | > | 
|---|
| 927 | <Tool | 
|---|
| 928 | Name="VCCLCompilerTool" | 
|---|
| 929 | PreprocessorDefinitions="" | 
|---|
| 930 | /> | 
|---|
| 931 | </FileConfiguration> | 
|---|
| 932 | <FileConfiguration | 
|---|
| 933 | Name="Release|x64" | 
|---|
| 934 | > | 
|---|
| 935 | <Tool | 
|---|
| 936 | Name="VCCLCompilerTool" | 
|---|
| 937 | PreprocessorDefinitions="" | 
|---|
| 938 | /> | 
|---|
| 939 | </FileConfiguration> | 
|---|
| 940 | </File> | 
|---|
| 941 | <File | 
|---|
| 942 | RelativePath="BasicCompiler_Common\Intermediate_Step2.cpp" | 
|---|
| 943 | > | 
|---|
| 944 | <FileConfiguration | 
|---|
| 945 | Name="Debug|Win32" | 
|---|
| 946 | > | 
|---|
| 947 | <Tool | 
|---|
| 948 | Name="VCCLCompilerTool" | 
|---|
| 949 | PreprocessorDefinitions="" | 
|---|
| 950 | /> | 
|---|
| 951 | </FileConfiguration> | 
|---|
| 952 | <FileConfiguration | 
|---|
| 953 | Name="Debug|x64" | 
|---|
| 954 | > | 
|---|
| 955 | <Tool | 
|---|
| 956 | Name="VCCLCompilerTool" | 
|---|
| 957 | PreprocessorDefinitions="" | 
|---|
| 958 | /> | 
|---|
| 959 | </FileConfiguration> | 
|---|
| 960 | <FileConfiguration | 
|---|
| 961 | Name="Release|Win32" | 
|---|
| 962 | > | 
|---|
| 963 | <Tool | 
|---|
| 964 | Name="VCCLCompilerTool" | 
|---|
| 965 | PreprocessorDefinitions="" | 
|---|
| 966 | /> | 
|---|
| 967 | </FileConfiguration> | 
|---|
| 968 | <FileConfiguration | 
|---|
| 969 | Name="Release|x64" | 
|---|
| 970 | > | 
|---|
| 971 | <Tool | 
|---|
| 972 | Name="VCCLCompilerTool" | 
|---|
| 973 | PreprocessorDefinitions="" | 
|---|
| 974 | /> | 
|---|
| 975 | </FileConfiguration> | 
|---|
| 976 | </File> | 
|---|
| 977 | </Filter> | 
|---|
| 978 | <Filter | 
|---|
| 979 | Name="Parts" | 
|---|
| 980 | > | 
|---|
| 981 | <File | 
|---|
| 982 | RelativePath="BasicCompiler_Common\NonVolatile.cpp" | 
|---|
| 983 | > | 
|---|
| 984 | <FileConfiguration | 
|---|
| 985 | Name="Debug|Win32" | 
|---|
| 986 | > | 
|---|
| 987 | <Tool | 
|---|
| 988 | Name="VCCLCompilerTool" | 
|---|
| 989 | PreprocessorDefinitions="" | 
|---|
| 990 | /> | 
|---|
| 991 | </FileConfiguration> | 
|---|
| 992 | <FileConfiguration | 
|---|
| 993 | Name="Debug|x64" | 
|---|
| 994 | > | 
|---|
| 995 | <Tool | 
|---|
| 996 | Name="VCCLCompilerTool" | 
|---|
| 997 | PreprocessorDefinitions="" | 
|---|
| 998 | /> | 
|---|
| 999 | </FileConfiguration> | 
|---|
| 1000 | <FileConfiguration | 
|---|
| 1001 | Name="Release|Win32" | 
|---|
| 1002 | > | 
|---|
| 1003 | <Tool | 
|---|
| 1004 | Name="VCCLCompilerTool" | 
|---|
| 1005 | PreprocessorDefinitions="" | 
|---|
| 1006 | /> | 
|---|
| 1007 | </FileConfiguration> | 
|---|
| 1008 | <FileConfiguration | 
|---|
| 1009 | Name="Release|x64" | 
|---|
| 1010 | > | 
|---|
| 1011 | <Tool | 
|---|
| 1012 | Name="VCCLCompilerTool" | 
|---|
| 1013 | PreprocessorDefinitions="" | 
|---|
| 1014 | /> | 
|---|
| 1015 | </FileConfiguration> | 
|---|
| 1016 | </File> | 
|---|
| 1017 | </Filter> | 
|---|
| 1018 | <Filter | 
|---|
| 1019 | Name="Debug(共通)" | 
|---|
| 1020 | > | 
|---|
| 1021 | <File | 
|---|
| 1022 | RelativePath="BasicCompiler_Common\CDebugThreadInfo.cpp" | 
|---|
| 1023 | > | 
|---|
| 1024 | <FileConfiguration | 
|---|
| 1025 | Name="Debug|Win32" | 
|---|
| 1026 | > | 
|---|
| 1027 | <Tool | 
|---|
| 1028 | Name="VCCLCompilerTool" | 
|---|
| 1029 | PreprocessorDefinitions="" | 
|---|
| 1030 | /> | 
|---|
| 1031 | </FileConfiguration> | 
|---|
| 1032 | <FileConfiguration | 
|---|
| 1033 | Name="Debug|x64" | 
|---|
| 1034 | > | 
|---|
| 1035 | <Tool | 
|---|
| 1036 | Name="VCCLCompilerTool" | 
|---|
| 1037 | PreprocessorDefinitions="" | 
|---|
| 1038 | /> | 
|---|
| 1039 | </FileConfiguration> | 
|---|
| 1040 | <FileConfiguration | 
|---|
| 1041 | Name="Release|Win32" | 
|---|
| 1042 | > | 
|---|
| 1043 | <Tool | 
|---|
| 1044 | Name="VCCLCompilerTool" | 
|---|
| 1045 | PreprocessorDefinitions="" | 
|---|
| 1046 | /> | 
|---|
| 1047 | </FileConfiguration> | 
|---|
| 1048 | <FileConfiguration | 
|---|
| 1049 | Name="Release|x64" | 
|---|
| 1050 | > | 
|---|
| 1051 | <Tool | 
|---|
| 1052 | Name="VCCLCompilerTool" | 
|---|
| 1053 | PreprocessorDefinitions="" | 
|---|
| 1054 | /> | 
|---|
| 1055 | </FileConfiguration> | 
|---|
| 1056 | </File> | 
|---|
| 1057 | <File | 
|---|
| 1058 | RelativePath="BasicCompiler_Common\Debug.cpp" | 
|---|
| 1059 | > | 
|---|
| 1060 | <FileConfiguration | 
|---|
| 1061 | Name="Debug|Win32" | 
|---|
| 1062 | > | 
|---|
| 1063 | <Tool | 
|---|
| 1064 | Name="VCCLCompilerTool" | 
|---|
| 1065 | PreprocessorDefinitions="" | 
|---|
| 1066 | /> | 
|---|
| 1067 | </FileConfiguration> | 
|---|
| 1068 | <FileConfiguration | 
|---|
| 1069 | Name="Debug|x64" | 
|---|
| 1070 | > | 
|---|
| 1071 | <Tool | 
|---|
| 1072 | Name="VCCLCompilerTool" | 
|---|
| 1073 | PreprocessorDefinitions="" | 
|---|
| 1074 | /> | 
|---|
| 1075 | </FileConfiguration> | 
|---|
| 1076 | <FileConfiguration | 
|---|
| 1077 | Name="Release|Win32" | 
|---|
| 1078 | > | 
|---|
| 1079 | <Tool | 
|---|
| 1080 | Name="VCCLCompilerTool" | 
|---|
| 1081 | PreprocessorDefinitions="" | 
|---|
| 1082 | /> | 
|---|
| 1083 | </FileConfiguration> | 
|---|
| 1084 | <FileConfiguration | 
|---|
| 1085 | Name="Release|x64" | 
|---|
| 1086 | > | 
|---|
| 1087 | <Tool | 
|---|
| 1088 | Name="VCCLCompilerTool" | 
|---|
| 1089 | PreprocessorDefinitions="" | 
|---|
| 1090 | /> | 
|---|
| 1091 | </FileConfiguration> | 
|---|
| 1092 | </File> | 
|---|
| 1093 | <File | 
|---|
| 1094 | RelativePath="BasicCompiler_Common\debug.h" | 
|---|
| 1095 | > | 
|---|
| 1096 | </File> | 
|---|
| 1097 | <File | 
|---|
| 1098 | RelativePath="BasicCompiler_Common\DebugMiddleFile.cpp" | 
|---|
| 1099 | > | 
|---|
| 1100 | <FileConfiguration | 
|---|
| 1101 | Name="Debug|Win32" | 
|---|
| 1102 | > | 
|---|
| 1103 | <Tool | 
|---|
| 1104 | Name="VCCLCompilerTool" | 
|---|
| 1105 | PreprocessorDefinitions="" | 
|---|
| 1106 | /> | 
|---|
| 1107 | </FileConfiguration> | 
|---|
| 1108 | <FileConfiguration | 
|---|
| 1109 | Name="Debug|x64" | 
|---|
| 1110 | > | 
|---|
| 1111 | <Tool | 
|---|
| 1112 | Name="VCCLCompilerTool" | 
|---|
| 1113 | PreprocessorDefinitions="" | 
|---|
| 1114 | /> | 
|---|
| 1115 | </FileConfiguration> | 
|---|
| 1116 | <FileConfiguration | 
|---|
| 1117 | Name="Release|Win32" | 
|---|
| 1118 | > | 
|---|
| 1119 | <Tool | 
|---|
| 1120 | Name="VCCLCompilerTool" | 
|---|
| 1121 | PreprocessorDefinitions="" | 
|---|
| 1122 | /> | 
|---|
| 1123 | </FileConfiguration> | 
|---|
| 1124 | <FileConfiguration | 
|---|
| 1125 | Name="Release|x64" | 
|---|
| 1126 | > | 
|---|
| 1127 | <Tool | 
|---|
| 1128 | Name="VCCLCompilerTool" | 
|---|
| 1129 | PreprocessorDefinitions="" | 
|---|
| 1130 | /> | 
|---|
| 1131 | </FileConfiguration> | 
|---|
| 1132 | </File> | 
|---|
| 1133 | <File | 
|---|
| 1134 | RelativePath="BasicCompiler_Common\DebugSection.h" | 
|---|
| 1135 | > | 
|---|
| 1136 | </File> | 
|---|
| 1137 | <File | 
|---|
| 1138 | RelativePath="BasicCompiler_Common\VarList.cpp" | 
|---|
| 1139 | > | 
|---|
| 1140 | </File> | 
|---|
| 1141 | <File | 
|---|
| 1142 | RelativePath="BasicCompiler_Common\WatchList.cpp" | 
|---|
| 1143 | > | 
|---|
| 1144 | <FileConfiguration | 
|---|
| 1145 | Name="Debug|Win32" | 
|---|
| 1146 | > | 
|---|
| 1147 | <Tool | 
|---|
| 1148 | Name="VCCLCompilerTool" | 
|---|
| 1149 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 1150 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 1151 | /> | 
|---|
| 1152 | </FileConfiguration> | 
|---|
| 1153 | <FileConfiguration | 
|---|
| 1154 | Name="Debug|x64" | 
|---|
| 1155 | > | 
|---|
| 1156 | <Tool | 
|---|
| 1157 | Name="VCCLCompilerTool" | 
|---|
| 1158 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 1159 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 1160 | /> | 
|---|
| 1161 | </FileConfiguration> | 
|---|
| 1162 | <FileConfiguration | 
|---|
| 1163 | Name="Release|Win32" | 
|---|
| 1164 | > | 
|---|
| 1165 | <Tool | 
|---|
| 1166 | Name="VCCLCompilerTool" | 
|---|
| 1167 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 1168 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 1169 | /> | 
|---|
| 1170 | </FileConfiguration> | 
|---|
| 1171 | <FileConfiguration | 
|---|
| 1172 | Name="Release|x64" | 
|---|
| 1173 | > | 
|---|
| 1174 | <Tool | 
|---|
| 1175 | Name="VCCLCompilerTool" | 
|---|
| 1176 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 1177 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 1178 | /> | 
|---|
| 1179 | </FileConfiguration> | 
|---|
| 1180 | </File> | 
|---|
| 1181 | </Filter> | 
|---|
| 1182 | <Filter | 
|---|
| 1183 | Name="Schedule" | 
|---|
| 1184 | > | 
|---|
| 1185 | <File | 
|---|
| 1186 | RelativePath="BasicCompiler_Common\PESchedule.cpp" | 
|---|
| 1187 | > | 
|---|
| 1188 | <FileConfiguration | 
|---|
| 1189 | Name="Debug|Win32" | 
|---|
| 1190 | > | 
|---|
| 1191 | <Tool | 
|---|
| 1192 | Name="VCCLCompilerTool" | 
|---|
| 1193 | PreprocessorDefinitions="" | 
|---|
| 1194 | /> | 
|---|
| 1195 | </FileConfiguration> | 
|---|
| 1196 | <FileConfiguration | 
|---|
| 1197 | Name="Debug|x64" | 
|---|
| 1198 | > | 
|---|
| 1199 | <Tool | 
|---|
| 1200 | Name="VCCLCompilerTool" | 
|---|
| 1201 | PreprocessorDefinitions="" | 
|---|
| 1202 | /> | 
|---|
| 1203 | </FileConfiguration> | 
|---|
| 1204 | <FileConfiguration | 
|---|
| 1205 | Name="Release|Win32" | 
|---|
| 1206 | > | 
|---|
| 1207 | <Tool | 
|---|
| 1208 | Name="VCCLCompilerTool" | 
|---|
| 1209 | PreprocessorDefinitions="" | 
|---|
| 1210 | /> | 
|---|
| 1211 | </FileConfiguration> | 
|---|
| 1212 | <FileConfiguration | 
|---|
| 1213 | Name="Release|x64" | 
|---|
| 1214 | > | 
|---|
| 1215 | <Tool | 
|---|
| 1216 | Name="VCCLCompilerTool" | 
|---|
| 1217 | PreprocessorDefinitions="" | 
|---|
| 1218 | /> | 
|---|
| 1219 | </FileConfiguration> | 
|---|
| 1220 | </File> | 
|---|
| 1221 | <File | 
|---|
| 1222 | RelativePath="BasicCompiler_Common\PESchedule.h" | 
|---|
| 1223 | > | 
|---|
| 1224 | </File> | 
|---|
| 1225 | </Filter> | 
|---|
| 1226 | <Filter | 
|---|
| 1227 | Name="Variable" | 
|---|
| 1228 | > | 
|---|
| 1229 | <File | 
|---|
| 1230 | RelativePath="BasicCompiler_Common\VariableOpe.cpp" | 
|---|
| 1231 | > | 
|---|
| 1232 | </File> | 
|---|
| 1233 | <File | 
|---|
| 1234 | RelativePath="BasicCompiler_Common\VariableOpe.h" | 
|---|
| 1235 | > | 
|---|
| 1236 | </File> | 
|---|
| 1237 | </Filter> | 
|---|
| 1238 | <Filter | 
|---|
| 1239 | Name="Procedure" | 
|---|
| 1240 | > | 
|---|
| 1241 | <File | 
|---|
| 1242 | RelativePath="BasicCompiler_Common\ParamImpl.cpp" | 
|---|
| 1243 | > | 
|---|
| 1244 | </File> | 
|---|
| 1245 | <File | 
|---|
| 1246 | RelativePath="BasicCompiler_Common\Subroutine.cpp" | 
|---|
| 1247 | > | 
|---|
| 1248 | <FileConfiguration | 
|---|
| 1249 | Name="Debug|Win32" | 
|---|
| 1250 | > | 
|---|
| 1251 | <Tool | 
|---|
| 1252 | Name="VCCLCompilerTool" | 
|---|
| 1253 | PreprocessorDefinitions="" | 
|---|
| 1254 | /> | 
|---|
| 1255 | </FileConfiguration> | 
|---|
| 1256 | <FileConfiguration | 
|---|
| 1257 | Name="Debug|x64" | 
|---|
| 1258 | > | 
|---|
| 1259 | <Tool | 
|---|
| 1260 | Name="VCCLCompilerTool" | 
|---|
| 1261 | PreprocessorDefinitions="" | 
|---|
| 1262 | /> | 
|---|
| 1263 | </FileConfiguration> | 
|---|
| 1264 | <FileConfiguration | 
|---|
| 1265 | Name="Release|Win32" | 
|---|
| 1266 | > | 
|---|
| 1267 | <Tool | 
|---|
| 1268 | Name="VCCLCompilerTool" | 
|---|
| 1269 | PreprocessorDefinitions="" | 
|---|
| 1270 | /> | 
|---|
| 1271 | </FileConfiguration> | 
|---|
| 1272 | <FileConfiguration | 
|---|
| 1273 | Name="Release|x64" | 
|---|
| 1274 | > | 
|---|
| 1275 | <Tool | 
|---|
| 1276 | Name="VCCLCompilerTool" | 
|---|
| 1277 | PreprocessorDefinitions="" | 
|---|
| 1278 | /> | 
|---|
| 1279 | </FileConfiguration> | 
|---|
| 1280 | </File> | 
|---|
| 1281 | </Filter> | 
|---|
| 1282 | </Filter> | 
|---|
| 1283 | <Filter | 
|---|
| 1284 | Name="x86Compiler" | 
|---|
| 1285 | > | 
|---|
| 1286 | <File | 
|---|
| 1287 | RelativePath="compiler_x86\Compile_Statement.cpp" | 
|---|
| 1288 | > | 
|---|
| 1289 | <FileConfiguration | 
|---|
| 1290 | Name="Debug|Win32" | 
|---|
| 1291 | > | 
|---|
| 1292 | <Tool | 
|---|
| 1293 | Name="VCCLCompilerTool" | 
|---|
| 1294 | PreprocessorDefinitions="" | 
|---|
| 1295 | /> | 
|---|
| 1296 | </FileConfiguration> | 
|---|
| 1297 | <FileConfiguration | 
|---|
| 1298 | Name="Debug|x64" | 
|---|
| 1299 | ExcludedFromBuild="true" | 
|---|
| 1300 | > | 
|---|
| 1301 | <Tool | 
|---|
| 1302 | Name="VCCLCompilerTool" | 
|---|
| 1303 | PreprocessorDefinitions="" | 
|---|
| 1304 | /> | 
|---|
| 1305 | </FileConfiguration> | 
|---|
| 1306 | <FileConfiguration | 
|---|
| 1307 | Name="Release|Win32" | 
|---|
| 1308 | > | 
|---|
| 1309 | <Tool | 
|---|
| 1310 | Name="VCCLCompilerTool" | 
|---|
| 1311 | PreprocessorDefinitions="" | 
|---|
| 1312 | /> | 
|---|
| 1313 | </FileConfiguration> | 
|---|
| 1314 | <FileConfiguration | 
|---|
| 1315 | Name="Release|x64" | 
|---|
| 1316 | ExcludedFromBuild="true" | 
|---|
| 1317 | > | 
|---|
| 1318 | <Tool | 
|---|
| 1319 | Name="VCCLCompilerTool" | 
|---|
| 1320 | PreprocessorDefinitions="" | 
|---|
| 1321 | /> | 
|---|
| 1322 | </FileConfiguration> | 
|---|
| 1323 | </File> | 
|---|
| 1324 | <File | 
|---|
| 1325 | RelativePath="compiler_x86\Compile_Var.cpp" | 
|---|
| 1326 | > | 
|---|
| 1327 | <FileConfiguration | 
|---|
| 1328 | Name="Debug|Win32" | 
|---|
| 1329 | > | 
|---|
| 1330 | <Tool | 
|---|
| 1331 | Name="VCCLCompilerTool" | 
|---|
| 1332 | PreprocessorDefinitions="" | 
|---|
| 1333 | /> | 
|---|
| 1334 | </FileConfiguration> | 
|---|
| 1335 | <FileConfiguration | 
|---|
| 1336 | Name="Debug|x64" | 
|---|
| 1337 | ExcludedFromBuild="true" | 
|---|
| 1338 | > | 
|---|
| 1339 | <Tool | 
|---|
| 1340 | Name="VCCLCompilerTool" | 
|---|
| 1341 | PreprocessorDefinitions="" | 
|---|
| 1342 | /> | 
|---|
| 1343 | </FileConfiguration> | 
|---|
| 1344 | <FileConfiguration | 
|---|
| 1345 | Name="Release|Win32" | 
|---|
| 1346 | > | 
|---|
| 1347 | <Tool | 
|---|
| 1348 | Name="VCCLCompilerTool" | 
|---|
| 1349 | PreprocessorDefinitions="" | 
|---|
| 1350 | /> | 
|---|
| 1351 | </FileConfiguration> | 
|---|
| 1352 | <FileConfiguration | 
|---|
| 1353 | Name="Release|x64" | 
|---|
| 1354 | ExcludedFromBuild="true" | 
|---|
| 1355 | > | 
|---|
| 1356 | <Tool | 
|---|
| 1357 | Name="VCCLCompilerTool" | 
|---|
| 1358 | PreprocessorDefinitions="" | 
|---|
| 1359 | /> | 
|---|
| 1360 | </FileConfiguration> | 
|---|
| 1361 | </File> | 
|---|
| 1362 | <File | 
|---|
| 1363 | RelativePath="compiler_x86\MakePeHdr.cpp" | 
|---|
| 1364 | > | 
|---|
| 1365 | <FileConfiguration | 
|---|
| 1366 | Name="Debug|Win32" | 
|---|
| 1367 | > | 
|---|
| 1368 | <Tool | 
|---|
| 1369 | Name="VCCLCompilerTool" | 
|---|
| 1370 | PreprocessorDefinitions="" | 
|---|
| 1371 | /> | 
|---|
| 1372 | </FileConfiguration> | 
|---|
| 1373 | <FileConfiguration | 
|---|
| 1374 | Name="Debug|x64" | 
|---|
| 1375 | ExcludedFromBuild="true" | 
|---|
| 1376 | > | 
|---|
| 1377 | <Tool | 
|---|
| 1378 | Name="VCCLCompilerTool" | 
|---|
| 1379 | PreprocessorDefinitions="" | 
|---|
| 1380 | /> | 
|---|
| 1381 | </FileConfiguration> | 
|---|
| 1382 | <FileConfiguration | 
|---|
| 1383 | Name="Release|Win32" | 
|---|
| 1384 | > | 
|---|
| 1385 | <Tool | 
|---|
| 1386 | Name="VCCLCompilerTool" | 
|---|
| 1387 | PreprocessorDefinitions="" | 
|---|
| 1388 | /> | 
|---|
| 1389 | </FileConfiguration> | 
|---|
| 1390 | <FileConfiguration | 
|---|
| 1391 | Name="Release|x64" | 
|---|
| 1392 | ExcludedFromBuild="true" | 
|---|
| 1393 | > | 
|---|
| 1394 | <Tool | 
|---|
| 1395 | Name="VCCLCompilerTool" | 
|---|
| 1396 | PreprocessorDefinitions="" | 
|---|
| 1397 | /> | 
|---|
| 1398 | </FileConfiguration> | 
|---|
| 1399 | </File> | 
|---|
| 1400 | <File | 
|---|
| 1401 | RelativePath="compiler_x86\stdafx.cpp" | 
|---|
| 1402 | > | 
|---|
| 1403 | <FileConfiguration | 
|---|
| 1404 | Name="Debug|Win32" | 
|---|
| 1405 | > | 
|---|
| 1406 | <Tool | 
|---|
| 1407 | Name="VCCLCompilerTool" | 
|---|
| 1408 | UsePrecompiledHeader="1" | 
|---|
| 1409 | /> | 
|---|
| 1410 | </FileConfiguration> | 
|---|
| 1411 | <FileConfiguration | 
|---|
| 1412 | Name="Debug|x64" | 
|---|
| 1413 | ExcludedFromBuild="true" | 
|---|
| 1414 | > | 
|---|
| 1415 | <Tool | 
|---|
| 1416 | Name="VCCLCompilerTool" | 
|---|
| 1417 | UsePrecompiledHeader="1" | 
|---|
| 1418 | /> | 
|---|
| 1419 | </FileConfiguration> | 
|---|
| 1420 | <FileConfiguration | 
|---|
| 1421 | Name="Release|Win32" | 
|---|
| 1422 | > | 
|---|
| 1423 | <Tool | 
|---|
| 1424 | Name="VCCLCompilerTool" | 
|---|
| 1425 | UsePrecompiledHeader="1" | 
|---|
| 1426 | /> | 
|---|
| 1427 | </FileConfiguration> | 
|---|
| 1428 | <FileConfiguration | 
|---|
| 1429 | Name="Release|x64" | 
|---|
| 1430 | ExcludedFromBuild="true" | 
|---|
| 1431 | > | 
|---|
| 1432 | <Tool | 
|---|
| 1433 | Name="VCCLCompilerTool" | 
|---|
| 1434 | UsePrecompiledHeader="1" | 
|---|
| 1435 | /> | 
|---|
| 1436 | </FileConfiguration> | 
|---|
| 1437 | </File> | 
|---|
| 1438 | <Filter | 
|---|
| 1439 | Name="Calculation" | 
|---|
| 1440 | > | 
|---|
| 1441 | <File | 
|---|
| 1442 | RelativePath="compiler_x86\Compile_Calc.cpp" | 
|---|
| 1443 | > | 
|---|
| 1444 | <FileConfiguration | 
|---|
| 1445 | Name="Debug|Win32" | 
|---|
| 1446 | > | 
|---|
| 1447 | <Tool | 
|---|
| 1448 | Name="VCCLCompilerTool" | 
|---|
| 1449 | PreprocessorDefinitions="" | 
|---|
| 1450 | /> | 
|---|
| 1451 | </FileConfiguration> | 
|---|
| 1452 | <FileConfiguration | 
|---|
| 1453 | Name="Debug|x64" | 
|---|
| 1454 | ExcludedFromBuild="true" | 
|---|
| 1455 | > | 
|---|
| 1456 | <Tool | 
|---|
| 1457 | Name="VCCLCompilerTool" | 
|---|
| 1458 | PreprocessorDefinitions="" | 
|---|
| 1459 | /> | 
|---|
| 1460 | </FileConfiguration> | 
|---|
| 1461 | <FileConfiguration | 
|---|
| 1462 | Name="Release|Win32" | 
|---|
| 1463 | > | 
|---|
| 1464 | <Tool | 
|---|
| 1465 | Name="VCCLCompilerTool" | 
|---|
| 1466 | PreprocessorDefinitions="" | 
|---|
| 1467 | /> | 
|---|
| 1468 | </FileConfiguration> | 
|---|
| 1469 | <FileConfiguration | 
|---|
| 1470 | Name="Release|x64" | 
|---|
| 1471 | ExcludedFromBuild="true" | 
|---|
| 1472 | > | 
|---|
| 1473 | <Tool | 
|---|
| 1474 | Name="VCCLCompilerTool" | 
|---|
| 1475 | PreprocessorDefinitions="" | 
|---|
| 1476 | /> | 
|---|
| 1477 | </FileConfiguration> | 
|---|
| 1478 | </File> | 
|---|
| 1479 | <File | 
|---|
| 1480 | RelativePath="compiler_x86\Compile_Calc_PushVar.cpp" | 
|---|
| 1481 | > | 
|---|
| 1482 | <FileConfiguration | 
|---|
| 1483 | Name="Debug|Win32" | 
|---|
| 1484 | > | 
|---|
| 1485 | <Tool | 
|---|
| 1486 | Name="VCCLCompilerTool" | 
|---|
| 1487 | PreprocessorDefinitions="" | 
|---|
| 1488 | /> | 
|---|
| 1489 | </FileConfiguration> | 
|---|
| 1490 | <FileConfiguration | 
|---|
| 1491 | Name="Debug|x64" | 
|---|
| 1492 | ExcludedFromBuild="true" | 
|---|
| 1493 | > | 
|---|
| 1494 | <Tool | 
|---|
| 1495 | Name="VCCLCompilerTool" | 
|---|
| 1496 | PreprocessorDefinitions="" | 
|---|
| 1497 | /> | 
|---|
| 1498 | </FileConfiguration> | 
|---|
| 1499 | <FileConfiguration | 
|---|
| 1500 | Name="Release|Win32" | 
|---|
| 1501 | > | 
|---|
| 1502 | <Tool | 
|---|
| 1503 | Name="VCCLCompilerTool" | 
|---|
| 1504 | PreprocessorDefinitions="" | 
|---|
| 1505 | /> | 
|---|
| 1506 | </FileConfiguration> | 
|---|
| 1507 | <FileConfiguration | 
|---|
| 1508 | Name="Release|x64" | 
|---|
| 1509 | ExcludedFromBuild="true" | 
|---|
| 1510 | > | 
|---|
| 1511 | <Tool | 
|---|
| 1512 | Name="VCCLCompilerTool" | 
|---|
| 1513 | PreprocessorDefinitions="" | 
|---|
| 1514 | /> | 
|---|
| 1515 | </FileConfiguration> | 
|---|
| 1516 | </File> | 
|---|
| 1517 | <File | 
|---|
| 1518 | RelativePath="compiler_x86\Compile_Set_Var.cpp" | 
|---|
| 1519 | > | 
|---|
| 1520 | <FileConfiguration | 
|---|
| 1521 | Name="Debug|Win32" | 
|---|
| 1522 | > | 
|---|
| 1523 | <Tool | 
|---|
| 1524 | Name="VCCLCompilerTool" | 
|---|
| 1525 | PreprocessorDefinitions="" | 
|---|
| 1526 | /> | 
|---|
| 1527 | </FileConfiguration> | 
|---|
| 1528 | <FileConfiguration | 
|---|
| 1529 | Name="Debug|x64" | 
|---|
| 1530 | ExcludedFromBuild="true" | 
|---|
| 1531 | > | 
|---|
| 1532 | <Tool | 
|---|
| 1533 | Name="VCCLCompilerTool" | 
|---|
| 1534 | PreprocessorDefinitions="" | 
|---|
| 1535 | /> | 
|---|
| 1536 | </FileConfiguration> | 
|---|
| 1537 | <FileConfiguration | 
|---|
| 1538 | Name="Release|Win32" | 
|---|
| 1539 | > | 
|---|
| 1540 | <Tool | 
|---|
| 1541 | Name="VCCLCompilerTool" | 
|---|
| 1542 | PreprocessorDefinitions="" | 
|---|
| 1543 | /> | 
|---|
| 1544 | </FileConfiguration> | 
|---|
| 1545 | <FileConfiguration | 
|---|
| 1546 | Name="Release|x64" | 
|---|
| 1547 | ExcludedFromBuild="true" | 
|---|
| 1548 | > | 
|---|
| 1549 | <Tool | 
|---|
| 1550 | Name="VCCLCompilerTool" | 
|---|
| 1551 | PreprocessorDefinitions="" | 
|---|
| 1552 | /> | 
|---|
| 1553 | </FileConfiguration> | 
|---|
| 1554 | </File> | 
|---|
| 1555 | <File | 
|---|
| 1556 | RelativePath="compiler_x86\increment.cpp" | 
|---|
| 1557 | > | 
|---|
| 1558 | <FileConfiguration | 
|---|
| 1559 | Name="Debug|Win32" | 
|---|
| 1560 | > | 
|---|
| 1561 | <Tool | 
|---|
| 1562 | Name="VCCLCompilerTool" | 
|---|
| 1563 | PreprocessorDefinitions="" | 
|---|
| 1564 | /> | 
|---|
| 1565 | </FileConfiguration> | 
|---|
| 1566 | <FileConfiguration | 
|---|
| 1567 | Name="Debug|x64" | 
|---|
| 1568 | ExcludedFromBuild="true" | 
|---|
| 1569 | > | 
|---|
| 1570 | <Tool | 
|---|
| 1571 | Name="VCCLCompilerTool" | 
|---|
| 1572 | PreprocessorDefinitions="" | 
|---|
| 1573 | /> | 
|---|
| 1574 | </FileConfiguration> | 
|---|
| 1575 | <FileConfiguration | 
|---|
| 1576 | Name="Release|Win32" | 
|---|
| 1577 | > | 
|---|
| 1578 | <Tool | 
|---|
| 1579 | Name="VCCLCompilerTool" | 
|---|
| 1580 | PreprocessorDefinitions="" | 
|---|
| 1581 | /> | 
|---|
| 1582 | </FileConfiguration> | 
|---|
| 1583 | <FileConfiguration | 
|---|
| 1584 | Name="Release|x64" | 
|---|
| 1585 | ExcludedFromBuild="true" | 
|---|
| 1586 | > | 
|---|
| 1587 | <Tool | 
|---|
| 1588 | Name="VCCLCompilerTool" | 
|---|
| 1589 | PreprocessorDefinitions="" | 
|---|
| 1590 | /> | 
|---|
| 1591 | </FileConfiguration> | 
|---|
| 1592 | </File> | 
|---|
| 1593 | <File | 
|---|
| 1594 | RelativePath="compiler_x86\NumOpe.cpp" | 
|---|
| 1595 | > | 
|---|
| 1596 | <FileConfiguration | 
|---|
| 1597 | Name="Debug|Win32" | 
|---|
| 1598 | > | 
|---|
| 1599 | <Tool | 
|---|
| 1600 | Name="VCCLCompilerTool" | 
|---|
| 1601 | PreprocessorDefinitions="" | 
|---|
| 1602 | /> | 
|---|
| 1603 | </FileConfiguration> | 
|---|
| 1604 | <FileConfiguration | 
|---|
| 1605 | Name="Debug|x64" | 
|---|
| 1606 | ExcludedFromBuild="true" | 
|---|
| 1607 | > | 
|---|
| 1608 | <Tool | 
|---|
| 1609 | Name="VCCLCompilerTool" | 
|---|
| 1610 | PreprocessorDefinitions="" | 
|---|
| 1611 | /> | 
|---|
| 1612 | </FileConfiguration> | 
|---|
| 1613 | <FileConfiguration | 
|---|
| 1614 | Name="Release|Win32" | 
|---|
| 1615 | > | 
|---|
| 1616 | <Tool | 
|---|
| 1617 | Name="VCCLCompilerTool" | 
|---|
| 1618 | PreprocessorDefinitions="" | 
|---|
| 1619 | /> | 
|---|
| 1620 | </FileConfiguration> | 
|---|
| 1621 | <FileConfiguration | 
|---|
| 1622 | Name="Release|x64" | 
|---|
| 1623 | ExcludedFromBuild="true" | 
|---|
| 1624 | > | 
|---|
| 1625 | <Tool | 
|---|
| 1626 | Name="VCCLCompilerTool" | 
|---|
| 1627 | PreprocessorDefinitions="" | 
|---|
| 1628 | /> | 
|---|
| 1629 | </FileConfiguration> | 
|---|
| 1630 | </File> | 
|---|
| 1631 | <File | 
|---|
| 1632 | RelativePath="compiler_x86\NumOpe_Arithmetic.cpp" | 
|---|
| 1633 | > | 
|---|
| 1634 | <FileConfiguration | 
|---|
| 1635 | Name="Debug|Win32" | 
|---|
| 1636 | > | 
|---|
| 1637 | <Tool | 
|---|
| 1638 | Name="VCCLCompilerTool" | 
|---|
| 1639 | PreprocessorDefinitions="" | 
|---|
| 1640 | /> | 
|---|
| 1641 | </FileConfiguration> | 
|---|
| 1642 | <FileConfiguration | 
|---|
| 1643 | Name="Debug|x64" | 
|---|
| 1644 | ExcludedFromBuild="true" | 
|---|
| 1645 | > | 
|---|
| 1646 | <Tool | 
|---|
| 1647 | Name="VCCLCompilerTool" | 
|---|
| 1648 | PreprocessorDefinitions="" | 
|---|
| 1649 | /> | 
|---|
| 1650 | </FileConfiguration> | 
|---|
| 1651 | <FileConfiguration | 
|---|
| 1652 | Name="Release|Win32" | 
|---|
| 1653 | > | 
|---|
| 1654 | <Tool | 
|---|
| 1655 | Name="VCCLCompilerTool" | 
|---|
| 1656 | PreprocessorDefinitions="" | 
|---|
| 1657 | /> | 
|---|
| 1658 | </FileConfiguration> | 
|---|
| 1659 | <FileConfiguration | 
|---|
| 1660 | Name="Release|x64" | 
|---|
| 1661 | ExcludedFromBuild="true" | 
|---|
| 1662 | > | 
|---|
| 1663 | <Tool | 
|---|
| 1664 | Name="VCCLCompilerTool" | 
|---|
| 1665 | PreprocessorDefinitions="" | 
|---|
| 1666 | /> | 
|---|
| 1667 | </FileConfiguration> | 
|---|
| 1668 | </File> | 
|---|
| 1669 | <File | 
|---|
| 1670 | RelativePath="compiler_x86\NumOpe_Logical.cpp" | 
|---|
| 1671 | > | 
|---|
| 1672 | <FileConfiguration | 
|---|
| 1673 | Name="Debug|Win32" | 
|---|
| 1674 | > | 
|---|
| 1675 | <Tool | 
|---|
| 1676 | Name="VCCLCompilerTool" | 
|---|
| 1677 | PreprocessorDefinitions="" | 
|---|
| 1678 | /> | 
|---|
| 1679 | </FileConfiguration> | 
|---|
| 1680 | <FileConfiguration | 
|---|
| 1681 | Name="Debug|x64" | 
|---|
| 1682 | ExcludedFromBuild="true" | 
|---|
| 1683 | > | 
|---|
| 1684 | <Tool | 
|---|
| 1685 | Name="VCCLCompilerTool" | 
|---|
| 1686 | PreprocessorDefinitions="" | 
|---|
| 1687 | /> | 
|---|
| 1688 | </FileConfiguration> | 
|---|
| 1689 | <FileConfiguration | 
|---|
| 1690 | Name="Release|Win32" | 
|---|
| 1691 | > | 
|---|
| 1692 | <Tool | 
|---|
| 1693 | Name="VCCLCompilerTool" | 
|---|
| 1694 | PreprocessorDefinitions="" | 
|---|
| 1695 | /> | 
|---|
| 1696 | </FileConfiguration> | 
|---|
| 1697 | <FileConfiguration | 
|---|
| 1698 | Name="Release|x64" | 
|---|
| 1699 | ExcludedFromBuild="true" | 
|---|
| 1700 | > | 
|---|
| 1701 | <Tool | 
|---|
| 1702 | Name="VCCLCompilerTool" | 
|---|
| 1703 | PreprocessorDefinitions="" | 
|---|
| 1704 | /> | 
|---|
| 1705 | </FileConfiguration> | 
|---|
| 1706 | </File> | 
|---|
| 1707 | <File | 
|---|
| 1708 | RelativePath="compiler_x86\NumOpe_Relation.cpp" | 
|---|
| 1709 | > | 
|---|
| 1710 | <FileConfiguration | 
|---|
| 1711 | Name="Debug|Win32" | 
|---|
| 1712 | > | 
|---|
| 1713 | <Tool | 
|---|
| 1714 | Name="VCCLCompilerTool" | 
|---|
| 1715 | PreprocessorDefinitions="" | 
|---|
| 1716 | /> | 
|---|
| 1717 | </FileConfiguration> | 
|---|
| 1718 | <FileConfiguration | 
|---|
| 1719 | Name="Debug|x64" | 
|---|
| 1720 | ExcludedFromBuild="true" | 
|---|
| 1721 | > | 
|---|
| 1722 | <Tool | 
|---|
| 1723 | Name="VCCLCompilerTool" | 
|---|
| 1724 | PreprocessorDefinitions="" | 
|---|
| 1725 | /> | 
|---|
| 1726 | </FileConfiguration> | 
|---|
| 1727 | <FileConfiguration | 
|---|
| 1728 | Name="Release|Win32" | 
|---|
| 1729 | > | 
|---|
| 1730 | <Tool | 
|---|
| 1731 | Name="VCCLCompilerTool" | 
|---|
| 1732 | PreprocessorDefinitions="" | 
|---|
| 1733 | /> | 
|---|
| 1734 | </FileConfiguration> | 
|---|
| 1735 | <FileConfiguration | 
|---|
| 1736 | Name="Release|x64" | 
|---|
| 1737 | ExcludedFromBuild="true" | 
|---|
| 1738 | > | 
|---|
| 1739 | <Tool | 
|---|
| 1740 | Name="VCCLCompilerTool" | 
|---|
| 1741 | PreprocessorDefinitions="" | 
|---|
| 1742 | /> | 
|---|
| 1743 | </FileConfiguration> | 
|---|
| 1744 | </File> | 
|---|
| 1745 | <File | 
|---|
| 1746 | RelativePath="compiler_x86\NumOpe_TypeOperation.cpp" | 
|---|
| 1747 | > | 
|---|
| 1748 | <FileConfiguration | 
|---|
| 1749 | Name="Debug|Win32" | 
|---|
| 1750 | > | 
|---|
| 1751 | <Tool | 
|---|
| 1752 | Name="VCCLCompilerTool" | 
|---|
| 1753 | PreprocessorDefinitions="" | 
|---|
| 1754 | /> | 
|---|
| 1755 | </FileConfiguration> | 
|---|
| 1756 | <FileConfiguration | 
|---|
| 1757 | Name="Debug|x64" | 
|---|
| 1758 | ExcludedFromBuild="true" | 
|---|
| 1759 | > | 
|---|
| 1760 | <Tool | 
|---|
| 1761 | Name="VCCLCompilerTool" | 
|---|
| 1762 | PreprocessorDefinitions="" | 
|---|
| 1763 | /> | 
|---|
| 1764 | </FileConfiguration> | 
|---|
| 1765 | <FileConfiguration | 
|---|
| 1766 | Name="Release|Win32" | 
|---|
| 1767 | > | 
|---|
| 1768 | <Tool | 
|---|
| 1769 | Name="VCCLCompilerTool" | 
|---|
| 1770 | PreprocessorDefinitions="" | 
|---|
| 1771 | /> | 
|---|
| 1772 | </FileConfiguration> | 
|---|
| 1773 | <FileConfiguration | 
|---|
| 1774 | Name="Release|x64" | 
|---|
| 1775 | ExcludedFromBuild="true" | 
|---|
| 1776 | > | 
|---|
| 1777 | <Tool | 
|---|
| 1778 | Name="VCCLCompilerTool" | 
|---|
| 1779 | PreprocessorDefinitions="" | 
|---|
| 1780 | /> | 
|---|
| 1781 | </FileConfiguration> | 
|---|
| 1782 | </File> | 
|---|
| 1783 | </Filter> | 
|---|
| 1784 | <Filter | 
|---|
| 1785 | Name="Object" | 
|---|
| 1786 | > | 
|---|
| 1787 | <File | 
|---|
| 1788 | RelativePath="compiler_x86\Compile_Object.cpp" | 
|---|
| 1789 | > | 
|---|
| 1790 | <FileConfiguration | 
|---|
| 1791 | Name="Debug|Win32" | 
|---|
| 1792 | > | 
|---|
| 1793 | <Tool | 
|---|
| 1794 | Name="VCCLCompilerTool" | 
|---|
| 1795 | PreprocessorDefinitions="" | 
|---|
| 1796 | /> | 
|---|
| 1797 | </FileConfiguration> | 
|---|
| 1798 | <FileConfiguration | 
|---|
| 1799 | Name="Debug|x64" | 
|---|
| 1800 | ExcludedFromBuild="true" | 
|---|
| 1801 | > | 
|---|
| 1802 | <Tool | 
|---|
| 1803 | Name="VCCLCompilerTool" | 
|---|
| 1804 | PreprocessorDefinitions="" | 
|---|
| 1805 | /> | 
|---|
| 1806 | </FileConfiguration> | 
|---|
| 1807 | <FileConfiguration | 
|---|
| 1808 | Name="Release|Win32" | 
|---|
| 1809 | > | 
|---|
| 1810 | <Tool | 
|---|
| 1811 | Name="VCCLCompilerTool" | 
|---|
| 1812 | PreprocessorDefinitions="" | 
|---|
| 1813 | /> | 
|---|
| 1814 | </FileConfiguration> | 
|---|
| 1815 | <FileConfiguration | 
|---|
| 1816 | Name="Release|x64" | 
|---|
| 1817 | ExcludedFromBuild="true" | 
|---|
| 1818 | > | 
|---|
| 1819 | <Tool | 
|---|
| 1820 | Name="VCCLCompilerTool" | 
|---|
| 1821 | PreprocessorDefinitions="" | 
|---|
| 1822 | /> | 
|---|
| 1823 | </FileConfiguration> | 
|---|
| 1824 | </File> | 
|---|
| 1825 | </Filter> | 
|---|
| 1826 | <Filter | 
|---|
| 1827 | Name="Opcode" | 
|---|
| 1828 | > | 
|---|
| 1829 | <File | 
|---|
| 1830 | RelativePath="compiler_x86\op32_main.cpp" | 
|---|
| 1831 | > | 
|---|
| 1832 | <FileConfiguration | 
|---|
| 1833 | Name="Debug|Win32" | 
|---|
| 1834 | > | 
|---|
| 1835 | <Tool | 
|---|
| 1836 | Name="VCCLCompilerTool" | 
|---|
| 1837 | PreprocessorDefinitions="" | 
|---|
| 1838 | /> | 
|---|
| 1839 | </FileConfiguration> | 
|---|
| 1840 | <FileConfiguration | 
|---|
| 1841 | Name="Debug|x64" | 
|---|
| 1842 | ExcludedFromBuild="true" | 
|---|
| 1843 | > | 
|---|
| 1844 | <Tool | 
|---|
| 1845 | Name="VCCLCompilerTool" | 
|---|
| 1846 | PreprocessorDefinitions="" | 
|---|
| 1847 | /> | 
|---|
| 1848 | </FileConfiguration> | 
|---|
| 1849 | <FileConfiguration | 
|---|
| 1850 | Name="Release|Win32" | 
|---|
| 1851 | > | 
|---|
| 1852 | <Tool | 
|---|
| 1853 | Name="VCCLCompilerTool" | 
|---|
| 1854 | PreprocessorDefinitions="" | 
|---|
| 1855 | /> | 
|---|
| 1856 | </FileConfiguration> | 
|---|
| 1857 | <FileConfiguration | 
|---|
| 1858 | Name="Release|x64" | 
|---|
| 1859 | ExcludedFromBuild="true" | 
|---|
| 1860 | > | 
|---|
| 1861 | <Tool | 
|---|
| 1862 | Name="VCCLCompilerTool" | 
|---|
| 1863 | PreprocessorDefinitions="" | 
|---|
| 1864 | /> | 
|---|
| 1865 | </FileConfiguration> | 
|---|
| 1866 | </File> | 
|---|
| 1867 | <File | 
|---|
| 1868 | RelativePath="compiler_x86\x86CodeGenerator.cpp" | 
|---|
| 1869 | > | 
|---|
| 1870 | <FileConfiguration | 
|---|
| 1871 | Name="Debug|x64" | 
|---|
| 1872 | ExcludedFromBuild="true" | 
|---|
| 1873 | > | 
|---|
| 1874 | <Tool | 
|---|
| 1875 | Name="VCCLCompilerTool" | 
|---|
| 1876 | /> | 
|---|
| 1877 | </FileConfiguration> | 
|---|
| 1878 | <FileConfiguration | 
|---|
| 1879 | Name="Release|x64" | 
|---|
| 1880 | ExcludedFromBuild="true" | 
|---|
| 1881 | > | 
|---|
| 1882 | <Tool | 
|---|
| 1883 | Name="VCCLCompilerTool" | 
|---|
| 1884 | /> | 
|---|
| 1885 | </FileConfiguration> | 
|---|
| 1886 | </File> | 
|---|
| 1887 | </Filter> | 
|---|
| 1888 | <Filter | 
|---|
| 1889 | Name="Procedure" | 
|---|
| 1890 | > | 
|---|
| 1891 | <File | 
|---|
| 1892 | RelativePath="compiler_x86\Compile_CallProc.cpp" | 
|---|
| 1893 | > | 
|---|
| 1894 | <FileConfiguration | 
|---|
| 1895 | Name="Debug|Win32" | 
|---|
| 1896 | > | 
|---|
| 1897 | <Tool | 
|---|
| 1898 | Name="VCCLCompilerTool" | 
|---|
| 1899 | PreprocessorDefinitions="" | 
|---|
| 1900 | /> | 
|---|
| 1901 | </FileConfiguration> | 
|---|
| 1902 | <FileConfiguration | 
|---|
| 1903 | Name="Debug|x64" | 
|---|
| 1904 | ExcludedFromBuild="true" | 
|---|
| 1905 | > | 
|---|
| 1906 | <Tool | 
|---|
| 1907 | Name="VCCLCompilerTool" | 
|---|
| 1908 | PreprocessorDefinitions="" | 
|---|
| 1909 | /> | 
|---|
| 1910 | </FileConfiguration> | 
|---|
| 1911 | <FileConfiguration | 
|---|
| 1912 | Name="Release|Win32" | 
|---|
| 1913 | > | 
|---|
| 1914 | <Tool | 
|---|
| 1915 | Name="VCCLCompilerTool" | 
|---|
| 1916 | PreprocessorDefinitions="" | 
|---|
| 1917 | /> | 
|---|
| 1918 | </FileConfiguration> | 
|---|
| 1919 | <FileConfiguration | 
|---|
| 1920 | Name="Release|x64" | 
|---|
| 1921 | ExcludedFromBuild="true" | 
|---|
| 1922 | > | 
|---|
| 1923 | <Tool | 
|---|
| 1924 | Name="VCCLCompilerTool" | 
|---|
| 1925 | PreprocessorDefinitions="" | 
|---|
| 1926 | /> | 
|---|
| 1927 | </FileConfiguration> | 
|---|
| 1928 | </File> | 
|---|
| 1929 | <File | 
|---|
| 1930 | RelativePath="compiler_x86\Compile_Func.cpp" | 
|---|
| 1931 | > | 
|---|
| 1932 | <FileConfiguration | 
|---|
| 1933 | Name="Debug|Win32" | 
|---|
| 1934 | > | 
|---|
| 1935 | <Tool | 
|---|
| 1936 | Name="VCCLCompilerTool" | 
|---|
| 1937 | PreprocessorDefinitions="" | 
|---|
| 1938 | /> | 
|---|
| 1939 | </FileConfiguration> | 
|---|
| 1940 | <FileConfiguration | 
|---|
| 1941 | Name="Debug|x64" | 
|---|
| 1942 | ExcludedFromBuild="true" | 
|---|
| 1943 | > | 
|---|
| 1944 | <Tool | 
|---|
| 1945 | Name="VCCLCompilerTool" | 
|---|
| 1946 | PreprocessorDefinitions="" | 
|---|
| 1947 | /> | 
|---|
| 1948 | </FileConfiguration> | 
|---|
| 1949 | <FileConfiguration | 
|---|
| 1950 | Name="Release|Win32" | 
|---|
| 1951 | > | 
|---|
| 1952 | <Tool | 
|---|
| 1953 | Name="VCCLCompilerTool" | 
|---|
| 1954 | PreprocessorDefinitions="" | 
|---|
| 1955 | /> | 
|---|
| 1956 | </FileConfiguration> | 
|---|
| 1957 | <FileConfiguration | 
|---|
| 1958 | Name="Release|x64" | 
|---|
| 1959 | ExcludedFromBuild="true" | 
|---|
| 1960 | > | 
|---|
| 1961 | <Tool | 
|---|
| 1962 | Name="VCCLCompilerTool" | 
|---|
| 1963 | PreprocessorDefinitions="" | 
|---|
| 1964 | /> | 
|---|
| 1965 | </FileConfiguration> | 
|---|
| 1966 | </File> | 
|---|
| 1967 | <File | 
|---|
| 1968 | RelativePath="compiler_x86\Compile_ProcOp.cpp" | 
|---|
| 1969 | > | 
|---|
| 1970 | <FileConfiguration | 
|---|
| 1971 | Name="Debug|Win32" | 
|---|
| 1972 | > | 
|---|
| 1973 | <Tool | 
|---|
| 1974 | Name="VCCLCompilerTool" | 
|---|
| 1975 | PreprocessorDefinitions="" | 
|---|
| 1976 | /> | 
|---|
| 1977 | </FileConfiguration> | 
|---|
| 1978 | <FileConfiguration | 
|---|
| 1979 | Name="Debug|x64" | 
|---|
| 1980 | ExcludedFromBuild="true" | 
|---|
| 1981 | > | 
|---|
| 1982 | <Tool | 
|---|
| 1983 | Name="VCCLCompilerTool" | 
|---|
| 1984 | PreprocessorDefinitions="" | 
|---|
| 1985 | /> | 
|---|
| 1986 | </FileConfiguration> | 
|---|
| 1987 | <FileConfiguration | 
|---|
| 1988 | Name="Release|Win32" | 
|---|
| 1989 | > | 
|---|
| 1990 | <Tool | 
|---|
| 1991 | Name="VCCLCompilerTool" | 
|---|
| 1992 | PreprocessorDefinitions="" | 
|---|
| 1993 | /> | 
|---|
| 1994 | </FileConfiguration> | 
|---|
| 1995 | <FileConfiguration | 
|---|
| 1996 | Name="Release|x64" | 
|---|
| 1997 | ExcludedFromBuild="true" | 
|---|
| 1998 | > | 
|---|
| 1999 | <Tool | 
|---|
| 2000 | Name="VCCLCompilerTool" | 
|---|
| 2001 | PreprocessorDefinitions="" | 
|---|
| 2002 | /> | 
|---|
| 2003 | </FileConfiguration> | 
|---|
| 2004 | </File> | 
|---|
| 2005 | <File | 
|---|
| 2006 | RelativePath="compiler_x86\CParameter.cpp" | 
|---|
| 2007 | > | 
|---|
| 2008 | <FileConfiguration | 
|---|
| 2009 | Name="Debug|Win32" | 
|---|
| 2010 | > | 
|---|
| 2011 | <Tool | 
|---|
| 2012 | Name="VCCLCompilerTool" | 
|---|
| 2013 | PreprocessorDefinitions="" | 
|---|
| 2014 | /> | 
|---|
| 2015 | </FileConfiguration> | 
|---|
| 2016 | <FileConfiguration | 
|---|
| 2017 | Name="Debug|x64" | 
|---|
| 2018 | ExcludedFromBuild="true" | 
|---|
| 2019 | > | 
|---|
| 2020 | <Tool | 
|---|
| 2021 | Name="VCCLCompilerTool" | 
|---|
| 2022 | PreprocessorDefinitions="" | 
|---|
| 2023 | /> | 
|---|
| 2024 | </FileConfiguration> | 
|---|
| 2025 | <FileConfiguration | 
|---|
| 2026 | Name="Release|Win32" | 
|---|
| 2027 | > | 
|---|
| 2028 | <Tool | 
|---|
| 2029 | Name="VCCLCompilerTool" | 
|---|
| 2030 | PreprocessorDefinitions="" | 
|---|
| 2031 | /> | 
|---|
| 2032 | </FileConfiguration> | 
|---|
| 2033 | <FileConfiguration | 
|---|
| 2034 | Name="Release|x64" | 
|---|
| 2035 | ExcludedFromBuild="true" | 
|---|
| 2036 | > | 
|---|
| 2037 | <Tool | 
|---|
| 2038 | Name="VCCLCompilerTool" | 
|---|
| 2039 | PreprocessorDefinitions="" | 
|---|
| 2040 | /> | 
|---|
| 2041 | </FileConfiguration> | 
|---|
| 2042 | </File> | 
|---|
| 2043 | <File | 
|---|
| 2044 | RelativePath="compiler_x86\OperatorProc.cpp" | 
|---|
| 2045 | > | 
|---|
| 2046 | <FileConfiguration | 
|---|
| 2047 | Name="Debug|Win32" | 
|---|
| 2048 | > | 
|---|
| 2049 | <Tool | 
|---|
| 2050 | Name="VCCLCompilerTool" | 
|---|
| 2051 | PreprocessorDefinitions="" | 
|---|
| 2052 | /> | 
|---|
| 2053 | </FileConfiguration> | 
|---|
| 2054 | <FileConfiguration | 
|---|
| 2055 | Name="Debug|x64" | 
|---|
| 2056 | ExcludedFromBuild="true" | 
|---|
| 2057 | > | 
|---|
| 2058 | <Tool | 
|---|
| 2059 | Name="VCCLCompilerTool" | 
|---|
| 2060 | PreprocessorDefinitions="" | 
|---|
| 2061 | /> | 
|---|
| 2062 | </FileConfiguration> | 
|---|
| 2063 | <FileConfiguration | 
|---|
| 2064 | Name="Release|Win32" | 
|---|
| 2065 | > | 
|---|
| 2066 | <Tool | 
|---|
| 2067 | Name="VCCLCompilerTool" | 
|---|
| 2068 | PreprocessorDefinitions="" | 
|---|
| 2069 | /> | 
|---|
| 2070 | </FileConfiguration> | 
|---|
| 2071 | <FileConfiguration | 
|---|
| 2072 | Name="Release|x64" | 
|---|
| 2073 | ExcludedFromBuild="true" | 
|---|
| 2074 | > | 
|---|
| 2075 | <Tool | 
|---|
| 2076 | Name="VCCLCompilerTool" | 
|---|
| 2077 | PreprocessorDefinitions="" | 
|---|
| 2078 | /> | 
|---|
| 2079 | </FileConfiguration> | 
|---|
| 2080 | </File> | 
|---|
| 2081 | </Filter> | 
|---|
| 2082 | </Filter> | 
|---|
| 2083 | <Filter | 
|---|
| 2084 | Name="Common Classes" | 
|---|
| 2085 | > | 
|---|
| 2086 | <File | 
|---|
| 2087 | RelativePath="BasicCompiler_Common\src\BoostSerializationSupport.cpp" | 
|---|
| 2088 | > | 
|---|
| 2089 | <FileConfiguration | 
|---|
| 2090 | Name="Debug|Win32" | 
|---|
| 2091 | > | 
|---|
| 2092 | <Tool | 
|---|
| 2093 | Name="VCCLCompilerTool" | 
|---|
| 2094 | UsePrecompiledHeader="0" | 
|---|
| 2095 | /> | 
|---|
| 2096 | </FileConfiguration> | 
|---|
| 2097 | <FileConfiguration | 
|---|
| 2098 | Name="Debug|x64" | 
|---|
| 2099 | > | 
|---|
| 2100 | <Tool | 
|---|
| 2101 | Name="VCCLCompilerTool" | 
|---|
| 2102 | UsePrecompiledHeader="0" | 
|---|
| 2103 | /> | 
|---|
| 2104 | </FileConfiguration> | 
|---|
| 2105 | <FileConfiguration | 
|---|
| 2106 | Name="Release|Win32" | 
|---|
| 2107 | > | 
|---|
| 2108 | <Tool | 
|---|
| 2109 | Name="VCCLCompilerTool" | 
|---|
| 2110 | UsePrecompiledHeader="0" | 
|---|
| 2111 | /> | 
|---|
| 2112 | </FileConfiguration> | 
|---|
| 2113 | <FileConfiguration | 
|---|
| 2114 | Name="Release|x64" | 
|---|
| 2115 | > | 
|---|
| 2116 | <Tool | 
|---|
| 2117 | Name="VCCLCompilerTool" | 
|---|
| 2118 | UsePrecompiledHeader="0" | 
|---|
| 2119 | /> | 
|---|
| 2120 | </FileConfiguration> | 
|---|
| 2121 | </File> | 
|---|
| 2122 | </Filter> | 
|---|
| 2123 | <Filter | 
|---|
| 2124 | Name="Compiler Classes" | 
|---|
| 2125 | > | 
|---|
| 2126 | <File | 
|---|
| 2127 | RelativePath="BasicCompiler_Common\src\CodeGenerator.cpp" | 
|---|
| 2128 | > | 
|---|
| 2129 | </File> | 
|---|
| 2130 | <File | 
|---|
| 2131 | RelativePath="BasicCompiler_Common\src\CommonCodeGenerator.cpp" | 
|---|
| 2132 | > | 
|---|
| 2133 | </File> | 
|---|
| 2134 | <File | 
|---|
| 2135 | RelativePath="BasicCompiler_Common\src\Compiler.cpp" | 
|---|
| 2136 | > | 
|---|
| 2137 | </File> | 
|---|
| 2138 | <File | 
|---|
| 2139 | RelativePath="BasicCompiler_Common\src\DataTableGenerator.cpp" | 
|---|
| 2140 | > | 
|---|
| 2141 | </File> | 
|---|
| 2142 | <File | 
|---|
| 2143 | RelativePath="BasicCompiler_Common\src\LexicalAnalyzer.cpp" | 
|---|
| 2144 | > | 
|---|
| 2145 | </File> | 
|---|
| 2146 | <File | 
|---|
| 2147 | RelativePath="BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp" | 
|---|
| 2148 | > | 
|---|
| 2149 | </File> | 
|---|
| 2150 | <File | 
|---|
| 2151 | RelativePath="BasicCompiler_Common\src\LexicalAnalyzer_Const.cpp" | 
|---|
| 2152 | > | 
|---|
| 2153 | </File> | 
|---|
| 2154 | <File | 
|---|
| 2155 | RelativePath="BasicCompiler_Common\src\LexicalAnalyzer_Delegate.cpp" | 
|---|
| 2156 | > | 
|---|
| 2157 | </File> | 
|---|
| 2158 | <File | 
|---|
| 2159 | RelativePath="BasicCompiler_Common\src\LexicalAnalyzer_Enum.cpp" | 
|---|
| 2160 | > | 
|---|
| 2161 | </File> | 
|---|
| 2162 | <File | 
|---|
| 2163 | RelativePath="BasicCompiler_Common\src\LexicalAnalyzer_Procedure.cpp" | 
|---|
| 2164 | > | 
|---|
| 2165 | </File> | 
|---|
| 2166 | <File | 
|---|
| 2167 | RelativePath="BasicCompiler_Common\src\LexicalAnalyzer_TypeDef.cpp" | 
|---|
| 2168 | > | 
|---|
| 2169 | </File> | 
|---|
| 2170 | <File | 
|---|
| 2171 | RelativePath="BasicCompiler_Common\src\Linker.cpp" | 
|---|
| 2172 | > | 
|---|
| 2173 | </File> | 
|---|
| 2174 | <File | 
|---|
| 2175 | RelativePath="BasicCompiler_Common\src\Messenger.cpp" | 
|---|
| 2176 | > | 
|---|
| 2177 | </File> | 
|---|
| 2178 | <File | 
|---|
| 2179 | RelativePath="BasicCompiler_Common\src\ProcedureGenerator.cpp" | 
|---|
| 2180 | > | 
|---|
| 2181 | </File> | 
|---|
| 2182 | <File | 
|---|
| 2183 | RelativePath="BasicCompiler_Common\src\VtblGenerator.cpp" | 
|---|
| 2184 | > | 
|---|
| 2185 | </File> | 
|---|
| 2186 | <Filter | 
|---|
| 2187 | Name="Langauge Classes" | 
|---|
| 2188 | > | 
|---|
| 2189 | <File | 
|---|
| 2190 | RelativePath="BasicCompiler_Common\src\Exception.cpp" | 
|---|
| 2191 | > | 
|---|
| 2192 | </File> | 
|---|
| 2193 | <File | 
|---|
| 2194 | RelativePath="BasicCompiler_Common\src\LexicalScope.cpp" | 
|---|
| 2195 | > | 
|---|
| 2196 | </File> | 
|---|
| 2197 | </Filter> | 
|---|
| 2198 | </Filter> | 
|---|
| 2199 | <Filter | 
|---|
| 2200 | Name="Application Classes" | 
|---|
| 2201 | > | 
|---|
| 2202 | <File | 
|---|
| 2203 | RelativePath="BasicCompiler_Common\src\Program.cpp" | 
|---|
| 2204 | > | 
|---|
| 2205 | </File> | 
|---|
| 2206 | </Filter> | 
|---|
| 2207 | <Filter | 
|---|
| 2208 | Name="Debugger Classes" | 
|---|
| 2209 | > | 
|---|
| 2210 | <File | 
|---|
| 2211 | RelativePath="BasicCompiler_Common\src\BreakPoint.cpp" | 
|---|
| 2212 | > | 
|---|
| 2213 | </File> | 
|---|
| 2214 | </Filter> | 
|---|
| 2215 | <Filter | 
|---|
| 2216 | Name="x64Compiler" | 
|---|
| 2217 | > | 
|---|
| 2218 | <File | 
|---|
| 2219 | RelativePath=".\compiler_x64\Compile_Statement.cpp" | 
|---|
| 2220 | > | 
|---|
| 2221 | <FileConfiguration | 
|---|
| 2222 | Name="Debug|Win32" | 
|---|
| 2223 | ExcludedFromBuild="true" | 
|---|
| 2224 | > | 
|---|
| 2225 | <Tool | 
|---|
| 2226 | Name="VCCLCompilerTool" | 
|---|
| 2227 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2228 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2229 | /> | 
|---|
| 2230 | </FileConfiguration> | 
|---|
| 2231 | <FileConfiguration | 
|---|
| 2232 | Name="Debug|x64" | 
|---|
| 2233 | > | 
|---|
| 2234 | <Tool | 
|---|
| 2235 | Name="VCCLCompilerTool" | 
|---|
| 2236 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2237 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2238 | /> | 
|---|
| 2239 | </FileConfiguration> | 
|---|
| 2240 | <FileConfiguration | 
|---|
| 2241 | Name="Release|Win32" | 
|---|
| 2242 | ExcludedFromBuild="true" | 
|---|
| 2243 | > | 
|---|
| 2244 | <Tool | 
|---|
| 2245 | Name="VCCLCompilerTool" | 
|---|
| 2246 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2247 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2248 | /> | 
|---|
| 2249 | </FileConfiguration> | 
|---|
| 2250 | <FileConfiguration | 
|---|
| 2251 | Name="Release|x64" | 
|---|
| 2252 | > | 
|---|
| 2253 | <Tool | 
|---|
| 2254 | Name="VCCLCompilerTool" | 
|---|
| 2255 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2256 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2257 | /> | 
|---|
| 2258 | </FileConfiguration> | 
|---|
| 2259 | </File> | 
|---|
| 2260 | <File | 
|---|
| 2261 | RelativePath=".\compiler_x64\Compile_Var.cpp" | 
|---|
| 2262 | > | 
|---|
| 2263 | <FileConfiguration | 
|---|
| 2264 | Name="Debug|Win32" | 
|---|
| 2265 | ExcludedFromBuild="true" | 
|---|
| 2266 | > | 
|---|
| 2267 | <Tool | 
|---|
| 2268 | Name="VCCLCompilerTool" | 
|---|
| 2269 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2270 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2271 | /> | 
|---|
| 2272 | </FileConfiguration> | 
|---|
| 2273 | <FileConfiguration | 
|---|
| 2274 | Name="Debug|x64" | 
|---|
| 2275 | > | 
|---|
| 2276 | <Tool | 
|---|
| 2277 | Name="VCCLCompilerTool" | 
|---|
| 2278 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2279 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2280 | /> | 
|---|
| 2281 | </FileConfiguration> | 
|---|
| 2282 | <FileConfiguration | 
|---|
| 2283 | Name="Release|Win32" | 
|---|
| 2284 | ExcludedFromBuild="true" | 
|---|
| 2285 | > | 
|---|
| 2286 | <Tool | 
|---|
| 2287 | Name="VCCLCompilerTool" | 
|---|
| 2288 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2289 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2290 | /> | 
|---|
| 2291 | </FileConfiguration> | 
|---|
| 2292 | <FileConfiguration | 
|---|
| 2293 | Name="Release|x64" | 
|---|
| 2294 | > | 
|---|
| 2295 | <Tool | 
|---|
| 2296 | Name="VCCLCompilerTool" | 
|---|
| 2297 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2298 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2299 | /> | 
|---|
| 2300 | </FileConfiguration> | 
|---|
| 2301 | </File> | 
|---|
| 2302 | <File | 
|---|
| 2303 | RelativePath=".\compiler_x64\MakePeHdr.cpp" | 
|---|
| 2304 | > | 
|---|
| 2305 | <FileConfiguration | 
|---|
| 2306 | Name="Debug|Win32" | 
|---|
| 2307 | ExcludedFromBuild="true" | 
|---|
| 2308 | > | 
|---|
| 2309 | <Tool | 
|---|
| 2310 | Name="VCCLCompilerTool" | 
|---|
| 2311 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2312 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2313 | /> | 
|---|
| 2314 | </FileConfiguration> | 
|---|
| 2315 | <FileConfiguration | 
|---|
| 2316 | Name="Debug|x64" | 
|---|
| 2317 | > | 
|---|
| 2318 | <Tool | 
|---|
| 2319 | Name="VCCLCompilerTool" | 
|---|
| 2320 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2321 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2322 | /> | 
|---|
| 2323 | </FileConfiguration> | 
|---|
| 2324 | <FileConfiguration | 
|---|
| 2325 | Name="Release|Win32" | 
|---|
| 2326 | ExcludedFromBuild="true" | 
|---|
| 2327 | > | 
|---|
| 2328 | <Tool | 
|---|
| 2329 | Name="VCCLCompilerTool" | 
|---|
| 2330 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2331 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2332 | /> | 
|---|
| 2333 | </FileConfiguration> | 
|---|
| 2334 | <FileConfiguration | 
|---|
| 2335 | Name="Release|x64" | 
|---|
| 2336 | > | 
|---|
| 2337 | <Tool | 
|---|
| 2338 | Name="VCCLCompilerTool" | 
|---|
| 2339 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2340 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2341 | /> | 
|---|
| 2342 | </FileConfiguration> | 
|---|
| 2343 | </File> | 
|---|
| 2344 | <File | 
|---|
| 2345 | RelativePath=".\compiler_x64\Register.cpp" | 
|---|
| 2346 | > | 
|---|
| 2347 | <FileConfiguration | 
|---|
| 2348 | Name="Debug|Win32" | 
|---|
| 2349 | ExcludedFromBuild="true" | 
|---|
| 2350 | > | 
|---|
| 2351 | <Tool | 
|---|
| 2352 | Name="VCCLCompilerTool" | 
|---|
| 2353 | /> | 
|---|
| 2354 | </FileConfiguration> | 
|---|
| 2355 | <FileConfiguration | 
|---|
| 2356 | Name="Release|Win32" | 
|---|
| 2357 | ExcludedFromBuild="true" | 
|---|
| 2358 | > | 
|---|
| 2359 | <Tool | 
|---|
| 2360 | Name="VCCLCompilerTool" | 
|---|
| 2361 | /> | 
|---|
| 2362 | </FileConfiguration> | 
|---|
| 2363 | </File> | 
|---|
| 2364 | <File | 
|---|
| 2365 | RelativePath=".\compiler_x64\stdafx.cpp" | 
|---|
| 2366 | > | 
|---|
| 2367 | <FileConfiguration | 
|---|
| 2368 | Name="Debug|Win32" | 
|---|
| 2369 | ExcludedFromBuild="true" | 
|---|
| 2370 | > | 
|---|
| 2371 | <Tool | 
|---|
| 2372 | Name="VCCLCompilerTool" | 
|---|
| 2373 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2374 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2375 | /> | 
|---|
| 2376 | </FileConfiguration> | 
|---|
| 2377 | <FileConfiguration | 
|---|
| 2378 | Name="Debug|x64" | 
|---|
| 2379 | > | 
|---|
| 2380 | <Tool | 
|---|
| 2381 | Name="VCCLCompilerTool" | 
|---|
| 2382 | UsePrecompiledHeader="1" | 
|---|
| 2383 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2384 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2385 | /> | 
|---|
| 2386 | </FileConfiguration> | 
|---|
| 2387 | <FileConfiguration | 
|---|
| 2388 | Name="Release|Win32" | 
|---|
| 2389 | ExcludedFromBuild="true" | 
|---|
| 2390 | > | 
|---|
| 2391 | <Tool | 
|---|
| 2392 | Name="VCCLCompilerTool" | 
|---|
| 2393 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2394 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2395 | /> | 
|---|
| 2396 | </FileConfiguration> | 
|---|
| 2397 | <FileConfiguration | 
|---|
| 2398 | Name="Release|x64" | 
|---|
| 2399 | > | 
|---|
| 2400 | <Tool | 
|---|
| 2401 | Name="VCCLCompilerTool" | 
|---|
| 2402 | UsePrecompiledHeader="1" | 
|---|
| 2403 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2404 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2405 | /> | 
|---|
| 2406 | </FileConfiguration> | 
|---|
| 2407 | </File> | 
|---|
| 2408 | <Filter | 
|---|
| 2409 | Name="Calculation" | 
|---|
| 2410 | > | 
|---|
| 2411 | <File | 
|---|
| 2412 | RelativePath=".\compiler_x64\Compile_Calc.cpp" | 
|---|
| 2413 | > | 
|---|
| 2414 | <FileConfiguration | 
|---|
| 2415 | Name="Debug|Win32" | 
|---|
| 2416 | ExcludedFromBuild="true" | 
|---|
| 2417 | > | 
|---|
| 2418 | <Tool | 
|---|
| 2419 | Name="VCCLCompilerTool" | 
|---|
| 2420 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2421 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2422 | /> | 
|---|
| 2423 | </FileConfiguration> | 
|---|
| 2424 | <FileConfiguration | 
|---|
| 2425 | Name="Debug|x64" | 
|---|
| 2426 | > | 
|---|
| 2427 | <Tool | 
|---|
| 2428 | Name="VCCLCompilerTool" | 
|---|
| 2429 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2430 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2431 | /> | 
|---|
| 2432 | </FileConfiguration> | 
|---|
| 2433 | <FileConfiguration | 
|---|
| 2434 | Name="Release|Win32" | 
|---|
| 2435 | ExcludedFromBuild="true" | 
|---|
| 2436 | > | 
|---|
| 2437 | <Tool | 
|---|
| 2438 | Name="VCCLCompilerTool" | 
|---|
| 2439 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2440 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2441 | /> | 
|---|
| 2442 | </FileConfiguration> | 
|---|
| 2443 | <FileConfiguration | 
|---|
| 2444 | Name="Release|x64" | 
|---|
| 2445 | > | 
|---|
| 2446 | <Tool | 
|---|
| 2447 | Name="VCCLCompilerTool" | 
|---|
| 2448 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2449 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2450 | /> | 
|---|
| 2451 | </FileConfiguration> | 
|---|
| 2452 | </File> | 
|---|
| 2453 | <File | 
|---|
| 2454 | RelativePath=".\compiler_x64\Compile_Calc_PushVar.cpp" | 
|---|
| 2455 | > | 
|---|
| 2456 | <FileConfiguration | 
|---|
| 2457 | Name="Debug|Win32" | 
|---|
| 2458 | ExcludedFromBuild="true" | 
|---|
| 2459 | > | 
|---|
| 2460 | <Tool | 
|---|
| 2461 | Name="VCCLCompilerTool" | 
|---|
| 2462 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2463 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2464 | /> | 
|---|
| 2465 | </FileConfiguration> | 
|---|
| 2466 | <FileConfiguration | 
|---|
| 2467 | Name="Debug|x64" | 
|---|
| 2468 | > | 
|---|
| 2469 | <Tool | 
|---|
| 2470 | Name="VCCLCompilerTool" | 
|---|
| 2471 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2472 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2473 | /> | 
|---|
| 2474 | </FileConfiguration> | 
|---|
| 2475 | <FileConfiguration | 
|---|
| 2476 | Name="Release|Win32" | 
|---|
| 2477 | ExcludedFromBuild="true" | 
|---|
| 2478 | > | 
|---|
| 2479 | <Tool | 
|---|
| 2480 | Name="VCCLCompilerTool" | 
|---|
| 2481 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2482 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2483 | /> | 
|---|
| 2484 | </FileConfiguration> | 
|---|
| 2485 | <FileConfiguration | 
|---|
| 2486 | Name="Release|x64" | 
|---|
| 2487 | > | 
|---|
| 2488 | <Tool | 
|---|
| 2489 | Name="VCCLCompilerTool" | 
|---|
| 2490 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2491 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2492 | /> | 
|---|
| 2493 | </FileConfiguration> | 
|---|
| 2494 | </File> | 
|---|
| 2495 | <File | 
|---|
| 2496 | RelativePath=".\compiler_x64\Compile_Set_Var.cpp" | 
|---|
| 2497 | > | 
|---|
| 2498 | <FileConfiguration | 
|---|
| 2499 | Name="Debug|Win32" | 
|---|
| 2500 | ExcludedFromBuild="true" | 
|---|
| 2501 | > | 
|---|
| 2502 | <Tool | 
|---|
| 2503 | Name="VCCLCompilerTool" | 
|---|
| 2504 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2505 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2506 | /> | 
|---|
| 2507 | </FileConfiguration> | 
|---|
| 2508 | <FileConfiguration | 
|---|
| 2509 | Name="Debug|x64" | 
|---|
| 2510 | > | 
|---|
| 2511 | <Tool | 
|---|
| 2512 | Name="VCCLCompilerTool" | 
|---|
| 2513 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2514 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2515 | /> | 
|---|
| 2516 | </FileConfiguration> | 
|---|
| 2517 | <FileConfiguration | 
|---|
| 2518 | Name="Release|Win32" | 
|---|
| 2519 | ExcludedFromBuild="true" | 
|---|
| 2520 | > | 
|---|
| 2521 | <Tool | 
|---|
| 2522 | Name="VCCLCompilerTool" | 
|---|
| 2523 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2524 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2525 | /> | 
|---|
| 2526 | </FileConfiguration> | 
|---|
| 2527 | <FileConfiguration | 
|---|
| 2528 | Name="Release|x64" | 
|---|
| 2529 | > | 
|---|
| 2530 | <Tool | 
|---|
| 2531 | Name="VCCLCompilerTool" | 
|---|
| 2532 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2533 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2534 | /> | 
|---|
| 2535 | </FileConfiguration> | 
|---|
| 2536 | </File> | 
|---|
| 2537 | <File | 
|---|
| 2538 | RelativePath=".\compiler_x64\increment.cpp" | 
|---|
| 2539 | > | 
|---|
| 2540 | <FileConfiguration | 
|---|
| 2541 | Name="Debug|Win32" | 
|---|
| 2542 | ExcludedFromBuild="true" | 
|---|
| 2543 | > | 
|---|
| 2544 | <Tool | 
|---|
| 2545 | Name="VCCLCompilerTool" | 
|---|
| 2546 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2547 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2548 | /> | 
|---|
| 2549 | </FileConfiguration> | 
|---|
| 2550 | <FileConfiguration | 
|---|
| 2551 | Name="Debug|x64" | 
|---|
| 2552 | > | 
|---|
| 2553 | <Tool | 
|---|
| 2554 | Name="VCCLCompilerTool" | 
|---|
| 2555 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2556 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2557 | /> | 
|---|
| 2558 | </FileConfiguration> | 
|---|
| 2559 | <FileConfiguration | 
|---|
| 2560 | Name="Release|Win32" | 
|---|
| 2561 | ExcludedFromBuild="true" | 
|---|
| 2562 | > | 
|---|
| 2563 | <Tool | 
|---|
| 2564 | Name="VCCLCompilerTool" | 
|---|
| 2565 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2566 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2567 | /> | 
|---|
| 2568 | </FileConfiguration> | 
|---|
| 2569 | <FileConfiguration | 
|---|
| 2570 | Name="Release|x64" | 
|---|
| 2571 | > | 
|---|
| 2572 | <Tool | 
|---|
| 2573 | Name="VCCLCompilerTool" | 
|---|
| 2574 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2575 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2576 | /> | 
|---|
| 2577 | </FileConfiguration> | 
|---|
| 2578 | </File> | 
|---|
| 2579 | <File | 
|---|
| 2580 | RelativePath=".\compiler_x64\NumOpe.cpp" | 
|---|
| 2581 | > | 
|---|
| 2582 | <FileConfiguration | 
|---|
| 2583 | Name="Debug|Win32" | 
|---|
| 2584 | ExcludedFromBuild="true" | 
|---|
| 2585 | > | 
|---|
| 2586 | <Tool | 
|---|
| 2587 | Name="VCCLCompilerTool" | 
|---|
| 2588 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2589 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2590 | /> | 
|---|
| 2591 | </FileConfiguration> | 
|---|
| 2592 | <FileConfiguration | 
|---|
| 2593 | Name="Debug|x64" | 
|---|
| 2594 | > | 
|---|
| 2595 | <Tool | 
|---|
| 2596 | Name="VCCLCompilerTool" | 
|---|
| 2597 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2598 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2599 | /> | 
|---|
| 2600 | </FileConfiguration> | 
|---|
| 2601 | <FileConfiguration | 
|---|
| 2602 | Name="Release|Win32" | 
|---|
| 2603 | ExcludedFromBuild="true" | 
|---|
| 2604 | > | 
|---|
| 2605 | <Tool | 
|---|
| 2606 | Name="VCCLCompilerTool" | 
|---|
| 2607 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2608 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2609 | /> | 
|---|
| 2610 | </FileConfiguration> | 
|---|
| 2611 | <FileConfiguration | 
|---|
| 2612 | Name="Release|x64" | 
|---|
| 2613 | > | 
|---|
| 2614 | <Tool | 
|---|
| 2615 | Name="VCCLCompilerTool" | 
|---|
| 2616 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2617 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2618 | /> | 
|---|
| 2619 | </FileConfiguration> | 
|---|
| 2620 | </File> | 
|---|
| 2621 | <File | 
|---|
| 2622 | RelativePath=".\compiler_x64\NumOpe_Arithmetic.cpp" | 
|---|
| 2623 | > | 
|---|
| 2624 | <FileConfiguration | 
|---|
| 2625 | Name="Debug|Win32" | 
|---|
| 2626 | ExcludedFromBuild="true" | 
|---|
| 2627 | > | 
|---|
| 2628 | <Tool | 
|---|
| 2629 | Name="VCCLCompilerTool" | 
|---|
| 2630 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2631 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2632 | /> | 
|---|
| 2633 | </FileConfiguration> | 
|---|
| 2634 | <FileConfiguration | 
|---|
| 2635 | Name="Debug|x64" | 
|---|
| 2636 | > | 
|---|
| 2637 | <Tool | 
|---|
| 2638 | Name="VCCLCompilerTool" | 
|---|
| 2639 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2640 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2641 | /> | 
|---|
| 2642 | </FileConfiguration> | 
|---|
| 2643 | <FileConfiguration | 
|---|
| 2644 | Name="Release|Win32" | 
|---|
| 2645 | ExcludedFromBuild="true" | 
|---|
| 2646 | > | 
|---|
| 2647 | <Tool | 
|---|
| 2648 | Name="VCCLCompilerTool" | 
|---|
| 2649 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2650 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2651 | /> | 
|---|
| 2652 | </FileConfiguration> | 
|---|
| 2653 | <FileConfiguration | 
|---|
| 2654 | Name="Release|x64" | 
|---|
| 2655 | > | 
|---|
| 2656 | <Tool | 
|---|
| 2657 | Name="VCCLCompilerTool" | 
|---|
| 2658 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2659 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2660 | /> | 
|---|
| 2661 | </FileConfiguration> | 
|---|
| 2662 | </File> | 
|---|
| 2663 | <File | 
|---|
| 2664 | RelativePath=".\compiler_x64\NumOpe_Logical.cpp" | 
|---|
| 2665 | > | 
|---|
| 2666 | <FileConfiguration | 
|---|
| 2667 | Name="Debug|Win32" | 
|---|
| 2668 | ExcludedFromBuild="true" | 
|---|
| 2669 | > | 
|---|
| 2670 | <Tool | 
|---|
| 2671 | Name="VCCLCompilerTool" | 
|---|
| 2672 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2673 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2674 | /> | 
|---|
| 2675 | </FileConfiguration> | 
|---|
| 2676 | <FileConfiguration | 
|---|
| 2677 | Name="Debug|x64" | 
|---|
| 2678 | > | 
|---|
| 2679 | <Tool | 
|---|
| 2680 | Name="VCCLCompilerTool" | 
|---|
| 2681 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2682 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2683 | /> | 
|---|
| 2684 | </FileConfiguration> | 
|---|
| 2685 | <FileConfiguration | 
|---|
| 2686 | Name="Release|Win32" | 
|---|
| 2687 | ExcludedFromBuild="true" | 
|---|
| 2688 | > | 
|---|
| 2689 | <Tool | 
|---|
| 2690 | Name="VCCLCompilerTool" | 
|---|
| 2691 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2692 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2693 | /> | 
|---|
| 2694 | </FileConfiguration> | 
|---|
| 2695 | <FileConfiguration | 
|---|
| 2696 | Name="Release|x64" | 
|---|
| 2697 | > | 
|---|
| 2698 | <Tool | 
|---|
| 2699 | Name="VCCLCompilerTool" | 
|---|
| 2700 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2701 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2702 | /> | 
|---|
| 2703 | </FileConfiguration> | 
|---|
| 2704 | </File> | 
|---|
| 2705 | <File | 
|---|
| 2706 | RelativePath=".\compiler_x64\NumOpe_Relation.cpp" | 
|---|
| 2707 | > | 
|---|
| 2708 | <FileConfiguration | 
|---|
| 2709 | Name="Debug|Win32" | 
|---|
| 2710 | ExcludedFromBuild="true" | 
|---|
| 2711 | > | 
|---|
| 2712 | <Tool | 
|---|
| 2713 | Name="VCCLCompilerTool" | 
|---|
| 2714 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2715 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2716 | /> | 
|---|
| 2717 | </FileConfiguration> | 
|---|
| 2718 | <FileConfiguration | 
|---|
| 2719 | Name="Debug|x64" | 
|---|
| 2720 | > | 
|---|
| 2721 | <Tool | 
|---|
| 2722 | Name="VCCLCompilerTool" | 
|---|
| 2723 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2724 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2725 | /> | 
|---|
| 2726 | </FileConfiguration> | 
|---|
| 2727 | <FileConfiguration | 
|---|
| 2728 | Name="Release|Win32" | 
|---|
| 2729 | ExcludedFromBuild="true" | 
|---|
| 2730 | > | 
|---|
| 2731 | <Tool | 
|---|
| 2732 | Name="VCCLCompilerTool" | 
|---|
| 2733 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2734 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2735 | /> | 
|---|
| 2736 | </FileConfiguration> | 
|---|
| 2737 | <FileConfiguration | 
|---|
| 2738 | Name="Release|x64" | 
|---|
| 2739 | > | 
|---|
| 2740 | <Tool | 
|---|
| 2741 | Name="VCCLCompilerTool" | 
|---|
| 2742 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2743 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2744 | /> | 
|---|
| 2745 | </FileConfiguration> | 
|---|
| 2746 | </File> | 
|---|
| 2747 | <File | 
|---|
| 2748 | RelativePath=".\compiler_x64\NumOpe_TypeOperation.cpp" | 
|---|
| 2749 | > | 
|---|
| 2750 | <FileConfiguration | 
|---|
| 2751 | Name="Debug|Win32" | 
|---|
| 2752 | ExcludedFromBuild="true" | 
|---|
| 2753 | > | 
|---|
| 2754 | <Tool | 
|---|
| 2755 | Name="VCCLCompilerTool" | 
|---|
| 2756 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2757 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2758 | /> | 
|---|
| 2759 | </FileConfiguration> | 
|---|
| 2760 | <FileConfiguration | 
|---|
| 2761 | Name="Debug|x64" | 
|---|
| 2762 | > | 
|---|
| 2763 | <Tool | 
|---|
| 2764 | Name="VCCLCompilerTool" | 
|---|
| 2765 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2766 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2767 | /> | 
|---|
| 2768 | </FileConfiguration> | 
|---|
| 2769 | <FileConfiguration | 
|---|
| 2770 | Name="Release|Win32" | 
|---|
| 2771 | ExcludedFromBuild="true" | 
|---|
| 2772 | > | 
|---|
| 2773 | <Tool | 
|---|
| 2774 | Name="VCCLCompilerTool" | 
|---|
| 2775 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2776 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2777 | /> | 
|---|
| 2778 | </FileConfiguration> | 
|---|
| 2779 | <FileConfiguration | 
|---|
| 2780 | Name="Release|x64" | 
|---|
| 2781 | > | 
|---|
| 2782 | <Tool | 
|---|
| 2783 | Name="VCCLCompilerTool" | 
|---|
| 2784 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2785 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2786 | /> | 
|---|
| 2787 | </FileConfiguration> | 
|---|
| 2788 | </File> | 
|---|
| 2789 | </Filter> | 
|---|
| 2790 | <Filter | 
|---|
| 2791 | Name="Object" | 
|---|
| 2792 | > | 
|---|
| 2793 | <File | 
|---|
| 2794 | RelativePath=".\compiler_x64\Compile_Object.cpp" | 
|---|
| 2795 | > | 
|---|
| 2796 | <FileConfiguration | 
|---|
| 2797 | Name="Debug|Win32" | 
|---|
| 2798 | ExcludedFromBuild="true" | 
|---|
| 2799 | > | 
|---|
| 2800 | <Tool | 
|---|
| 2801 | Name="VCCLCompilerTool" | 
|---|
| 2802 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2803 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2804 | /> | 
|---|
| 2805 | </FileConfiguration> | 
|---|
| 2806 | <FileConfiguration | 
|---|
| 2807 | Name="Debug|x64" | 
|---|
| 2808 | > | 
|---|
| 2809 | <Tool | 
|---|
| 2810 | Name="VCCLCompilerTool" | 
|---|
| 2811 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2812 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2813 | /> | 
|---|
| 2814 | </FileConfiguration> | 
|---|
| 2815 | <FileConfiguration | 
|---|
| 2816 | Name="Release|Win32" | 
|---|
| 2817 | ExcludedFromBuild="true" | 
|---|
| 2818 | > | 
|---|
| 2819 | <Tool | 
|---|
| 2820 | Name="VCCLCompilerTool" | 
|---|
| 2821 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2822 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2823 | /> | 
|---|
| 2824 | </FileConfiguration> | 
|---|
| 2825 | <FileConfiguration | 
|---|
| 2826 | Name="Release|x64" | 
|---|
| 2827 | > | 
|---|
| 2828 | <Tool | 
|---|
| 2829 | Name="VCCLCompilerTool" | 
|---|
| 2830 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2831 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2832 | /> | 
|---|
| 2833 | </FileConfiguration> | 
|---|
| 2834 | </File> | 
|---|
| 2835 | </Filter> | 
|---|
| 2836 | <Filter | 
|---|
| 2837 | Name="Procedure" | 
|---|
| 2838 | > | 
|---|
| 2839 | <File | 
|---|
| 2840 | RelativePath=".\compiler_x64\CLockParameter.cpp" | 
|---|
| 2841 | > | 
|---|
| 2842 | <FileConfiguration | 
|---|
| 2843 | Name="Debug|Win32" | 
|---|
| 2844 | ExcludedFromBuild="true" | 
|---|
| 2845 | > | 
|---|
| 2846 | <Tool | 
|---|
| 2847 | Name="VCCLCompilerTool" | 
|---|
| 2848 | /> | 
|---|
| 2849 | </FileConfiguration> | 
|---|
| 2850 | <FileConfiguration | 
|---|
| 2851 | Name="Release|Win32" | 
|---|
| 2852 | ExcludedFromBuild="true" | 
|---|
| 2853 | > | 
|---|
| 2854 | <Tool | 
|---|
| 2855 | Name="VCCLCompilerTool" | 
|---|
| 2856 | /> | 
|---|
| 2857 | </FileConfiguration> | 
|---|
| 2858 | </File> | 
|---|
| 2859 | <File | 
|---|
| 2860 | RelativePath=".\compiler_x64\Compile_CallProc.cpp" | 
|---|
| 2861 | > | 
|---|
| 2862 | <FileConfiguration | 
|---|
| 2863 | Name="Debug|Win32" | 
|---|
| 2864 | ExcludedFromBuild="true" | 
|---|
| 2865 | > | 
|---|
| 2866 | <Tool | 
|---|
| 2867 | Name="VCCLCompilerTool" | 
|---|
| 2868 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2869 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2870 | /> | 
|---|
| 2871 | </FileConfiguration> | 
|---|
| 2872 | <FileConfiguration | 
|---|
| 2873 | Name="Debug|x64" | 
|---|
| 2874 | > | 
|---|
| 2875 | <Tool | 
|---|
| 2876 | Name="VCCLCompilerTool" | 
|---|
| 2877 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2878 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2879 | /> | 
|---|
| 2880 | </FileConfiguration> | 
|---|
| 2881 | <FileConfiguration | 
|---|
| 2882 | Name="Release|Win32" | 
|---|
| 2883 | ExcludedFromBuild="true" | 
|---|
| 2884 | > | 
|---|
| 2885 | <Tool | 
|---|
| 2886 | Name="VCCLCompilerTool" | 
|---|
| 2887 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2888 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2889 | /> | 
|---|
| 2890 | </FileConfiguration> | 
|---|
| 2891 | <FileConfiguration | 
|---|
| 2892 | Name="Release|x64" | 
|---|
| 2893 | > | 
|---|
| 2894 | <Tool | 
|---|
| 2895 | Name="VCCLCompilerTool" | 
|---|
| 2896 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2897 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2898 | /> | 
|---|
| 2899 | </FileConfiguration> | 
|---|
| 2900 | </File> | 
|---|
| 2901 | <File | 
|---|
| 2902 | RelativePath=".\compiler_x64\Compile_Func.cpp" | 
|---|
| 2903 | > | 
|---|
| 2904 | <FileConfiguration | 
|---|
| 2905 | Name="Debug|Win32" | 
|---|
| 2906 | ExcludedFromBuild="true" | 
|---|
| 2907 | > | 
|---|
| 2908 | <Tool | 
|---|
| 2909 | Name="VCCLCompilerTool" | 
|---|
| 2910 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2911 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2912 | /> | 
|---|
| 2913 | </FileConfiguration> | 
|---|
| 2914 | <FileConfiguration | 
|---|
| 2915 | Name="Debug|x64" | 
|---|
| 2916 | > | 
|---|
| 2917 | <Tool | 
|---|
| 2918 | Name="VCCLCompilerTool" | 
|---|
| 2919 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2920 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2921 | /> | 
|---|
| 2922 | </FileConfiguration> | 
|---|
| 2923 | <FileConfiguration | 
|---|
| 2924 | Name="Release|Win32" | 
|---|
| 2925 | ExcludedFromBuild="true" | 
|---|
| 2926 | > | 
|---|
| 2927 | <Tool | 
|---|
| 2928 | Name="VCCLCompilerTool" | 
|---|
| 2929 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2930 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2931 | /> | 
|---|
| 2932 | </FileConfiguration> | 
|---|
| 2933 | <FileConfiguration | 
|---|
| 2934 | Name="Release|x64" | 
|---|
| 2935 | > | 
|---|
| 2936 | <Tool | 
|---|
| 2937 | Name="VCCLCompilerTool" | 
|---|
| 2938 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2939 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2940 | /> | 
|---|
| 2941 | </FileConfiguration> | 
|---|
| 2942 | </File> | 
|---|
| 2943 | <File | 
|---|
| 2944 | RelativePath=".\compiler_x64\Compile_ProcOp.cpp" | 
|---|
| 2945 | > | 
|---|
| 2946 | <FileConfiguration | 
|---|
| 2947 | Name="Debug|Win32" | 
|---|
| 2948 | ExcludedFromBuild="true" | 
|---|
| 2949 | > | 
|---|
| 2950 | <Tool | 
|---|
| 2951 | Name="VCCLCompilerTool" | 
|---|
| 2952 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2953 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2954 | /> | 
|---|
| 2955 | </FileConfiguration> | 
|---|
| 2956 | <FileConfiguration | 
|---|
| 2957 | Name="Debug|x64" | 
|---|
| 2958 | > | 
|---|
| 2959 | <Tool | 
|---|
| 2960 | Name="VCCLCompilerTool" | 
|---|
| 2961 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2962 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2963 | /> | 
|---|
| 2964 | </FileConfiguration> | 
|---|
| 2965 | <FileConfiguration | 
|---|
| 2966 | Name="Release|Win32" | 
|---|
| 2967 | ExcludedFromBuild="true" | 
|---|
| 2968 | > | 
|---|
| 2969 | <Tool | 
|---|
| 2970 | Name="VCCLCompilerTool" | 
|---|
| 2971 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2972 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2973 | /> | 
|---|
| 2974 | </FileConfiguration> | 
|---|
| 2975 | <FileConfiguration | 
|---|
| 2976 | Name="Release|x64" | 
|---|
| 2977 | > | 
|---|
| 2978 | <Tool | 
|---|
| 2979 | Name="VCCLCompilerTool" | 
|---|
| 2980 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2981 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2982 | /> | 
|---|
| 2983 | </FileConfiguration> | 
|---|
| 2984 | </File> | 
|---|
| 2985 | <File | 
|---|
| 2986 | RelativePath=".\compiler_x64\CParameter.cpp" | 
|---|
| 2987 | > | 
|---|
| 2988 | <FileConfiguration | 
|---|
| 2989 | Name="Debug|Win32" | 
|---|
| 2990 | ExcludedFromBuild="true" | 
|---|
| 2991 | > | 
|---|
| 2992 | <Tool | 
|---|
| 2993 | Name="VCCLCompilerTool" | 
|---|
| 2994 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 2995 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 2996 | /> | 
|---|
| 2997 | </FileConfiguration> | 
|---|
| 2998 | <FileConfiguration | 
|---|
| 2999 | Name="Debug|x64" | 
|---|
| 3000 | > | 
|---|
| 3001 | <Tool | 
|---|
| 3002 | Name="VCCLCompilerTool" | 
|---|
| 3003 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 3004 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 3005 | /> | 
|---|
| 3006 | </FileConfiguration> | 
|---|
| 3007 | <FileConfiguration | 
|---|
| 3008 | Name="Release|Win32" | 
|---|
| 3009 | ExcludedFromBuild="true" | 
|---|
| 3010 | > | 
|---|
| 3011 | <Tool | 
|---|
| 3012 | Name="VCCLCompilerTool" | 
|---|
| 3013 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 3014 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 3015 | /> | 
|---|
| 3016 | </FileConfiguration> | 
|---|
| 3017 | <FileConfiguration | 
|---|
| 3018 | Name="Release|x64" | 
|---|
| 3019 | > | 
|---|
| 3020 | <Tool | 
|---|
| 3021 | Name="VCCLCompilerTool" | 
|---|
| 3022 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 3023 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 3024 | /> | 
|---|
| 3025 | </FileConfiguration> | 
|---|
| 3026 | </File> | 
|---|
| 3027 | <File | 
|---|
| 3028 | RelativePath=".\compiler_x64\OperatorProc.cpp" | 
|---|
| 3029 | > | 
|---|
| 3030 | <FileConfiguration | 
|---|
| 3031 | Name="Debug|Win32" | 
|---|
| 3032 | ExcludedFromBuild="true" | 
|---|
| 3033 | > | 
|---|
| 3034 | <Tool | 
|---|
| 3035 | Name="VCCLCompilerTool" | 
|---|
| 3036 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 3037 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 3038 | /> | 
|---|
| 3039 | </FileConfiguration> | 
|---|
| 3040 | <FileConfiguration | 
|---|
| 3041 | Name="Debug|x64" | 
|---|
| 3042 | > | 
|---|
| 3043 | <Tool | 
|---|
| 3044 | Name="VCCLCompilerTool" | 
|---|
| 3045 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 3046 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 3047 | /> | 
|---|
| 3048 | </FileConfiguration> | 
|---|
| 3049 | <FileConfiguration | 
|---|
| 3050 | Name="Release|Win32" | 
|---|
| 3051 | ExcludedFromBuild="true" | 
|---|
| 3052 | > | 
|---|
| 3053 | <Tool | 
|---|
| 3054 | Name="VCCLCompilerTool" | 
|---|
| 3055 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 3056 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 3057 | /> | 
|---|
| 3058 | </FileConfiguration> | 
|---|
| 3059 | <FileConfiguration | 
|---|
| 3060 | Name="Release|x64" | 
|---|
| 3061 | > | 
|---|
| 3062 | <Tool | 
|---|
| 3063 | Name="VCCLCompilerTool" | 
|---|
| 3064 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 3065 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 3066 | /> | 
|---|
| 3067 | </FileConfiguration> | 
|---|
| 3068 | </File> | 
|---|
| 3069 | <Filter | 
|---|
| 3070 | Name="Opcode" | 
|---|
| 3071 | > | 
|---|
| 3072 | <File | 
|---|
| 3073 | RelativePath=".\compiler_x64\amd64_main.cpp" | 
|---|
| 3074 | > | 
|---|
| 3075 | <FileConfiguration | 
|---|
| 3076 | Name="Debug|Win32" | 
|---|
| 3077 | ExcludedFromBuild="true" | 
|---|
| 3078 | > | 
|---|
| 3079 | <Tool | 
|---|
| 3080 | Name="VCCLCompilerTool" | 
|---|
| 3081 | /> | 
|---|
| 3082 | </FileConfiguration> | 
|---|
| 3083 | <FileConfiguration | 
|---|
| 3084 | Name="Release|Win32" | 
|---|
| 3085 | ExcludedFromBuild="true" | 
|---|
| 3086 | > | 
|---|
| 3087 | <Tool | 
|---|
| 3088 | Name="VCCLCompilerTool" | 
|---|
| 3089 | /> | 
|---|
| 3090 | </FileConfiguration> | 
|---|
| 3091 | </File> | 
|---|
| 3092 | <File | 
|---|
| 3093 | RelativePath=".\compiler_x64\CodeGenerator.cpp" | 
|---|
| 3094 | > | 
|---|
| 3095 | <FileConfiguration | 
|---|
| 3096 | Name="Debug|Win32" | 
|---|
| 3097 | ExcludedFromBuild="true" | 
|---|
| 3098 | > | 
|---|
| 3099 | <Tool | 
|---|
| 3100 | Name="VCCLCompilerTool" | 
|---|
| 3101 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 3102 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 3103 | /> | 
|---|
| 3104 | </FileConfiguration> | 
|---|
| 3105 | <FileConfiguration | 
|---|
| 3106 | Name="Debug|x64" | 
|---|
| 3107 | > | 
|---|
| 3108 | <Tool | 
|---|
| 3109 | Name="VCCLCompilerTool" | 
|---|
| 3110 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 3111 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 3112 | /> | 
|---|
| 3113 | </FileConfiguration> | 
|---|
| 3114 | <FileConfiguration | 
|---|
| 3115 | Name="Release|Win32" | 
|---|
| 3116 | ExcludedFromBuild="true" | 
|---|
| 3117 | > | 
|---|
| 3118 | <Tool | 
|---|
| 3119 | Name="VCCLCompilerTool" | 
|---|
| 3120 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 3121 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 3122 | /> | 
|---|
| 3123 | </FileConfiguration> | 
|---|
| 3124 | <FileConfiguration | 
|---|
| 3125 | Name="Release|x64" | 
|---|
| 3126 | > | 
|---|
| 3127 | <Tool | 
|---|
| 3128 | Name="VCCLCompilerTool" | 
|---|
| 3129 | ObjectFile="$(IntDir)\$(InputName)1.obj" | 
|---|
| 3130 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" | 
|---|
| 3131 | /> | 
|---|
| 3132 | </FileConfiguration> | 
|---|
| 3133 | </File> | 
|---|
| 3134 | <File | 
|---|
| 3135 | RelativePath=".\compiler_x64\stack_frame.cpp" | 
|---|
| 3136 | > | 
|---|
| 3137 | <FileConfiguration | 
|---|
| 3138 | Name="Debug|Win32" | 
|---|
| 3139 | ExcludedFromBuild="true" | 
|---|
| 3140 | > | 
|---|
| 3141 | <Tool | 
|---|
| 3142 | Name="VCCLCompilerTool" | 
|---|
| 3143 | /> | 
|---|
| 3144 | </FileConfiguration> | 
|---|
| 3145 | <FileConfiguration | 
|---|
| 3146 | Name="Release|Win32" | 
|---|
| 3147 | ExcludedFromBuild="true" | 
|---|
| 3148 | > | 
|---|
| 3149 | <Tool | 
|---|
| 3150 | Name="VCCLCompilerTool" | 
|---|
| 3151 | /> | 
|---|
| 3152 | </FileConfiguration> | 
|---|
| 3153 | </File> | 
|---|
| 3154 | </Filter> | 
|---|
| 3155 | </Filter> | 
|---|
| 3156 | </Filter> | 
|---|
| 3157 | </Filter> | 
|---|
| 3158 | <Filter | 
|---|
| 3159 | Name="Header Files" | 
|---|
| 3160 | Filter="h;hpp;hxx;hm;inl" | 
|---|
| 3161 | > | 
|---|
| 3162 | <File | 
|---|
| 3163 | RelativePath="BasicCompiler_Common\BasicCompiler.h" | 
|---|
| 3164 | > | 
|---|
| 3165 | </File> | 
|---|
| 3166 | <File | 
|---|
| 3167 | RelativePath="BasicCompiler_Common\common.h" | 
|---|
| 3168 | > | 
|---|
| 3169 | </File> | 
|---|
| 3170 | <File | 
|---|
| 3171 | RelativePath="BasicCompiler_Common\include\option.h" | 
|---|
| 3172 | > | 
|---|
| 3173 | </File> | 
|---|
| 3174 | <File | 
|---|
| 3175 | RelativePath="BasicCompiler_Common\include\ver.h" | 
|---|
| 3176 | > | 
|---|
| 3177 | </File> | 
|---|
| 3178 | <Filter | 
|---|
| 3179 | Name="言語対応文字列" | 
|---|
| 3180 | > | 
|---|
| 3181 | <File | 
|---|
| 3182 | RelativePath="BasicCompiler_Common\common_msg_eng.h" | 
|---|
| 3183 | > | 
|---|
| 3184 | </File> | 
|---|
| 3185 | <File | 
|---|
| 3186 | RelativePath="BasicCompiler_Common\common_msg_jpn.h" | 
|---|
| 3187 | > | 
|---|
| 3188 | </File> | 
|---|
| 3189 | </Filter> | 
|---|
| 3190 | <Filter | 
|---|
| 3191 | Name="Parts_h" | 
|---|
| 3192 | > | 
|---|
| 3193 | <File | 
|---|
| 3194 | RelativePath="BasicCompiler_Common\NonVolatile.h" | 
|---|
| 3195 | > | 
|---|
| 3196 | </File> | 
|---|
| 3197 | </Filter> | 
|---|
| 3198 | <Filter | 
|---|
| 3199 | Name="Common Classes" | 
|---|
| 3200 | > | 
|---|
| 3201 | <File | 
|---|
| 3202 | RelativePath="BasicCompiler_Common\include\logger.h" | 
|---|
| 3203 | > | 
|---|
| 3204 | </File> | 
|---|
| 3205 | </Filter> | 
|---|
| 3206 | <Filter | 
|---|
| 3207 | Name="Compiler Classes" | 
|---|
| 3208 | > | 
|---|
| 3209 | <File | 
|---|
| 3210 | RelativePath="BasicCompiler_Common\include\CodeGenerator.h" | 
|---|
| 3211 | > | 
|---|
| 3212 | </File> | 
|---|
| 3213 | <File | 
|---|
| 3214 | RelativePath="BasicCompiler_Common\include\Compiler.h" | 
|---|
| 3215 | > | 
|---|
| 3216 | </File> | 
|---|
| 3217 | <File | 
|---|
| 3218 | RelativePath="BasicCompiler_Common\include\DataTableGenerator.h" | 
|---|
| 3219 | > | 
|---|
| 3220 | </File> | 
|---|
| 3221 | <File | 
|---|
| 3222 | RelativePath="BasicCompiler_Common\include\ErrorCode.h" | 
|---|
| 3223 | > | 
|---|
| 3224 | </File> | 
|---|
| 3225 | <File | 
|---|
| 3226 | RelativePath="BasicCompiler_Common\include\LexicalAnalyzer.h" | 
|---|
| 3227 | > | 
|---|
| 3228 | </File> | 
|---|
| 3229 | <File | 
|---|
| 3230 | RelativePath="BasicCompiler_Common\include\Linker.h" | 
|---|
| 3231 | > | 
|---|
| 3232 | </File> | 
|---|
| 3233 | <File | 
|---|
| 3234 | RelativePath="BasicCompiler_Common\include\Messenger.h" | 
|---|
| 3235 | > | 
|---|
| 3236 | </File> | 
|---|
| 3237 | <File | 
|---|
| 3238 | RelativePath="BasicCompiler_Common\include\ProcedureGenerator.h" | 
|---|
| 3239 | > | 
|---|
| 3240 | </File> | 
|---|
| 3241 | <File | 
|---|
| 3242 | RelativePath="BasicCompiler_Common\include\VtblGenerator.h" | 
|---|
| 3243 | > | 
|---|
| 3244 | </File> | 
|---|
| 3245 | <Filter | 
|---|
| 3246 | Name="Language Classes" | 
|---|
| 3247 | > | 
|---|
| 3248 | <File | 
|---|
| 3249 | RelativePath="BasicCompiler_Common\include\Enum.h" | 
|---|
| 3250 | > | 
|---|
| 3251 | </File> | 
|---|
| 3252 | <File | 
|---|
| 3253 | RelativePath="BasicCompiler_Common\include\Exception.h" | 
|---|
| 3254 | > | 
|---|
| 3255 | </File> | 
|---|
| 3256 | <File | 
|---|
| 3257 | RelativePath="BasicCompiler_Common\include\LexicalScope.h" | 
|---|
| 3258 | > | 
|---|
| 3259 | </File> | 
|---|
| 3260 | </Filter> | 
|---|
| 3261 | </Filter> | 
|---|
| 3262 | <Filter | 
|---|
| 3263 | Name="Application Classes" | 
|---|
| 3264 | > | 
|---|
| 3265 | <File | 
|---|
| 3266 | RelativePath="BasicCompiler_Common\include\Configuration.h" | 
|---|
| 3267 | > | 
|---|
| 3268 | </File> | 
|---|
| 3269 | <File | 
|---|
| 3270 | RelativePath="BasicCompiler_Common\include\Program.h" | 
|---|
| 3271 | > | 
|---|
| 3272 | </File> | 
|---|
| 3273 | </Filter> | 
|---|
| 3274 | <Filter | 
|---|
| 3275 | Name="Debugger Classes" | 
|---|
| 3276 | > | 
|---|
| 3277 | <File | 
|---|
| 3278 | RelativePath="BasicCompiler_Common\include\BreakPoint.h" | 
|---|
| 3279 | > | 
|---|
| 3280 | </File> | 
|---|
| 3281 | <File | 
|---|
| 3282 | RelativePath="BasicCompiler_Common\include\Debugger.h" | 
|---|
| 3283 | > | 
|---|
| 3284 | </File> | 
|---|
| 3285 | </Filter> | 
|---|
| 3286 | <Filter | 
|---|
| 3287 | Name="x86" | 
|---|
| 3288 | > | 
|---|
| 3289 | <File | 
|---|
| 3290 | RelativePath="compiler_x86\CommandValue.h" | 
|---|
| 3291 | > | 
|---|
| 3292 | </File> | 
|---|
| 3293 | <File | 
|---|
| 3294 | RelativePath=".\compiler_x86\FunctionValue.h" | 
|---|
| 3295 | > | 
|---|
| 3296 | </File> | 
|---|
| 3297 | <File | 
|---|
| 3298 | RelativePath="compiler_x86\MachineFixed.h" | 
|---|
| 3299 | > | 
|---|
| 3300 | </File> | 
|---|
| 3301 | <File | 
|---|
| 3302 | RelativePath="compiler_x86\Opcode.h" | 
|---|
| 3303 | > | 
|---|
| 3304 | </File> | 
|---|
| 3305 | <File | 
|---|
| 3306 | RelativePath="compiler_x86\stdafx.h" | 
|---|
| 3307 | > | 
|---|
| 3308 | </File> | 
|---|
| 3309 | </Filter> | 
|---|
| 3310 | <Filter | 
|---|
| 3311 | Name="x64" | 
|---|
| 3312 | > | 
|---|
| 3313 | <File | 
|---|
| 3314 | RelativePath=".\compiler_x64\CommandValue.h" | 
|---|
| 3315 | > | 
|---|
| 3316 | </File> | 
|---|
| 3317 | <File | 
|---|
| 3318 | RelativePath=".\compiler_x64\FunctionValue.h" | 
|---|
| 3319 | > | 
|---|
| 3320 | </File> | 
|---|
| 3321 | <File | 
|---|
| 3322 | RelativePath=".\compiler_x64\MachineFixed.h" | 
|---|
| 3323 | > | 
|---|
| 3324 | </File> | 
|---|
| 3325 | <File | 
|---|
| 3326 | RelativePath=".\compiler_x64\Opcode.h" | 
|---|
| 3327 | > | 
|---|
| 3328 | </File> | 
|---|
| 3329 | <File | 
|---|
| 3330 | RelativePath=".\compiler_x64\stdafx.h" | 
|---|
| 3331 | > | 
|---|
| 3332 | </File> | 
|---|
| 3333 | </Filter> | 
|---|
| 3334 | </Filter> | 
|---|
| 3335 | <Filter | 
|---|
| 3336 | Name="Resource Files" | 
|---|
| 3337 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | 
|---|
| 3338 | > | 
|---|
| 3339 | <Filter | 
|---|
| 3340 | Name="x86" | 
|---|
| 3341 | > | 
|---|
| 3342 | <File | 
|---|
| 3343 | RelativePath="compiler_x86\compiler_x86.rc" | 
|---|
| 3344 | > | 
|---|
| 3345 | <FileConfiguration | 
|---|
| 3346 | Name="Debug|x64" | 
|---|
| 3347 | ExcludedFromBuild="true" | 
|---|
| 3348 | > | 
|---|
| 3349 | <Tool | 
|---|
| 3350 | Name="VCResourceCompilerTool" | 
|---|
| 3351 | /> | 
|---|
| 3352 | </FileConfiguration> | 
|---|
| 3353 | <FileConfiguration | 
|---|
| 3354 | Name="Release|x64" | 
|---|
| 3355 | ExcludedFromBuild="true" | 
|---|
| 3356 | > | 
|---|
| 3357 | <Tool | 
|---|
| 3358 | Name="VCResourceCompilerTool" | 
|---|
| 3359 | /> | 
|---|
| 3360 | </FileConfiguration> | 
|---|
| 3361 | </File> | 
|---|
| 3362 | <File | 
|---|
| 3363 | RelativePath="compiler_x86\icon1.ico" | 
|---|
| 3364 | > | 
|---|
| 3365 | </File> | 
|---|
| 3366 | <File | 
|---|
| 3367 | RelativePath="compiler_x86\toolbar_debugger.bmp" | 
|---|
| 3368 | > | 
|---|
| 3369 | </File> | 
|---|
| 3370 | <File | 
|---|
| 3371 | RelativePath="compiler_x86\toolbar_debugger_disable.bmp" | 
|---|
| 3372 | > | 
|---|
| 3373 | </File> | 
|---|
| 3374 | <File | 
|---|
| 3375 | RelativePath="compiler_x86\VarArray.ico" | 
|---|
| 3376 | > | 
|---|
| 3377 | </File> | 
|---|
| 3378 | <File | 
|---|
| 3379 | RelativePath="compiler_x86\VarData.ico" | 
|---|
| 3380 | > | 
|---|
| 3381 | </File> | 
|---|
| 3382 | <File | 
|---|
| 3383 | RelativePath="compiler_x86\VarPtrStruct.ico" | 
|---|
| 3384 | > | 
|---|
| 3385 | </File> | 
|---|
| 3386 | <File | 
|---|
| 3387 | RelativePath="compiler_x86\VarStr.ico" | 
|---|
| 3388 | > | 
|---|
| 3389 | </File> | 
|---|
| 3390 | <File | 
|---|
| 3391 | RelativePath="compiler_x86\VarStruct.ico" | 
|---|
| 3392 | > | 
|---|
| 3393 | </File> | 
|---|
| 3394 | </Filter> | 
|---|
| 3395 | <Filter | 
|---|
| 3396 | Name="x64" | 
|---|
| 3397 | > | 
|---|
| 3398 | <File | 
|---|
| 3399 | RelativePath=".\compiler_x64\compiler_x64.rc" | 
|---|
| 3400 | > | 
|---|
| 3401 | <FileConfiguration | 
|---|
| 3402 | Name="Debug|Win32" | 
|---|
| 3403 | ExcludedFromBuild="true" | 
|---|
| 3404 | > | 
|---|
| 3405 | <Tool | 
|---|
| 3406 | Name="VCResourceCompilerTool" | 
|---|
| 3407 | /> | 
|---|
| 3408 | </FileConfiguration> | 
|---|
| 3409 | <FileConfiguration | 
|---|
| 3410 | Name="Release|Win32" | 
|---|
| 3411 | ExcludedFromBuild="true" | 
|---|
| 3412 | > | 
|---|
| 3413 | <Tool | 
|---|
| 3414 | Name="VCResourceCompilerTool" | 
|---|
| 3415 | /> | 
|---|
| 3416 | </FileConfiguration> | 
|---|
| 3417 | </File> | 
|---|
| 3418 | <File | 
|---|
| 3419 | RelativePath=".\compiler_x64\icon1.ico" | 
|---|
| 3420 | > | 
|---|
| 3421 | </File> | 
|---|
| 3422 | <File | 
|---|
| 3423 | RelativePath=".\compiler_x64\VarArray.ico" | 
|---|
| 3424 | > | 
|---|
| 3425 | </File> | 
|---|
| 3426 | <File | 
|---|
| 3427 | RelativePath=".\compiler_x64\VarData.ico" | 
|---|
| 3428 | > | 
|---|
| 3429 | </File> | 
|---|
| 3430 | <File | 
|---|
| 3431 | RelativePath=".\compiler_x64\VarPtrStruct.ico" | 
|---|
| 3432 | > | 
|---|
| 3433 | </File> | 
|---|
| 3434 | <File | 
|---|
| 3435 | RelativePath=".\compiler_x64\VarStr.ico" | 
|---|
| 3436 | > | 
|---|
| 3437 | </File> | 
|---|
| 3438 | <File | 
|---|
| 3439 | RelativePath=".\compiler_x64\VarStruct.ico" | 
|---|
| 3440 | > | 
|---|
| 3441 | </File> | 
|---|
| 3442 | </Filter> | 
|---|
| 3443 | </Filter> | 
|---|
| 3444 | </Files> | 
|---|
| 3445 | <Globals> | 
|---|
| 3446 | </Globals> | 
|---|
| 3447 | </VisualStudioProject> | 
|---|