[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"
|
---|
[159] | 88 | AdditionalLibraryDirectories="..\..\jenga\lib\amd64"
|
---|
[3] | 89 | IgnoreDefaultLibraryNames=""
|
---|
| 90 | GenerateDebugInformation="true"
|
---|
| 91 | ProgramDatabaseFile=".\Debug/BasicCompiler64.pdb"
|
---|
| 92 | SubSystem="2"
|
---|
[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"
|
---|
[159] | 201 | AdditionalLibraryDirectories="..\..\jenga\lib\amd64"
|
---|
[219] | 202 | IgnoreDefaultLibraryNames=""
|
---|
[3] | 203 | GenerateDebugInformation="false"
|
---|
| 204 | ProgramDatabaseFile=".\Release/BasicCompiler64.pdb"
|
---|
| 205 | SubSystem="2"
|
---|
| 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
|
---|
[257] | 347 | RelativePath="..\BasicCompiler_Common\include\Exception.h"
|
---|
| 348 | >
|
---|
| 349 | </File>
|
---|
| 350 | <File
|
---|
| 351 | RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
|
---|
| 352 | >
|
---|
| 353 | </File>
|
---|
| 354 | <File
|
---|
| 355 | RelativePath="..\BasicCompiler_Common\include\Member.h"
|
---|
| 356 | >
|
---|
| 357 | </File>
|
---|
| 358 | <File
|
---|
| 359 | RelativePath="..\BasicCompiler_Common\include\Meta.h"
|
---|
| 360 | >
|
---|
| 361 | </File>
|
---|
| 362 | <File
|
---|
| 363 | RelativePath="..\BasicCompiler_Common\include\Method.h"
|
---|
| 364 | >
|
---|
| 365 | </File>
|
---|
| 366 | <File
|
---|
| 367 | RelativePath="..\BasicCompiler_Common\include\Namespace.h"
|
---|
| 368 | >
|
---|
| 369 | </File>
|
---|
| 370 | <File
|
---|
| 371 | RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"
|
---|
| 372 | >
|
---|
| 373 | </File>
|
---|
| 374 | <File
|
---|
| 375 | RelativePath="..\BasicCompiler_Common\include\NativeCode.h"
|
---|
| 376 | >
|
---|
| 377 | </File>
|
---|
| 378 | <File
|
---|
[270] | 379 | RelativePath="..\BasicCompiler_Common\include\ObjectModule.h"
|
---|
| 380 | >
|
---|
| 381 | </File>
|
---|
| 382 | <File
|
---|
[257] | 383 | RelativePath="..\BasicCompiler_Common\include\Parameter.h"
|
---|
| 384 | >
|
---|
| 385 | </File>
|
---|
| 386 | <File
|
---|
| 387 | RelativePath="..\BasicCompiler_Common\include\Procedure.h"
|
---|
| 388 | >
|
---|
| 389 | </File>
|
---|
| 390 | <File
|
---|
| 391 | RelativePath="..\BasicCompiler_Common\include\Program.h"
|
---|
| 392 | >
|
---|
| 393 | </File>
|
---|
| 394 | <File
|
---|
| 395 | RelativePath="..\BasicCompiler_Common\include\Prototype.h"
|
---|
| 396 | >
|
---|
| 397 | </File>
|
---|
| 398 | <File
|
---|
| 399 | RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h"
|
---|
| 400 | >
|
---|
| 401 | </File>
|
---|
| 402 | <File
|
---|
[266] | 403 | RelativePath="..\BasicCompiler_Common\include\Source.h"
|
---|
| 404 | >
|
---|
| 405 | </File>
|
---|
| 406 | <File
|
---|
[257] | 407 | RelativePath="..\BasicCompiler_Common\include\Symbol.h"
|
---|
| 408 | >
|
---|
| 409 | </File>
|
---|
| 410 | <File
|
---|
| 411 | RelativePath="..\BasicCompiler_Common\include\Type.h"
|
---|
| 412 | >
|
---|
| 413 | </File>
|
---|
| 414 | <File
|
---|
| 415 | RelativePath="..\BasicCompiler_Common\include\TypeDef.h"
|
---|
| 416 | >
|
---|
| 417 | </File>
|
---|
| 418 | <File
|
---|
| 419 | RelativePath="..\BasicCompiler_Common\include\Variable.h"
|
---|
| 420 | >
|
---|
| 421 | </File>
|
---|
| 422 | </Filter>
|
---|
[218] | 423 | </Filter>
|
---|
[6] | 424 | </Filter>
|
---|
| 425 | <Filter
|
---|
| 426 | Name="Resource Files"
|
---|
| 427 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
| 428 | >
|
---|
| 429 | <File
|
---|
| 430 | RelativePath="icon1.ico"
|
---|
| 431 | >
|
---|
| 432 | </File>
|
---|
| 433 | <File
|
---|
| 434 | RelativePath="toolbar_debugger.bmp"
|
---|
| 435 | >
|
---|
| 436 | </File>
|
---|
| 437 | <File
|
---|
| 438 | RelativePath="VarArray.ico"
|
---|
| 439 | >
|
---|
| 440 | </File>
|
---|
| 441 | <File
|
---|
| 442 | RelativePath="VarData.ico"
|
---|
| 443 | >
|
---|
| 444 | </File>
|
---|
| 445 | <File
|
---|
| 446 | RelativePath="VarPtrStruct.ico"
|
---|
| 447 | >
|
---|
| 448 | </File>
|
---|
| 449 | <File
|
---|
| 450 | RelativePath="VarStr.ico"
|
---|
| 451 | >
|
---|
| 452 | </File>
|
---|
| 453 | <File
|
---|
| 454 | RelativePath="VarStruct.ico"
|
---|
| 455 | >
|
---|
| 456 | </File>
|
---|
| 457 | </Filter>
|
---|
| 458 | <Filter
|
---|
| 459 | Name="Source Files"
|
---|
| 460 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
---|
| 461 | >
|
---|
| 462 | <File
|
---|
| 463 | RelativePath="BasicCompiler.rc"
|
---|
| 464 | >
|
---|
| 465 | <FileConfiguration
|
---|
| 466 | Name="Debug|Win32"
|
---|
| 467 | >
|
---|
| 468 | <Tool
|
---|
| 469 | Name="VCResourceCompilerTool"
|
---|
| 470 | PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
|
---|
| 471 | />
|
---|
| 472 | </FileConfiguration>
|
---|
| 473 | <FileConfiguration
|
---|
[127] | 474 | Name="Release|Win32"
|
---|
[6] | 475 | >
|
---|
| 476 | <Tool
|
---|
| 477 | Name="VCResourceCompilerTool"
|
---|
| 478 | PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)"
|
---|
| 479 | />
|
---|
| 480 | </FileConfiguration>
|
---|
| 481 | </File>
|
---|
[206] | 482 | <File
|
---|
| 483 | RelativePath=".\stdafx.cpp"
|
---|
| 484 | >
|
---|
| 485 | <FileConfiguration
|
---|
| 486 | Name="Debug|Win32"
|
---|
| 487 | >
|
---|
| 488 | <Tool
|
---|
| 489 | Name="VCCLCompilerTool"
|
---|
| 490 | UsePrecompiledHeader="1"
|
---|
| 491 | />
|
---|
| 492 | </FileConfiguration>
|
---|
| 493 | <FileConfiguration
|
---|
| 494 | Name="Release|Win32"
|
---|
| 495 | >
|
---|
| 496 | <Tool
|
---|
| 497 | Name="VCCLCompilerTool"
|
---|
| 498 | UsePrecompiledHeader="1"
|
---|
| 499 | />
|
---|
| 500 | </FileConfiguration>
|
---|
| 501 | </File>
|
---|
[3] | 502 | <Filter
|
---|
[257] | 503 | Name="x64Compile"
|
---|
[3] | 504 | >
|
---|
| 505 | <File
|
---|
[6] | 506 | RelativePath="Compile_Statement.cpp"
|
---|
[3] | 507 | >
|
---|
| 508 | <FileConfiguration
|
---|
| 509 | Name="Debug|Win32"
|
---|
| 510 | >
|
---|
| 511 | <Tool
|
---|
[6] | 512 | Name="VCCLCompilerTool"
|
---|
[308] | 513 | UsePrecompiledHeader="2"
|
---|
[6] | 514 | BrowseInformation="0"
|
---|
[3] | 515 | />
|
---|
| 516 | </FileConfiguration>
|
---|
| 517 | <FileConfiguration
|
---|
[127] | 518 | Name="Release|Win32"
|
---|
[3] | 519 | >
|
---|
| 520 | <Tool
|
---|
[6] | 521 | Name="VCCLCompilerTool"
|
---|
[308] | 522 | UsePrecompiledHeader="2"
|
---|
[6] | 523 | BrowseInformation="0"
|
---|
[3] | 524 | />
|
---|
| 525 | </FileConfiguration>
|
---|
| 526 | </File>
|
---|
[6] | 527 | <File
|
---|
| 528 | RelativePath="Compile_Var.cpp"
|
---|
| 529 | >
|
---|
| 530 | <FileConfiguration
|
---|
| 531 | Name="Debug|Win32"
|
---|
| 532 | >
|
---|
| 533 | <Tool
|
---|
| 534 | Name="VCCLCompilerTool"
|
---|
[308] | 535 | UsePrecompiledHeader="2"
|
---|
[6] | 536 | BrowseInformation="0"
|
---|
| 537 | />
|
---|
| 538 | </FileConfiguration>
|
---|
| 539 | <FileConfiguration
|
---|
[127] | 540 | Name="Release|Win32"
|
---|
[6] | 541 | >
|
---|
| 542 | <Tool
|
---|
| 543 | Name="VCCLCompilerTool"
|
---|
[308] | 544 | UsePrecompiledHeader="2"
|
---|
[6] | 545 | BrowseInformation="0"
|
---|
| 546 | />
|
---|
| 547 | </FileConfiguration>
|
---|
| 548 | </File>
|
---|
| 549 | <File
|
---|
| 550 | RelativePath="MakePeHdr.cpp"
|
---|
| 551 | >
|
---|
| 552 | <FileConfiguration
|
---|
| 553 | Name="Debug|Win32"
|
---|
| 554 | >
|
---|
| 555 | <Tool
|
---|
| 556 | Name="VCCLCompilerTool"
|
---|
[308] | 557 | UsePrecompiledHeader="2"
|
---|
[6] | 558 | BrowseInformation="0"
|
---|
| 559 | />
|
---|
| 560 | </FileConfiguration>
|
---|
| 561 | <FileConfiguration
|
---|
[127] | 562 | Name="Release|Win32"
|
---|
[6] | 563 | >
|
---|
| 564 | <Tool
|
---|
| 565 | Name="VCCLCompilerTool"
|
---|
[308] | 566 | UsePrecompiledHeader="2"
|
---|
[6] | 567 | BrowseInformation="0"
|
---|
| 568 | />
|
---|
| 569 | </FileConfiguration>
|
---|
| 570 | </File>
|
---|
| 571 | <File
|
---|
| 572 | RelativePath="Register.cpp"
|
---|
| 573 | >
|
---|
| 574 | <FileConfiguration
|
---|
| 575 | Name="Debug|Win32"
|
---|
| 576 | >
|
---|
| 577 | <Tool
|
---|
| 578 | Name="VCCLCompilerTool"
|
---|
[308] | 579 | UsePrecompiledHeader="2"
|
---|
[6] | 580 | BrowseInformation="0"
|
---|
| 581 | />
|
---|
| 582 | </FileConfiguration>
|
---|
| 583 | <FileConfiguration
|
---|
[127] | 584 | Name="Release|Win32"
|
---|
[6] | 585 | >
|
---|
| 586 | <Tool
|
---|
| 587 | Name="VCCLCompilerTool"
|
---|
[308] | 588 | UsePrecompiledHeader="2"
|
---|
[6] | 589 | BrowseInformation="0"
|
---|
| 590 | />
|
---|
| 591 | </FileConfiguration>
|
---|
| 592 | </File>
|
---|
[3] | 593 | <Filter
|
---|
[6] | 594 | Name="Calculation"
|
---|
[3] | 595 | >
|
---|
| 596 | <File
|
---|
[6] | 597 | RelativePath="Compile_Calc.cpp"
|
---|
[3] | 598 | >
|
---|
| 599 | <FileConfiguration
|
---|
| 600 | Name="Debug|Win32"
|
---|
| 601 | >
|
---|
| 602 | <Tool
|
---|
| 603 | Name="VCCLCompilerTool"
|
---|
[308] | 604 | UsePrecompiledHeader="2"
|
---|
[3] | 605 | BrowseInformation="0"
|
---|
| 606 | />
|
---|
| 607 | </FileConfiguration>
|
---|
| 608 | <FileConfiguration
|
---|
[127] | 609 | Name="Release|Win32"
|
---|
[6] | 610 | >
|
---|
| 611 | <Tool
|
---|
| 612 | Name="VCCLCompilerTool"
|
---|
[308] | 613 | UsePrecompiledHeader="2"
|
---|
[6] | 614 | BrowseInformation="0"
|
---|
| 615 | />
|
---|
| 616 | </FileConfiguration>
|
---|
| 617 | </File>
|
---|
| 618 | <File
|
---|
| 619 | RelativePath="Compile_Calc_PushVar.cpp"
|
---|
| 620 | >
|
---|
| 621 | <FileConfiguration
|
---|
| 622 | Name="Debug|Win32"
|
---|
| 623 | >
|
---|
| 624 | <Tool
|
---|
| 625 | Name="VCCLCompilerTool"
|
---|
[308] | 626 | UsePrecompiledHeader="2"
|
---|
[6] | 627 | BrowseInformation="0"
|
---|
| 628 | />
|
---|
| 629 | </FileConfiguration>
|
---|
| 630 | <FileConfiguration
|
---|
[127] | 631 | Name="Release|Win32"
|
---|
[3] | 632 | >
|
---|
| 633 | <Tool
|
---|
| 634 | Name="VCCLCompilerTool"
|
---|
[308] | 635 | UsePrecompiledHeader="2"
|
---|
[3] | 636 | BrowseInformation="0"
|
---|
| 637 | />
|
---|
| 638 | </FileConfiguration>
|
---|
| 639 | </File>
|
---|
| 640 | <File
|
---|
[6] | 641 | RelativePath="Compile_Set_Var.cpp"
|
---|
[3] | 642 | >
|
---|
| 643 | <FileConfiguration
|
---|
| 644 | Name="Debug|Win32"
|
---|
| 645 | >
|
---|
| 646 | <Tool
|
---|
| 647 | Name="VCCLCompilerTool"
|
---|
[308] | 648 | UsePrecompiledHeader="2"
|
---|
[3] | 649 | BrowseInformation="0"
|
---|
| 650 | />
|
---|
| 651 | </FileConfiguration>
|
---|
| 652 | <FileConfiguration
|
---|
[127] | 653 | Name="Release|Win32"
|
---|
[3] | 654 | >
|
---|
| 655 | <Tool
|
---|
| 656 | Name="VCCLCompilerTool"
|
---|
[308] | 657 | UsePrecompiledHeader="2"
|
---|
[3] | 658 | BrowseInformation="0"
|
---|
| 659 | />
|
---|
| 660 | </FileConfiguration>
|
---|
| 661 | </File>
|
---|
| 662 | <File
|
---|
[6] | 663 | RelativePath=".\increment.cpp"
|
---|
[3] | 664 | >
|
---|
[308] | 665 | <FileConfiguration
|
---|
| 666 | Name="Debug|Win32"
|
---|
| 667 | >
|
---|
| 668 | <Tool
|
---|
| 669 | Name="VCCLCompilerTool"
|
---|
| 670 | UsePrecompiledHeader="2"
|
---|
| 671 | />
|
---|
| 672 | </FileConfiguration>
|
---|
| 673 | <FileConfiguration
|
---|
| 674 | Name="Release|Win32"
|
---|
| 675 | >
|
---|
| 676 | <Tool
|
---|
| 677 | Name="VCCLCompilerTool"
|
---|
| 678 | UsePrecompiledHeader="2"
|
---|
| 679 | />
|
---|
| 680 | </FileConfiguration>
|
---|
[3] | 681 | </File>
|
---|
| 682 | <File
|
---|
[6] | 683 | RelativePath="NumOpe.cpp"
|
---|
[3] | 684 | >
|
---|
| 685 | <FileConfiguration
|
---|
| 686 | Name="Debug|Win32"
|
---|
| 687 | >
|
---|
| 688 | <Tool
|
---|
| 689 | Name="VCCLCompilerTool"
|
---|
[308] | 690 | UsePrecompiledHeader="2"
|
---|
[3] | 691 | BrowseInformation="0"
|
---|
| 692 | />
|
---|
| 693 | </FileConfiguration>
|
---|
| 694 | <FileConfiguration
|
---|
[127] | 695 | Name="Release|Win32"
|
---|
[3] | 696 | >
|
---|
| 697 | <Tool
|
---|
| 698 | Name="VCCLCompilerTool"
|
---|
[308] | 699 | UsePrecompiledHeader="2"
|
---|
[3] | 700 | BrowseInformation="0"
|
---|
| 701 | />
|
---|
| 702 | </FileConfiguration>
|
---|
| 703 | </File>
|
---|
| 704 | <File
|
---|
[6] | 705 | RelativePath="NumOpe_Arithmetic.cpp"
|
---|
[3] | 706 | >
|
---|
| 707 | <FileConfiguration
|
---|
| 708 | Name="Debug|Win32"
|
---|
| 709 | >
|
---|
| 710 | <Tool
|
---|
| 711 | Name="VCCLCompilerTool"
|
---|
[308] | 712 | UsePrecompiledHeader="2"
|
---|
[3] | 713 | BrowseInformation="0"
|
---|
| 714 | />
|
---|
| 715 | </FileConfiguration>
|
---|
| 716 | <FileConfiguration
|
---|
[127] | 717 | Name="Release|Win32"
|
---|
[3] | 718 | >
|
---|
| 719 | <Tool
|
---|
| 720 | Name="VCCLCompilerTool"
|
---|
[308] | 721 | UsePrecompiledHeader="2"
|
---|
[3] | 722 | BrowseInformation="0"
|
---|
| 723 | />
|
---|
| 724 | </FileConfiguration>
|
---|
| 725 | </File>
|
---|
[6] | 726 | <File
|
---|
| 727 | RelativePath="NumOpe_Logical.cpp"
|
---|
[3] | 728 | >
|
---|
[6] | 729 | <FileConfiguration
|
---|
| 730 | Name="Debug|Win32"
|
---|
[3] | 731 | >
|
---|
[6] | 732 | <Tool
|
---|
| 733 | Name="VCCLCompilerTool"
|
---|
[308] | 734 | UsePrecompiledHeader="2"
|
---|
[6] | 735 | BrowseInformation="0"
|
---|
| 736 | />
|
---|
| 737 | </FileConfiguration>
|
---|
| 738 | <FileConfiguration
|
---|
[127] | 739 | Name="Release|Win32"
|
---|
[3] | 740 | >
|
---|
[6] | 741 | <Tool
|
---|
| 742 | Name="VCCLCompilerTool"
|
---|
[308] | 743 | UsePrecompiledHeader="2"
|
---|
[6] | 744 | BrowseInformation="0"
|
---|
| 745 | />
|
---|
| 746 | </FileConfiguration>
|
---|
| 747 | </File>
|
---|
| 748 | <File
|
---|
| 749 | RelativePath="NumOpe_Relation.cpp"
|
---|
| 750 | >
|
---|
| 751 | <FileConfiguration
|
---|
| 752 | Name="Debug|Win32"
|
---|
[3] | 753 | >
|
---|
[6] | 754 | <Tool
|
---|
| 755 | Name="VCCLCompilerTool"
|
---|
[308] | 756 | UsePrecompiledHeader="2"
|
---|
[6] | 757 | BrowseInformation="0"
|
---|
| 758 | />
|
---|
| 759 | </FileConfiguration>
|
---|
| 760 | <FileConfiguration
|
---|
[127] | 761 | Name="Release|Win32"
|
---|
[3] | 762 | >
|
---|
[6] | 763 | <Tool
|
---|
| 764 | Name="VCCLCompilerTool"
|
---|
[308] | 765 | UsePrecompiledHeader="2"
|
---|
[6] | 766 | BrowseInformation="0"
|
---|
| 767 | />
|
---|
| 768 | </FileConfiguration>
|
---|
| 769 | </File>
|
---|
| 770 | <File
|
---|
| 771 | RelativePath="NumOpe_TypeOperation.cpp"
|
---|
[3] | 772 | >
|
---|
[6] | 773 | <FileConfiguration
|
---|
| 774 | Name="Debug|Win32"
|
---|
[3] | 775 | >
|
---|
[6] | 776 | <Tool
|
---|
| 777 | Name="VCCLCompilerTool"
|
---|
[308] | 778 | UsePrecompiledHeader="2"
|
---|
[6] | 779 | BrowseInformation="0"
|
---|
| 780 | />
|
---|
| 781 | </FileConfiguration>
|
---|
| 782 | <FileConfiguration
|
---|
[127] | 783 | Name="Release|Win32"
|
---|
[6] | 784 | >
|
---|
| 785 | <Tool
|
---|
| 786 | Name="VCCLCompilerTool"
|
---|
[308] | 787 | UsePrecompiledHeader="2"
|
---|
[6] | 788 | BrowseInformation="0"
|
---|
| 789 | />
|
---|
| 790 | </FileConfiguration>
|
---|
| 791 | </File>
|
---|
| 792 | </Filter>
|
---|
| 793 | <Filter
|
---|
| 794 | Name="Object"
|
---|
| 795 | >
|
---|
| 796 | <File
|
---|
| 797 | RelativePath=".\Compile_Object.cpp"
|
---|
[3] | 798 | >
|
---|
[308] | 799 | <FileConfiguration
|
---|
| 800 | Name="Debug|Win32"
|
---|
| 801 | >
|
---|
| 802 | <Tool
|
---|
| 803 | Name="VCCLCompilerTool"
|
---|
| 804 | UsePrecompiledHeader="2"
|
---|
| 805 | />
|
---|
| 806 | </FileConfiguration>
|
---|
| 807 | <FileConfiguration
|
---|
| 808 | Name="Release|Win32"
|
---|
| 809 | >
|
---|
| 810 | <Tool
|
---|
| 811 | Name="VCCLCompilerTool"
|
---|
| 812 | UsePrecompiledHeader="2"
|
---|
| 813 | />
|
---|
| 814 | </FileConfiguration>
|
---|
[6] | 815 | </File>
|
---|
| 816 | </Filter>
|
---|
| 817 | <Filter
|
---|
| 818 | Name="Opcode"
|
---|
| 819 | >
|
---|
| 820 | <File
|
---|
| 821 | RelativePath="amd64_main.cpp"
|
---|
| 822 | >
|
---|
| 823 | <FileConfiguration
|
---|
| 824 | Name="Debug|Win32"
|
---|
[3] | 825 | >
|
---|
[6] | 826 | <Tool
|
---|
| 827 | Name="VCCLCompilerTool"
|
---|
[308] | 828 | UsePrecompiledHeader="2"
|
---|
[6] | 829 | BrowseInformation="0"
|
---|
| 830 | />
|
---|
| 831 | </FileConfiguration>
|
---|
| 832 | <FileConfiguration
|
---|
[127] | 833 | Name="Release|Win32"
|
---|
[3] | 834 | >
|
---|
[6] | 835 | <Tool
|
---|
| 836 | Name="VCCLCompilerTool"
|
---|
[308] | 837 | UsePrecompiledHeader="2"
|
---|
[6] | 838 | BrowseInformation="0"
|
---|
| 839 | />
|
---|
| 840 | </FileConfiguration>
|
---|
| 841 | </File>
|
---|
| 842 | <File
|
---|
[226] | 843 | RelativePath=".\CodeGenerator.cpp"
|
---|
| 844 | >
|
---|
| 845 | <FileConfiguration
|
---|
| 846 | Name="Debug|Win32"
|
---|
| 847 | >
|
---|
| 848 | <Tool
|
---|
| 849 | Name="VCCLCompilerTool"
|
---|
[308] | 850 | UsePrecompiledHeader="2"
|
---|
[226] | 851 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 852 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 853 | />
|
---|
| 854 | </FileConfiguration>
|
---|
| 855 | <FileConfiguration
|
---|
| 856 | Name="Release|Win32"
|
---|
| 857 | >
|
---|
| 858 | <Tool
|
---|
| 859 | Name="VCCLCompilerTool"
|
---|
[308] | 860 | UsePrecompiledHeader="2"
|
---|
[226] | 861 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 862 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 863 | />
|
---|
| 864 | </FileConfiguration>
|
---|
| 865 | </File>
|
---|
| 866 | <File
|
---|
[6] | 867 | RelativePath=".\stack_frame.cpp"
|
---|
| 868 | >
|
---|
[308] | 869 | <FileConfiguration
|
---|
| 870 | Name="Debug|Win32"
|
---|
| 871 | >
|
---|
| 872 | <Tool
|
---|
| 873 | Name="VCCLCompilerTool"
|
---|
| 874 | UsePrecompiledHeader="2"
|
---|
| 875 | />
|
---|
| 876 | </FileConfiguration>
|
---|
| 877 | <FileConfiguration
|
---|
| 878 | Name="Release|Win32"
|
---|
| 879 | >
|
---|
| 880 | <Tool
|
---|
| 881 | Name="VCCLCompilerTool"
|
---|
| 882 | UsePrecompiledHeader="2"
|
---|
| 883 | />
|
---|
| 884 | </FileConfiguration>
|
---|
[6] | 885 | </File>
|
---|
[3] | 886 | </Filter>
|
---|
| 887 | <Filter
|
---|
[6] | 888 | Name="Procedure"
|
---|
[3] | 889 | >
|
---|
| 890 | <File
|
---|
[6] | 891 | RelativePath=".\CLockParameter.cpp"
|
---|
[3] | 892 | >
|
---|
[308] | 893 | <FileConfiguration
|
---|
| 894 | Name="Debug|Win32"
|
---|
| 895 | >
|
---|
| 896 | <Tool
|
---|
| 897 | Name="VCCLCompilerTool"
|
---|
| 898 | UsePrecompiledHeader="2"
|
---|
| 899 | />
|
---|
| 900 | </FileConfiguration>
|
---|
| 901 | <FileConfiguration
|
---|
| 902 | Name="Release|Win32"
|
---|
| 903 | >
|
---|
| 904 | <Tool
|
---|
| 905 | Name="VCCLCompilerTool"
|
---|
| 906 | UsePrecompiledHeader="2"
|
---|
| 907 | />
|
---|
| 908 | </FileConfiguration>
|
---|
[6] | 909 | </File>
|
---|
| 910 | <File
|
---|
| 911 | RelativePath=".\Compile_CallProc.cpp"
|
---|
| 912 | >
|
---|
[308] | 913 | <FileConfiguration
|
---|
| 914 | Name="Debug|Win32"
|
---|
| 915 | >
|
---|
| 916 | <Tool
|
---|
| 917 | Name="VCCLCompilerTool"
|
---|
| 918 | UsePrecompiledHeader="2"
|
---|
| 919 | />
|
---|
| 920 | </FileConfiguration>
|
---|
| 921 | <FileConfiguration
|
---|
| 922 | Name="Release|Win32"
|
---|
| 923 | >
|
---|
| 924 | <Tool
|
---|
| 925 | Name="VCCLCompilerTool"
|
---|
| 926 | UsePrecompiledHeader="2"
|
---|
| 927 | />
|
---|
| 928 | </FileConfiguration>
|
---|
[6] | 929 | </File>
|
---|
| 930 | <File
|
---|
| 931 | RelativePath="Compile_Func.cpp"
|
---|
| 932 | >
|
---|
[3] | 933 | <FileConfiguration
|
---|
| 934 | Name="Debug|Win32"
|
---|
| 935 | >
|
---|
| 936 | <Tool
|
---|
| 937 | Name="VCCLCompilerTool"
|
---|
[308] | 938 | UsePrecompiledHeader="2"
|
---|
[3] | 939 | BrowseInformation="0"
|
---|
| 940 | />
|
---|
| 941 | </FileConfiguration>
|
---|
| 942 | <FileConfiguration
|
---|
[127] | 943 | Name="Release|Win32"
|
---|
[3] | 944 | >
|
---|
| 945 | <Tool
|
---|
| 946 | Name="VCCLCompilerTool"
|
---|
[308] | 947 | UsePrecompiledHeader="2"
|
---|
[3] | 948 | BrowseInformation="0"
|
---|
| 949 | />
|
---|
| 950 | </FileConfiguration>
|
---|
| 951 | </File>
|
---|
| 952 | <File
|
---|
[6] | 953 | RelativePath="Compile_ProcOp.cpp"
|
---|
[3] | 954 | >
|
---|
| 955 | <FileConfiguration
|
---|
| 956 | Name="Debug|Win32"
|
---|
| 957 | >
|
---|
| 958 | <Tool
|
---|
| 959 | Name="VCCLCompilerTool"
|
---|
[308] | 960 | UsePrecompiledHeader="2"
|
---|
[3] | 961 | BrowseInformation="0"
|
---|
| 962 | />
|
---|
| 963 | </FileConfiguration>
|
---|
| 964 | <FileConfiguration
|
---|
[127] | 965 | Name="Release|Win32"
|
---|
[3] | 966 | >
|
---|
| 967 | <Tool
|
---|
| 968 | Name="VCCLCompilerTool"
|
---|
[308] | 969 | UsePrecompiledHeader="2"
|
---|
[3] | 970 | BrowseInformation="0"
|
---|
| 971 | />
|
---|
| 972 | </FileConfiguration>
|
---|
| 973 | </File>
|
---|
[6] | 974 | <File
|
---|
| 975 | RelativePath=".\CParameter.cpp"
|
---|
| 976 | >
|
---|
[308] | 977 | <FileConfiguration
|
---|
| 978 | Name="Debug|Win32"
|
---|
| 979 | >
|
---|
| 980 | <Tool
|
---|
| 981 | Name="VCCLCompilerTool"
|
---|
| 982 | UsePrecompiledHeader="2"
|
---|
| 983 | />
|
---|
| 984 | </FileConfiguration>
|
---|
| 985 | <FileConfiguration
|
---|
| 986 | Name="Release|Win32"
|
---|
| 987 | >
|
---|
| 988 | <Tool
|
---|
| 989 | Name="VCCLCompilerTool"
|
---|
| 990 | UsePrecompiledHeader="2"
|
---|
| 991 | />
|
---|
| 992 | </FileConfiguration>
|
---|
[6] | 993 | </File>
|
---|
| 994 | <File
|
---|
| 995 | RelativePath=".\OperatorProc.cpp"
|
---|
| 996 | >
|
---|
[308] | 997 | <FileConfiguration
|
---|
| 998 | Name="Debug|Win32"
|
---|
| 999 | >
|
---|
| 1000 | <Tool
|
---|
| 1001 | Name="VCCLCompilerTool"
|
---|
| 1002 | UsePrecompiledHeader="2"
|
---|
| 1003 | />
|
---|
| 1004 | </FileConfiguration>
|
---|
| 1005 | <FileConfiguration
|
---|
| 1006 | Name="Release|Win32"
|
---|
| 1007 | >
|
---|
| 1008 | <Tool
|
---|
| 1009 | Name="VCCLCompilerTool"
|
---|
| 1010 | UsePrecompiledHeader="2"
|
---|
| 1011 | />
|
---|
| 1012 | </FileConfiguration>
|
---|
[6] | 1013 | </File>
|
---|
[3] | 1014 | </Filter>
|
---|
[6] | 1015 | </Filter>
|
---|
| 1016 | <Filter
|
---|
| 1017 | Name="32及び64共通"
|
---|
| 1018 | >
|
---|
| 1019 | <File
|
---|
| 1020 | RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
|
---|
| 1021 | >
|
---|
| 1022 | </File>
|
---|
| 1023 | <File
|
---|
| 1024 | RelativePath="..\BasicCompiler_Common\calculation.cpp"
|
---|
| 1025 | >
|
---|
| 1026 | </File>
|
---|
| 1027 | <File
|
---|
| 1028 | RelativePath="..\BasicCompiler_Common\Compile.cpp"
|
---|
| 1029 | >
|
---|
| 1030 | </File>
|
---|
| 1031 | <File
|
---|
[91] | 1032 | RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
|
---|
| 1033 | >
|
---|
| 1034 | </File>
|
---|
| 1035 | <File
|
---|
[6] | 1036 | RelativePath="..\BasicCompiler_Common\error.cpp"
|
---|
| 1037 | >
|
---|
| 1038 | </File>
|
---|
| 1039 | <File
|
---|
| 1040 | RelativePath="..\BasicCompiler_Common\gc.cpp"
|
---|
| 1041 | >
|
---|
| 1042 | </File>
|
---|
| 1043 | <File
|
---|
| 1044 | RelativePath="..\BasicCompiler_Common\hash.cpp"
|
---|
| 1045 | >
|
---|
| 1046 | </File>
|
---|
| 1047 | <File
|
---|
| 1048 | RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
|
---|
| 1049 | >
|
---|
| 1050 | </File>
|
---|
| 1051 | <File
|
---|
| 1052 | RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
|
---|
| 1053 | >
|
---|
| 1054 | </File>
|
---|
| 1055 | <File
|
---|
| 1056 | RelativePath="..\BasicCompiler_Common\Object.cpp"
|
---|
| 1057 | >
|
---|
| 1058 | </File>
|
---|
| 1059 | <File
|
---|
[76] | 1060 | RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
|
---|
| 1061 | >
|
---|
| 1062 | </File>
|
---|
| 1063 | <File
|
---|
[6] | 1064 | RelativePath="..\BasicCompiler_Common\Overload.cpp"
|
---|
| 1065 | >
|
---|
| 1066 | </File>
|
---|
| 1067 | <File
|
---|
| 1068 | RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
|
---|
| 1069 | >
|
---|
| 1070 | </File>
|
---|
| 1071 | <File
|
---|
| 1072 | RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
|
---|
| 1073 | >
|
---|
| 1074 | </File>
|
---|
[3] | 1075 | <Filter
|
---|
[6] | 1076 | Name="Intermediate"
|
---|
[3] | 1077 | >
|
---|
| 1078 | <File
|
---|
[6] | 1079 | RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
|
---|
[3] | 1080 | >
|
---|
| 1081 | </File>
|
---|
| 1082 | <File
|
---|
[6] | 1083 | RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
|
---|
[3] | 1084 | >
|
---|
| 1085 | </File>
|
---|
| 1086 | <File
|
---|
[6] | 1087 | RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
|
---|
[3] | 1088 | >
|
---|
| 1089 | </File>
|
---|
| 1090 | <File
|
---|
[6] | 1091 | RelativePath="..\BasicCompiler_Common\Resource.cpp"
|
---|
[3] | 1092 | >
|
---|
| 1093 | </File>
|
---|
[6] | 1094 | </Filter>
|
---|
| 1095 | <Filter
|
---|
| 1096 | Name="Parts"
|
---|
| 1097 | >
|
---|
[3] | 1098 | <File
|
---|
[6] | 1099 | RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
|
---|
[3] | 1100 | >
|
---|
| 1101 | </File>
|
---|
[6] | 1102 | </Filter>
|
---|
| 1103 | <Filter
|
---|
| 1104 | Name="Debug(共通)"
|
---|
| 1105 | >
|
---|
[3] | 1106 | <File
|
---|
[6] | 1107 | RelativePath="..\BasicCompiler_Common\BreakPoint.cpp"
|
---|
[3] | 1108 | >
|
---|
| 1109 | </File>
|
---|
| 1110 | <File
|
---|
[6] | 1111 | RelativePath="..\BasicCompiler_Common\BreakPoint.h"
|
---|
[3] | 1112 | >
|
---|
| 1113 | </File>
|
---|
| 1114 | <File
|
---|
[6] | 1115 | RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
|
---|
[3] | 1116 | >
|
---|
| 1117 | </File>
|
---|
| 1118 | <File
|
---|
[6] | 1119 | RelativePath="..\BasicCompiler_Common\Debug.cpp"
|
---|
[3] | 1120 | >
|
---|
| 1121 | </File>
|
---|
| 1122 | <File
|
---|
[6] | 1123 | RelativePath="..\BasicCompiler_Common\debug.h"
|
---|
[3] | 1124 | >
|
---|
| 1125 | </File>
|
---|
| 1126 | <File
|
---|
[6] | 1127 | RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
|
---|
[3] | 1128 | >
|
---|
| 1129 | </File>
|
---|
| 1130 | <File
|
---|
[6] | 1131 | RelativePath="..\BasicCompiler_Common\DebugSection.h"
|
---|
[3] | 1132 | >
|
---|
| 1133 | </File>
|
---|
[76] | 1134 | <File
|
---|
| 1135 | RelativePath="..\BasicCompiler_Common\VarList.cpp"
|
---|
| 1136 | >
|
---|
| 1137 | </File>
|
---|
| 1138 | <File
|
---|
| 1139 | RelativePath="..\BasicCompiler_Common\WatchList.cpp"
|
---|
| 1140 | >
|
---|
| 1141 | <FileConfiguration
|
---|
| 1142 | Name="Debug|Win32"
|
---|
| 1143 | >
|
---|
| 1144 | <Tool
|
---|
| 1145 | Name="VCCLCompilerTool"
|
---|
| 1146 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 1147 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 1148 | />
|
---|
| 1149 | </FileConfiguration>
|
---|
| 1150 | <FileConfiguration
|
---|
[127] | 1151 | Name="Release|Win32"
|
---|
[76] | 1152 | >
|
---|
| 1153 | <Tool
|
---|
| 1154 | Name="VCCLCompilerTool"
|
---|
| 1155 | ObjectFile="$(IntDir)\$(InputName)1.obj"
|
---|
| 1156 | XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
---|
| 1157 | />
|
---|
| 1158 | </FileConfiguration>
|
---|
| 1159 | </File>
|
---|
[6] | 1160 | </Filter>
|
---|
| 1161 | <Filter
|
---|
[71] | 1162 | Name="Type"
|
---|
[6] | 1163 | >
|
---|
[3] | 1164 | <File
|
---|
[6] | 1165 | RelativePath="..\BasicCompiler_Common\Enum.cpp"
|
---|
[3] | 1166 | >
|
---|
[6] | 1167 | </File>
|
---|
| 1168 | <File
|
---|
| 1169 | RelativePath="..\BasicCompiler_Common\Enum.h"
|
---|
[3] | 1170 | >
|
---|
[6] | 1171 | </File>
|
---|
| 1172 | </Filter>
|
---|
| 1173 | <Filter
|
---|
| 1174 | Name="Schedule"
|
---|
| 1175 | >
|
---|
| 1176 | <File
|
---|
| 1177 | RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
|
---|
[3] | 1178 | >
|
---|
[6] | 1179 | </File>
|
---|
| 1180 | <File
|
---|
[34] | 1181 | RelativePath="..\BasicCompiler_Common\PESchedule.h"
|
---|
[3] | 1182 | >
|
---|
[6] | 1183 | </File>
|
---|
| 1184 | </Filter>
|
---|
| 1185 | <Filter
|
---|
[11] | 1186 | Name="Variable"
|
---|
| 1187 | >
|
---|
| 1188 | <File
|
---|
[75] | 1189 | RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
|
---|
[11] | 1190 | >
|
---|
| 1191 | </File>
|
---|
| 1192 | <File
|
---|
[75] | 1193 | RelativePath="..\BasicCompiler_Common\VariableOpe.h"
|
---|
[11] | 1194 | >
|
---|
| 1195 | </File>
|
---|
| 1196 | </Filter>
|
---|
[26] | 1197 | <Filter
|
---|
[71] | 1198 | Name="Procedure"
|
---|
[44] | 1199 | >
|
---|
| 1200 | <File
|
---|
[71] | 1201 | RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
|
---|
[44] | 1202 | >
|
---|
| 1203 | </File>
|
---|
[50] | 1204 | <File
|
---|
| 1205 | RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
|
---|
| 1206 | >
|
---|
| 1207 | </File>
|
---|
| 1208 | </Filter>
|
---|
[3] | 1209 | </Filter>
|
---|
[71] | 1210 | <Filter
|
---|
[218] | 1211 | Name="Common Classes"
|
---|
| 1212 | >
|
---|
| 1213 | <File
|
---|
| 1214 | RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
|
---|
| 1215 | >
|
---|
| 1216 | <FileConfiguration
|
---|
[220] | 1217 | Name="Debug|Win32"
|
---|
| 1218 | >
|
---|
| 1219 | <Tool
|
---|
| 1220 | Name="VCCLCompilerTool"
|
---|
| 1221 | AdditionalOptions="/bigobj"
|
---|
[308] | 1222 | UsePrecompiledHeader="0"
|
---|
[220] | 1223 | />
|
---|
| 1224 | </FileConfiguration>
|
---|
| 1225 | <FileConfiguration
|
---|
[218] | 1226 | Name="Release|Win32"
|
---|
| 1227 | >
|
---|
| 1228 | <Tool
|
---|
| 1229 | Name="VCCLCompilerTool"
|
---|
| 1230 | AdditionalOptions="/bigobj"
|
---|
[308] | 1231 | UsePrecompiledHeader="0"
|
---|
[218] | 1232 | />
|
---|
| 1233 | </FileConfiguration>
|
---|
| 1234 | </File>
|
---|
[257] | 1235 | </Filter>
|
---|
| 1236 | <Filter
|
---|
| 1237 | Name="Compiler Classes"
|
---|
| 1238 | >
|
---|
| 1239 | <File
|
---|
| 1240 | RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
|
---|
| 1241 | >
|
---|
| 1242 | </File>
|
---|
| 1243 | <File
|
---|
| 1244 | RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
|
---|
| 1245 | >
|
---|
| 1246 | </File>
|
---|
| 1247 | <File
|
---|
| 1248 | RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
|
---|
| 1249 | >
|
---|
| 1250 | </File>
|
---|
| 1251 | <Filter
|
---|
| 1252 | Name="Language Classes"
|
---|
| 1253 | >
|
---|
[242] | 1254 | <File
|
---|
[257] | 1255 | RelativePath="..\BasicCompiler_Common\src\Class.cpp"
|
---|
[242] | 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
|
---|
[242] | 1275 | RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
|
---|
| 1276 | >
|
---|
| 1277 | </File>
|
---|
| 1278 | <File
|
---|
[254] | 1279 | RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
|
---|
[242] | 1280 | >
|
---|
| 1281 | </File>
|
---|
| 1282 | <File
|
---|
[270] | 1283 | RelativePath="..\BasicCompiler_Common\src\Meta.cpp"
|
---|
| 1284 | >
|
---|
| 1285 | </File>
|
---|
| 1286 | <File
|
---|
[242] | 1287 | RelativePath="..\BasicCompiler_Common\src\Method.cpp"
|
---|
| 1288 | >
|
---|
| 1289 | </File>
|
---|
| 1290 | <File
|
---|
| 1291 | RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"
|
---|
| 1292 | >
|
---|
| 1293 | </File>
|
---|
| 1294 | <File
|
---|
| 1295 | RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"
|
---|
| 1296 | >
|
---|
| 1297 | </File>
|
---|
| 1298 | <File
|
---|
| 1299 | RelativePath="..\BasicCompiler_Common\src\NativeCode.cpp"
|
---|
| 1300 | >
|
---|
| 1301 | </File>
|
---|
| 1302 | <File
|
---|
[308] | 1303 | RelativePath="..\BasicCompiler_Common\src\ObjectModule.cpp"
|
---|
| 1304 | >
|
---|
| 1305 | </File>
|
---|
| 1306 | <File
|
---|
[322] | 1307 | RelativePath="..\BasicCompiler_Common\src\Parameter.cpp"
|
---|
| 1308 | >
|
---|
| 1309 | </File>
|
---|
| 1310 | <File
|
---|
[242] | 1311 | RelativePath="..\BasicCompiler_Common\src\Procedure.cpp"
|
---|
| 1312 | >
|
---|
| 1313 | </File>
|
---|
| 1314 | <File
|
---|
| 1315 | RelativePath="..\BasicCompiler_Common\src\Program.cpp"
|
---|
| 1316 | >
|
---|
| 1317 | </File>
|
---|
| 1318 | <File
|
---|
| 1319 | RelativePath="..\BasicCompiler_Common\src\SmoothieImpl.cpp"
|
---|
| 1320 | >
|
---|
| 1321 | </File>
|
---|
| 1322 | <File
|
---|
[266] | 1323 | RelativePath="..\BasicCompiler_Common\src\Source.cpp"
|
---|
| 1324 | >
|
---|
| 1325 | </File>
|
---|
| 1326 | <File
|
---|
[242] | 1327 | RelativePath="..\BasicCompiler_Common\src\Symbol.cpp"
|
---|
| 1328 | >
|
---|
| 1329 | </File>
|
---|
| 1330 | <File
|
---|
| 1331 | RelativePath="..\BasicCompiler_Common\src\Type.cpp"
|
---|
| 1332 | >
|
---|
| 1333 | </File>
|
---|
| 1334 | <File
|
---|
| 1335 | RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp"
|
---|
| 1336 | >
|
---|
| 1337 | </File>
|
---|
| 1338 | <File
|
---|
| 1339 | RelativePath="..\BasicCompiler_Common\src\Variable.cpp"
|
---|
| 1340 | >
|
---|
| 1341 | </File>
|
---|
| 1342 | </Filter>
|
---|
[218] | 1343 | </Filter>
|
---|
[3] | 1344 | </Filter>
|
---|
| 1345 | </Files>
|
---|
| 1346 | <Globals>
|
---|
| 1347 | </Globals>
|
---|
| 1348 | </VisualStudioProject>
|
---|