Skip to content

Commit

Permalink
Put test project in the wrong place. Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondentler authored and pjvds committed Feb 19, 2011
1 parent 60665ba commit f8b3ae4
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
24 changes: 24 additions & 0 deletions Extensions/NcqrsExtensions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ncqrs.NServiceBus.EventBus", "src\Ncqrs.NServiceBus.EventBus\Ncqrs.NServiceBus.EventBus.csproj", "{B8B5FD78-06BE-4BC0-8A0A-7C63C3FEB63C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ncqrs.Config.Ninject", "src\Ncqrs.Config.Ninject\Ncqrs.Config.Ninject.csproj", "{E7EF81C1-4896-446D-B761-3BDA111E09D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ncqrs.Config.Ninject.Tests", "src\Ncqrs.Config.Ninject.Tests\Ncqrs.Config.Ninject.Tests.csproj", "{7F74C778-717A-4395-BA6B-14335E6C9753}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -205,6 +209,26 @@ Global
{B8B5FD78-06BE-4BC0-8A0A-7C63C3FEB63C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B8B5FD78-06BE-4BC0-8A0A-7C63C3FEB63C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B8B5FD78-06BE-4BC0-8A0A-7C63C3FEB63C}.Release|x86.ActiveCfg = Release|Any CPU
{E7EF81C1-4896-446D-B761-3BDA111E09D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7EF81C1-4896-446D-B761-3BDA111E09D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7EF81C1-4896-446D-B761-3BDA111E09D1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E7EF81C1-4896-446D-B761-3BDA111E09D1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E7EF81C1-4896-446D-B761-3BDA111E09D1}.Debug|x86.ActiveCfg = Debug|Any CPU
{E7EF81C1-4896-446D-B761-3BDA111E09D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7EF81C1-4896-446D-B761-3BDA111E09D1}.Release|Any CPU.Build.0 = Release|Any CPU
{E7EF81C1-4896-446D-B761-3BDA111E09D1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E7EF81C1-4896-446D-B761-3BDA111E09D1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E7EF81C1-4896-446D-B761-3BDA111E09D1}.Release|x86.ActiveCfg = Release|Any CPU
{7F74C778-717A-4395-BA6B-14335E6C9753}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F74C778-717A-4395-BA6B-14335E6C9753}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F74C778-717A-4395-BA6B-14335E6C9753}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7F74C778-717A-4395-BA6B-14335E6C9753}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7F74C778-717A-4395-BA6B-14335E6C9753}.Debug|x86.ActiveCfg = Debug|Any CPU
{7F74C778-717A-4395-BA6B-14335E6C9753}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F74C778-717A-4395-BA6B-14335E6C9753}.Release|Any CPU.Build.0 = Release|Any CPU
{7F74C778-717A-4395-BA6B-14335E6C9753}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7F74C778-717A-4395-BA6B-14335E6C9753}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7F74C778-717A-4395-BA6B-14335E6C9753}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<Reference Include="FluentAssertions">
<HintPath>..\lib\ThirdParty\FluentAssertions\FluentAssertions.dll</HintPath>
</Reference>
<Reference Include="Ncqrs, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\lib\Debug\Ncqrs\Ncqrs.dll</HintPath>
</Reference>
<Reference Include="Ninject">
<HintPath>..\lib\ThirdParty\Ninject\Ninject.dll</HintPath>
</Reference>
Expand All @@ -53,14 +57,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Extensions\src\Ncqrs.Config.Ninject\Ncqrs.Config.Ninject.csproj">
<ProjectReference Include="..\Ncqrs.Config.Ninject\Ncqrs.Config.Ninject.csproj">
<Project>{E7EF81C1-4896-446D-B761-3BDA111E09D1}</Project>
<Name>Ncqrs.Config.Ninject</Name>
</ProjectReference>
<ProjectReference Include="..\Framework\src\Ncqrs\Ncqrs.csproj">
<Project>{01F84441-80D3-49B4-AB18-96894ACB2F90}</Project>
<Name>Ncqrs</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
2 changes: 1 addition & 1 deletion Ncqrs.Master.sln
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ncqrs.Eventing.Storage.Mong
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ncqrs.Config.Ninject", "Extensions\src\Ncqrs.Config.Ninject\Ncqrs.Config.Ninject.csproj", "{E7EF81C1-4896-446D-B761-3BDA111E09D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ncqrs.Config.Ninject.Tests", "Ncqrs.Config.Ninject.Tests\Ncqrs.Config.Ninject.Tests.csproj", "{7F74C778-717A-4395-BA6B-14335E6C9753}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ncqrs.Config.Ninject.Tests", "Extensions\src\Ncqrs.Config.Ninject.Tests\Ncqrs.Config.Ninject.Tests.csproj", "{7F74C778-717A-4395-BA6B-14335E6C9753}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
Expand Down

0 comments on commit f8b3ae4

Please sign in to comment.