fsharp-random/FSharpTest.fsproj
2019-03-03 11:34:14 +01:00

12 lines
No EOL
354 B
XML

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