This repository was archived by the owner on Aug 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDotRealDb.OnlySrc.sln
More file actions
62 lines (62 loc) · 3.66 KB
/
DotRealDb.OnlySrc.sln
File metadata and controls
62 lines (62 loc) · 3.66 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
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30608.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D50E903D-3B5C-4E4E-B55C-9415FA082D5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotRealDb.AspNetCore", "src\DotRealDb.AspNetCore\DotRealDb.AspNetCore.csproj", "{5C082015-25D6-4B32-85FD-E657981665A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotRealDb.Client", "src\DotRealDb.Client\DotRealDb.Client.csproj", "{423CCF6F-680C-4876-94F2-360363C4F1B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{575B6699-A917-469B-AFAE-57FD0AB15E54}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C082015-25D6-4B32-85FD-E657981665A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C082015-25D6-4B32-85FD-E657981665A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C082015-25D6-4B32-85FD-E657981665A0}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{5C082015-25D6-4B32-85FD-E657981665A0}.Debug|iPhone.Build.0 = Debug|Any CPU
{5C082015-25D6-4B32-85FD-E657981665A0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5C082015-25D6-4B32-85FD-E657981665A0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{5C082015-25D6-4B32-85FD-E657981665A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C082015-25D6-4B32-85FD-E657981665A0}.Release|Any CPU.Build.0 = Release|Any CPU
{5C082015-25D6-4B32-85FD-E657981665A0}.Release|iPhone.ActiveCfg = Release|Any CPU
{5C082015-25D6-4B32-85FD-E657981665A0}.Release|iPhone.Build.0 = Release|Any CPU
{5C082015-25D6-4B32-85FD-E657981665A0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{5C082015-25D6-4B32-85FD-E657981665A0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Debug|iPhone.Build.0 = Debug|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Release|Any CPU.Build.0 = Release|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Release|iPhone.ActiveCfg = Release|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Release|iPhone.Build.0 = Release|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{423CCF6F-680C-4876-94F2-360363C4F1B9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5C082015-25D6-4B32-85FD-E657981665A0} = {D50E903D-3B5C-4E4E-B55C-9415FA082D5C}
{423CCF6F-680C-4876-94F2-360363C4F1B9} = {D50E903D-3B5C-4E4E-B55C-9415FA082D5C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48B1E666-27B0-49FB-8E79-B48E6365FBBD}
EndGlobalSection
EndGlobal