-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maxime Mangel
committed
Sep 17, 2023
1 parent
dd4d6c9
commit ac1a4c8
Showing
25 changed files
with
2,559 additions
and
897 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
src/** | ||
tests/** | ||
build/** | ||
tests_external/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="build2/Utils.fs" /> | ||
<Compile Include="build2/SimpleExec.Extensions.fs" /> | ||
<Compile Include="build2/FableLibrary/Core.fs" /> | ||
<Compile Include="build2/FableLibrary/Python.fs" /> | ||
<Compile Include="build2/FableLibrary/Dart.fs" /> | ||
<Compile Include="build2/FableLibrary/TypeScript.fs" /> | ||
<Compile Include="build2/FableLibrary/JavaScript.fs" /> | ||
<Compile Include="build2/FableLibrary/Rust.fs" /> | ||
<Compile Include="build2/Tests/JavaScript.fs" /> | ||
<Compile Include="build2/Tests/Python.fs" /> | ||
<Compile Include="build2/Tests/Rust.fs" /> | ||
<Compile Include="build2/Tests/Dart.fs" /> | ||
<Compile Include="build2/Tests/TypeScript.fs" /> | ||
<Compile Include="build2/Main.fs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="BlackFox.CommandLine" Version="1.0.0" /> | ||
<PackageReference Include="EluciusFTW.SpectreCoff" Version="0.47.28" /> | ||
<PackageReference Include="Fake.IO.FileSystem" Version="6.0.0" /> | ||
<PackageReference Include="SimpleExec" Version="11.0.0" /> | ||
<PackageReference Include="Spectre.Console" Version="0.47.0" /> | ||
<PackageReference Update="FSharp.Core" Version="7.0.400" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.