Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/NancyFx/Nancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wilhelmsen committed May 3, 2012
2 parents 65aaa5a + 09dfef3 commit 7e31f8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
Expand Up @@ -149,10 +149,6 @@
<Project>{B795886D-9D70-45B1-BFB5-AD54CBC9A447}</Project>
<Name>Nancy.ViewEngines.DotLiquid</Name>
</ProjectReference>
<ProjectReference Include="..\Nancy.ViewEngines.NDjango\Nancy.ViewEngines.NDjango.csproj">
<Project>{D403684D-D1E1-43B4-B6D5-F67A85F85830}</Project>
<Name>Nancy.ViewEngines.NDjango</Name>
</ProjectReference>
<ProjectReference Include="..\Nancy.ViewEngines.Nustache\Nancy.ViewEngines.Nustache.csproj">
<Project>{A1A9E636-A37C-4170-B2E4-99D4F69B415D}</Project>
<Name>Nancy.ViewEngines.Nustache</Name>
Expand Down
13 changes: 9 additions & 4 deletions src/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj
Expand Up @@ -83,6 +83,15 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\Nancy.Tests\ShouldExtensions.cs">
<Link>ShouldExtensions.cs</Link>
</Compile>
<Compile Include="..\Nancy.Tests\xUnitExtensions\SkipException.cs">
<Link>SkipException.cs</Link>
</Compile>
<Compile Include="..\Nancy.Tests\xUnitExtensions\SkippableFactAttribute.cs">
<Link>SkippableFactAttribute.cs</Link>
</Compile>
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
Expand All @@ -96,10 +105,6 @@
<Project>{AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}</Project>
<Name>Nancy.Hosting.Self</Name>
</ProjectReference>
<ProjectReference Include="..\Nancy.Tests\Nancy.Tests.csproj">
<Project>{776D244D-BC4D-4BBB-A478-CAF2D04520E1}</Project>
<Name>Nancy.Tests</Name>
</ProjectReference>
<ProjectReference Include="..\Nancy\Nancy.csproj">
<Project>{34576216-0DCA-4B0F-A0DC-9075E75A676F}</Project>
<Name>Nancy</Name>
Expand Down
2 changes: 0 additions & 2 deletions src/Nancy.sln
Expand Up @@ -657,10 +657,8 @@ Global
{CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.Debug|x86.ActiveCfg = Debug|Any CPU
{CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU
{CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU
{CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoDebug|x86.ActiveCfg = Debug|Any CPU
{CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU
{CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU
{CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoRelease|x86.ActiveCfg = Release|Any CPU
{CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.Release|Any CPU.Build.0 = Release|Any CPU
Expand Down

0 comments on commit 7e31f8d

Please sign in to comment.