-
Notifications
You must be signed in to change notification settings - Fork 5
/
UrphaCapital.sln
43 lines (43 loc) · 2.62 KB
/
UrphaCapital.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 Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UrphaCapital.API", "UrphaCapital.API\UrphaCapital.API.csproj", "{B910E316-C777-49C3-A10E-E6743F783CC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UrphaCapital.Domain", "UrphaCapital.Domain\UrphaCapital.Domain.csproj", "{C6F07E8D-86B8-4661-8DF1-5091881EC2DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UrphaCapital.Application", "UrphaCapital.Application\UrphaCapital.Application.csproj", "{C410A457-12ED-46E8-8DB5-9F4B05F8E00E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UrphaCapital.Infrastructure", "UrphaCapital.Infrastructure\UrphaCapital.Infrastructure.csproj", "{FB0C53AC-9CB8-4315-9B57-59E995CEF6AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B910E316-C777-49C3-A10E-E6743F783CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B910E316-C777-49C3-A10E-E6743F783CC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B910E316-C777-49C3-A10E-E6743F783CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B910E316-C777-49C3-A10E-E6743F783CC7}.Release|Any CPU.Build.0 = Release|Any CPU
{C6F07E8D-86B8-4661-8DF1-5091881EC2DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6F07E8D-86B8-4661-8DF1-5091881EC2DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6F07E8D-86B8-4661-8DF1-5091881EC2DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6F07E8D-86B8-4661-8DF1-5091881EC2DC}.Release|Any CPU.Build.0 = Release|Any CPU
{C410A457-12ED-46E8-8DB5-9F4B05F8E00E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C410A457-12ED-46E8-8DB5-9F4B05F8E00E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C410A457-12ED-46E8-8DB5-9F4B05F8E00E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C410A457-12ED-46E8-8DB5-9F4B05F8E00E}.Release|Any CPU.Build.0 = Release|Any CPU
{FB0C53AC-9CB8-4315-9B57-59E995CEF6AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB0C53AC-9CB8-4315-9B57-59E995CEF6AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB0C53AC-9CB8-4315-9B57-59E995CEF6AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB0C53AC-9CB8-4315-9B57-59E995CEF6AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {841F9A49-5D96-4AE5-9A20-6F7BAE35D976}
EndGlobalSection
EndGlobal