mirror of
https://github.com/fadden/6502bench.git
synced 2024-10-31 19:04:44 +00:00
f7e5cf2f45
Most tests pass, but 2007-labels-and-symbols fails because the expressions recognized by 64tass don't match up with either of the other assemblers. This is currently using a workaround for the local label syntax. 64tass uses '_' as the prefix, which is unfortunate since SourceGen explicitly allowed underscores in labels. (So does 64tass for that matter, but it treats labels specially when the '_' comes first.) We will need to rename any non-local user labels that start with '_'. (issue #16)
404 lines
16 KiB
XML
404 lines
16 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{C2851438-4925-4205-8885-C7322D6A56C0}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>SourceGen</RootNamespace>
|
|
<AssemblyName>SourceGen</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE;BUILD_FOR_WINDOWS</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>SourceGenIcon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AddressMap.cs" />
|
|
<Compile Include="Anattrib.cs" />
|
|
<Compile Include="AppForms\AboutBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\AboutBox.Designer.cs">
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditAppSettings.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditAppSettings.Designer.cs">
|
|
<DependentUpon>EditAppSettings.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\FindBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\FindBox.Designer.cs">
|
|
<DependentUpon>FindBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\FormatSplitAddress.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\FormatSplitAddress.Designer.cs">
|
|
<DependentUpon>FormatSplitAddress.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\GotoBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\GotoBox.Designer.cs">
|
|
<DependentUpon>GotoBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppSettings.cs" />
|
|
<Compile Include="AsmGen\AsmCc65.cs" />
|
|
<Compile Include="AsmGen\AsmMerlin32.cs" />
|
|
<Compile Include="AsmGen\AsmTass64.cs" />
|
|
<Compile Include="AsmGen\AssemblerConfig.cs" />
|
|
<Compile Include="AsmGen\AssemblerVersion.cs" />
|
|
<Compile Include="AsmGen\GenAndAsm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AsmGen\GenAndAsm.Designer.cs">
|
|
<DependentUpon>GenAndAsm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AsmGen\AssemblerInfo.cs" />
|
|
<Compile Include="AsmGen\AssemblerProgress.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AsmGen\AssemblerProgress.Designer.cs">
|
|
<DependentUpon>AssemblerProgress.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AsmGen\GenCommon.cs" />
|
|
<Compile Include="AsmGen\GeneratorProgress.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AsmGen\GeneratorProgress.Designer.cs">
|
|
<DependentUpon>GeneratorProgress.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AsmGen\IAssembler.cs" />
|
|
<Compile Include="AsmGen\IGenerator.cs" />
|
|
<Compile Include="AsmGen\LabelLocalizer.cs" />
|
|
<Compile Include="AsmGen\StringGather.cs" />
|
|
<Compile Include="NavStack.cs" />
|
|
<Compile Include="ChangeSet.cs" />
|
|
<Compile Include="CodeAnalysis.cs" />
|
|
<Compile Include="DataAnalysis.cs" />
|
|
<Compile Include="DisasmProject.cs" />
|
|
<Compile Include="DisplayList.cs" />
|
|
<Compile Include="ExternalFile.cs" />
|
|
<Compile Include="HelpAccess.cs" />
|
|
<Compile Include="MultiLineComment.cs" />
|
|
<Compile Include="DefSymbol.cs" />
|
|
<Compile Include="Sandbox\DomainManager.cs" />
|
|
<Compile Include="Sandbox\PluginDllCache.cs" />
|
|
<Compile Include="Sandbox\ScriptManager.cs" />
|
|
<Compile Include="Sandbox\Sponsor.cs" />
|
|
<Compile Include="ProjectFile.cs" />
|
|
<Compile Include="ProjectProperties.cs" />
|
|
<Compile Include="AppForms\DataFileLoadIssue.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\DataFileLoadIssue.Designer.cs">
|
|
<DependentUpon>DataFileLoadIssue.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditDefSymbol.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditDefSymbol.Designer.cs">
|
|
<DependentUpon>EditDefSymbol.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditNote.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditNote.Designer.cs">
|
|
<DependentUpon>EditNote.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditProjectProperties.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditProjectProperties.Designer.cs">
|
|
<DependentUpon>EditProjectProperties.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\ProjectLoadIssues.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\ProjectLoadIssues.Designer.cs">
|
|
<DependentUpon>ProjectLoadIssues.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Setup\SystemDefaults.cs" />
|
|
<Compile Include="Tests\GenTest.cs" />
|
|
<Compile Include="Tests\GenTestRunner.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Tests\GenTestRunner.Designer.cs">
|
|
<DependentUpon>GenTestRunner.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Tests\ProgressMessage.cs" />
|
|
<Compile Include="Tools\AsciiChart.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Tools\AsciiChart.Designer.cs">
|
|
<DependentUpon>AsciiChart.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Tools\HexDumpViewer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Tools\HexDumpViewer.Designer.cs">
|
|
<DependentUpon>HexDumpViewer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Tools\ShowText.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Tools\ShowText.Designer.cs">
|
|
<DependentUpon>ShowText.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="VirtualListViewSelection.cs" />
|
|
<Compile Include="FormatDescriptor.cs" />
|
|
<Compile Include="AppForms\EditData.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditData.Designer.cs">
|
|
<DependentUpon>EditData.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditOperand.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditOperand.Designer.cs">
|
|
<DependentUpon>EditOperand.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PseudoOp.cs" />
|
|
<Compile Include="RuntimeDataAccess.cs" />
|
|
<Compile Include="SymbolTableSubset.cs" />
|
|
<Compile Include="WeakSymbolRef.cs" />
|
|
<Compile Include="PlatformSymbols.cs" />
|
|
<Compile Include="AppForms\EditAddress.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditAddress.Designer.cs">
|
|
<DependentUpon>EditAddress.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditComment.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditComment.Designer.cs">
|
|
<DependentUpon>EditComment.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditLabel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditLabel.Designer.cs">
|
|
<DependentUpon>EditLabel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditLongComment.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditLongComment.Designer.cs">
|
|
<DependentUpon>EditLongComment.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditStatusFlags.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\EditStatusFlags.Designer.cs">
|
|
<DependentUpon>EditStatusFlags.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AppForms\ProjectView.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AppForms\ProjectView.Designer.cs">
|
|
<DependentUpon>ProjectView.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Setup\NewProject.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Setup\NewProject.Designer.cs">
|
|
<DependentUpon>NewProject.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Setup\SystemDefs.cs" />
|
|
<Compile Include="Symbol.cs" />
|
|
<Compile Include="SymbolTable.cs" />
|
|
<Compile Include="UndoableChange.cs" />
|
|
<Compile Include="XrefSet.cs" />
|
|
<EmbeddedResource Include="AppForms\AboutBox.resx">
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\EditAppSettings.resx">
|
|
<DependentUpon>EditAppSettings.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\FindBox.resx">
|
|
<DependentUpon>FindBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\FormatSplitAddress.resx">
|
|
<DependentUpon>FormatSplitAddress.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\GotoBox.resx">
|
|
<DependentUpon>GotoBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AsmGen\GenAndAsm.resx">
|
|
<DependentUpon>GenAndAsm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AsmGen\AssemblerProgress.resx">
|
|
<DependentUpon>AssemblerProgress.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AsmGen\GeneratorProgress.resx">
|
|
<DependentUpon>GeneratorProgress.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\DataFileLoadIssue.resx">
|
|
<DependentUpon>DataFileLoadIssue.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\EditAddress.resx">
|
|
<DependentUpon>EditAddress.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\EditComment.resx">
|
|
<DependentUpon>EditComment.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\EditData.resx">
|
|
<DependentUpon>EditData.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\EditDefSymbol.resx">
|
|
<DependentUpon>EditDefSymbol.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\EditLabel.resx">
|
|
<DependentUpon>EditLabel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\EditLongComment.resx">
|
|
<DependentUpon>EditLongComment.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\EditNote.resx">
|
|
<DependentUpon>EditNote.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\EditOperand.resx">
|
|
<DependentUpon>EditOperand.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\EditProjectProperties.resx">
|
|
<DependentUpon>EditProjectProperties.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\EditStatusFlags.resx">
|
|
<DependentUpon>EditStatusFlags.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\ProjectLoadIssues.resx">
|
|
<DependentUpon>ProjectLoadIssues.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AppForms\ProjectView.resx">
|
|
<DependentUpon>ProjectView.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<EmbeddedResource Include="Setup\NewProject.resx">
|
|
<DependentUpon>NewProject.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Tests\GenTestRunner.resx">
|
|
<DependentUpon>GenTestRunner.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Tools\AsciiChart.resx">
|
|
<DependentUpon>AsciiChart.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Tools\HexDumpViewer.resx">
|
|
<DependentUpon>HexDumpViewer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Tools\ShowText.resx">
|
|
<DependentUpon>ShowText.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Asm65\Asm65.csproj">
|
|
<Project>{65a50bd0-ab07-492b-b51c-4ca1b700224d}</Project>
|
|
<Name>Asm65</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\CommonUtil\CommonUtil.csproj">
|
|
<Project>{a2993eac-35d8-4768-8c54-152b4e14d69c}</Project>
|
|
<Name>CommonUtil</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\CommonWinForms\CommonWinForms.csproj">
|
|
<Project>{08ec328d-078e-4236-b574-be6b3fd85915}</Project>
|
|
<Name>CommonWinForms</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\PluginCommon\PluginCommon.csproj">
|
|
<Project>{70f04543-9e46-4ad3-875a-160fd198c0ff}</Project>
|
|
<Name>PluginCommon</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="SourceGenIcon.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |