12 lines
No EOL
354 B
XML
Executable file
12 lines
No EOL
354 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="Euklid.fs" />
|
|
<Compile Include="Program.fs" />
|
|
</ItemGroup>
|
|
</Project> |