Skip to content

Commit

Permalink
Use FCS from fcs/nojaf directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 27, 2023
1 parent 90eef10 commit 637c395
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/Fable.Compiler/Fable.Compiler.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
</ItemGroup>

<ItemGroup>
<!-- <Reference Include="../../lib/fcs/FSharp.Core.dll"/>-->
<!-- <Reference Include="../../lib/fcs/FSharp.Compiler.Service.dll"/>-->
<Reference Include="C:\Users\nojaf\Projects\fsharp\artifacts\bin\FSharp.Core\Release\netstandard2.0\FSharp.Core.dll" />
<Reference Include="C:\Users\nojaf\Projects\fsharp\artifacts\bin\FSharp.Compiler.Service\Release\netstandard2.0\FSharp.Compiler.Service.dll" />
<Reference Include="../../lib/fcs/nojaf/Debug/FSharp.Core.dll"/>
<Reference Include="../../lib/fcs/nojaf/Debug/FSharp.Compiler.Service.dll"/>
<!-- <Reference Include="C:\Users\nojaf\Projects\fsharp\artifacts\bin\FSharp.Core\Release\netstandard2.0\FSharp.Core.dll" />-->
<!-- <Reference Include="C:\Users\nojaf\Projects\fsharp\artifacts\bin\FSharp.Compiler.Service\Release\netstandard2.0\FSharp.Compiler.Service.dll" />-->
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/Fable.Transforms/Fable.Transforms.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<ProjectReference Include="Rust/AST/Rust.AST.fsproj" />
</ItemGroup>
<ItemGroup>
<!-- <Reference Include="../../lib/fcs/FSharp.Core.dll" />-->
<!-- <Reference Include="../../lib/fcs/FSharp.Compiler.Service.dll" />-->
<Reference Include="C:\Users\nojaf\Projects\fsharp\artifacts\bin\FSharp.Core\Release\netstandard2.0\FSharp.Core.dll" />
<Reference Include="C:\Users\nojaf\Projects\fsharp\artifacts\bin\FSharp.Compiler.Service\Release\netstandard2.0\FSharp.Compiler.Service.dll" />
<Reference Include="../../lib/fcs/nojaf/Debug/FSharp.Core.dll"/>
<Reference Include="../../lib/fcs/nojaf/Debug/FSharp.Compiler.Service.dll"/>
<!-- <Reference Include="C:\Users\nojaf\Projects\fsharp\artifacts\bin\FSharp.Core\Release\netstandard2.0\FSharp.Core.dll" />-->
<!-- <Reference Include="C:\Users\nojaf\Projects\fsharp\artifacts\bin\FSharp.Compiler.Service\Release\netstandard2.0\FSharp.Compiler.Service.dll" />-->
</ItemGroup>
</Project>
6 changes: 4 additions & 2 deletions tests/FCSTest/FCSTest.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
</ItemGroup>

<ItemGroup>
<Reference Include="../../lib/fcs/FSharp.Core.dll"/>
<Reference Include="../../lib/fcs/FSharp.Compiler.Service.dll"/>
<!-- <Reference Include="../../lib/fcs/FSharp.Core.dll"/>-->
<!-- <Reference Include="../../lib/fcs/FSharp.Compiler.Service.dll"/>-->
<Reference Include="../../lib/fcs/nojaf/Debug/FSharp.Core.dll"/>
<Reference Include="../../lib/fcs/nojaf/Debug/FSharp.Compiler.Service.dll"/>
</ItemGroup>

</Project>

0 comments on commit 637c395

Please sign in to comment.