ficdown/Ficdown.Console/Ficdown.Console.csproj

13 lines
419 B
XML
Raw Permalink Normal View History

2015-02-08 19:30:12 -06:00
<?xml version="1.0" encoding="utf-8"?>
2019-01-16 16:20:24 -06:00
<Project Sdk="Microsoft.NET.Sdk">
2015-02-08 19:30:12 -06:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2019-01-16 16:20:24 -06:00
<TargetFramework>netcoreapp2.1</TargetFramework>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AssemblyName>ficdown</AssemblyName>
2015-02-08 19:30:12 -06:00
</PropertyGroup>
<ItemGroup>
2019-01-16 16:20:24 -06:00
<ProjectReference Include="..\Ficdown.Parser\Ficdown.Parser.csproj" />
2015-02-08 19:30:12 -06:00
</ItemGroup>
2019-01-16 16:20:24 -06:00
</Project>