Skip to content

Commit

Permalink
added MonoDevelopIntegration to the main solution
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jul 2, 2010
1 parent 30a9498 commit ce6c91e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 205 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down
204 changes: 0 additions & 204 deletions TechTalk.SpecFlow.MonoDevelop.sln

This file was deleted.

13 changes: 13 additions & 0 deletions TechTalk.SpecFlow.sln
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IdeIntegration", "IdeIntegr
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechTalk.SpecFlow.Vs2008Integration", "IdeIntegration\Vs2008Integration\TechTalk.SpecFlow.Vs2008Integration.csproj", "{5703CA95-A08A-46AE-AE24-DB6B21FD6F7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoDevelop.TechTalk.SpecFlow", "IdeIntegration\MonoDevelopIntegration\MonoDevelop.TechTalk.SpecFlow.csproj", "{199D2315-F5BD-463C-B16A-BE31A845792B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -212,6 +214,16 @@ Global
{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
{199D2315-F5BD-463C-B16A-BE31A845792B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{199D2315-F5BD-463C-B16A-BE31A845792B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{199D2315-F5BD-463C-B16A-BE31A845792B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{199D2315-F5BD-463C-B16A-BE31A845792B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{199D2315-F5BD-463C-B16A-BE31A845792B}.Debug|x86.ActiveCfg = Debug|Any CPU
{199D2315-F5BD-463C-B16A-BE31A845792B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{199D2315-F5BD-463C-B16A-BE31A845792B}.Release|Any CPU.Build.0 = Release|Any CPU
{199D2315-F5BD-463C-B16A-BE31A845792B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{199D2315-F5BD-463C-B16A-BE31A845792B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{199D2315-F5BD-463C-B16A-BE31A845792B}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -227,5 +239,6 @@ Global
{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}
{199D2315-F5BD-463C-B16A-BE31A845792B} = {55E45533-9AAA-41AB-B44F-7530799C9337}
EndGlobalSection
EndGlobal

0 comments on commit ce6c91e

Please sign in to comment.