-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathauth-api.sln
More file actions
37 lines (37 loc) · 1.98 KB
/
auth-api.sln
File metadata and controls
37 lines (37 loc) · 1.98 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "Api\Api.csproj", "{9D25BAFF-8804-4EB0-BE6F-BC9D6DB208FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccess", "DataAccess\DataAccess.csproj", "{8892069A-C4F2-4150-B4A5-81327F74D61D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{A4800813-A1B5-40ED-AA8F-D60A9CFD2F88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D25BAFF-8804-4EB0-BE6F-BC9D6DB208FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D25BAFF-8804-4EB0-BE6F-BC9D6DB208FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D25BAFF-8804-4EB0-BE6F-BC9D6DB208FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D25BAFF-8804-4EB0-BE6F-BC9D6DB208FD}.Release|Any CPU.Build.0 = Release|Any CPU
{8892069A-C4F2-4150-B4A5-81327F74D61D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8892069A-C4F2-4150-B4A5-81327F74D61D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8892069A-C4F2-4150-B4A5-81327F74D61D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8892069A-C4F2-4150-B4A5-81327F74D61D}.Release|Any CPU.Build.0 = Release|Any CPU
{A4800813-A1B5-40ED-AA8F-D60A9CFD2F88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4800813-A1B5-40ED-AA8F-D60A9CFD2F88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4800813-A1B5-40ED-AA8F-D60A9CFD2F88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4800813-A1B5-40ED-AA8F-D60A9CFD2F88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {508F8FBA-0AB7-43A3-B6DA-97457C8C851C}
EndGlobalSection
EndGlobal