Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CheckoutAndBuild2.CP.Plugin</RootNamespace>
<AssemblyName>CheckoutAndBuild2.CP.Plugin</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CheckoutAndBuild2.Contracts</RootNamespace>
<AssemblyName>CheckoutAndBuild2.Contracts</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
Expand Down
92 changes: 46 additions & 46 deletions CheckoutAndBuild2/CheckoutAndBuild2.csproj

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions CheckoutAndBuild2/Common/VisualStudioPluginHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public class VisualStudioInfo
{"14.0","Visual Studio 2015"},
{"15.0","Visual Studio 2017"},
{"16.0","Visual Studio 2019"},
{"17.0","Visual Studio 2022"},
{"18.0","Visual Studio 2025/2026"},
};

public Version Version { get; }
Expand Down
4 changes: 2 additions & 2 deletions CheckoutAndBuild2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Gilde Enterprises")]
[assembly: AssemblyProduct(Const.ApplicationName)]
[assembly: AssemblyCopyright("© 2019")]
[assembly: AssemblyCopyright("© 2019-2026")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
Expand All @@ -38,7 +38,7 @@ namespace FG.CheckoutAndBuild2.Properties
{
public class Const
{
public const string ApplicationName = "CheckoutAndBuild 2019";
public const string ApplicationName = "CheckoutAndBuild 2019-2026";
public const string Version = "2.3.1.1";

internal static string[] DefaultSupportedProjectExtensions => new[] { ".sln", ".dproj"};
Expand Down
20 changes: 10 additions & 10 deletions CheckoutAndBuild2/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,40 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-16.0.0.0" newVersion="16.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Utilities" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-16.0.0.0" newVersion="16.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Shell.15.0" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-16.0.0.0" newVersion="16.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Text.Data" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-16.0.0.0" newVersion="16.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Shell.Framework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-16.0.0.0" newVersion="16.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.CoreUtility" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-16.0.0.0" newVersion="16.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.ImageCatalog" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-16.0.0.0" newVersion="16.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Imaging" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-16.0.0.0" newVersion="16.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /></startup></configuration>
72 changes: 36 additions & 36 deletions CheckoutAndBuild2/packages.config
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.VisualStudio.CoreUtility" version="16.0.428" targetFramework="net472" />
<package id="Microsoft.VisualStudio.ImageCatalog" version="16.0.28727" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Imaging" version="16.0.28729" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime" version="14.3.26930" targetFramework="net472" />
<package id="Microsoft.VisualStudio.OLE.Interop" version="7.10.6071" targetFramework="net472" />
<package id="Microsoft.VisualStudio.SDK.EmbedInteropTypes" version="15.0.27" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Shell.15.0" version="16.0.28729" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Shell.Framework" version="16.0.28729" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Shell.Interop" version="7.10.6072" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Shell.Interop.10.0" version="10.0.30320" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Shell.Interop.11.0" version="11.0.61031" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Shell.Interop.12.0" version="12.0.30111" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime" version="14.3.26929" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Shell.Interop.15.3.DesignTime" version="15.0.26929" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Shell.Interop.15.6.DesignTime" version="15.6.27413" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Shell.Interop.8.0" version="8.0.50728" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Shell.Interop.9.0" version="9.0.30730" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Text.Data" version="16.0.428" targetFramework="net472" />
<package id="Microsoft.VisualStudio.TextManager.Interop" version="7.10.6071" targetFramework="net472" />
<package id="Microsoft.VisualStudio.TextManager.Interop.8.0" version="8.0.50728" targetFramework="net472" />
<package id="Microsoft.VisualStudio.Threading" version="16.0.102" targetFramework="net461" />
<package id="Microsoft.VisualStudio.Utilities" version="16.0.28729" targetFramework="net461" />
<package id="Microsoft.VisualStudio.Validation" version="15.3.15" targetFramework="net461" />
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.0.1" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
<package id="Microsoft.VisualStudio.CoreUtility" version="17.11.260" targetFramework="net48" />
<package id="Microsoft.VisualStudio.ImageCatalog" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Imaging" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.OLE.Interop" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.SDK.EmbedInteropTypes" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Shell.15.0" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Shell.Framework" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Shell.Interop" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Shell.Interop.10.0" version="10.0.30320" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Shell.Interop.11.0" version="11.0.61031" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Shell.Interop.12.0" version="12.0.30111" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Shell.Interop.15.3.DesignTime" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Shell.Interop.15.6.DesignTime" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Shell.Interop.8.0" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Shell.Interop.9.0" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Text.Data" version="17.11.260" targetFramework="net48" />
<package id="Microsoft.VisualStudio.TextManager.Interop" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.TextManager.Interop.8.0" version="17.11.40252" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Threading" version="17.11.20" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Utilities" version="17.11.260" targetFramework="net48" />
<package id="Microsoft.VisualStudio.Validation" version="17.8.8" targetFramework="net48" />
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.122" targetFramework="net48" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
<package id="nExt.Core" version="1.0.0" targetFramework="net45" />
<package id="StreamJsonRpc" version="1.5.43" targetFramework="net461" />
<package id="System.Buffers" version="4.5.0" targetFramework="net461" />
<package id="System.IO" version="4.3.0" targetFramework="net472" />
<package id="System.Net.Http" version="4.3.4" targetFramework="net461" />
<package id="System.Reflection.Emit" version="4.3.0" targetFramework="net461" />
<package id="System.Runtime" version="4.3.0" targetFramework="net472" />
<package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net461" requireReinstallation="true" />
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net461" />
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net461" />
<package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net461" />
<package id="System.Threading.Tasks.Extensions" version="4.3.0" targetFramework="net461" />
<package id="StreamJsonRpc" version="2.19.27" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
<package id="System.IO" version="4.3.0" targetFramework="net48" />
<package id="System.Net.Http" version="4.3.4" targetFramework="net48" />
<package id="System.Reflection.Emit" version="4.7.0" targetFramework="net48" />
<package id="System.Runtime" version="4.3.1" targetFramework="net48" />
<package id="System.Security.Cryptography.Algorithms" version="4.3.1" targetFramework="net48" />
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net48" />
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net48" />
<package id="System.Security.Cryptography.X509Certificates" version="4.3.2" targetFramework="net48" />
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" />
<package id="Unity" version="3.5.1404.0" targetFramework="net45" />
</packages>
8 changes: 4 additions & 4 deletions CheckoutAndBuild2/source.extension.debug.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="9221c587-d658-438b-a9d8-16092cbc68c6" Version="2.3.1.1" Language="en-US" Publisher="Florian Gilde" />
<DisplayName>CheckoutAndBuild 2019</DisplayName>
<DisplayName>CheckoutAndBuild 2019-2026</DisplayName>
<Description xml:space="preserve">CheckoutAndBuild2 is a Visual Studio Team Explorer Extension to manage multiple Solutions</Description>
<MoreInfo>https://checkoutandbuild.azurewebsites.net/</MoreInfo>
<License>lic.txt</License>
Expand All @@ -12,11 +12,11 @@
<Tags>Checkout, Build, Teamexplorer, MultiSolution</Tags>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0, 19.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" Version="[15.0,16.0)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" Version="[15.0,19.0)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand All @@ -28,6 +28,6 @@

</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.Component.MSBuild" Version="[16.0.28517.75,17.0)" DisplayName="MSBuild" />
<Prerequisite Id="Microsoft.Component.MSBuild" Version="[16.0.28517.75,19.0)" DisplayName="MSBuild" />
</Prerequisites>
</PackageManifest>
8 changes: 4 additions & 4 deletions CheckoutAndBuild2/source.extension.release.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="07804054-fcda-4d80-aac2-abe81b9360c5" Version="2.3.1.1" Language="en-US" Publisher="Florian Gilde" />
<DisplayName>CheckoutAndBuild 2019</DisplayName>
<DisplayName>CheckoutAndBuild 2019-2026</DisplayName>
<Description xml:space="preserve">CheckoutAndBuild2 is a Visual Studio Team Explorer Extension to manage multiple Solutions</Description>
<MoreInfo>https://checkoutandbuild.azurewebsites.net/</MoreInfo>
<License>lic.txt</License>
Expand All @@ -12,11 +12,11 @@
<Tags>Checkout, Build, Teamexplorer, MultiSolution</Tags>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0, 19.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" Version="[15.0,16.0)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" Version="[15.0,19.0)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand All @@ -26,6 +26,6 @@
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="CheckoutAndBuild2.Contracts.dll" AssemblyName="CheckoutAndBuild2.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.Component.MSBuild" Version="[16.0.28517.75,17.0)" DisplayName="MSBuild" />
<Prerequisite Id="Microsoft.Component.MSBuild" Version="[16.0.28517.75,19.0)" DisplayName="MSBuild" />
</Prerequisites>
</PackageManifest>
8 changes: 4 additions & 4 deletions CheckoutAndBuild2/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="07804054-fcda-4d80-aac2-abe81b9360c5" Version="2.3.1.1" Language="en-US" Publisher="Florian Gilde" />
<DisplayName>CheckoutAndBuild 2019</DisplayName>
<DisplayName>CheckoutAndBuild 2019-2026</DisplayName>
<Description xml:space="preserve">CheckoutAndBuild2 is a Visual Studio Team Explorer Extension to manage multiple Solutions</Description>
<MoreInfo>https://checkoutandbuild.azurewebsites.net/</MoreInfo>
<License>lic.txt</License>
Expand All @@ -12,11 +12,11 @@
<Tags>Checkout, Build, Teamexplorer, MultiSolution</Tags>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0, 19.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" Version="[15.0,16.0)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" Version="[15.0,19.0)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand All @@ -26,6 +26,6 @@
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="CheckoutAndBuild2.Contracts.dll" AssemblyName="CheckoutAndBuild2.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.Component.MSBuild" Version="[16.0.28517.75,17.0)" DisplayName="MSBuild" />
<Prerequisite Id="Microsoft.Component.MSBuild" Version="[16.0.28517.75,19.0)" DisplayName="MSBuild" />
</Prerequisites>
</PackageManifest>
2 changes: 1 addition & 1 deletion SolutionPacker/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>
2 changes: 1 addition & 1 deletion SolutionPacker/SolutionPacker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SolutionPacker</RootNamespace>
<AssemblyName>SolutionPacker</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<SccProjectName>SAK</SccProjectName>
Expand Down