Skip to content

Commit 273d0b9

Browse files
authored
Merge pull request #355 from tonyhallett/export_settings
Alllow exporting of visual studio settings
2 parents bb61b02 + dfbc708 commit 273d0b9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

SharedProject/Output/OutputToolWindowPackage.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ namespace FineCodeCoverage.Output
3939
[Export(typeof(OutputToolWindowPackage))]
4040
[InstalledProductRegistration(Vsix.Name, Vsix.Description, Vsix.Id)]
4141
[ProvideOptionPage(typeof(AppOptionsPage), Vsix.Name, "General", 0, 0, true)]
42-
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
42+
[ProvideProfile(typeof(AppOptionsPage), Vsix.Name, Vsix.Name, 101, 102, true)]
43+
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
4344
[ProvideToolWindow(typeof(OutputToolWindow), Style = VsDockStyle.Tabbed, DockedHeight = 300, Window = EnvDTE.Constants.vsWindowKindOutput)]
4445
public sealed class OutputToolWindowPackage : AsyncPackage
4546
{

SharedProject/Output/VSPackage.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@
117117
<resheader name="writer">
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120+
<data name="101" xml:space="preserve">
121+
<value>Fine Code Coverage</value>
122+
</data>
123+
<data name="102" xml:space="preserve">
124+
<value>Fine Code Coverage</value>
125+
</data>
120126
<data name="110" xml:space="preserve">
121127
<value>OutputToolWindow Extension</value>
122128
</data>

0 commit comments

Comments
 (0)