From 5ce8bdd9837ded45ed9f42d060bc44a9c575bfdc Mon Sep 17 00:00:00 2001 From: Aaron Bockover Date: Thu, 5 Sep 2019 15:15:26 -0400 Subject: Sync with vs-editor-core@1975f9d9 --- Directory.Build.props | 1 + VSEditorCore.proj | 3 +- VSEditorCore.sln | 126 ++++++++++++++++-------------------------- build/Environment.props | 8 ++- global.json | 4 +- src/OpenSource.Def.projitems | 46 +++++++++++++++ src/OpenSource.Impl.projitems | 125 +++++++++++++++++++++++++++++++++++++++++ 7 files changed, 230 insertions(+), 83 deletions(-) create mode 100644 src/OpenSource.Def.projitems create mode 100644 src/OpenSource.Impl.projitems diff --git a/Directory.Build.props b/Directory.Build.props index b5800bd..79c5052 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,6 +13,7 @@ $(RepoRootPath)bin\ $(RepoRootPath)obj\ $(RepoRootPath)src\ + $(RepoSrcPath)Editor\ $(RepoRootPath)build\nuget-feed\ $(MSBuildProjectDirectory.Substring($(RepoSrcPath.Length)))\ diff --git a/VSEditorCore.proj b/VSEditorCore.proj index 5d5208c..9afa8cb 100644 --- a/VSEditorCore.proj +++ b/VSEditorCore.proj @@ -20,7 +20,8 @@ true - + + true false - true + + $([MSBuild]::NormalizeDirectory('$(MonoInstallRootDirectory)..\..\External\xbuild')) + + $(XamarinMacMSBuildExtensionsPath)Xamarin\Mac\Xamarin.Mac.Common.props + $(XamarinMacMSBuildExtensionsPath)Xamarin\Mac\Xamarin.Mac.Common.targets + + true false diff --git a/global.json b/global.json index 9d9b739..7c894d9 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "msbuild-sdks": { "Microsoft.Build.Traversal": "1.0.45", - "Xamarin.MSBuild.Sdk": "0.22.0", - "Xamarin.Mac.Sdk": "0.22.0" + "Xamarin.MSBuild.Sdk": "0.26.0", + "Xamarin.Mac.Sdk": "0.26.0" } } \ No newline at end of file diff --git a/src/OpenSource.Def.projitems b/src/OpenSource.Def.projitems new file mode 100644 index 0000000..5919b10 --- /dev/null +++ b/src/OpenSource.Def.projitems @@ -0,0 +1,46 @@ + + + + + + $(ReferencesVSEditorCopyToOutput) + + + $(ReferencesVSEditorCopyToOutput) + + + $(ReferencesVSEditorCopyToOutput) + + + $(ReferencesVSEditorCopyToOutput) + + + $(ReferencesVSEditorCopyToOutput) + + + $(ReferencesVSEditorCopyToOutput) + + + $(ReferencesVSEditorCopyToOutput) + + + $(ReferencesVSEditorCopyToOutput) + + + $(ReferencesVSEditorCopyToOutput) + + + $(ReferencesVSEditorCopyToOutput) + + + $(ReferencesVSEditorCopyToOutput) + + + + + + + $(ReferencesVSEditorCopyToOutput) + + + \ No newline at end of file diff --git a/src/OpenSource.Impl.projitems b/src/OpenSource.Impl.projitems new file mode 100644 index 0000000..c48b333 --- /dev/null +++ b/src/OpenSource.Impl.projitems @@ -0,0 +1,125 @@ + + + + + + FPF + $(ReferencesVSEditorCopyToOutput) + + + FPF + $(ReferencesVSEditorCopyToOutput) + + + FPF + $(ReferencesVSEditorCopyToOutput) + + + FPF + $(ReferencesVSEditorCopyToOutput) + + + FPF + $(ReferencesVSEditorCopyToOutput) + + + FPF + $(ReferencesVSEditorCopyToOutput) + + + + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + $(ReferencesVSEditorCopyToOutput) + true + + + \ No newline at end of file -- cgit v1.2.3