Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Commit

Permalink
version 2.1.9: fixing compatiblity with vs2012, vs2013 and vs2015
Browse files Browse the repository at this point in the history
- The vs2005, vs2008 and vs2010 solution files are no longer available
  on the main branch, they have been moved to the pre-vs2017 branch.
- From now the master branch has only a vs2017 (and perhaps newer) solution.
  • Loading branch information
pasztorpisti committed May 13, 2017
1 parent bd2b630 commit 9bd7e29
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 616 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Visual Studio 2017
.vs/
bin_*/
bin/
obj/
2 changes: 1 addition & 1 deletion VSWindowTitleChangerPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace VSWindowTitleChanger
[ProvideLoadKey("Standard", "2.0", "Visual Studio Window Title Changer", "WoofWoof", 1)]
// This attribute is used to register the informations needed to show the this package
// in the Help/About dialog of Visual Studio.
[InstalledProductRegistration(false, "#110", "#112", "2.1.8", IconResourceID = 400)]
[InstalledProductRegistration(false, "#110", "#112", "2.1.9", IconResourceID = 400)]
[Guid(GuidList.guidVSWindowTitleChangerPkgString)]
[ProvideOptionPage(typeof(ToolOptions), "VS Window Title Changer", "Settings", 0, 0, true)]
[ProvideAutoLoad(Microsoft.VisualStudio.Shell.Interop.UIContextGuids80.DesignMode)]
Expand Down
143 changes: 0 additions & 143 deletions VSWindowTitleChanger_2005.csproj

This file was deleted.

12 changes: 0 additions & 12 deletions VSWindowTitleChanger_2005.csproj.user

This file was deleted.

20 changes: 0 additions & 20 deletions VSWindowTitleChanger_2005.sln

This file was deleted.

149 changes: 0 additions & 149 deletions VSWindowTitleChanger_2008.csproj

This file was deleted.

12 changes: 0 additions & 12 deletions VSWindowTitleChanger_2008.csproj.user

This file was deleted.

20 changes: 0 additions & 20 deletions VSWindowTitleChanger_2008.sln

This file was deleted.

Loading

0 comments on commit 9bd7e29

Please sign in to comment.