-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpus.sln
66 lines (66 loc) · 4.02 KB
/
Opus.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Opus", "Opus\Opus.csproj", "{8B4E4B99-FAE0-4CC6-A116-6B8163B57AA1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EFB5C44B-34AF-4168-B214-75A2593E2111}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Opus.Portal", "Opus.Portal\Opus.Portal.csproj", "{9CE3E7F4-F45F-48FA-8867-C08AE4E62273}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Opus.Domain", "Opus.Domain\Opus.Domain.csproj", "{D7389240-AB98-4370-9465-E8E6BF1D9435}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Opus.Services", "Opus.Services\Opus.Services.csproj", "{5C40AA77-0949-423F-B337-7EF07D94C621}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{06E9D3E3-B54F-45C4-9244-CBB18467AE54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Opus.Domain.Tests", "Opus.Domain.Tests\Opus.Domain.Tests.csproj", "{C712A32F-C1B5-40FF-BE13-AA37FCCE32D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Opus.Services.Tests", "Opus.Services.Tests\Opus.Services.Tests.csproj", "{72CDDD29-6CE6-4AB3-9A60-7F9786FD1097}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B4E4B99-FAE0-4CC6-A116-6B8163B57AA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B4E4B99-FAE0-4CC6-A116-6B8163B57AA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B4E4B99-FAE0-4CC6-A116-6B8163B57AA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B4E4B99-FAE0-4CC6-A116-6B8163B57AA1}.Release|Any CPU.Build.0 = Release|Any CPU
{9CE3E7F4-F45F-48FA-8867-C08AE4E62273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CE3E7F4-F45F-48FA-8867-C08AE4E62273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CE3E7F4-F45F-48FA-8867-C08AE4E62273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CE3E7F4-F45F-48FA-8867-C08AE4E62273}.Release|Any CPU.Build.0 = Release|Any CPU
{D7389240-AB98-4370-9465-E8E6BF1D9435}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7389240-AB98-4370-9465-E8E6BF1D9435}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7389240-AB98-4370-9465-E8E6BF1D9435}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7389240-AB98-4370-9465-E8E6BF1D9435}.Release|Any CPU.Build.0 = Release|Any CPU
{5C40AA77-0949-423F-B337-7EF07D94C621}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C40AA77-0949-423F-B337-7EF07D94C621}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C40AA77-0949-423F-B337-7EF07D94C621}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C40AA77-0949-423F-B337-7EF07D94C621}.Release|Any CPU.Build.0 = Release|Any CPU
{C712A32F-C1B5-40FF-BE13-AA37FCCE32D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C712A32F-C1B5-40FF-BE13-AA37FCCE32D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C712A32F-C1B5-40FF-BE13-AA37FCCE32D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C712A32F-C1B5-40FF-BE13-AA37FCCE32D4}.Release|Any CPU.Build.0 = Release|Any CPU
{72CDDD29-6CE6-4AB3-9A60-7F9786FD1097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72CDDD29-6CE6-4AB3-9A60-7F9786FD1097}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72CDDD29-6CE6-4AB3-9A60-7F9786FD1097}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72CDDD29-6CE6-4AB3-9A60-7F9786FD1097}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C712A32F-C1B5-40FF-BE13-AA37FCCE32D4} = {06E9D3E3-B54F-45C4-9244-CBB18467AE54}
{72CDDD29-6CE6-4AB3-9A60-7F9786FD1097} = {06E9D3E3-B54F-45C4-9244-CBB18467AE54}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3645E1D-6DC7-489C-B992-52C9DF51F024}
EndGlobalSection
EndGlobal