-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApiRestCompleta.sln
More file actions
37 lines (37 loc) · 2.01 KB
/
ApiRestCompleta.sln
File metadata and controls
37 lines (37 loc) · 2.01 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevApi", "src\DevApi\DevApi.csproj", "{2459F314-80F8-40D6-8DF1-72E93061A08E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevBusiness", "src\DevBusiness\DevBusiness.csproj", "{881FD81F-6859-42C8-90AE-8E8DD5B04B2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevData", "src\DevData\DevData.csproj", "{030C201F-1C41-4187-B192-27275B1168EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2459F314-80F8-40D6-8DF1-72E93061A08E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2459F314-80F8-40D6-8DF1-72E93061A08E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2459F314-80F8-40D6-8DF1-72E93061A08E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2459F314-80F8-40D6-8DF1-72E93061A08E}.Release|Any CPU.Build.0 = Release|Any CPU
{881FD81F-6859-42C8-90AE-8E8DD5B04B2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{881FD81F-6859-42C8-90AE-8E8DD5B04B2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{881FD81F-6859-42C8-90AE-8E8DD5B04B2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{881FD81F-6859-42C8-90AE-8E8DD5B04B2A}.Release|Any CPU.Build.0 = Release|Any CPU
{030C201F-1C41-4187-B192-27275B1168EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{030C201F-1C41-4187-B192-27275B1168EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{030C201F-1C41-4187-B192-27275B1168EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{030C201F-1C41-4187-B192-27275B1168EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DECA3641-FC2B-4BA0-AE5F-2827B86FF89F}
EndGlobalSection
EndGlobal