2018-12-05 21:44:26 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2018-12-06 18:19:30 +00:00
|
|
|
<ApplicationIcon />
|
|
|
|
<StartupObject />
|
2018-12-05 21:44:26 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-12-06 18:19:30 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0005" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\RecrownedAthenaeum.Pipeline\RecrownedAthenaeum.Pipeline.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-12-05 21:44:26 +00:00
|
|
|
</Project>
|