2018-12-05 15:44:26 -06:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2018-12-06 12:19:30 -06:00
|
|
|
<ApplicationIcon />
|
|
|
|
<StartupObject />
|
2018-12-07 02:22:15 -06:00
|
|
|
<AssemblyName>RecrownedAthenaeum.Tools</AssemblyName>
|
|
|
|
<RootNamespace>RecrownedAthenaeum.Tools</RootNamespace>
|
2018-12-05 15:44:26 -06:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-12-09 14:27:31 -06:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-12-06 12:19:30 -06:00
|
|
|
<ItemGroup>
|
2018-12-08 17:06:11 -06:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
|
2018-12-06 12:19:30 -06:00
|
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0005" />
|
2018-12-07 21:48:02 -06:00
|
|
|
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta0005" />
|
2018-12-06 12:19:30 -06:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\RecrownedAthenaeum.Pipeline\RecrownedAthenaeum.Pipeline.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-12-05 15:44:26 -06:00
|
|
|
</Project>
|