Skip to content

Commit

Permalink
moved VsIntegration to the IdeIntegration folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jul 2, 2010
1 parent 988ff7c commit 30a9498
Show file tree
Hide file tree
Showing 38 changed files with 42 additions and 117 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Interop;

namespace TechTalk.SpecFlow.VsIntegration
namespace TechTalk.SpecFlow.Vs2008Integration
{
[System.Runtime.InteropServices.ComVisible(true)]
[Guid("8EC3552F-9C6A-472f-8E64-630C7CAE0179")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
using VSOLE = Microsoft.VisualStudio.OLE.Interop;
using Microsoft.VisualStudio.Shell;

namespace TechTalk.SpecFlow.VsIntegration
namespace TechTalk.SpecFlow.Vs2008Integration
{
[System.Runtime.InteropServices.ComVisible(true)]
[Guid("800FD294-E1AF-4a80-AFF2-FFBCE664D020")]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
using TechTalk.SpecFlow.Parser;
using VSLangProj80;

namespace TechTalk.SpecFlow.VsIntegration
namespace TechTalk.SpecFlow.Vs2008Integration
{
[System.Runtime.InteropServices.ComVisible(true)]
[Guid("3C9CF10A-A9AB-4899-A0FB-4B3BE4A36C15")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<SchemaVersion>2.0</SchemaVersion>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TechTalk.SpecFlow.VsIntegration</RootNamespace>
<AssemblyName>TechTalk.SpecFlow.VsIntegration</AssemblyName>
<RootNamespace>TechTalk.SpecFlow.Vs2008Integration</RootNamespace>
<AssemblyName>TechTalk.SpecFlow.Vs2008Integration</AssemblyName>
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ProjectGuid>{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}</ProjectGuid>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\specflow.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\specflow.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -61,10 +61,10 @@
<Reference Include="VSLangProj80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Runtime\StringExtensions.cs">
<Compile Include="..\..\Runtime\StringExtensions.cs">
<Link>StringExtensions.cs</Link>
</Compile>
<Compile Include="..\VersionInfo.cs">
<Compile Include="..\..\VersionInfo.cs">
<Link>VersionInfo.cs</Link>
</Compile>
<Compile Include="BaseCodeGenerator.cs" />
Expand All @@ -83,7 +83,6 @@
</Compile>
<Compile Include="GlobalSuppressions.cs" />
<Compile Include="SingleFileGeneratorSupportRegistrationAttribute.cs" />
<Compile Include="SpecFlowPackage.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -112,11 +111,11 @@
<Content Include="Resources\Package.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Generator\TechTalk.SpecFlow.Generator.csproj">
<ProjectReference Include="..\..\Generator\TechTalk.SpecFlow.Generator.csproj">
<Project>{453D8014-B6CD-4E86-80A8-D59F59092334}</Project>
<Name>TechTalk.SpecFlow.Generator</Name>
</ProjectReference>
<ProjectReference Include="..\Parser\TechTalk.SpecFlow.Parser.csproj">
<ProjectReference Include="..\..\Parser\TechTalk.SpecFlow.Parser.csproj">
<Project>{7CCEF6D6-FC17-422E-9BED-EDD752B6496F}</Project>
<Name>TechTalk.SpecFlow.Parser</Name>
</ProjectReference>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Installer/SpecFlowInstaller/Product.Generated.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ComponentGroupRef Id="TechTalk.SpecFlow.Silverlight.Satellites" />
<ComponentGroupRef Id="TechTalk.SpecFlow.Binaries" />
<ComponentGroupRef Id="TechTalk.SpecFlow.Tools.Binaries" />
<ComponentGroupRef Id="TechTalk.SpecFlow.VsIntegration.Binaries" />
<ComponentGroupRef Id="TechTalk.SpecFlow.Vs2008Integration.Binaries" />
</ComponentGroup>
</Fragment>
</Wix>
4 changes: 2 additions & 2 deletions Installer/SpecFlowInstaller/SpecFlowInstaller.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
<RefProjectOutputGroups>Binaries</RefProjectOutputGroups>
<RefTargetDir>INSTALLLOCATION</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\..\VsIntegration\TechTalk.SpecFlow.VsIntegration.csproj">
<Name>TechTalk.SpecFlow.VsIntegration</Name>
<ProjectReference Include="..\..\IdeIntegration\Vs2008Integration\TechTalk.SpecFlow.Vs2008Integration.csproj">
<Name>TechTalk.SpecFlow.Vs2008Integration</Name>
<Project>{5703ca95-a08a-46ae-ae24-db6b21fd6f7e}</Project>
<Private>True</Private>
<RefProjectOutputGroups>Binaries</RefProjectOutputGroups>
Expand Down
10 changes: 5 additions & 5 deletions Installer/SpecFlowInstaller/VS2008.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
</Directory>

<Directory Id="Dir_VS2008_ItemTemplates" Name="VS2008_ItemTemplates">
<Directory Id="Dir_VS2008_ItemTemplates_CSharp" Name="CSharp" FileSource="$(var.TechTalk.SpecFlow.VsIntegration.TargetDir)">
<Directory Id="Dir_VS2008_ItemTemplates_CSharp" Name="CSharp" FileSource="$(var.TechTalk.SpecFlow.Vs2008Integration.TargetDir)">
<Component Id="Comp_VS2008ItemTemplates_CSharp" Guid="50EF978E-F646-48e8-96A3-01EC83374FF0">
<File Id="File_SpecFlowFeature.zip_VS2008" Name="SpecFlowFeature.zip" />
<File Id="File_SpecFlowStepDefinition.zip_VS2008" Name="SpecFlowStepDefinition.zip" />
<File Id="File_SpecFlowEventDefinition.zip_VS2008" Name="SpecFlowEventDefinition.zip" />
</Component>
</Directory>
<Directory Id="Dir_VS2008_ItemTemplates_VisualBasic" Name="VisualBasic" FileSource="$(var.TechTalk.SpecFlow.VsIntegration.TargetDir)">
<Directory Id="Dir_VS2008_ItemTemplates_VisualBasic" Name="VisualBasic" FileSource="$(var.TechTalk.SpecFlow.Vs2008Integration.TargetDir)">
<Component Id="Comp_VS2008ItemTemplates_VisualBasic" Guid="64327D18-847B-479e-AAAD-FFB966BC2805">
<File Id="File_SpecFlowFeature_VB.zip_VS2008" Name="SpecFlowFeature_VB.zip" />
<File Id="File_SpecFlowStepDefinition_VB.zip_VS2008" Name="SpecFlowStepDefinition_VB.zip" />
Expand All @@ -46,9 +46,9 @@
<DirectoryRef Id="INSTALLLOCATION">
<Component Id="Comp_VS2008Registry" Guid="93BC230A-5294-4b31-8DDB-884D58034148">
<RegistryKey Root="HKLM" Key="$(var.Vs2008RegPath)\CLSID\$(var.CLSID_SpecFlowSingleFileGenerator)" Action="createAndRemoveOnUninstall">
<RegistryValue Value="TechTalk.SpecFlow.VsIntegration.SpecFlowSingleFileGenerator" Type="string" />
<RegistryValue Name="Class" Value="TechTalk.SpecFlow.VsIntegration.SpecFlowSingleFileGenerator" Type="string" />
<RegistryValue Name="CodeBase" Value="[INSTALLLOCATION]TechTalk.SpecFlow.VsIntegration.dll" Type="string" />
<RegistryValue Value="TechTalk.SpecFlow.Vs2008Integration.SpecFlowSingleFileGenerator" Type="string" />
<RegistryValue Name="Class" Value="TechTalk.SpecFlow.Vs2008Integration.SpecFlowSingleFileGenerator" Type="string" />
<RegistryValue Name="CodeBase" Value="[INSTALLLOCATION]TechTalk.SpecFlow.Vs2008Integration.dll" Type="string" />
<RegistryValue Name="InprocServer32" Value="C:\\Windows\\SYSTEM32\\MSCOREE.DLL" Type="string" />
<RegistryValue Name="ThreadingModel" Value="Both" Type="string" />
</RegistryKey>
Expand Down
10 changes: 5 additions & 5 deletions Installer/SpecFlowInstaller/VS2010.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
</Directory>

<Directory Id="Dir_VS2010_ItemTemplates" Name="VS2010_ItemTemplates">
<Directory Id="Dir_VS2010_ItemTemplates_CSharp" Name="CSharp" FileSource="$(var.TechTalk.SpecFlow.VsIntegration.TargetDir)">
<Directory Id="Dir_VS2010_ItemTemplates_CSharp" Name="CSharp" FileSource="$(var.TechTalk.SpecFlow.Vs2008Integration.TargetDir)">
<Component Id="Comp_VS2010ItemTemplates_CSharp" Guid="23464AB4-D785-48da-80D7-A817AA5D4152">
<File Id="File_SpecFlowFeature.zip_VS2010" Name="SpecFlowFeature.zip" />
<File Id="File_SpecFlowStepDefinition.zip_VS2010" Name="SpecFlowStepDefinition.zip" />
<File Id="File_SpecFlowEventDefinition.zip_VS2010" Name="SpecFlowEventDefinition.zip" />
</Component>
</Directory>
<Directory Id="Dir_VS2010_ItemTemplates_VisualBasic" Name="VisualBasic" FileSource="$(var.TechTalk.SpecFlow.VsIntegration.TargetDir)">
<Directory Id="Dir_VS2010_ItemTemplates_VisualBasic" Name="VisualBasic" FileSource="$(var.TechTalk.SpecFlow.Vs2008Integration.TargetDir)">
<Component Id="Comp_VS2010ItemTemplates_VisualBasic" Guid="8074242F-AD50-4135-A3BF-69D468C440DF">
<File Id="File_SpecFlowFeature_VB.zip_VS2010" Name="SpecFlowFeature_VB.zip" />
<File Id="File_SpecFlowStepDefinition_VB.zip_VS2010" Name="SpecFlowStepDefinition_VB.zip" />
Expand All @@ -46,9 +46,9 @@
<DirectoryRef Id="INSTALLLOCATION">
<Component Id="Comp_VS2010Registry" Guid="88BDD46F-2005-48a0-A065-4DA9E40039A6">
<RegistryKey Root="HKLM" Key="$(var.Vs2010RegPath)\CLSID\$(var.CLSID_SpecFlowSingleFileGenerator)" Action="createAndRemoveOnUninstall">
<RegistryValue Value="TechTalk.SpecFlow.VsIntegration.SpecFlowSingleFileGenerator" Type="string" />
<RegistryValue Name="Class" Value="TechTalk.SpecFlow.VsIntegration.SpecFlowSingleFileGenerator" Type="string" />
<RegistryValue Name="CodeBase" Value="[INSTALLLOCATION]TechTalk.SpecFlow.VsIntegration.dll" Type="string" />
<RegistryValue Value="TechTalk.SpecFlow.Vs2008Integration.SpecFlowSingleFileGenerator" Type="string" />
<RegistryValue Name="Class" Value="TechTalk.SpecFlow.Vs2008Integration.SpecFlowSingleFileGenerator" Type="string" />
<RegistryValue Name="CodeBase" Value="[INSTALLLOCATION]TechTalk.SpecFlow.Vs2008Integration.dll" Type="string" />
<RegistryValue Name="InprocServer32" Value="C:\\Windows\\SYSTEM32\\MSCOREE.DLL" Type="string" />
<RegistryValue Name="ThreadingModel" Value="Both" Type="string" />
</RegistryKey>
Expand Down
27 changes: 15 additions & 12 deletions TechTalk.SpecFlow.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParserTests", "Tests\Parser
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuntimeTests", "Tests\RuntimeTests\RuntimeTests.csproj", "{F8FACCF0-5497-4C6B-861F-78D72FD9561B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechTalk.SpecFlow.VsIntegration", "VsIntegration\TechTalk.SpecFlow.VsIntegration.csproj", "{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechTalk.SpecFlow.Generator", "Generator\TechTalk.SpecFlow.Generator.csproj", "{453D8014-B6CD-4E86-80A8-D59F59092334}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechTalk.SpecFlow.Tools", "Tools\TechTalk.SpecFlow.Tools.csproj", "{87BE7FE6-C3DE-4409-ABF6-FA5B60AF3DE1}"
Expand All @@ -51,6 +49,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportingTests", "Tests\Rep
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportingTest.SampleProject", "Tests\ReportingTest.SampleProject\ReportingTest.SampleProject.csproj", "{E5C299D5-E7CC-4477-9A0B-4797B74BC88B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IdeIntegration", "IdeIntegration", "{55E45533-9AAA-41AB-B44F-7530799C9337}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechTalk.SpecFlow.Vs2008Integration", "IdeIntegration\Vs2008Integration\TechTalk.SpecFlow.Vs2008Integration.csproj", "{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -111,16 +113,6 @@ Global
{F8FACCF0-5497-4C6B-861F-78D72FD9561B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F8FACCF0-5497-4C6B-861F-78D72FD9561B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F8FACCF0-5497-4C6B-861F-78D72FD9561B}.Release|x86.ActiveCfg = Release|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Debug|x86.ActiveCfg = Debug|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Release|Any CPU.Build.0 = Release|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Release|x86.ActiveCfg = Release|Any CPU
{453D8014-B6CD-4E86-80A8-D59F59092334}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{453D8014-B6CD-4E86-80A8-D59F59092334}.Debug|Any CPU.Build.0 = Debug|Any CPU
{453D8014-B6CD-4E86-80A8-D59F59092334}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -210,6 +202,16 @@ Global
{E5C299D5-E7CC-4477-9A0B-4797B74BC88B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E5C299D5-E7CC-4477-9A0B-4797B74BC88B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E5C299D5-E7CC-4477-9A0B-4797B74BC88B}.Release|x86.ActiveCfg = Release|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Debug|x86.ActiveCfg = Debug|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Release|Any CPU.Build.0 = Release|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -224,5 +226,6 @@ Global
{3836A6FC-4ECC-413A-AC8F-83A0A773EC9E} = {A10B5CD6-38EC-4D7E-9D1C-2EBA8017E437}
{1965463E-6972-4618-8E59-D3259AE7A125} = {A10B5CD6-38EC-4D7E-9D1C-2EBA8017E437}
{E5C299D5-E7CC-4477-9A0B-4797B74BC88B} = {A10B5CD6-38EC-4D7E-9D1C-2EBA8017E437}
{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E} = {55E45533-9AAA-41AB-B44F-7530799C9337}
EndGlobalSection
EndGlobal
Binary file removed VsIntegration/Key.snk
Binary file not shown.
77 changes: 0 additions & 77 deletions VsIntegration/SpecFlowPackage.cs

This file was deleted.

0 comments on commit 30a9498

Please sign in to comment.