-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProjetcManager.sln
57 lines (57 loc) · 3.75 KB
/
ProjetcManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35506.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjetcManager.API", "ProjetcManager.API\ProjetcManager.API.csproj", "{37A279AB-E764-483F-BBC7-B696947F29D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BackEnd", "BackEnd", "{27958AF0-7179-400B-ACEA-6AC035A5B04B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FrontEnd", "FrontEnd", "{A852330D-734A-487B-B594-A7237578B562}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectManager.Domain", "ProjectManager.Domain\ProjectManager.Domain.csproj", "{9D5AB3BD-B460-4803-B1E9-A45DE08CF980}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectManager.Infrastructure", "ProjectManager.Infrastructure\ProjectManager.Infrastructure.csproj", "{90F45AC5-D5D7-4D0E-A89F-375E45BEF55B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectManager.CrossCutting", "ProjectManager.CrossCutting\ProjectManager.CrossCutting.csproj", "{7D9993E2-E186-404A-AFDD-F2637540DE95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectManager.Application", "ProjectManager.Application\ProjectManager.Application.csproj", "{2B588444-6271-4F61-BE48-E55D04E5A3DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37A279AB-E764-483F-BBC7-B696947F29D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37A279AB-E764-483F-BBC7-B696947F29D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37A279AB-E764-483F-BBC7-B696947F29D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37A279AB-E764-483F-BBC7-B696947F29D1}.Release|Any CPU.Build.0 = Release|Any CPU
{9D5AB3BD-B460-4803-B1E9-A45DE08CF980}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D5AB3BD-B460-4803-B1E9-A45DE08CF980}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D5AB3BD-B460-4803-B1E9-A45DE08CF980}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D5AB3BD-B460-4803-B1E9-A45DE08CF980}.Release|Any CPU.Build.0 = Release|Any CPU
{90F45AC5-D5D7-4D0E-A89F-375E45BEF55B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90F45AC5-D5D7-4D0E-A89F-375E45BEF55B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90F45AC5-D5D7-4D0E-A89F-375E45BEF55B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90F45AC5-D5D7-4D0E-A89F-375E45BEF55B}.Release|Any CPU.Build.0 = Release|Any CPU
{7D9993E2-E186-404A-AFDD-F2637540DE95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D9993E2-E186-404A-AFDD-F2637540DE95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D9993E2-E186-404A-AFDD-F2637540DE95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D9993E2-E186-404A-AFDD-F2637540DE95}.Release|Any CPU.Build.0 = Release|Any CPU
{2B588444-6271-4F61-BE48-E55D04E5A3DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B588444-6271-4F61-BE48-E55D04E5A3DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B588444-6271-4F61-BE48-E55D04E5A3DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B588444-6271-4F61-BE48-E55D04E5A3DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{37A279AB-E764-483F-BBC7-B696947F29D1} = {27958AF0-7179-400B-ACEA-6AC035A5B04B}
{9D5AB3BD-B460-4803-B1E9-A45DE08CF980} = {27958AF0-7179-400B-ACEA-6AC035A5B04B}
{90F45AC5-D5D7-4D0E-A89F-375E45BEF55B} = {27958AF0-7179-400B-ACEA-6AC035A5B04B}
{7D9993E2-E186-404A-AFDD-F2637540DE95} = {27958AF0-7179-400B-ACEA-6AC035A5B04B}
{2B588444-6271-4F61-BE48-E55D04E5A3DE} = {27958AF0-7179-400B-ACEA-6AC035A5B04B}
EndGlobalSection
EndGlobal