-
Notifications
You must be signed in to change notification settings - Fork 2
/
Juntos.SomosMais.Challenge.sln
executable file
·48 lines (48 loc) · 3.02 KB
/
Juntos.SomosMais.Challenge.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juntos.SomosMais.Challenge.API", "Juntos.SomosMais.Challenge.API\Juntos.SomosMais.Challenge.API.csproj", "{6DD0E838-FC44-49A2-955D-043CBD4536E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juntos.SomosMais.Challenge.Domain", "Juntos.SomosMais.Challenge.Domain\Juntos.SomosMais.Challenge.Domain.csproj", "{A3A78AD3-DBC6-4272-867B-F5D8DEBCDEE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juntos.SomosMais.Challenge.Infra", "Juntos.SomosMais.Challenge.Infra\Juntos.SomosMais.Challenge.Infra.csproj", "{A70959D9-94BD-44FB-8696-A53392BDB620}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juntos.SomosMais.Challenge.Service", "Juntos.SomosMais.Challenge.Service\Juntos.SomosMais.Challenge.Service.csproj", "{C6DBE35E-10DC-48D3-967F-0D112E763C07}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E4707FB0-965F-40A9-9843-A42396549D50}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DD0E838-FC44-49A2-955D-043CBD4536E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DD0E838-FC44-49A2-955D-043CBD4536E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DD0E838-FC44-49A2-955D-043CBD4536E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DD0E838-FC44-49A2-955D-043CBD4536E7}.Release|Any CPU.Build.0 = Release|Any CPU
{A3A78AD3-DBC6-4272-867B-F5D8DEBCDEE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3A78AD3-DBC6-4272-867B-F5D8DEBCDEE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3A78AD3-DBC6-4272-867B-F5D8DEBCDEE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3A78AD3-DBC6-4272-867B-F5D8DEBCDEE2}.Release|Any CPU.Build.0 = Release|Any CPU
{A70959D9-94BD-44FB-8696-A53392BDB620}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A70959D9-94BD-44FB-8696-A53392BDB620}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A70959D9-94BD-44FB-8696-A53392BDB620}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A70959D9-94BD-44FB-8696-A53392BDB620}.Release|Any CPU.Build.0 = Release|Any CPU
{C6DBE35E-10DC-48D3-967F-0D112E763C07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6DBE35E-10DC-48D3-967F-0D112E763C07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6DBE35E-10DC-48D3-967F-0D112E763C07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6DBE35E-10DC-48D3-967F-0D112E763C07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B31AC209-EA1C-47D5-B0E4-F3302B5B7BC4}
EndGlobalSection
EndGlobal