From 6a1fe2c5dc5459c7f9cbcf48931952aceb827e4a Mon Sep 17 00:00:00 2001 From: Kevin Meredith Date: Thu, 5 Mar 2020 12:42:10 -0500 Subject: [PATCH] Update to support Visual Studio 2019 --- .gitignore | 2 + .../MSBuild.ItemTemplate.Targets.csproj | 5 +- .../MSBuild.ItemTemplate.Props.csproj | 5 +- .../MSBuild.ProjectTemplate.VSIX.csproj | 5 +- .../source.extension.vsixmanifest | 70 ++++++++++--------- .../MSBuild.ProjectTemplate.csproj | 5 +- 6 files changed, 51 insertions(+), 41 deletions(-) diff --git a/.gitignore b/.gitignore index 39168d3..5a0bbb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +**/sqlite3/* + # User-specific files *.suo *.user diff --git a/src/MSBuild.ItemTemplate.Targets/MSBuild.ItemTemplate.Targets.csproj b/src/MSBuild.ItemTemplate.Targets/MSBuild.ItemTemplate.Targets.csproj index acda938..3114d8d 100644 --- a/src/MSBuild.ItemTemplate.Targets/MSBuild.ItemTemplate.Targets.csproj +++ b/src/MSBuild.ItemTemplate.Targets/MSBuild.ItemTemplate.Targets.csproj @@ -1,5 +1,5 @@  - + 14.0 11.0 @@ -9,6 +9,7 @@ 4.0 + @@ -20,7 +21,7 @@ Properties MSBuild.ItemTemplate.Targets MSBuild.ItemTemplate.Targets - v4.5 + v4.7.2 512 false false diff --git a/src/MSBuild.ItemTemplate/MSBuild.ItemTemplate.Props.csproj b/src/MSBuild.ItemTemplate/MSBuild.ItemTemplate.Props.csproj index 1ae3eac..29606d3 100644 --- a/src/MSBuild.ItemTemplate/MSBuild.ItemTemplate.Props.csproj +++ b/src/MSBuild.ItemTemplate/MSBuild.ItemTemplate.Props.csproj @@ -1,5 +1,5 @@  - + 14.0 11.0 @@ -9,6 +9,7 @@ 4.0 + @@ -20,7 +21,7 @@ Properties MSBuild.ItemTemplate.Props MSBuild.ItemTemplate.Props - v4.5 + v4.7.2 512 false false diff --git a/src/ProjectTemplate.VSIX/MSBuild.ProjectTemplate.VSIX.csproj b/src/ProjectTemplate.VSIX/MSBuild.ProjectTemplate.VSIX.csproj index 538e0ac..940461d 100644 --- a/src/ProjectTemplate.VSIX/MSBuild.ProjectTemplate.VSIX.csproj +++ b/src/ProjectTemplate.VSIX/MSBuild.ProjectTemplate.VSIX.csproj @@ -1,5 +1,5 @@  - + 14.0 11.0 @@ -11,6 +11,7 @@ 4.0 + @@ -23,7 +24,7 @@ Properties MSBuild.ProjectTemplate.VSIX MSBuild.ProjectTemplate.VSIX - v4.5 + v4.7.2 false false false diff --git a/src/ProjectTemplate.VSIX/source.extension.vsixmanifest b/src/ProjectTemplate.VSIX/source.extension.vsixmanifest index 826841a..851b72c 100644 --- a/src/ProjectTemplate.VSIX/source.extension.vsixmanifest +++ b/src/ProjectTemplate.VSIX/source.extension.vsixmanifest @@ -1,36 +1,40 @@  - - - MSBuild Empty Project Template - Empty MSBuild Project Template - https://github.com/DanielTheCoder/msbuild.templates - LICENSE.txt - https://github.com/DanielTheCoder/msbuild.templates - https://github.com/DanielTheCoder/msbuild.templates/releases - MSBuild.ico - PreviewImage.png - MSBuild - - - - - - - - - - - - - - - - - - - - - - + + + MSBuild Empty Project Template + Empty MSBuild Project Template + https://github.com/DanielTheCoder/msbuild.templates + LICENSE.txt + https://github.com/DanielTheCoder/msbuild.templates + https://github.com/DanielTheCoder/msbuild.templates/releases + MSBuild.ico + PreviewImage.png + MSBuild + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/ProjectTemplate/MSBuild.ProjectTemplate.csproj b/src/ProjectTemplate/MSBuild.ProjectTemplate.csproj index 8484733..7a6ef69 100644 --- a/src/ProjectTemplate/MSBuild.ProjectTemplate.csproj +++ b/src/ProjectTemplate/MSBuild.ProjectTemplate.csproj @@ -1,5 +1,5 @@  - + 14.0 11.0 @@ -9,6 +9,7 @@ 4.0 + @@ -20,7 +21,7 @@ Properties MSBuild.ProjectTemplate MSBuild.ProjectTemplate - v4.5 + v4.7.2 512 false false