Cosmos/source/Cosmos.Debug.DebugStub/Cosmos.Debug.DebugStub.csproj
2017-03-19 09:29:46 -05:00

51 lines
1.6 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<None Update="AsmBreak.asm">
<DependentUpon>AsmBreak.xs</DependentUpon>
</None>
<None Update="CmdMisc.asm">
<DependentUpon>CmdMisc.xs</DependentUpon>
</None>
<None Update="CmdProcess.asm">
<DependentUpon>CmdProcess.xs</DependentUpon>
</None>
<None Update="CmdSend.asm">
<DependentUpon>CmdSend.xs</DependentUpon>
</None>
<None Update="Consts.asm">
<DependentUpon>Consts.xs</DependentUpon>
</None>
<None Update="DebugStub.asm">
<DependentUpon>DebugStub.xs</DependentUpon>
</None>
<None Update="Init.asm">
<DependentUpon>Init.xs</DependentUpon>
</None>
<None Update="Screen.asm">
<DependentUpon>Screen.xs</DependentUpon>
</None>
<None Update="Serial.asm">
<DependentUpon>Serial.xs</DependentUpon>
</None>
<None Update="SerialHelpers.asm">
<DependentUpon>SerialHelpers.xs</DependentUpon>
</None>
<None Update="SerialIO.asm">
<DependentUpon>SerialIO.xs</DependentUpon>
</None>
<None Update="TracerEntry.asm">
<DependentUpon>TracerEntry.xs</DependentUpon>
</None>
<None Update="Utilities.asm">
<DependentUpon>Utilities.xs</DependentUpon>
</None>
</ItemGroup>
</Project>