1--- fsharpbinding-a09c818/monodevelop/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj.orig.old 2015-06-03 18:48:55.345385084 +0100
2+++ fsharpbinding-a09c818/monodevelop/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj.orig 2015-06-03 19:00:11.453399028 +0100
3@@ -185,19 +185,19 @@
4 <Private>False</Private>
5 <HintPath>INSERT_FSPROJ_MDROOT\AddIns\NUnit\MonoDevelop.NUnit.dll</HintPath>
6 </Reference>
7- <ProjectReference Include="..\..\FSharp.CompilerBinding\FSharp.CompilerBinding.fsproj">
8- <Project>{88F6940F-D300-474C-B2A7-E2ECD5B04B57}</Project>
9- <Name>FSharp.CompilerBinding</Name>
10- </ProjectReference>
11+ <Reference Include="FSharp.CompilerBinding">
12+ <Private>True</Private>
13+ </Reference>
14 <ProjectReference Include="Gui\MonoDevelop.FSharp.Gui.csproj">
15 <Project>{FD0D1033-9145-48E5-8ED8-E2365252878C}</Project>
16 <Name>MonoDevelop.FSharp.Gui</Name>
17 </ProjectReference>
18- <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
19+ <Reference Include="FSharp.Core">
20 <Private>True</Private>
21 </Reference>
22 <Reference Include="FSharp.Compiler.Service">
23 <HintPath>packages\FSharp.Compiler.Service.0.0.85\lib\net45\FSharp.Compiler.Service.dll</HintPath>
24+ <Private>True</Private>
25 </Reference>
26 <Reference Include="Mono.Cecil">
27 <HintPath>packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.dll</HintPath>
28@@ -213,12 +213,15 @@
29 </Reference>
30 <Reference Include="FantomasLib">
31 <HintPath>packages\Fantomas.1.6.0\lib\FantomasLib.dll</HintPath>
32+ <Private>True</Private>
33 </Reference>
34 <Reference Include="FSharp.Compiler.CodeDom">
35 <HintPath>packages\FSharp.Compiler.CodeDom.0.9.1\lib\net40\FSharp.Compiler.CodeDom.dll</HintPath>
36+ <Private>True</Private>
37 </Reference>
38 <Reference Include="ExtCore">
39 <HintPath>packages\ExtCore.0.8.45\lib\net40\ExtCore.dll</HintPath>
40+ <Private>True</Private>
41 </Reference>
42 </ItemGroup>
43 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />