-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLibraryAPI.sln
More file actions
43 lines (43 loc) · 2.6 KB
/
Copy pathLibraryAPI.sln
File metadata and controls
43 lines (43 loc) · 2.6 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryAPI.EFCore", "LibraryAPI.EFCore\LibraryAPI.EFCore.csproj", "{3B9CA847-3003-4089-AB3B-BCFE6CFA3C34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryAPI.Dapper", "LibraryAPI.Dapper\LibraryAPI.Dapper.csproj", "{53F8545E-9192-4070-A65D-159DFC9D3969}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibraryAPI.AppHost", "LibraryAPI.AppHost\LibraryAPI.AppHost.csproj", "{BD0525CC-3DB1-467C-9B8B-F6E2042946A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryAPI.ServiceDefaults", "LibraryAPI.ServiceDefaults\LibraryAPI.ServiceDefaults.csproj", "{B72AC77E-67DB-483E-B77E-F05FB6DB1462}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B9CA847-3003-4089-AB3B-BCFE6CFA3C34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B9CA847-3003-4089-AB3B-BCFE6CFA3C34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B9CA847-3003-4089-AB3B-BCFE6CFA3C34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B9CA847-3003-4089-AB3B-BCFE6CFA3C34}.Release|Any CPU.Build.0 = Release|Any CPU
{53F8545E-9192-4070-A65D-159DFC9D3969}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53F8545E-9192-4070-A65D-159DFC9D3969}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53F8545E-9192-4070-A65D-159DFC9D3969}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53F8545E-9192-4070-A65D-159DFC9D3969}.Release|Any CPU.Build.0 = Release|Any CPU
{BD0525CC-3DB1-467C-9B8B-F6E2042946A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD0525CC-3DB1-467C-9B8B-F6E2042946A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD0525CC-3DB1-467C-9B8B-F6E2042946A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD0525CC-3DB1-467C-9B8B-F6E2042946A1}.Release|Any CPU.Build.0 = Release|Any CPU
{B72AC77E-67DB-483E-B77E-F05FB6DB1462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B72AC77E-67DB-483E-B77E-F05FB6DB1462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B72AC77E-67DB-483E-B77E-F05FB6DB1462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B72AC77E-67DB-483E-B77E-F05FB6DB1462}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70A9A914-8C02-4364-8F0F-E311F4D58DAB}
EndGlobalSection
EndGlobal