From 17a813038d35326bb2f27b0c48905f1bc9ba0ccc Mon Sep 17 00:00:00 2001 From: Don Syme Date: Wed, 12 Apr 2017 20:19:26 +0100 Subject: [PATCH] add files --- .../Erasing/.paket/Paket.Restore.targets | 42 +++++++++++++++++++ .../TypePassing/Erasing/.paket/paket.targets | 38 +++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 tests/fsharp/typeProviders/samples/TypePassing/Erasing/.paket/Paket.Restore.targets create mode 100644 tests/fsharp/typeProviders/samples/TypePassing/Erasing/.paket/paket.targets diff --git a/tests/fsharp/typeProviders/samples/TypePassing/Erasing/.paket/Paket.Restore.targets b/tests/fsharp/typeProviders/samples/TypePassing/Erasing/.paket/Paket.Restore.targets new file mode 100644 index 00000000000..87814bb747e --- /dev/null +++ b/tests/fsharp/typeProviders/samples/TypePassing/Erasing/.paket/Paket.Restore.targets @@ -0,0 +1,42 @@ + + + + true + $(MSBuildThisFileDirectory) + /Library/Frameworks/Mono.framework/Commands/mono + mono + + $(PaketRootPath)paket.exe + $(PaketToolsPath)paket.exe + "$(PaketExePath)" + $(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)" + + + + + + + + $(MSBuildProjectDirectory)/obj/$(MSBuildProjectFile).references + + + + + + + + + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[0]) + $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[1]) + + + %(PaketReferencesFileLinesInfo.PackageVersion) + + + + + $(MSBuildProjectDirectory)/obj/$(MSBuildProjectFile).NuGet.Config + + + + \ No newline at end of file diff --git a/tests/fsharp/typeProviders/samples/TypePassing/Erasing/.paket/paket.targets b/tests/fsharp/typeProviders/samples/TypePassing/Erasing/.paket/paket.targets new file mode 100644 index 00000000000..22c9f0a87aa --- /dev/null +++ b/tests/fsharp/typeProviders/samples/TypePassing/Erasing/.paket/paket.targets @@ -0,0 +1,38 @@ + + + + + true + + true + $(MSBuildThisFileDirectory) + $(MSBuildThisFileDirectory)..\ + + + + $(PaketToolsPath)paket.exe + $(PaketToolsPath)paket.bootstrapper.exe + "$(PaketExePath)" + mono --runtime=v4.0.30319 $(PaketExePath) + "$(PaketBootStrapperExePath)" + mono --runtime=v4.0.30319 $(PaketBootStrapperExePath) + + $(MSBuildProjectDirectory)\paket.references + $(MSBuildProjectFullPath).paket.references + $(PaketCommand) restore --references-files "$(PaketReferences)" + $(PaketBootStrapperCommand) + + RestorePackages; $(BuildDependsOn); + + + + + + + + + + + + +