Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated references and install-targets to support Visual Studio 2022 #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
6 changes: 6 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ExpandedNodes": [
""
],
"PreviewInSolutionExplorer": false
}
Binary file not shown.
Empty file.
Binary file added .vs/slnx.sqlite
Binary file not shown.
Binary file not shown.
Empty file.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

Protect your code by guaranteeing your pending changes are always backed up to the TFS server.

---
### v7.1 - [Download](https://github.com/F11ppy/tfsautoshelve/tree/master/VSIXReleases/TfsAutoShelve.7.1.vsix)

Visual Studio 2022 compatible version.

[F11ppy](https://github.com/F11ppy): I only updated the references and install targets to get it running with VS 2022. This worked for me, but I can't guarantee everything is working or it's neatly done!
Maybe [@vercellone](https://github.com/vercellone) will merge these changes or update the solution (in the right way); I'm new to GitHub and not sure how everything is working here. :)

---
### v7.0

Expand Down
Binary file added VSIXReleases/TfsAutoShelve.7.1.vsix
Binary file not shown.
16 changes: 11 additions & 5 deletions VsExt.AutoShelve/Packaging/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<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="E2FEEB86-AEB7-4ABB-A3BA-88457F4F7F27" Version="7.0" Language="en-US" Publisher="Vercellone" />
<Identity Id="E2FEEB86-AEB7-4ABB-A3BA-88457F4F7F27" Version="7.1" Language="en-US" Publisher="Vercellone" />
<DisplayName>TFS Auto Shelve for Visual Studio</DisplayName>
<Description xml:space="preserve">Create a shelveset for the latest version of all pending changes, automatically. Pending changes from the local TFS workspaces will be shelved to the TFS Server every "x" number of minutes.</Description>
<MoreInfo>https://github.com/vercellone/tfsautoshelve</MoreInfo>
<Icon>Images\AutoShelve.png</Icon>
<PreviewImage>Images\AutoShelvePreview.png</PreviewImage>
</Metadata>
<Installation InstalledByMsi="false" AllUsers="true">
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,]" />
Expand All @@ -20,7 +26,7 @@
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.DiagnosticTools" Version="[15.0.25904.2,)" DisplayName="Profiling tools" />
</Prerequisites>
</PackageManifest>
4 changes: 2 additions & 2 deletions VsExt.AutoShelve/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.0.0.0")]
[assembly: AssemblyVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]

[assembly: InternalsVisibleTo("VsExt.AutoShelve_IntegrationTests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004384bdada0d14bf775ac485ec80645ad481714418b8a6fbc2d336e96bcd57dd0e7f980239d8fe5eccd4088a1d042ac1c7a482ef1415e40b2787152d2669a9407416f71961323bf5ed4ec30012dc18e0185ce623d35ec47a54f9c591a54e13ab71bd3a10b339cd4ebc4bc7977bd6103f953da37aff8d1436d56ee173c2e5782e6")]
[assembly: InternalsVisibleTo("VsExt.AutoShelve_UnitTests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004384bdada0d14bf775ac485ec80645ad481714418b8a6fbc2d336e96bcd57dd0e7f980239d8fe5eccd4088a1d042ac1c7a482ef1415e40b2787152d2669a9407416f71961323bf5ed4ec30012dc18e0185ce623d35ec47a54f9c591a54e13ab71bd3a10b339cd4ebc4bc7977bd6103f953da37aff8d1436d56ee173c2e5782e6")]
6 changes: 3 additions & 3 deletions VsExt.AutoShelve/VsExt.AutoShelve.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>VsExt.AutoShelve</RootNamespace>
<AssemblyName>TfsAutoShelve.7.0</AssemblyName>
<AssemblyName>TfsAutoShelve.7.1</AssemblyName>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>Packaging\Key.snk</AssemblyOriginatorKeyFile>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
Expand Down Expand Up @@ -99,13 +99,13 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="16.0.200" ExcludeAssets="runtime">
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.2.32505.173" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK.VsixSuppression">
<Version>14.1.37</Version>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="16.2.3073">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.2.2186">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Binary file modified VsExt.AutoShelve/lib/Microsoft.TeamFoundation.Client.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified VsExt.AutoShelve/lib/Microsoft.VisualStudio.TeamFoundation.dll
Binary file not shown.