-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEvento-Tickets.sln
37 lines (37 loc) · 2.05 KB
/
Evento-Tickets.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Evento.Api", "Evento.Api\Evento.Api.csproj", "{E5E1457A-107F-4F70-8529-2F02DCF76B77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Evento.Core", "Evento.Core\Evento.Core.csproj", "{CBD73674-481D-4516-BCEA-AEAFE9E27352}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Evento.Infrastructure", "Evento.Infrastructure\Evento.Infrastructure.csproj", "{766C6145-A988-4C0B-A21B-EF80B77C8326}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5E1457A-107F-4F70-8529-2F02DCF76B77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5E1457A-107F-4F70-8529-2F02DCF76B77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5E1457A-107F-4F70-8529-2F02DCF76B77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5E1457A-107F-4F70-8529-2F02DCF76B77}.Release|Any CPU.Build.0 = Release|Any CPU
{CBD73674-481D-4516-BCEA-AEAFE9E27352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBD73674-481D-4516-BCEA-AEAFE9E27352}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBD73674-481D-4516-BCEA-AEAFE9E27352}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBD73674-481D-4516-BCEA-AEAFE9E27352}.Release|Any CPU.Build.0 = Release|Any CPU
{766C6145-A988-4C0B-A21B-EF80B77C8326}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{766C6145-A988-4C0B-A21B-EF80B77C8326}.Debug|Any CPU.Build.0 = Debug|Any CPU
{766C6145-A988-4C0B-A21B-EF80B77C8326}.Release|Any CPU.ActiveCfg = Release|Any CPU
{766C6145-A988-4C0B-A21B-EF80B77C8326}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC56E6EC-4289-467E-A8AD-F9572EA7E31D}
EndGlobalSection
EndGlobal