-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetCoreRing.sln
More file actions
50 lines (50 loc) · 3.08 KB
/
NetCoreRing.sln
File metadata and controls
50 lines (50 loc) · 3.08 KB
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
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{9994777B-1DB8-47FD-80C8-5E7A8EC5C16D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniversalRingApi", "UniversalRingApi\UniversalRingApi.csproj", "{4566583A-BB39-406F-B84C-0B4460CD156C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniversalRingApi.UnitTests", "UniversalRingApi.UnitTests\UniversalRingApi.UnitTests.csproj", "{04628E99-CABE-4DBC-9738-E71D62962AFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniversalRingApi.IntegrationTests", "UniversalRingApi.IntegrationTests\UniversalRingApi.IntegrationTests.csproj", "{25632954-9383-47CC-A0DB-665EE847F7D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalRingApi.NUnitTests", "UniversalRingApi.NUnitTests\UniversalRingApi.NUnitTests.csproj", "{2F542B0C-51DB-4012-8DCA-18B8AB1A7939}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4566583A-BB39-406F-B84C-0B4460CD156C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4566583A-BB39-406F-B84C-0B4460CD156C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4566583A-BB39-406F-B84C-0B4460CD156C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4566583A-BB39-406F-B84C-0B4460CD156C}.Release|Any CPU.Build.0 = Release|Any CPU
{04628E99-CABE-4DBC-9738-E71D62962AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04628E99-CABE-4DBC-9738-E71D62962AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04628E99-CABE-4DBC-9738-E71D62962AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04628E99-CABE-4DBC-9738-E71D62962AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{25632954-9383-47CC-A0DB-665EE847F7D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25632954-9383-47CC-A0DB-665EE847F7D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25632954-9383-47CC-A0DB-665EE847F7D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25632954-9383-47CC-A0DB-665EE847F7D5}.Release|Any CPU.Build.0 = Release|Any CPU
{2F542B0C-51DB-4012-8DCA-18B8AB1A7939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F542B0C-51DB-4012-8DCA-18B8AB1A7939}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F542B0C-51DB-4012-8DCA-18B8AB1A7939}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F542B0C-51DB-4012-8DCA-18B8AB1A7939}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{04628E99-CABE-4DBC-9738-E71D62962AFA} = {9994777B-1DB8-47FD-80C8-5E7A8EC5C16D}
{25632954-9383-47CC-A0DB-665EE847F7D5} = {9994777B-1DB8-47FD-80C8-5E7A8EC5C16D}
{2F542B0C-51DB-4012-8DCA-18B8AB1A7939} = {9994777B-1DB8-47FD-80C8-5E7A8EC5C16D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6154582D-7190-48AF-A5B1-8B01B589DD4B}
EndGlobalSection
EndGlobal