Files
ortools-clone/examples/dotnet/fsharp/fsharp.fsproj
2018-07-05 17:51:49 -07:00

13 lines
240 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
</Project>