Skip to content

Commit

Permalink
Fix TypedTreePickle linked file names (#9323)
Browse files Browse the repository at this point in the history
  • Loading branch information
auduchinok authored May 28, 2020
1 parent 8586323 commit 7046528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,10 @@
<Link>TypedTree/TypedTreeOps.fs</Link>
</Compile>
<Compile Include="$(FSharpSourcesRoot)/fsharp/TypedTreePickle.fsi">
<Link>TypedTree/.TypedTreePickle.fsi</Link>
<Link>TypedTree/TypedTreePickle.fsi</Link>
</Compile>
<Compile Include="$(FSharpSourcesRoot)/fsharp/TypedTreePickle.fs">
<Link>TypedTree/.TypedTreePickle.fs</Link>
<Link>TypedTree/TypedTreePickle.fs</Link>
</Compile>
<Compile Include="$(FSharpSourcesRoot)/fsharp/import.fsi">
<Link>Logic/import.fsi</Link>
Expand Down

0 comments on commit 7046528

Please sign in to comment.