Add files

This commit is contained in:
joachimschmidt557 2019-02-23 21:24:42 +01:00
parent c91cfa585f
commit 8623b39c3b
24 changed files with 1456 additions and 0 deletions

View file

@ -0,0 +1,17 @@
// <auto-generated>
// Generated by the FSharp WriteCodeFragment class.
// </auto-generated>
namespace FSharp
open System
open System.Reflection
[<assembly: System.Reflection.AssemblyCompanyAttribute("FSharpTest")>]
[<assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")>]
[<assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")>]
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")>]
[<assembly: System.Reflection.AssemblyProductAttribute("FSharpTest")>]
[<assembly: System.Reflection.AssemblyTitleAttribute("FSharpTest")>]
[<assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")>]
do()

View file

@ -0,0 +1 @@
19529b856e27a2307748c940b4d47f5d1899bb5a

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,20 @@
C:/Users/Joachim/Desktop/FSharpTest/bin/Debug/netcoreapp2.1/FSharpTest.deps.json
C:/Users/Joachim/Desktop/FSharpTest/bin/Debug/netcoreapp2.1/FSharpTest.runtimeconfig.json
C:/Users/Joachim/Desktop/FSharpTest/bin/Debug/netcoreapp2.1/FSharpTest.runtimeconfig.dev.json
C:/Users/Joachim/Desktop/FSharpTest/bin/Debug/netcoreapp2.1/FSharpTest.dll
C:/Users/Joachim/Desktop/FSharpTest/bin/Debug/netcoreapp2.1/FSharpTest.pdb
C:/Users/Joachim/Desktop/FSharpTest/obj/Debug/netcoreapp2.1/FSharpTest.fsprojAssemblyReference.cache
C:/Users/Joachim/Desktop/FSharpTest/obj/Debug/netcoreapp2.1/FSharpTest.AssemblyInfoInputs.cache
C:/Users/Joachim/Desktop/FSharpTest/obj/Debug/netcoreapp2.1/FSharpTest.AssemblyInfo.fs
C:/Users/Joachim/Desktop/FSharpTest/obj/Debug/netcoreapp2.1/FSharpTest.dll
C:/Users/Joachim/Desktop/FSharpTest/obj/Debug/netcoreapp2.1/FSharpTest.pdb
/media/joachim/OS/Users/Joachim/Desktop/FSharpTest/bin/Debug/netcoreapp2.1/FSharpTest.deps.json
/media/joachim/OS/Users/Joachim/Desktop/FSharpTest/bin/Debug/netcoreapp2.1/FSharpTest.runtimeconfig.json
/media/joachim/OS/Users/Joachim/Desktop/FSharpTest/bin/Debug/netcoreapp2.1/FSharpTest.runtimeconfig.dev.json
/media/joachim/OS/Users/Joachim/Desktop/FSharpTest/bin/Debug/netcoreapp2.1/FSharpTest.dll
/media/joachim/OS/Users/Joachim/Desktop/FSharpTest/bin/Debug/netcoreapp2.1/FSharpTest.pdb
/media/joachim/OS/Users/Joachim/Desktop/FSharpTest/obj/Debug/netcoreapp2.1/FSharpTest.fsprojAssemblyReference.cache
/media/joachim/OS/Users/Joachim/Desktop/FSharpTest/obj/Debug/netcoreapp2.1/FSharpTest.AssemblyInfoInputs.cache
/media/joachim/OS/Users/Joachim/Desktop/FSharpTest/obj/Debug/netcoreapp2.1/FSharpTest.AssemblyInfo.fs
/media/joachim/OS/Users/Joachim/Desktop/FSharpTest/obj/Debug/netcoreapp2.1/FSharpTest.dll
/media/joachim/OS/Users/Joachim/Desktop/FSharpTest/obj/Debug/netcoreapp2.1/FSharpTest.pdb

Binary file not shown.