Add files
This commit is contained in:
parent
c91cfa585f
commit
8623b39c3b
24 changed files with 1456 additions and 0 deletions
11
FSharpTest.fsproj
Executable file
11
FSharpTest.fsproj
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue