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