Skip to content

Commit dc683a0

Browse files
committed
oops - added projects back in the solution
1 parent 9e3e1c5 commit dc683a0

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Samples/TestStack.FluentMVCTesting.Sample.Tests/TestStack.FluentMVCTesting.Sample.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@
8383
<None Include="packages.config" />
8484
</ItemGroup>
8585
<ItemGroup>
86-
<ProjectReference Include="..\TestStack.FluentMVCTesting.Example\TestStack.FluentMVCTesting.Sample.csproj">
86+
<ProjectReference Include="..\TestStack.FluentMVCTesting.Sample\TestStack.FluentMVCTesting.Sample.csproj">
8787
<Project>{0BD41AAC-8155-4328-A1A2-CB634430BB39}</Project>
8888
<Name>TestStack.FluentMVCTesting.Sample</Name>
8989
</ProjectReference>
90-
<ProjectReference Include="..\TestStack.FluentMVCTesting\TestStack.FluentMVCTesting.csproj">
90+
<ProjectReference Include="..\..\TestStack.FluentMVCTesting\TestStack.FluentMVCTesting.csproj">
9191
<Project>{152ca00f-18d3-4cf5-8ca0-2c5b70cbea19}</Project>
9292
<Name>TestStack.FluentMVCTesting</Name>
9393
</ProjectReference>

TestStack.FluentMVCTesting.sln

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{EC0FFD
2323
EndProject
2424
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{46E90596-A670-4D0B-B036-C7859573C89E}"
2525
EndProject
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestStack.FluentMVCTesting.Sample", "Samples\TestStack.FluentMVCTesting.Sample\TestStack.FluentMVCTesting.Sample.csproj", "{0BD41AAC-8155-4328-A1A2-CB634430BB39}"
27+
EndProject
28+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestStack.FluentMVCTesting.Sample.Tests", "Samples\TestStack.FluentMVCTesting.Sample.Tests\TestStack.FluentMVCTesting.Sample.Tests.csproj", "{F36BC506-1076-49BF-A1A4-A76D6560AA64}"
29+
EndProject
2630
Global
2731
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2832
Debug|Any CPU = Debug|Any CPU
@@ -41,8 +45,20 @@ Global
4145
{17E643B6-0448-4E6F-A8D8-D726154D73E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
4246
{17E643B6-0448-4E6F-A8D8-D726154D73E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
4347
{17E643B6-0448-4E6F-A8D8-D726154D73E1}.Release|Any CPU.Build.0 = Release|Any CPU
48+
{0BD41AAC-8155-4328-A1A2-CB634430BB39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
49+
{0BD41AAC-8155-4328-A1A2-CB634430BB39}.Debug|Any CPU.Build.0 = Debug|Any CPU
50+
{0BD41AAC-8155-4328-A1A2-CB634430BB39}.Release|Any CPU.ActiveCfg = Release|Any CPU
51+
{0BD41AAC-8155-4328-A1A2-CB634430BB39}.Release|Any CPU.Build.0 = Release|Any CPU
52+
{F36BC506-1076-49BF-A1A4-A76D6560AA64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
53+
{F36BC506-1076-49BF-A1A4-A76D6560AA64}.Debug|Any CPU.Build.0 = Debug|Any CPU
54+
{F36BC506-1076-49BF-A1A4-A76D6560AA64}.Release|Any CPU.ActiveCfg = Release|Any CPU
55+
{F36BC506-1076-49BF-A1A4-A76D6560AA64}.Release|Any CPU.Build.0 = Release|Any CPU
4456
EndGlobalSection
4557
GlobalSection(SolutionProperties) = preSolution
4658
HideSolutionNode = FALSE
4759
EndGlobalSection
60+
GlobalSection(NestedProjects) = preSolution
61+
{0BD41AAC-8155-4328-A1A2-CB634430BB39} = {46E90596-A670-4D0B-B036-C7859573C89E}
62+
{F36BC506-1076-49BF-A1A4-A76D6560AA64} = {46E90596-A670-4D0B-B036-C7859573C89E}
63+
EndGlobalSection
4864
EndGlobal

0 commit comments

Comments
 (0)