-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRestauranteAPI.sln
48 lines (48 loc) · 2.83 KB
/
RestauranteAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Restaurante.IO.Business", "src\DevIO.Business\Restaurante.IO.Business.csproj", "{E0428DC3-35B6-48D2-BBC5-595A72F3D50A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Restaurante.IO.Data", "src\DevIO.Data\Restaurante.IO.Data.csproj", "{C4D3D107-4A72-4AD4-AF92-3C2161A50775}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Restaurante.IO.Api", "src\DevIO.Api\Restaurante.IO.Api.csproj", "{3707AC1F-2AE4-4C93-AAD2-3BD17CFA5271}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{29AA8C8C-2623-44B4-AC6E-6F594CDE9B01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pedidos.Test", "test\Pedidos.Test\Pedidos.Test.csproj", "{3BF25F17-84C1-429A-8A92-3AD2D8909E82}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0428DC3-35B6-48D2-BBC5-595A72F3D50A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0428DC3-35B6-48D2-BBC5-595A72F3D50A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0428DC3-35B6-48D2-BBC5-595A72F3D50A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0428DC3-35B6-48D2-BBC5-595A72F3D50A}.Release|Any CPU.Build.0 = Release|Any CPU
{C4D3D107-4A72-4AD4-AF92-3C2161A50775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4D3D107-4A72-4AD4-AF92-3C2161A50775}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4D3D107-4A72-4AD4-AF92-3C2161A50775}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4D3D107-4A72-4AD4-AF92-3C2161A50775}.Release|Any CPU.Build.0 = Release|Any CPU
{3707AC1F-2AE4-4C93-AAD2-3BD17CFA5271}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3707AC1F-2AE4-4C93-AAD2-3BD17CFA5271}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3707AC1F-2AE4-4C93-AAD2-3BD17CFA5271}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3707AC1F-2AE4-4C93-AAD2-3BD17CFA5271}.Release|Any CPU.Build.0 = Release|Any CPU
{3BF25F17-84C1-429A-8A92-3AD2D8909E82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BF25F17-84C1-429A-8A92-3AD2D8909E82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BF25F17-84C1-429A-8A92-3AD2D8909E82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BF25F17-84C1-429A-8A92-3AD2D8909E82}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3BF25F17-84C1-429A-8A92-3AD2D8909E82} = {29AA8C8C-2623-44B4-AC6E-6F594CDE9B01}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BF9A6D7-D353-409B-9021-AA418931224B}
EndGlobalSection
EndGlobal