-
Notifications
You must be signed in to change notification settings - Fork 0
/
TodoListing.sln
43 lines (43 loc) · 2.55 KB
/
TodoListing.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.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoListing.Api", "TodoListing.Api\TodoListing.Api.csproj", "{25F13D35-5F57-4E41-863D-5F7F995E5AF4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoListing.Auth", "TodoListing.Auth\TodoListing.Auth.csproj", "{C0F71072-DDC8-4067-BED9-E7B796936CC9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoListing.DAL", "TodoListing.DAL\TodoListing.DAL.csproj", "{44540941-ADA0-4158-A98C-DFC1E786DCEF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoListing.Services", "TodoListing.Services\TodoListing.Services.csproj", "{B15FA0AA-B7D7-48D5-9833-C957CFF4E61B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25F13D35-5F57-4E41-863D-5F7F995E5AF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25F13D35-5F57-4E41-863D-5F7F995E5AF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25F13D35-5F57-4E41-863D-5F7F995E5AF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25F13D35-5F57-4E41-863D-5F7F995E5AF4}.Release|Any CPU.Build.0 = Release|Any CPU
{C0F71072-DDC8-4067-BED9-E7B796936CC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0F71072-DDC8-4067-BED9-E7B796936CC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0F71072-DDC8-4067-BED9-E7B796936CC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0F71072-DDC8-4067-BED9-E7B796936CC9}.Release|Any CPU.Build.0 = Release|Any CPU
{44540941-ADA0-4158-A98C-DFC1E786DCEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44540941-ADA0-4158-A98C-DFC1E786DCEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44540941-ADA0-4158-A98C-DFC1E786DCEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44540941-ADA0-4158-A98C-DFC1E786DCEF}.Release|Any CPU.Build.0 = Release|Any CPU
{B15FA0AA-B7D7-48D5-9833-C957CFF4E61B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B15FA0AA-B7D7-48D5-9833-C957CFF4E61B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B15FA0AA-B7D7-48D5-9833-C957CFF4E61B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B15FA0AA-B7D7-48D5-9833-C957CFF4E61B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4D74ECE-A32B-47F0-AD04-632105FFE5CB}
EndGlobalSection
EndGlobal