Files
ortools-clone/examples/contrib/fsProgram.fsproj
Laurent Perron 5f9a56b8aa 7.2 -> 7.3
2019-08-05 09:39:01 -07:00

23 lines
778 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<RestoreSources>../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
<AssemblyName>Google.OrTools.FSharp.fsProgram</AssemblyName>
<IsPackable>true</IsPackable>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<GenerateTailCalls>true</GenerateTailCalls>
</PropertyGroup>
<ItemGroup>
<Compile Include="fsProgram.fs" />
<PackageReference Include="Google.OrTools.FSharp" Version="7.3.*" />
</ItemGroup>
</Project>