Skip to content

Commit

Permalink
Minor solution changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodejunkie committed Nov 15, 2010
1 parent 5c2efa3 commit 5fba7e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/MefContrib.sln
Expand Up @@ -17,6 +17,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MefContrib.Hosting.Intercep
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MefContrib.Hosting.Interception.Castle.Tests", "MefContrib.Hosting.Interception.Castle.Tests\MefContrib.Hosting.Interception.Castle.Tests.csproj", "{3286DDD8-4D65-499F-A3A7-ED9A29B4DA95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MefContrib.Hosting.Interception.Tests", "MefContrib.Hosting.Interception.Tests\MefContrib.Hosting.Interception.Tests.csproj", "{DF074D3B-DA4A-42CA-8E9C-513B729572E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -47,6 +49,10 @@ Global
{3286DDD8-4D65-499F-A3A7-ED9A29B4DA95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3286DDD8-4D65-499F-A3A7-ED9A29B4DA95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3286DDD8-4D65-499F-A3A7-ED9A29B4DA95}.Release|Any CPU.Build.0 = Release|Any CPU
{DF074D3B-DA4A-42CA-8E9C-513B729572E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF074D3B-DA4A-42CA-8E9C-513B729572E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF074D3B-DA4A-42CA-8E9C-513B729572E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF074D3B-DA4A-42CA-8E9C-513B729572E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -58,5 +64,6 @@ Global
{6E7966F6-E59B-4937-80E5-D4EF19B1A62C} = {D7893BE7-6D8C-47BF-B1D4-FA1ED1FD8E21}
{AB89B800-89A4-40A5-84BC-9DD0623D18B7} = {D7893BE7-6D8C-47BF-B1D4-FA1ED1FD8E21}
{3286DDD8-4D65-499F-A3A7-ED9A29B4DA95} = {D7893BE7-6D8C-47BF-B1D4-FA1ED1FD8E21}
{DF074D3B-DA4A-42CA-8E9C-513B729572E9} = {D7893BE7-6D8C-47BF-B1D4-FA1ED1FD8E21}
EndGlobalSection
EndGlobal

0 comments on commit 5fba7e1

Please sign in to comment.