-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDesafio-Copa-do-Mundo-2022.sln
43 lines (43 loc) · 2.32 KB
/
Desafio-Copa-do-Mundo-2022.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 16
VisualStudioVersion = 16.0.32901.82
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API-Copa-do-Mundo-2022", "Desafio-Copa-do-Mundo-2022\API-Copa-do-Mundo-2022.csproj", "{38E81806-7D6F-497A-AB5D-C7D793388558}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Front", "Front\Front.csproj", "{61132042-E857-4B3C-89D8-3BA129D4786E}"
ProjectSection(ProjectDependencies) = postProject
{38E81806-7D6F-497A-AB5D-C7D793388558} = {38E81806-7D6F-497A-AB5D-C7D793388558}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Admin", "Admin\Admin.csproj", "{2480CA76-80D0-41EC-97A0-B7491A0E98B3}"
ProjectSection(ProjectDependencies) = postProject
{38E81806-7D6F-497A-AB5D-C7D793388558} = {38E81806-7D6F-497A-AB5D-C7D793388558}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38E81806-7D6F-497A-AB5D-C7D793388558}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38E81806-7D6F-497A-AB5D-C7D793388558}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38E81806-7D6F-497A-AB5D-C7D793388558}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38E81806-7D6F-497A-AB5D-C7D793388558}.Release|Any CPU.Build.0 = Release|Any CPU
{61132042-E857-4B3C-89D8-3BA129D4786E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61132042-E857-4B3C-89D8-3BA129D4786E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61132042-E857-4B3C-89D8-3BA129D4786E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61132042-E857-4B3C-89D8-3BA129D4786E}.Release|Any CPU.Build.0 = Release|Any CPU
{2480CA76-80D0-41EC-97A0-B7491A0E98B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2480CA76-80D0-41EC-97A0-B7491A0E98B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2480CA76-80D0-41EC-97A0-B7491A0E98B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2480CA76-80D0-41EC-97A0-B7491A0E98B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AAA4EA36-7D05-411A-936D-BDB066889E55}
EndGlobalSection
EndGlobal