-
Notifications
You must be signed in to change notification settings - Fork 3
/
UpsService.sln
49 lines (49 loc) · 2.9 KB
/
UpsService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "app", "app\app.csproj", "{A553D130-F52F-4C65-9EFA-DE58FAC021FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dominio", "dominio\dominio.csproj", "{91F2F3EB-3054-4187-8E04-0E04EC55ED08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "service", "service\service.csproj", "{7F390C74-6B61-4479-8840-E57D6B9E56C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "repositorio", "repositorio\repositorio.csproj", "{456103BA-9130-4604-8AF7-49632FBAB6BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "test", "test\test.csproj", "{0C62B3BC-973B-41F0-AC19-37193B1AAA50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A553D130-F52F-4C65-9EFA-DE58FAC021FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A553D130-F52F-4C65-9EFA-DE58FAC021FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A553D130-F52F-4C65-9EFA-DE58FAC021FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A553D130-F52F-4C65-9EFA-DE58FAC021FA}.Release|Any CPU.Build.0 = Release|Any CPU
{91F2F3EB-3054-4187-8E04-0E04EC55ED08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91F2F3EB-3054-4187-8E04-0E04EC55ED08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91F2F3EB-3054-4187-8E04-0E04EC55ED08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91F2F3EB-3054-4187-8E04-0E04EC55ED08}.Release|Any CPU.Build.0 = Release|Any CPU
{7F390C74-6B61-4479-8840-E57D6B9E56C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F390C74-6B61-4479-8840-E57D6B9E56C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F390C74-6B61-4479-8840-E57D6B9E56C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F390C74-6B61-4479-8840-E57D6B9E56C5}.Release|Any CPU.Build.0 = Release|Any CPU
{456103BA-9130-4604-8AF7-49632FBAB6BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{456103BA-9130-4604-8AF7-49632FBAB6BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{456103BA-9130-4604-8AF7-49632FBAB6BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{456103BA-9130-4604-8AF7-49632FBAB6BB}.Release|Any CPU.Build.0 = Release|Any CPU
{0C62B3BC-973B-41F0-AC19-37193B1AAA50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C62B3BC-973B-41F0-AC19-37193B1AAA50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C62B3BC-973B-41F0-AC19-37193B1AAA50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C62B3BC-973B-41F0-AC19-37193B1AAA50}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C7EE55B-9062-4C81-AA39-D7BE0FAB9A46}
EndGlobalSection
EndGlobal