Skip to content

Commit

Permalink
added .feature file handling to VS2008 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sztupi committed Jun 29, 2010
1 parent f4d4ff3 commit 05ff0c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ obj/
_ReSharper*/
[Tt]est[Rr]esult*
*.resharper
*.cache
*.cache
*.gpState
10 changes: 10 additions & 0 deletions Installer/SpecFlowInstaller/VS2008.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@
<RegistryValue Name="CLSID" Value="$(var.CLSID_SpecFlowSingleFileGenerator)" Type="string" />
<RegistryValue Name="GeneratesDesignTimeSource" Value="1" Type="integer" />
</RegistryKey>

<!-- Silverlight registration -->
<RegistryKey Root="HKLM" Key="$(var.Vs2008RegPath)\Generators\$(var.SilverlightPackageId)\.feature" Action="createAndRemoveOnUninstall">
<RegistryValue Value="SpecFlowSingleFileGenerator" Type="string" />
</RegistryKey>
<RegistryKey Root="HKLM" Key="$(var.Vs2008RegPath)\Generators\$(var.SilverlightPackageId)\SpecFlowSingleFileGenerator" Action="createAndRemoveOnUninstall">
<RegistryValue Value="Silverlight SpecFlow Generator" Type="string" />
<RegistryValue Name="CLSID" Value="$(var.CLSID_SpecFlowSingleFileGenerator)" Type="string" />
<RegistryValue Name="GeneratesDesignTimeSource" Value="1" Type="integer" />
</RegistryKey>
</Component>
</DirectoryRef>

Expand Down

0 comments on commit 05ff0c5

Please sign in to comment.