Cosmos/source/Cosmos.System2_Plugs/Cosmos.System2_Plugs.csproj
2018-12-27 21:14:56 +00:00

19 lines
643 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>Cosmos.System_Plugs</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IL2CPU.API" />
</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="..\Cosmos.System2\Cosmos.System2.csproj" />
</ItemGroup>
</Project>