-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAgendaVoluntaria.sln
56 lines (56 loc) · 3.45 KB
/
AgendaVoluntaria.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgendaVoluntaria.Api", "src\AgendaVoluntaria.Api\AgendaVoluntaria.Api.csproj", "{9E18DF9C-40DD-4F65-8271-A5814A7BF011}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{439058DA-04A8-4B2A-82EF-FC31356399C9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
Nuget.config = Nuget.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgendaVoluntaria.IntegrationTests", "test\AgendaVoluntaria.IntegrationTests\AgendaVoluntaria.IntegrationTests.csproj", "{252C71B1-5DD4-4285-9EF4-7D94E08D7B17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgendaVoluntaria.Tests", "test\AgendaVoluntaria.Tests\AgendaVoluntaria.Tests.csproj", "{87B192A2-6255-4328-9364-372A5168217A}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{B63C4774-C469-4AA4-9197-97B21E1E2E48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AgendaVoluntaria.Scheduler", "src\AgendaVoluntaria.Scheduler\AgendaVoluntaria.Scheduler.csproj", "{796925BC-54F9-4502-80AA-328C38717B24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E18DF9C-40DD-4F65-8271-A5814A7BF011}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E18DF9C-40DD-4F65-8271-A5814A7BF011}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E18DF9C-40DD-4F65-8271-A5814A7BF011}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E18DF9C-40DD-4F65-8271-A5814A7BF011}.Release|Any CPU.Build.0 = Release|Any CPU
{252C71B1-5DD4-4285-9EF4-7D94E08D7B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{252C71B1-5DD4-4285-9EF4-7D94E08D7B17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{252C71B1-5DD4-4285-9EF4-7D94E08D7B17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{252C71B1-5DD4-4285-9EF4-7D94E08D7B17}.Release|Any CPU.Build.0 = Release|Any CPU
{87B192A2-6255-4328-9364-372A5168217A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87B192A2-6255-4328-9364-372A5168217A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87B192A2-6255-4328-9364-372A5168217A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87B192A2-6255-4328-9364-372A5168217A}.Release|Any CPU.Build.0 = Release|Any CPU
{B63C4774-C469-4AA4-9197-97B21E1E2E48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B63C4774-C469-4AA4-9197-97B21E1E2E48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B63C4774-C469-4AA4-9197-97B21E1E2E48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B63C4774-C469-4AA4-9197-97B21E1E2E48}.Release|Any CPU.Build.0 = Release|Any CPU
{796925BC-54F9-4502-80AA-328C38717B24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{796925BC-54F9-4502-80AA-328C38717B24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{796925BC-54F9-4502-80AA-328C38717B24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{796925BC-54F9-4502-80AA-328C38717B24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {111BB6A8-DB23-4DF9-BFB1-D75E8C2F54DD}
EndGlobalSection
EndGlobal