-
Notifications
You must be signed in to change notification settings - Fork 57
/
DotNetTestSample.sln
43 lines (43 loc) · 2.18 KB
/
DotNetTestSample.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{47BCDE0C-3280-449B-B613-B4EC07723FB6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CEE1EF0-7E8F-4364-9FF5-00F42A78FC11}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0A53EADC-9061-45CA-8707-C4C1C5C85BDA}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LibraryUnderTest", "src\LibraryUnderTest\LibraryUnderTest.xproj", "{9B98D0FA-7758-4F56-B552-FB98A9721824}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LibrarySpecs", "test\LibrarySpecs\LibrarySpecs.xproj", "{6949774E-2773-47D1-883F-F7B2F0C6628C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B98D0FA-7758-4F56-B552-FB98A9721824}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B98D0FA-7758-4F56-B552-FB98A9721824}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B98D0FA-7758-4F56-B552-FB98A9721824}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B98D0FA-7758-4F56-B552-FB98A9721824}.Release|Any CPU.Build.0 = Release|Any CPU
{6949774E-2773-47D1-883F-F7B2F0C6628C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6949774E-2773-47D1-883F-F7B2F0C6628C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6949774E-2773-47D1-883F-F7B2F0C6628C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6949774E-2773-47D1-883F-F7B2F0C6628C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9B98D0FA-7758-4F56-B552-FB98A9721824} = {47BCDE0C-3280-449B-B613-B4EC07723FB6}
{6949774E-2773-47D1-883F-F7B2F0C6628C} = {0A53EADC-9061-45CA-8707-C4C1C5C85BDA}
EndGlobalSection
EndGlobal