Skip to content

Commit

Permalink
Separating Samples
Browse files Browse the repository at this point in the history
  • Loading branch information
pcsikos committed Oct 24, 2015
1 parent c9c04f3 commit bca14a2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 24 deletions.
8 changes: 0 additions & 8 deletions src/Samples/FooBarLibrary.Tests/FooBarLibrary.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\UnitTestGenerator.Extensions.Composition\UnitTestGenerator.Extensions.Composition.csproj">
<Project>{48afd21d-a7a2-4022-85c3-4a2df98a4220}</Project>
<Name>UnitTestGenerator.Extensions.Composition</Name>
</ProjectReference>
<ProjectReference Include="..\..\UnitTestGenerator\UnitTestGenerator.csproj">
<Project>{00efbbf4-a2ef-4617-a7ae-e83577cd2d01}</Project>
<Name>UnitTestGenerator</Name>
</ProjectReference>
<ProjectReference Include="..\FooBarLibrary\FooBarLibrary.csproj">
<Project>{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0}</Project>
<Name>FooBarLibrary</Name>
Expand Down
28 changes: 28 additions & 0 deletions src/Samples/Samples.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FooBarLibrary", "FooBarLibrary\FooBarLibrary.csproj", "{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FooBarLibrary.Tests", "FooBarLibrary.Tests\FooBarLibrary.Tests.csproj", "{50C00564-73FB-430D-BB61-F08BED06FC19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0}.Release|Any CPU.Build.0 = Release|Any CPU
{50C00564-73FB-430D-BB61-F08BED06FC19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50C00564-73FB-430D-BB61-F08BED06FC19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50C00564-73FB-430D-BB61-F08BED06FC19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50C00564-73FB-430D-BB61-F08BED06FC19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
16 changes: 0 additions & 16 deletions src/UnitTestGenerator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestGenerator.FluentAss
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestGenerator.Extensions.Composition.Tests", "UnitTestGenerator.Extensions.Composition.Tests\UnitTestGenerator.Extensions.Composition.Tests.csproj", "{45E5811E-B971-454D-BB32-47E170309DE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FooBarLibrary", "Samples\FooBarLibrary\FooBarLibrary.csproj", "{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{7091E3E5-9CD8-43B1-BEA0-17EC19718C2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FooBarLibrary.Tests", "Samples\FooBarLibrary.Tests\FooBarLibrary.Tests.csproj", "{50C00564-73FB-430D-BB61-F08BED06FC19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -73,14 +67,6 @@ Global
{45E5811E-B971-454D-BB32-47E170309DE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45E5811E-B971-454D-BB32-47E170309DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45E5811E-B971-454D-BB32-47E170309DE9}.Release|Any CPU.Build.0 = Release|Any CPU
{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0}.Release|Any CPU.Build.0 = Release|Any CPU
{50C00564-73FB-430D-BB61-F08BED06FC19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50C00564-73FB-430D-BB61-F08BED06FC19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50C00564-73FB-430D-BB61-F08BED06FC19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50C00564-73FB-430D-BB61-F08BED06FC19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -91,7 +77,5 @@ Global
{32157BC3-2B94-4C3D-B47C-9B050DDCBB40} = {A31886C9-BF03-48F8-9EE8-81D7BA7953B1}
{10C49A4A-A532-48DF-A3F9-A6CA47FE3E47} = {A31886C9-BF03-48F8-9EE8-81D7BA7953B1}
{45E5811E-B971-454D-BB32-47E170309DE9} = {A31886C9-BF03-48F8-9EE8-81D7BA7953B1}
{98F7F7BA-4285-4FEB-BEF4-F6FE66BF46E0} = {7091E3E5-9CD8-43B1-BEA0-17EC19718C2F}
{50C00564-73FB-430D-BB61-F08BED06FC19} = {7091E3E5-9CD8-43B1-BEA0-17EC19718C2F}
EndGlobalSection
EndGlobal

0 comments on commit bca14a2

Please sign in to comment.