Cosmos/source/Cosmos.HAL2/Cosmos.HAL2.csproj
2018-11-19 12:50:25 +00:00

18 lines
556 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Cosmos.HAL</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IL2CPU.API" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.Common\Cosmos.Common.csproj" />
<ProjectReference Include="..\Cosmos.Core\Cosmos.Core.csproj" />
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
</ItemGroup>
</Project>