Skip to content

Commit

Permalink
Merge pull request #117 from isaacabraham/master
Browse files Browse the repository at this point in the history
Linked source files now all go underneath a "paket-files" folder.
  • Loading branch information
forki committed Sep 18, 2014
2 parents d520664 + 9980552 commit 3bbf081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Paket/ProjectFile.fs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ type ProjectFile =
node.SetAttribute("Include", path)
node
|> addChild (this.CreateNode("Paket","True"))
|> addChild (this.CreateNode("Link",sourceFile.Name))
|> addChild (this.CreateNode("Link","paket-files/" + sourceFile.Name))

compileItemGroup.PrependChild(node) |> ignore

Expand Down
2 changes: 1 addition & 1 deletion tests/Paket.Tests/Paket.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<ItemGroup>
<Compile Include="..\..\paket-files\forki\FsUnit\7623fc13439f0e60bd05c1ed3b5f6dcb937fe468\FsUnit.fs">
<Paket>True</Paket>
<Link>FsUnit.fs</Link>
<Link>paket-files/FsUnit.fs</Link>
</Compile>
<Compile Include="TestHelpers.fs" />
<Compile Include="SemVerSpecs.fs" />
Expand Down

0 comments on commit 3bbf081

Please sign in to comment.