forked from thayronebatista/GrulesWebAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGrulesWebAPI.sln
49 lines (49 loc) · 2.96 KB
/
GrulesWebAPI.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrulesWebAPI", "GrulesWebAPI\GrulesWebAPI.csproj", "{2A04AC06-A281-454D-A52F-5D4196D34402}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contratos", "Contracts\Contratos.csproj", "{40C9A7EE-615E-4C24-878D-586E0F0AA5A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoggerService", "LoggerService\LoggerService.csproj", "{8CB23459-7E6F-4F3B-B700-4D7429FDA6BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entidades", "Entidades\Entidades.csproj", "{C00815AF-25ED-427E-B0C1-BFE69FD73847}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository", "Repository\Repository.csproj", "{9D0D9593-C67A-461E-90C2-BF06DAAECE0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A04AC06-A281-454D-A52F-5D4196D34402}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A04AC06-A281-454D-A52F-5D4196D34402}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A04AC06-A281-454D-A52F-5D4196D34402}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A04AC06-A281-454D-A52F-5D4196D34402}.Release|Any CPU.Build.0 = Release|Any CPU
{40C9A7EE-615E-4C24-878D-586E0F0AA5A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40C9A7EE-615E-4C24-878D-586E0F0AA5A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40C9A7EE-615E-4C24-878D-586E0F0AA5A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40C9A7EE-615E-4C24-878D-586E0F0AA5A9}.Release|Any CPU.Build.0 = Release|Any CPU
{8CB23459-7E6F-4F3B-B700-4D7429FDA6BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CB23459-7E6F-4F3B-B700-4D7429FDA6BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CB23459-7E6F-4F3B-B700-4D7429FDA6BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CB23459-7E6F-4F3B-B700-4D7429FDA6BD}.Release|Any CPU.Build.0 = Release|Any CPU
{C00815AF-25ED-427E-B0C1-BFE69FD73847}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C00815AF-25ED-427E-B0C1-BFE69FD73847}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C00815AF-25ED-427E-B0C1-BFE69FD73847}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C00815AF-25ED-427E-B0C1-BFE69FD73847}.Release|Any CPU.Build.0 = Release|Any CPU
{9D0D9593-C67A-461E-90C2-BF06DAAECE0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D0D9593-C67A-461E-90C2-BF06DAAECE0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D0D9593-C67A-461E-90C2-BF06DAAECE0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D0D9593-C67A-461E-90C2-BF06DAAECE0D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D182140F-D0B7-435A-A358-F82D10ECA535}
EndGlobalSection
EndGlobal