Skip to content

Commit

Permalink
Remove support for BizTalk 2010 and 2013 (R1) #3
Browse files Browse the repository at this point in the history
Remove support for BizTalk 2010 and 2013 (R1) #3
  • Loading branch information
tfabraham committed Jan 31, 2021
1 parent 6133524 commit 071c5e7
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 314 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### 2.1.0 [Release] (2/?/2021)

* Add support for BizTalk 2020 (VS 2019)
* Remove support for BizTalk 2010 and 2013 (R1)

### 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

Expand Down
8 changes: 2 additions & 6 deletions ToolsForVisualStudio.targets
Original file line number Diff line number Diff line change
Expand Up @@ -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.
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0" DefaultTargets="Build">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0" DefaultTargets="Build">
<PropertyGroup>
<VsixVersion>2.0.1.0</VsixVersion>
<VsixVersion>2.1.0.0</VsixVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -37,8 +37,6 @@
</Target>

<Target Name="BuildAddin">
<WriteXmlValue XmlFilename="src\Addin.VS2010\source.extension.vsixmanifest" XPath="//ns:Version" Namespace="http://schemas.microsoft.com/developer/vsx-schema/2010" Value="$(VsixVersion)" />
<WriteXmlValue XmlFilename="src\Addin.VS2012\source.extension.vsixmanifest" XPath="//ns:Metadata/ns:Identity/@Version" Namespace="http://schemas.microsoft.com/developer/vsx-schema/2011" Value="$(VsixVersion)" />
<WriteXmlValue XmlFilename="src\Addin.VS2013\source.extension.vsixmanifest" XPath="//ns:Metadata/ns:Identity/@Version" Namespace="http://schemas.microsoft.com/developer/vsx-schema/2011" Value="$(VsixVersion)" />
<WriteXmlValue XmlFilename="src\Addin.VS2015\source.extension.vsixmanifest" XPath="//ns:Metadata/ns:Identity/@Version" Namespace="http://schemas.microsoft.com/developer/vsx-schema/2011" Value="$(VsixVersion)" />

Expand All @@ -47,8 +45,6 @@

<Target Name="CopyAddin">
<ItemGroup>
<VsixFile Include="src\AddIn.VS2010\bin\release\DeploymentFrameworkForBizTalkToolsForVS2010.vsix" />
<VsixFile Include="src\AddIn.VS2012\bin\release\DeploymentFrameworkForBizTalkToolsForVS2012.vsix" />
<VsixFile Include="src\AddIn.VS2013\bin\release\DeploymentFrameworkForBizTalkToolsForVS2013.vsix" />
<VsixFile Include="src\AddIn.VS2015\bin\release\DeploymentFrameworkForBizTalkToolsForVS2015.vsix" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/AddIn.ProjectTemplate/DFBT.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<TemplateContent>
</TemplateContent>
<WizardExtension>
<Assembly>DeploymentFxForBizTalkAddin.ProjectWizard, Version=2.0.1.0, Culture=neutral, PublicKeyToken=e748234cd372cc72</Assembly>
<Assembly>DeploymentFxForBizTalkAddin.ProjectWizard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e748234cd372cc72</Assembly>
<FullClassName>DeploymentFramework.VisualStudioAddIn.ProjectWizard.AddProjectWizard</FullClassName>
</WizardExtension>
</VSTemplate>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>VisualStudioAddIn.ProjectWizard.Test</RootNamespace>
<AssemblyName>DeploymentFxForBizTalkAddin.ProjectWizard.Test</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DeploymentFramework.VisualStudioAddIn.ProjectWizard</RootNamespace>
<AssemblyName>DeploymentFxForBizTalkAddin.ProjectWizard</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\DeploymentFrameworkForBizTalkAddin.snk</AssemblyOriginatorKeyFile>
Expand Down
Binary file removed src/AddIn.VS2010/BTDFTVS2010Logo.png
Binary file not shown.
96 changes: 0 additions & 96 deletions src/AddIn.VS2010/DeploymentFrameworkForBizTalkAddin.VS2010.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions src/AddIn.VS2010/Properties/AssemblyInfo.cs

This file was deleted.

32 changes: 0 additions & 32 deletions src/AddIn.VS2010/source.extension.vsixmanifest

This file was deleted.

Binary file removed src/AddIn.VS2012/BTDFTVS2012Logo.png
Binary file not shown.
93 changes: 0 additions & 93 deletions src/AddIn.VS2012/DeploymentFrameworkForBizTalkAddin.VS2012.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions src/AddIn.VS2012/Properties/AssemblyInfo.cs

This file was deleted.

26 changes: 0 additions & 26 deletions src/AddIn.VS2012/source.extension.vsixmanifest

This file was deleted.

Loading

0 comments on commit 071c5e7

Please sign in to comment.