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