-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnuncios.sln
37 lines (37 loc) · 2.05 KB
/
Anuncios.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.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Anuncios.API", "Anuncios.API\Anuncios.API.csproj", "{D737F87F-47A0-44FA-AC9B-1A1CBE97F6CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Anuncios.Data", "Anuncios.Data\Anuncios.Data.csproj", "{75DC6034-8E73-4D15-B27A-5D44650BB122}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Anuncios.Domain", "Anuncios.Domain\Anuncios.Domain.csproj", "{EC96EFEC-90FF-48D4-9015-86F8CA990B19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D737F87F-47A0-44FA-AC9B-1A1CBE97F6CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D737F87F-47A0-44FA-AC9B-1A1CBE97F6CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D737F87F-47A0-44FA-AC9B-1A1CBE97F6CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D737F87F-47A0-44FA-AC9B-1A1CBE97F6CE}.Release|Any CPU.Build.0 = Release|Any CPU
{75DC6034-8E73-4D15-B27A-5D44650BB122}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75DC6034-8E73-4D15-B27A-5D44650BB122}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75DC6034-8E73-4D15-B27A-5D44650BB122}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75DC6034-8E73-4D15-B27A-5D44650BB122}.Release|Any CPU.Build.0 = Release|Any CPU
{EC96EFEC-90FF-48D4-9015-86F8CA990B19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC96EFEC-90FF-48D4-9015-86F8CA990B19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC96EFEC-90FF-48D4-9015-86F8CA990B19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC96EFEC-90FF-48D4-9015-86F8CA990B19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25F8FAF8-5904-4EE4-92ED-10DA4AF7F667}
EndGlobalSection
EndGlobal