This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HostedDatabaseOperator.sln
32 lines (32 loc) · 1.83 KB
/
HostedDatabaseOperator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D92BD117-EF81-4401-932B-FA6337DEBFEE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1CB46F8A-6F4A-4AA2-9C55-711F946B7ECC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{936F2A74-239F-4F21-AAF3-D0AACD7BC8C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HostedDatabaseOperator", "src\HostedDatabaseOperator\HostedDatabaseOperator.csproj", "{146E45B1-2777-4BB1-B194-7A47746F9BB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_build", "build\_build.csproj", "{0BB38909-485F-4079-BA3E-79AE949D7BD0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{146E45B1-2777-4BB1-B194-7A47746F9BB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{146E45B1-2777-4BB1-B194-7A47746F9BB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{146E45B1-2777-4BB1-B194-7A47746F9BB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{146E45B1-2777-4BB1-B194-7A47746F9BB6}.Release|Any CPU.Build.0 = Release|Any CPU
{0BB38909-485F-4079-BA3E-79AE949D7BD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BB38909-485F-4079-BA3E-79AE949D7BD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BB38909-485F-4079-BA3E-79AE949D7BD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BB38909-485F-4079-BA3E-79AE949D7BD0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{146E45B1-2777-4BB1-B194-7A47746F9BB6} = {D92BD117-EF81-4401-932B-FA6337DEBFEE}
{0BB38909-485F-4079-BA3E-79AE949D7BD0} = {936F2A74-239F-4F21-AAF3-D0AACD7BC8C6}
EndGlobalSection
EndGlobal