fsharp-random/FSharpTest.fsproj
joachimschmidt557 8623b39c3b Add files
2019-02-23 21:24:42 +01:00

11 lines
No EOL
318 B
XML
Executable file

<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="Program.fs" />
</ItemGroup>
</Project>