Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandy Armstrong <sandy@xamarin.com>2019-01-25 08:22:08 +0300
committerSandy Armstrong <sandy@xamarin.com>2019-01-25 08:22:08 +0300
commit388158954a205b053b1a3435d0e6114170294a02 (patch)
treeb608b93df212962d245ab0c108aad36e38a8b076 /main/external/fsharpbinding
parent3f0c21499f75b54ec18d82c3687c6192179a6225 (diff)
FSharp: Add missing IncludeCopyLocal directives
Note that the test project needs a bunch of these so that the fsi service (a different process) has them.
Diffstat (limited to 'main/external/fsharpbinding')
-rw-r--r--main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj12
-rw-r--r--main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj3
2 files changed, 15 insertions, 0 deletions
diff --git a/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj b/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj
index 616fb6a5a6..3acc8832ac 100644
--- a/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj
+++ b/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj
@@ -70,6 +70,7 @@
</Reference>
<Reference Include="FSharp.Compiler.Interactive.Settings">
<HintPath>..\MonoDevelop.FSharpi.Service\lib\FSharp.Compiler.Interactive.Settings.dll</HintPath>
+ <Private>True</Private>
</Reference>
</ItemGroup>
<Import Project="$(CustomBeforeMicrosoftCommonTargets)" />
@@ -288,5 +289,16 @@
</ItemGroup>
</When>
</Choose>
+ <ItemGroup>
+ <IncludeCopyLocal Include="System.Reactive.dll" />
+ <IncludeCopyLocal Include="Newtonsoft.Json.dll" />
+ <IncludeCopyLocal Include="ExtCore.dll" />
+ <IncludeCopyLocal Include="Fantomas.dll" />
+ <IncludeCopyLocal Include="FSharp.Compiler.CodeDom.dll" />
+ <IncludeCopyLocal Include="FSharp.Compiler.Service.dll" />
+ <IncludeCopyLocal Include="FSharp.Core.dll" />
+ <IncludeCopyLocal Include="MonoDevelop.FSharp.Shared.dll" />
+ <IncludeCopyLocal Include="FSharp.Compiler.Interactive.Settings.dll" />
+ </ItemGroup>
<Import Project="..\packages\StrongNamer\build\StrongNamer.targets" Condition="Exists('..\packages\StrongNamer\build\StrongNamer.targets')" Label="Paket" />
</Project> \ No newline at end of file
diff --git a/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj b/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj
index 644468d0c0..3ea6921c9e 100644
--- a/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj
+++ b/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj
@@ -179,6 +179,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
+ <IncludeCopyLocal Include="System.Reactive.dll" />
+ <IncludeCopyLocal Include="System.Reactive.Linq.dll" />
+ <IncludeCopyLocal Include="Newtonsoft.Json.dll" />
<IncludeCopyLocal Include="ExtCore.dll" />
<IncludeCopyLocal Include="Fantomas.dll" />
<IncludeCopyLocal Include="FSharp.Compiler.CodeDom.dll" />