-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOasis.sln
37 lines (37 loc) · 2.03 KB
/
Oasis.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Oasis.Domain", "src\Oasis.Domain\Oasis.Domain.csproj", "{3FD43F85-452C-48C2-9CF6-BA0BB0AA6889}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Oasis.API", "src\Oasis.API\Oasis.API.csproj", "{E993FC2E-5721-470F-BCC7-E067B202483F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Oasis.Infra", "src\Oasis.Infra\Oasis.Infra.csproj", "{9BA2ABF5-3936-40EB-B201-4E8BF56CEF9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FD43F85-452C-48C2-9CF6-BA0BB0AA6889}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FD43F85-452C-48C2-9CF6-BA0BB0AA6889}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FD43F85-452C-48C2-9CF6-BA0BB0AA6889}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FD43F85-452C-48C2-9CF6-BA0BB0AA6889}.Release|Any CPU.Build.0 = Release|Any CPU
{E993FC2E-5721-470F-BCC7-E067B202483F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E993FC2E-5721-470F-BCC7-E067B202483F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E993FC2E-5721-470F-BCC7-E067B202483F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E993FC2E-5721-470F-BCC7-E067B202483F}.Release|Any CPU.Build.0 = Release|Any CPU
{9BA2ABF5-3936-40EB-B201-4E8BF56CEF9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BA2ABF5-3936-40EB-B201-4E8BF56CEF9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BA2ABF5-3936-40EB-B201-4E8BF56CEF9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BA2ABF5-3936-40EB-B201-4E8BF56CEF9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13BB3224-26A7-44EC-8CF1-377E4D5610FE}
EndGlobalSection
EndGlobal