mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 13:58:47 +00:00
12 lines
No EOL
333 B
XML
12 lines
No EOL
333 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\30-HAL\Cosmos.HAL\Cosmos.HAL.csproj" />
|
|
<ProjectReference Include="..\..\90-Shared\Cosmos.Shared\Cosmos.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |