aoc19/04/Pass.fsproj

13 lines
234 B
XML
Raw Normal View History

2020-10-10 12:53:23 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<Compile Include="Pass.fs" />
</ItemGroup>
</Project>