Cosmos/source/Kernel-X86/10-CPU/Cosmos.CPU_Asm/Cosmos.CPU_Asm.csproj
2018-12-27 21:14:56 +00:00

18 lines
651 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Cosmos.cfg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" PrivateAssets="All" />
<ProjectReference Include="..\Cosmos.CPU.x86\Cosmos.CPU.x86.csproj" PrivateAssets="All" />
<ProjectReference Include="$(IL2CPURepoRoot)source\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj" PrivateAssets="All" />
</ItemGroup>
</Project>