From d676ad278bd1cedf34ca664026ebf599660b945b Mon Sep 17 00:00:00 2001 From: "gaspar.nagy" Date: Tue, 29 Jun 2010 22:08:46 +0200 Subject: [PATCH] fix line endings? --- .../MsTestSilverlightGeneratorProvider.cs | 4 +- .../SpecFlowInstaller/Product.Generated.wxs | 30 +-- .../SpecFlowInstaller.wixproj | 194 +++++++++--------- 3 files changed, 114 insertions(+), 114 deletions(-) diff --git a/Generator/UnitTestProvider/MsTestSilverlightGeneratorProvider.cs b/Generator/UnitTestProvider/MsTestSilverlightGeneratorProvider.cs index aa0231d9e..90fcea1de 100755 --- a/Generator/UnitTestProvider/MsTestSilverlightGeneratorProvider.cs +++ b/Generator/UnitTestProvider/MsTestSilverlightGeneratorProvider.cs @@ -1,6 +1,6 @@ using System.CodeDom; -using System.Collections.Generic; - +using System.Collections.Generic; + namespace TechTalk.SpecFlow.Generator.UnitTestProvider { // TODO: it's an ugly copy-paste of MsTestGeneratorProvider - we should consider refactoring the generator creation to support custom factories. diff --git a/Installer/SpecFlowInstaller/Product.Generated.wxs b/Installer/SpecFlowInstaller/Product.Generated.wxs index 8cc2898fd..5079b3d9f 100644 --- a/Installer/SpecFlowInstaller/Product.Generated.wxs +++ b/Installer/SpecFlowInstaller/Product.Generated.wxs @@ -1,16 +1,16 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Installer/SpecFlowInstaller/SpecFlowInstaller.wixproj b/Installer/SpecFlowInstaller/SpecFlowInstaller.wixproj index 2a66a6bd1..885f2eeff 100644 --- a/Installer/SpecFlowInstaller/SpecFlowInstaller.wixproj +++ b/Installer/SpecFlowInstaller/SpecFlowInstaller.wixproj @@ -1,99 +1,99 @@ - - - Debug - x86 - 3.5 - {89167eb9-f458-48da-9d8f-f639a74f5871} - 2.0 - SpecFlowSetup - Package - $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.5\Wix.targets - $(MSBuildExtensionsPath)\Microsoft\WiX\v3.5\Wix.targets - - - bin\$(Configuration)\ - obj\$(Configuration)\ - Debug - - - bin\$(Configuration)\ - obj\$(Configuration)\ - - - - - - - Product.wxs - True - - - - - - TechTalk.SpecFlow.Generator - {453d8014-b6cd-4e86-80a8-d59f59092334} - True - Binaries - INSTALLLOCATION - - - TechTalk.SpecFlow.Parser - {7ccef6d6-fc17-422e-9bed-edd752b6496f} - True - Binaries - INSTALLLOCATION - - - TechTalk.SpecFlow.Reporting - {fc43509f-e7d3-40c4-b4c3-1e6c9d5530a4} - True - Binaries - INSTALLLOCATION - - - TechTalk.SpecFlow.Silverlight - {b93f95cf-bf89-4d92-bb0f-86885b9b6dce} - True - Binaries;Content;Satellites - INSTALLLOCATION - - - TechTalk.SpecFlow - {413ee28c-4f89-4c6f-ba1e-2cdee4cd43b4} - True - Binaries - INSTALLLOCATION - - - TechTalk.SpecFlow.Tools - {87be7fe6-c3de-4409-abf6-fa5b60af3de1} - True - Binaries - INSTALLLOCATION - - - TechTalk.SpecFlow.VsIntegration - {5703ca95-a08a-46ae-ae24-db6b21fd6f7e} - True - Binaries - INSTALLLOCATION - - - - - $(WixExtDir)\WixUIExtension.dll - WixUIExtension - - - $(WixExtDir)\WixVSExtension.dll - WixVSExtension - - - - - - + + + Debug + x86 + 3.5 + {89167eb9-f458-48da-9d8f-f639a74f5871} + 2.0 + SpecFlowSetup + Package + $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.5\Wix.targets + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.5\Wix.targets + + + bin\$(Configuration)\ + obj\$(Configuration)\ + Debug + + + bin\$(Configuration)\ + obj\$(Configuration)\ + + + + + + + Product.wxs + True + + + + + + TechTalk.SpecFlow.Generator + {453d8014-b6cd-4e86-80a8-d59f59092334} + True + Binaries + INSTALLLOCATION + + + TechTalk.SpecFlow.Parser + {7ccef6d6-fc17-422e-9bed-edd752b6496f} + True + Binaries + INSTALLLOCATION + + + TechTalk.SpecFlow.Reporting + {fc43509f-e7d3-40c4-b4c3-1e6c9d5530a4} + True + Binaries + INSTALLLOCATION + + + TechTalk.SpecFlow.Silverlight + {b93f95cf-bf89-4d92-bb0f-86885b9b6dce} + True + Binaries;Content;Satellites + INSTALLLOCATION + + + TechTalk.SpecFlow + {413ee28c-4f89-4c6f-ba1e-2cdee4cd43b4} + True + Binaries + INSTALLLOCATION + + + TechTalk.SpecFlow.Tools + {87be7fe6-c3de-4409-abf6-fa5b60af3de1} + True + Binaries + INSTALLLOCATION + + + TechTalk.SpecFlow.VsIntegration + {5703ca95-a08a-46ae-ae24-db6b21fd6f7e} + True + Binaries + INSTALLLOCATION + + + + + $(WixExtDir)\WixUIExtension.dll + WixUIExtension + + + $(WixExtDir)\WixVSExtension.dll + WixVSExtension + + + + + + + --> \ No newline at end of file