From 97ece9a8cddd08aafed231fe816b5e4d5f9e8bf2 Mon Sep 17 00:00:00 2001 From: VMSBigot <49530891+VMSBigot@users.noreply.github.com> Date: Mon, 22 Apr 2019 01:35:18 -0400 Subject: [PATCH] VS2019DevFix: Remove unused refs and add Microsoft.MSBuild package for (#133) VS2019 development support --- Source/ExtensionClass/ExtensionClass.csproj | 3 --- Source/IngameScriptTemplate/IngameScriptTemplate.csproj | 3 --- Source/MDK/MDK.csproj | 6 ++++++ Source/MDK/app.config | 4 ++++ Source/MDK/packages.config | 2 ++ Source/MixinProjectTemplate/MixinProjectTemplate.csproj | 3 --- Source/ReadMe/ReadMe.csproj | 6 ++---- Source/UtilityClass/UtilityClass.csproj | 3 --- 8 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Source/ExtensionClass/ExtensionClass.csproj b/Source/ExtensionClass/ExtensionClass.csproj index 7ed9d9c..90ffa54 100644 --- a/Source/ExtensionClass/ExtensionClass.csproj +++ b/Source/ExtensionClass/ExtensionClass.csproj @@ -45,9 +45,6 @@ 4 - - False - diff --git a/Source/IngameScriptTemplate/IngameScriptTemplate.csproj b/Source/IngameScriptTemplate/IngameScriptTemplate.csproj index d781333..f1f45f9 100644 --- a/Source/IngameScriptTemplate/IngameScriptTemplate.csproj +++ b/Source/IngameScriptTemplate/IngameScriptTemplate.csproj @@ -45,9 +45,6 @@ 4 - - False - diff --git a/Source/MDK/MDK.csproj b/Source/MDK/MDK.csproj index ae85c13..bbe4e68 100644 --- a/Source/MDK/MDK.csproj +++ b/Source/MDK/MDK.csproj @@ -296,6 +296,12 @@ ..\packages\JetBrains.Annotations.2018.2.1\lib\net20\JetBrains.Annotations.dll + + ..\packages\Microsoft.Build.15.1.1012\lib\net46\Microsoft.Build.dll + + + ..\packages\Microsoft.Build.Framework.15.1.1012\lib\net46\Microsoft.Build.Framework.dll + ..\packages\Microsoft.CodeAnalysis.Common.2.9.0\lib\netstandard1.3\Microsoft.CodeAnalysis.dll diff --git a/Source/MDK/app.config b/Source/MDK/app.config index 2a490e0..fe6bdde 100644 --- a/Source/MDK/app.config +++ b/Source/MDK/app.config @@ -114,6 +114,10 @@ + + + + diff --git a/Source/MDK/packages.config b/Source/MDK/packages.config index 0ed23ce..0458a30 100644 --- a/Source/MDK/packages.config +++ b/Source/MDK/packages.config @@ -2,6 +2,8 @@ + + diff --git a/Source/MixinProjectTemplate/MixinProjectTemplate.csproj b/Source/MixinProjectTemplate/MixinProjectTemplate.csproj index af5b31d..a840da5 100644 --- a/Source/MixinProjectTemplate/MixinProjectTemplate.csproj +++ b/Source/MixinProjectTemplate/MixinProjectTemplate.csproj @@ -45,9 +45,6 @@ 4 - - False - diff --git a/Source/ReadMe/ReadMe.csproj b/Source/ReadMe/ReadMe.csproj index 1804635..a236df3 100644 --- a/Source/ReadMe/ReadMe.csproj +++ b/Source/ReadMe/ReadMe.csproj @@ -3,6 +3,7 @@ 15.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + @@ -14,7 +15,7 @@ Properties ReadMe ReadMe - v4.6.2 + v4.6.1 512 false false @@ -45,9 +46,6 @@ 4 - - False - diff --git a/Source/UtilityClass/UtilityClass.csproj b/Source/UtilityClass/UtilityClass.csproj index cb89b80..ef21842 100644 --- a/Source/UtilityClass/UtilityClass.csproj +++ b/Source/UtilityClass/UtilityClass.csproj @@ -46,9 +46,6 @@ 4 - - False -