forked from Darayas/PrancaBeauty-Shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrancaBeauty.sln
79 lines (79 loc) · 5.88 KB
/
PrancaBeauty.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
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrancaBeauty.WebApp", "PrancaBeauty.WebApp\PrancaBeauty.WebApp.csproj", "{3676F1B1-60A9-43FA-AFA1-964E9C1C1FB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrancaBeauty.Domin", "PrancaBeauty.Domin\PrancaBeauty.Domin.csproj", "{1E099F6F-FE72-48B9-9BBF-8774EBE79DFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrancaBeauty.Application", "PrancaBeauty.Application\PrancaBeauty.Application.csproj", "{7824F6D3-6FBC-48A6-9C16-2DC153BF6332}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrancaBeauty.Application.Contracts", "PrancaBeauty.Application.Contracts\PrancaBeauty.Application.Contracts.csproj", "{74B00E25-B818-416F-908A-0EED5067BB74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrancaBeauty.Infrastructure.Core", "PrancaBeauty.Infrastructure.Core\PrancaBeauty.Infrastructure.Core.csproj", "{4E51F059-3325-4827-B6A2-FF680DE35299}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrancaBeauty.Infrastructure.EFCore", "PrancaBeauty.Infrastructure.EFCore\PrancaBeauty.Infrastructure.EFCore.csproj", "{3EA9076D-EDD2-4030-B1AD-943253664E2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Framework", "Framework\Framework.csproj", "{BADCBAA4-EA31-41C1-89C3-A4C81201CDDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrancaBeauty.Infrastructure.EFCore.Identity", "PrancaBeauty.Infrastructure.EFCore.Identity\PrancaBeauty.Infrastructure.EFCore.Identity.csproj", "{72770B94-B31A-4366-B57A-404829BB8E53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrancaBeauty.Infrastructure.EFCore.Identity.JWT", "PrancaBeauty.Infrastructure.EFCore.Identity.JWT\PrancaBeauty.Infrastructure.EFCore.Identity.JWT.csproj", "{3D09D3BC-B39D-427A-9C93-559A97958B5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrancaBeauty.Infrastructure.Logger.Serilog", "PrancaBeauty.Infrastructure.Logger.Serilogger\PrancaBeauty.Infrastructure.Logger.Serilog.csproj", "{BB705A6E-1EB9-42EE-AF19-3BCFE29DAB6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3676F1B1-60A9-43FA-AFA1-964E9C1C1FB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3676F1B1-60A9-43FA-AFA1-964E9C1C1FB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3676F1B1-60A9-43FA-AFA1-964E9C1C1FB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3676F1B1-60A9-43FA-AFA1-964E9C1C1FB4}.Release|Any CPU.Build.0 = Release|Any CPU
{1E099F6F-FE72-48B9-9BBF-8774EBE79DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E099F6F-FE72-48B9-9BBF-8774EBE79DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E099F6F-FE72-48B9-9BBF-8774EBE79DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E099F6F-FE72-48B9-9BBF-8774EBE79DFF}.Release|Any CPU.Build.0 = Release|Any CPU
{7824F6D3-6FBC-48A6-9C16-2DC153BF6332}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7824F6D3-6FBC-48A6-9C16-2DC153BF6332}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7824F6D3-6FBC-48A6-9C16-2DC153BF6332}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7824F6D3-6FBC-48A6-9C16-2DC153BF6332}.Release|Any CPU.Build.0 = Release|Any CPU
{74B00E25-B818-416F-908A-0EED5067BB74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74B00E25-B818-416F-908A-0EED5067BB74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74B00E25-B818-416F-908A-0EED5067BB74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74B00E25-B818-416F-908A-0EED5067BB74}.Release|Any CPU.Build.0 = Release|Any CPU
{4E51F059-3325-4827-B6A2-FF680DE35299}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E51F059-3325-4827-B6A2-FF680DE35299}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E51F059-3325-4827-B6A2-FF680DE35299}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E51F059-3325-4827-B6A2-FF680DE35299}.Release|Any CPU.Build.0 = Release|Any CPU
{3EA9076D-EDD2-4030-B1AD-943253664E2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EA9076D-EDD2-4030-B1AD-943253664E2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EA9076D-EDD2-4030-B1AD-943253664E2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EA9076D-EDD2-4030-B1AD-943253664E2A}.Release|Any CPU.Build.0 = Release|Any CPU
{BADCBAA4-EA31-41C1-89C3-A4C81201CDDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BADCBAA4-EA31-41C1-89C3-A4C81201CDDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BADCBAA4-EA31-41C1-89C3-A4C81201CDDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BADCBAA4-EA31-41C1-89C3-A4C81201CDDE}.Release|Any CPU.Build.0 = Release|Any CPU
{72770B94-B31A-4366-B57A-404829BB8E53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72770B94-B31A-4366-B57A-404829BB8E53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72770B94-B31A-4366-B57A-404829BB8E53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72770B94-B31A-4366-B57A-404829BB8E53}.Release|Any CPU.Build.0 = Release|Any CPU
{3D09D3BC-B39D-427A-9C93-559A97958B5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D09D3BC-B39D-427A-9C93-559A97958B5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D09D3BC-B39D-427A-9C93-559A97958B5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D09D3BC-B39D-427A-9C93-559A97958B5C}.Release|Any CPU.Build.0 = Release|Any CPU
{BB705A6E-1EB9-42EE-AF19-3BCFE29DAB6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB705A6E-1EB9-42EE-AF19-3BCFE29DAB6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB705A6E-1EB9-42EE-AF19-3BCFE29DAB6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB705A6E-1EB9-42EE-AF19-3BCFE29DAB6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80B4489F-3CBA-4F8D-A551-B5685DC1D183}
EndGlobalSection
EndGlobal