Upsilon/Ycicle/Ycicle.csproj

13 lines
282 B
XML
Raw Normal View History

2018-11-13 16:11:20 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2018-11-10 12:11:36 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2019-04-30 14:32:30 +00:00
<TargetFramework>netcoreapp2.2</TargetFramework>
2018-11-10 12:11:36 +00:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Upsilon\Upsilon.csproj" />
</ItemGroup>
</Project>