-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathECLIPSEWORKS.DESAFIO.sln
39 lines (39 loc) · 2.07 KB
/
ECLIPSEWORKS.DESAFIO.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F27EA491-F669-4F51-B8E3-5B233C2B91EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EW.Desafio.WebApi", "EW.Desafio.WebApi\EW.Desafio.WebApi.csproj", "{E2C3E911-1677-4BE3-B305-96CA22C7E7C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{670D5DC6-6796-4761-AB79-DBFC14A26367}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EW.Desafio.WebApi.Tests", "EW.Desafio.WebApi.Tests\EW.Desafio.WebApi.Tests.csproj", "{A8EE7A21-B2A8-49F7-8398-D0B1182999D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2C3E911-1677-4BE3-B305-96CA22C7E7C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2C3E911-1677-4BE3-B305-96CA22C7E7C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2C3E911-1677-4BE3-B305-96CA22C7E7C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2C3E911-1677-4BE3-B305-96CA22C7E7C6}.Release|Any CPU.Build.0 = Release|Any CPU
{A8EE7A21-B2A8-49F7-8398-D0B1182999D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8EE7A21-B2A8-49F7-8398-D0B1182999D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8EE7A21-B2A8-49F7-8398-D0B1182999D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8EE7A21-B2A8-49F7-8398-D0B1182999D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E2C3E911-1677-4BE3-B305-96CA22C7E7C6} = {F27EA491-F669-4F51-B8E3-5B233C2B91EB}
{A8EE7A21-B2A8-49F7-8398-D0B1182999D8} = {670D5DC6-6796-4761-AB79-DBFC14A26367}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B157AF1-69C1-4BCF-B02E-5F3DFCE5018F}
EndGlobalSection
EndGlobal