-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuthenticator.WebAPI.sln
More file actions
55 lines (55 loc) · 3.62 KB
/
Authenticator.WebAPI.sln
File metadata and controls
55 lines (55 loc) · 3.62 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticator.WebAPI", "Authenticator.WebAPI\Authenticator.WebAPI.csproj", "{9255C7B8-3B1F-444E-AA42-98562699C127}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticator.Shared", "Authenticator.Shared\Authenticator.Shared.csproj", "{81C200C9-664E-4F29-8DF6-218F97C18B0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticador.AppService", "Authenticador.AppService\Authenticador.AppService.csproj", "{6AD38D99-A10B-4252-8EEE-308EA688575F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticador.Domain", "Authenticador.Domain\Authenticador.Domain.csproj", "{75C810DB-6E9B-4945-8189-D3A7172F2CEF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticador.Infra.Data", "Authenticador.Infra.Data\Authenticador.Infra.Data.csproj", "{B525B1ED-D312-4F52-8E4D-897CA38AC838}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authneticador.Testes", "Authneticador.Testes\Authneticador.Testes.csproj", "{77507CF0-7EEA-43D8-AA5E-6EF106B8C331}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9255C7B8-3B1F-444E-AA42-98562699C127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9255C7B8-3B1F-444E-AA42-98562699C127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9255C7B8-3B1F-444E-AA42-98562699C127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9255C7B8-3B1F-444E-AA42-98562699C127}.Release|Any CPU.Build.0 = Release|Any CPU
{81C200C9-664E-4F29-8DF6-218F97C18B0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81C200C9-664E-4F29-8DF6-218F97C18B0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81C200C9-664E-4F29-8DF6-218F97C18B0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81C200C9-664E-4F29-8DF6-218F97C18B0D}.Release|Any CPU.Build.0 = Release|Any CPU
{6AD38D99-A10B-4252-8EEE-308EA688575F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AD38D99-A10B-4252-8EEE-308EA688575F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AD38D99-A10B-4252-8EEE-308EA688575F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AD38D99-A10B-4252-8EEE-308EA688575F}.Release|Any CPU.Build.0 = Release|Any CPU
{75C810DB-6E9B-4945-8189-D3A7172F2CEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75C810DB-6E9B-4945-8189-D3A7172F2CEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75C810DB-6E9B-4945-8189-D3A7172F2CEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75C810DB-6E9B-4945-8189-D3A7172F2CEF}.Release|Any CPU.Build.0 = Release|Any CPU
{B525B1ED-D312-4F52-8E4D-897CA38AC838}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B525B1ED-D312-4F52-8E4D-897CA38AC838}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B525B1ED-D312-4F52-8E4D-897CA38AC838}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B525B1ED-D312-4F52-8E4D-897CA38AC838}.Release|Any CPU.Build.0 = Release|Any CPU
{77507CF0-7EEA-43D8-AA5E-6EF106B8C331}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77507CF0-7EEA-43D8-AA5E-6EF106B8C331}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77507CF0-7EEA-43D8-AA5E-6EF106B8C331}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77507CF0-7EEA-43D8-AA5E-6EF106B8C331}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CC4BA93-2446-42E1-8842-14E174AD15D3}
EndGlobalSection
EndGlobal