mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
13 lines
No EOL
368 B
XML
13 lines
No EOL
368 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\80-System\Cosmos.System\Cosmos.System.csproj" />
|
|
<ProjectReference Include="..\99-Shared\Cosmos.Shared\Cosmos.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |