Cosmos/source/Cosmos.System2/Cosmos.System2.csproj
2018-10-07 21:00:52 +01:00

24 lines
864 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Cosmos.System</RootNamespace>
</PropertyGroup>
<ItemGroup>
<InternalsVisibleTo Include="Cosmos.System.Tests" Key="Cosmos" />
</ItemGroup>
<ItemGroup>
<!-- IL2CPU needs this for the Unsafe intrinsics -->
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.Common\Cosmos.Common.csproj" />
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\Cosmos.HAL2\Cosmos.HAL2.csproj" />
<ProjectReference Include="$(IL2CPURepoRoot)source\IL2CPU.API\IL2CPU.API.csproj" />
</ItemGroup>
</Project>