Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Binary file removed References/Microsoft.VisualStudio.Shell.10.0.dll
Binary file not shown.
Binary file not shown.
10 changes: 2 additions & 8 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,19 +37,13 @@
</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)" />

<MSBuild Projects="src\DeploymentFrameworkForBizTalkAddin.sln" Properties="Configuration=Release;Platform=Any CPU" Targets="Rebuild" />
</Target>

<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
29 changes: 0 additions & 29 deletions azure-pipelines.yml

This file was deleted.

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.6</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.6</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.

Loading