-
Notifications
You must be signed in to change notification settings - Fork 2
/
ReadSwap.Server.sln
37 lines (37 loc) · 2.04 KB
/
ReadSwap.Server.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReadSwap.Api", "ReadSwap.Api\ReadSwap.Api.csproj", "{5517B63D-73C6-4083-927F-E0FA96AEB983}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReadSwap.Core", "ReadSwap.Core\ReadSwap.Core.csproj", "{12A8FE6B-FEB3-495B-A61B-7BF9E10E3949}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReadSwap.Data", "ReadSwap.Data\ReadSwap.Data.csproj", "{C0F090AE-C17A-4BFB-A508-1566518D9DDD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5517B63D-73C6-4083-927F-E0FA96AEB983}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5517B63D-73C6-4083-927F-E0FA96AEB983}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5517B63D-73C6-4083-927F-E0FA96AEB983}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5517B63D-73C6-4083-927F-E0FA96AEB983}.Release|Any CPU.Build.0 = Release|Any CPU
{12A8FE6B-FEB3-495B-A61B-7BF9E10E3949}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12A8FE6B-FEB3-495B-A61B-7BF9E10E3949}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12A8FE6B-FEB3-495B-A61B-7BF9E10E3949}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12A8FE6B-FEB3-495B-A61B-7BF9E10E3949}.Release|Any CPU.Build.0 = Release|Any CPU
{C0F090AE-C17A-4BFB-A508-1566518D9DDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0F090AE-C17A-4BFB-A508-1566518D9DDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0F090AE-C17A-4BFB-A508-1566518D9DDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0F090AE-C17A-4BFB-A508-1566518D9DDD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A3B4E7F-05CC-4647-B332-6DA4BB725238}
EndGlobalSection
EndGlobal