Cosmos/source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Cosmos.CPU.x86.csproj
2018-11-01 14:39:15 +00:00

20 lines
518 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Cosmos.cfg" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IL2CPU.API" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" PrivateAssets="All" />
</ItemGroup>
</Project>