-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrestApp.sln
More file actions
46 lines (46 loc) · 2.86 KB
/
restApp.sln
File metadata and controls
46 lines (46 loc) · 2.86 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "restApp", "restApp\restApp.csproj", "{68F5D685-FB63-4087-A513-51428B6CF7D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "restApp.Domain", "restApp.Domain\restApp.Domain.csproj", "{2425BCF4-3AA8-4C22-9C35-A75C876C481C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "restApp.Data", "restApp.Data\restApp.Data.csproj", "{E2347B97-4932-437A-896A-7E638F7FA2F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "restApp.Negocio", "restApp.Negocio\restApp.Negocio.csproj", "{6591413F-35FE-4A9B-895E-0056041E9881}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "restApp.WebApi", "restApp.WebApi\restApp.WebApi.csproj", "{FCE60E6F-9D0B-4DC7-821D-A13B1B50EE08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68F5D685-FB63-4087-A513-51428B6CF7D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68F5D685-FB63-4087-A513-51428B6CF7D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68F5D685-FB63-4087-A513-51428B6CF7D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68F5D685-FB63-4087-A513-51428B6CF7D1}.Release|Any CPU.Build.0 = Release|Any CPU
{2425BCF4-3AA8-4C22-9C35-A75C876C481C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2425BCF4-3AA8-4C22-9C35-A75C876C481C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2425BCF4-3AA8-4C22-9C35-A75C876C481C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2425BCF4-3AA8-4C22-9C35-A75C876C481C}.Release|Any CPU.Build.0 = Release|Any CPU
{E2347B97-4932-437A-896A-7E638F7FA2F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2347B97-4932-437A-896A-7E638F7FA2F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2347B97-4932-437A-896A-7E638F7FA2F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2347B97-4932-437A-896A-7E638F7FA2F6}.Release|Any CPU.Build.0 = Release|Any CPU
{6591413F-35FE-4A9B-895E-0056041E9881}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6591413F-35FE-4A9B-895E-0056041E9881}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6591413F-35FE-4A9B-895E-0056041E9881}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6591413F-35FE-4A9B-895E-0056041E9881}.Release|Any CPU.Build.0 = Release|Any CPU
{FCE60E6F-9D0B-4DC7-821D-A13B1B50EE08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCE60E6F-9D0B-4DC7-821D-A13B1B50EE08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCE60E6F-9D0B-4DC7-821D-A13B1B50EE08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCE60E6F-9D0B-4DC7-821D-A13B1B50EE08}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal