From ae07da7151c5a48700a8a7036722ea3885dacf05 Mon Sep 17 00:00:00 2001 From: Sandy Armstrong Date: Fri, 2 Dec 2022 12:22:55 -0800 Subject: [PATCH] Initial work to build addin with VSMac SDK Instead of depending on being built as part of the vsmac solution. --- .../src/FSharp.Editor/FSharp.Editor.fsproj | 176 ++++++++++++++---- 1 file changed, 138 insertions(+), 38 deletions(-) diff --git a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj index 3f4a3503396..e728e1a3116 100644 --- a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj +++ b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj @@ -1,7 +1,4 @@  - - - {4C10F8F9-3816-4647-BA6E-85F5DE39883B} @@ -13,9 +10,14 @@ true portable true + $(RootDirectory)build\bin\AddIns\FSharpBinding\ 3 - $(RootDirectory)build\bin\AddIns\FSharp.Editor\FSharp.Editor.xml + + $(RootDirectory)build\bin\AddIns\FSharpBinding\FSharp.Editor.xml + net7.0-macos + + true false --warnon:11111182 --subsystemversion:6.00 --simpleresolution true @@ -36,6 +38,17 @@ true true + + 4.7.2 + 4.5.0 + 7.0.0 + 38.0.3 + 7.0.0-beta.22427.1 + 13.0.1 + 4.4.0-6.22578.12 + 17.5.0-preview-2-33117-317 + 17.5.176-preview + @@ -45,11 +58,19 @@ - - + + + + + + + + + + @@ -166,11 +187,6 @@ - - - - - FSharp.Editor.resources true @@ -178,44 +194,25 @@ Microsoft.VisualStudio.FSharp.Editor.SR PublicResXFileCodeGenerator FSharp.Editor.Designer.fs + + + + FSharp.addin.xml - - - - False - - - - False - - - - - - False - - - - False - - - - - False - - - + + - @@ -229,4 +226,107 @@ + + + + + <_BundledNuGetPackages Include="$(NuGetPackageRoot)fsharp.core\$(NuGetVersionBundledFSharpCore)\fsharp.core.$(NuGetVersionBundledFSharpCore).nupkg" /> + <_BundledNuGetPackages Include="$(NuGetPackageRoot)system.valuetuple\$(NuGetVersionBundledSystemValueTuple)\system.valuetuple.$(NuGetVersionBundledSystemValueTuple).nupkg" /> + + + + + + + + + + + + + + + + + + + +