-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPSuporte.sln
43 lines (43 loc) · 2.52 KB
/
PSuporte.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSuporte.Web", "PSuporte.Web\PSuporte.Web.csproj", "{F42DBBD9-E840-4A3B-B313-5DB5E5B1EEF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSuporte.Domain", "PSuporte.Domain\PSuporte.Domain.csproj", "{428E3A5A-22FB-4F23-96B7-8B3F7E311E36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSuporte.Repo", "PSuporte.Repo\PSuporte.Repo.csproj", "{3A054D01-8F74-46FA-A8DC-EBE15CEEC87E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PSuporte.Service", "PSuporte.Service\PSuporte.Service.csproj", "{A5800B4D-1807-4DD8-B931-1FDFD4EC5566}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F42DBBD9-E840-4A3B-B313-5DB5E5B1EEF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F42DBBD9-E840-4A3B-B313-5DB5E5B1EEF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F42DBBD9-E840-4A3B-B313-5DB5E5B1EEF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F42DBBD9-E840-4A3B-B313-5DB5E5B1EEF5}.Release|Any CPU.Build.0 = Release|Any CPU
{428E3A5A-22FB-4F23-96B7-8B3F7E311E36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{428E3A5A-22FB-4F23-96B7-8B3F7E311E36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{428E3A5A-22FB-4F23-96B7-8B3F7E311E36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{428E3A5A-22FB-4F23-96B7-8B3F7E311E36}.Release|Any CPU.Build.0 = Release|Any CPU
{3A054D01-8F74-46FA-A8DC-EBE15CEEC87E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A054D01-8F74-46FA-A8DC-EBE15CEEC87E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A054D01-8F74-46FA-A8DC-EBE15CEEC87E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A054D01-8F74-46FA-A8DC-EBE15CEEC87E}.Release|Any CPU.Build.0 = Release|Any CPU
{A5800B4D-1807-4DD8-B931-1FDFD4EC5566}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5800B4D-1807-4DD8-B931-1FDFD4EC5566}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5800B4D-1807-4DD8-B931-1FDFD4EC5566}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5800B4D-1807-4DD8-B931-1FDFD4EC5566}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {78CAF58A-3706-4384-A54A-F8721005093C}
EndGlobalSection
EndGlobal