diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d45dc..713bcc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +### 2.1.0 [Release] (1/18/2026) + +* Remove support for BizTalk 2010, 2013 R1 and R2 (#3) + ### 2.0.1 [Release] (12/4/2017) + * Fix the declaration of the .NET Framework dependency for VS 2012+ to allow .NET 4.5 or newer (#1) * Reintroduce missing XML elements in VSIX manifests diff --git a/References/Microsoft.VisualStudio.Shell.10.0.dll b/References/Microsoft.VisualStudio.Shell.10.0.dll deleted file mode 100644 index 81cbd0d..0000000 Binary files a/References/Microsoft.VisualStudio.Shell.10.0.dll and /dev/null differ diff --git a/References/Microsoft.VisualStudio.Shell.12.0.dll b/References/Microsoft.VisualStudio.Shell.12.0.dll new file mode 100644 index 0000000..13c8e77 Binary files /dev/null and b/References/Microsoft.VisualStudio.Shell.12.0.dll differ diff --git a/ToolsForVisualStudio.targets b/ToolsForVisualStudio.targets index 62c3dff..3ed3296 100644 --- a/ToolsForVisualStudio.targets +++ b/ToolsForVisualStudio.targets @@ -4,9 +4,9 @@ Copyright (C) 2008-Present Thomas F. Abraham. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root. --> - + - 2.0.1.0 + 2.1.0.0 @@ -37,9 +37,6 @@ - - - @@ -47,9 +44,6 @@ - - - diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index f7161b2..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,29 +0,0 @@ -# .NET Desktop -# Build and run tests for .NET Desktop or Windows classic desktop solutions. -# Add steps that publish symbols, save build artifacts, and more: -# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net - -trigger: -- master - -pool: - vmImage: 'windows-latest' - -variables: - solution: '**/*.sln' - buildPlatform: 'Any CPU' - buildConfiguration: 'Release' - -steps: -- task: NuGetToolInstaller@1 - -- task: NuGetCommand@2 - inputs: - restoreSolution: '$(solution)' - -- task: VSBuild@1 - inputs: - solution: '$(solution)' - platform: '$(buildPlatform)' - configuration: '$(buildConfiguration)' - diff --git a/src/AddIn.ProjectTemplate/DFBT.vstemplate b/src/AddIn.ProjectTemplate/DFBT.vstemplate index ac593fa..1f12b69 100644 --- a/src/AddIn.ProjectTemplate/DFBT.vstemplate +++ b/src/AddIn.ProjectTemplate/DFBT.vstemplate @@ -14,7 +14,7 @@ - DeploymentFxForBizTalkAddin.ProjectWizard, Version=2.0.1.0, Culture=neutral, PublicKeyToken=e748234cd372cc72 + DeploymentFxForBizTalkAddin.ProjectWizard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e748234cd372cc72 DeploymentFramework.VisualStudioAddIn.ProjectWizard.AddProjectWizard diff --git a/src/AddIn.ProjectWizard.Test/DeploymentFrameworkForBizTalkAddin.ProjectWizard.Test.csproj b/src/AddIn.ProjectWizard.Test/DeploymentFrameworkForBizTalkAddin.ProjectWizard.Test.csproj index 937a4cc..e9b93c5 100644 --- a/src/AddIn.ProjectWizard.Test/DeploymentFrameworkForBizTalkAddin.ProjectWizard.Test.csproj +++ b/src/AddIn.ProjectWizard.Test/DeploymentFrameworkForBizTalkAddin.ProjectWizard.Test.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties VisualStudioAddIn.ProjectWizard.Test DeploymentFxForBizTalkAddin.ProjectWizard.Test - v4.0 + v4.6 512 diff --git a/src/AddIn.ProjectWizard/DeploymentFrameworkForBizTalkAddin.ProjectWizard.csproj b/src/AddIn.ProjectWizard/DeploymentFrameworkForBizTalkAddin.ProjectWizard.csproj index 7ccc8eb..6ec4c04 100644 --- a/src/AddIn.ProjectWizard/DeploymentFrameworkForBizTalkAddin.ProjectWizard.csproj +++ b/src/AddIn.ProjectWizard/DeploymentFrameworkForBizTalkAddin.ProjectWizard.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties DeploymentFramework.VisualStudioAddIn.ProjectWizard DeploymentFxForBizTalkAddin.ProjectWizard - v4.0 + v4.6 512 true ..\DeploymentFrameworkForBizTalkAddin.snk diff --git a/src/AddIn.VS2010/BTDFTVS2010Logo.png b/src/AddIn.VS2010/BTDFTVS2010Logo.png deleted file mode 100644 index 5dd258a..0000000 Binary files a/src/AddIn.VS2010/BTDFTVS2010Logo.png and /dev/null differ diff --git a/src/AddIn.VS2010/DeploymentFrameworkForBizTalkAddin.VS2010.csproj b/src/AddIn.VS2010/DeploymentFrameworkForBizTalkAddin.VS2010.csproj deleted file mode 100644 index 390fbe7..0000000 --- a/src/AddIn.VS2010/DeploymentFrameworkForBizTalkAddin.VS2010.csproj +++ /dev/null @@ -1,96 +0,0 @@ - - - - - Debug - AnyCPU - 2.0 - {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - {EEBD03C1-339A-47C6-8256-99F6E358A015} - Library - Properties - DeploymentFxForBizTalkToolsForVS.VS2010 - DeploymentFrameworkForBizTalkToolsForVS2010 - v4.0 - false - false - false - false - false - false - 11.0 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - CommonAssemblyInfo.cs - - - - - - Always - true - - - LICENSE.txt - true - - - true - - - Designer - - - - - {28B24CC9-42D8-46AA-B19D-1CD3D1A376B5} - DeploymentFrameworkForBizTalkAddin.ProjectWizard - BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3b - DebugSymbolsProjectOutputGroup%3b - - - {E292D979-8AAF-4DFF-BBA1-273ECBDC2BA5} - DeploymentFrameworkForBizTalkAddin - BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bPkgdefProjectOutputGroup%3b - DebugSymbolsProjectOutputGroup%3b - - - - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - - - xcopy /Y ..\..\..\AddIn\ProjectTemplates\* ..\..\ProjectTemplates - - - \ No newline at end of file diff --git a/src/AddIn.VS2010/Properties/AssemblyInfo.cs b/src/AddIn.VS2010/Properties/AssemblyInfo.cs deleted file mode 100644 index 5d9af17..0000000 --- a/src/AddIn.VS2010/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Deployment Framework for BizTalk Tools for Visual Studio -// Copyright (C) 2008-Present Thomas F. Abraham. All Rights Reserved. -// Licensed under the MIT License. See License.txt in the project root. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("DeploymentFxForBizTalkToolsForVS")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: CLSCompliant(false)] -[assembly: NeutralResourcesLanguage("en-US")] diff --git a/src/AddIn.VS2010/source.extension.vsixmanifest b/src/AddIn.VS2010/source.extension.vsixmanifest deleted file mode 100644 index 7161b26..0000000 --- a/src/AddIn.VS2010/source.extension.vsixmanifest +++ /dev/null @@ -1,32 +0,0 @@ - - - - Deployment Framework for BizTalk Tools for VS 2010 - Deployment Framework for BizTalk Team - 2.0.1.0 - Visual Studio Tools for the Deployment Framework for BizTalk - a powerful framework that eliminates the pain associated with BizTalk application deployments, and goes far beyond BizTalk’s out-of-the-box deployment functionality. - 1033 - https://github.com/BTDF/ToolsForVisualStudio - BTDFTVS2010Logo.png - BTDFTVS2010Logo.png - License.txt - - - Ultimate - Premium - Pro - - - - - - - Visual Studio MPF - - - - |DeploymentFrameworkForBizTalkAddin;PkgdefProjectOutputGroup| - |DeploymentFrameworkForBizTalkAddin.ProjectWizard| - ProjectTemplates - - diff --git a/src/AddIn.VS2012/BTDFTVS2012Logo.png b/src/AddIn.VS2012/BTDFTVS2012Logo.png deleted file mode 100644 index 86a4663..0000000 Binary files a/src/AddIn.VS2012/BTDFTVS2012Logo.png and /dev/null differ diff --git a/src/AddIn.VS2012/DeploymentFrameworkForBizTalkAddin.VS2012.csproj b/src/AddIn.VS2012/DeploymentFrameworkForBizTalkAddin.VS2012.csproj deleted file mode 100644 index f2f4e7c..0000000 --- a/src/AddIn.VS2012/DeploymentFrameworkForBizTalkAddin.VS2012.csproj +++ /dev/null @@ -1,93 +0,0 @@ - - - - 11.0 - 11.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - Debug - AnyCPU - 2.0 - {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - {975E6E47-2A6B-49A2-9AA0-2A98296C4500} - Library - Properties - DeploymentFxForBizTalkToolsForVS.VS2012 - DeploymentFrameworkForBizTalkToolsForVS2012 - v4.5 - false - false - false - false - false - false - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - CommonAssemblyInfo.cs - - - - - - LICENSE.txt - true - - - true - Always - - - Always - true - - - Designer - - - - - {28B24CC9-42D8-46AA-B19D-1CD3D1A376B5} - DeploymentFrameworkForBizTalkAddin.ProjectWizard - BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3b - DebugSymbolsProjectOutputGroup%3b - - - {E292D979-8AAF-4DFF-BBA1-273ECBDC2BA5} - DeploymentFrameworkForBizTalkAddin - BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3bPkgdefProjectOutputGroup%3b - DebugSymbolsProjectOutputGroup%3b - - - - - - xcopy /Y ..\..\..\AddIn\ProjectTemplates\* ..\..\ProjectTemplates - - - \ No newline at end of file diff --git a/src/AddIn.VS2012/Properties/AssemblyInfo.cs b/src/AddIn.VS2012/Properties/AssemblyInfo.cs deleted file mode 100644 index 5d9af17..0000000 --- a/src/AddIn.VS2012/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Deployment Framework for BizTalk Tools for Visual Studio -// Copyright (C) 2008-Present Thomas F. Abraham. All Rights Reserved. -// Licensed under the MIT License. See License.txt in the project root. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("DeploymentFxForBizTalkToolsForVS")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: CLSCompliant(false)] -[assembly: NeutralResourcesLanguage("en-US")] diff --git a/src/AddIn.VS2012/source.extension.vsixmanifest b/src/AddIn.VS2012/source.extension.vsixmanifest deleted file mode 100644 index 7a583a9..0000000 --- a/src/AddIn.VS2012/source.extension.vsixmanifest +++ /dev/null @@ -1,26 +0,0 @@ - - - - - Deployment Framework for BizTalk Tools for VS 2012 - Visual Studio Tools for the Deployment Framework for BizTalk - a powerful framework that eliminates the pain associated with BizTalk application deployments, and goes far beyond BizTalk’s out-of-the-box deployment functionality. - https://github.com/BTDF/ToolsForVisualStudio - LICENSE.txt - BTDFTVS2012Logo.png - BTDFTVS2012Logo.png - BTDF, BizTalk, Deployment Framework for BizTalk - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/AddIn.VS2013/BTDFTVS2013Logo.png b/src/AddIn.VS2013/BTDFTVS2013Logo.png deleted file mode 100644 index 5553dd5..0000000 Binary files a/src/AddIn.VS2013/BTDFTVS2013Logo.png and /dev/null differ diff --git a/src/AddIn.VS2013/DeploymentFrameworkForBizTalkAddin.VS2013.csproj b/src/AddIn.VS2013/DeploymentFrameworkForBizTalkAddin.VS2013.csproj deleted file mode 100644 index bb61d35..0000000 --- a/src/AddIn.VS2013/DeploymentFrameworkForBizTalkAddin.VS2013.csproj +++ /dev/null @@ -1,93 +0,0 @@ - - - - 11.0 - 11.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - Debug - AnyCPU - 2.0 - {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - {24711ECC-AC97-471E-A371-2BC15E94E4E2} - Library - Properties - DeploymentFxForBizTalkToolsForVS.VS2013 - DeploymentFrameworkForBizTalkToolsForVS2013 - v4.5 - false - false - false - false - false - false - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - CommonAssemblyInfo.cs - - - - - - LICENSE.txt - true - - - true - Always - - - Always - true - - - Designer - - - - - {28B24CC9-42D8-46AA-B19D-1CD3D1A376B5} - DeploymentFrameworkForBizTalkAddin.ProjectWizard - BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3b - DebugSymbolsProjectOutputGroup%3b - - - {E292D979-8AAF-4DFF-BBA1-273ECBDC2BA5} - DeploymentFrameworkForBizTalkAddin - BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3bPkgdefProjectOutputGroup%3b - DebugSymbolsProjectOutputGroup%3b - - - - - - xcopy /Y ..\..\..\AddIn\ProjectTemplates\* ..\..\ProjectTemplates - - - \ No newline at end of file diff --git a/src/AddIn.VS2013/Properties/AssemblyInfo.cs b/src/AddIn.VS2013/Properties/AssemblyInfo.cs deleted file mode 100644 index 5d9af17..0000000 --- a/src/AddIn.VS2013/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Deployment Framework for BizTalk Tools for Visual Studio -// Copyright (C) 2008-Present Thomas F. Abraham. All Rights Reserved. -// Licensed under the MIT License. See License.txt in the project root. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("DeploymentFxForBizTalkToolsForVS")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: CLSCompliant(false)] -[assembly: NeutralResourcesLanguage("en-US")] diff --git a/src/AddIn.VS2013/source.extension.vsixmanifest b/src/AddIn.VS2013/source.extension.vsixmanifest deleted file mode 100644 index 731e4f2..0000000 --- a/src/AddIn.VS2013/source.extension.vsixmanifest +++ /dev/null @@ -1,27 +0,0 @@ - - - - - Deployment Framework for BizTalk Tools for VS 2013 - Visual Studio Tools for the Deployment Framework for BizTalk - a powerful framework that eliminates the pain associated with BizTalk application deployments, and goes far beyond BizTalk’s out-of-the-box deployment functionality. - https://github.com/BTDF/ToolsForVisualStudio - LICENSE.txt - BTDFTVS2013Logo.png - BTDFTVS2013Logo.png - BTDF, BizTalk, Deployment Framework for BizTalk - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/AddIn.VS2015/DeploymentFrameworkForBizTalkAddin.VS2015.csproj b/src/AddIn.VS2015/DeploymentFrameworkForBizTalkAddin.VS2015.csproj index 2f65355..e004724 100644 --- a/src/AddIn.VS2015/DeploymentFrameworkForBizTalkAddin.VS2015.csproj +++ b/src/AddIn.VS2015/DeploymentFrameworkForBizTalkAddin.VS2015.csproj @@ -1,9 +1,10 @@  - + - 11.0 - 11.0 + 14.0 + 12.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + @@ -16,7 +17,7 @@ Properties DeploymentFxForBizTalkToolsForVS.VS2015 DeploymentFrameworkForBizTalkToolsForVS2015 - v4.5 + v4.6 false false false diff --git a/src/AddIn.VS2015/source.extension.vsixmanifest b/src/AddIn.VS2015/source.extension.vsixmanifest index aea37ca..137a7cb 100644 --- a/src/AddIn.VS2015/source.extension.vsixmanifest +++ b/src/AddIn.VS2015/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Deployment Framework for BizTalk Tools for VS 2015 Visual Studio Tools for the Deployment Framework for BizTalk - a powerful framework that eliminates the pain associated with BizTalk application deployments, and goes far beyond BizTalk’s out-of-the-box deployment functionality. https://github.com/BTDF/ToolsForVisualStudio @@ -12,7 +12,7 @@ - + diff --git a/src/Addin/DeploymentFrameworkForBizTalkAddin.csproj b/src/Addin/DeploymentFrameworkForBizTalkAddin.csproj index 33ff26a..7f47a6e 100644 --- a/src/Addin/DeploymentFrameworkForBizTalkAddin.csproj +++ b/src/Addin/DeploymentFrameworkForBizTalkAddin.csproj @@ -1,5 +1,5 @@  - + Debug @@ -13,8 +13,8 @@ DeploymentFxForBizTalkToolsForVS True ..\DeploymentFrameworkForBizTalkAddin.snk - v4.0 - 11.0 + v4.6 + 14.0 @@ -44,9 +44,9 @@ - + False - ..\..\References\Microsoft.VisualStudio.Shell.10.0.dll + ..\..\References\Microsoft.VisualStudio.Shell.12.0.dll False @@ -172,12 +172,11 @@ true - 10.0 + 12.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) -