Cosmos/source/Cosmos.Core.DebugStub/Cosmos.Core.DebugStub.csproj
2018-02-15 19:25:36 +00:00

65 lines
2.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="AsmBreak.xs" />
<EmbeddedResource Include="CmdMisc.xs" />
<EmbeddedResource Include="CmdProcess.xs" />
<EmbeddedResource Include="CmdSend.xs" />
<EmbeddedResource Include="Consts.xs" />
<EmbeddedResource Include="DebugStub.xs" />
<EmbeddedResource Include="Init.xs" />
<EmbeddedResource Include="Screen.xs" />
<EmbeddedResource Include="Serial.xs" />
<EmbeddedResource Include="SerialHelpers.xs" />
<EmbeddedResource Include="SerialIO.xs" />
<EmbeddedResource Include="TracerEntry.xs" />
<EmbeddedResource Include="Utilities.xs" />
</ItemGroup>
<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>