mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 05:22:19 +00:00
19 lines
No EOL
661 B
XML
19 lines
No EOL
661 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\10-CPU\Cosmos.CPU.x86\Cosmos.CPU.x86.csproj">
|
|
<PrivateAssets>All</PrivateAssets>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\30-HAL\Cosmos.HAL\Cosmos.HAL.csproj">
|
|
<PrivateAssets>All</PrivateAssets>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\90-Shared\Cosmos.Shared\Cosmos.Shared.csproj">
|
|
<PrivateAssets>All</PrivateAssets>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
</Project> |