-
Notifications
You must be signed in to change notification settings - Fork 1
/
TestingContext.sln
47 lines (47 loc) · 2.79 KB
/
TestingContext.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
44
45
46
47
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}") = "TestingContext", "TestingContext\TestingContext.csproj", "{2AF3B9C9-8329-4171-9515-30471815AB41}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestProject1", "UnitTestProject1\UnitTestProject1.csproj", "{4D3C9814-B927-48B1-B242-4645AA07D7A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6EF6B412-3948-4605-A956-B1371D58F684}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestingContext.Interface", "TestingContext.Interface\TestingContext.Interface.csproj", "{3F8E40CA-A8C8-4CF1-AF15-52128AC726EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestingContext.LimitedInterface", "TestingContext.LimitedInterface\TestingContext.LimitedInterface.csproj", "{22D094C0-9620-4847-9A13-20D817058D8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AF3B9C9-8329-4171-9515-30471815AB41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AF3B9C9-8329-4171-9515-30471815AB41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AF3B9C9-8329-4171-9515-30471815AB41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AF3B9C9-8329-4171-9515-30471815AB41}.Release|Any CPU.Build.0 = Release|Any CPU
{4D3C9814-B927-48B1-B242-4645AA07D7A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D3C9814-B927-48B1-B242-4645AA07D7A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D3C9814-B927-48B1-B242-4645AA07D7A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D3C9814-B927-48B1-B242-4645AA07D7A7}.Release|Any CPU.Build.0 = Release|Any CPU
{3F8E40CA-A8C8-4CF1-AF15-52128AC726EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F8E40CA-A8C8-4CF1-AF15-52128AC726EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F8E40CA-A8C8-4CF1-AF15-52128AC726EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F8E40CA-A8C8-4CF1-AF15-52128AC726EC}.Release|Any CPU.Build.0 = Release|Any CPU
{22D094C0-9620-4847-9A13-20D817058D8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22D094C0-9620-4847-9A13-20D817058D8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22D094C0-9620-4847-9A13-20D817058D8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22D094C0-9620-4847-9A13-20D817058D8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal