You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
426 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
<PackageReference Include="NeinMath" Version="1.3.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Input\2016\" />
<Folder Include="Input\2015\" />
</ItemGroup>
</Project>