-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLibrarySolution.sln
More file actions
37 lines (37 loc) · 2.03 KB
/
LibrarySolution.sln
File metadata and controls
37 lines (37 loc) · 2.03 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library", "Library\Library.csproj", "{1BD9704B-0687-4E09-942B-4461A591EB39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryData", "LibraryData\LibraryData.csproj", "{662DBF14-C305-4D0D-A485-62EA4EA5AC5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryServices", "LibraryServices\LibraryServices.csproj", "{13E367AD-7635-4978-BECF-732FDA5DC017}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BD9704B-0687-4E09-942B-4461A591EB39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BD9704B-0687-4E09-942B-4461A591EB39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BD9704B-0687-4E09-942B-4461A591EB39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BD9704B-0687-4E09-942B-4461A591EB39}.Release|Any CPU.Build.0 = Release|Any CPU
{662DBF14-C305-4D0D-A485-62EA4EA5AC5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{662DBF14-C305-4D0D-A485-62EA4EA5AC5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{662DBF14-C305-4D0D-A485-62EA4EA5AC5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{662DBF14-C305-4D0D-A485-62EA4EA5AC5A}.Release|Any CPU.Build.0 = Release|Any CPU
{13E367AD-7635-4978-BECF-732FDA5DC017}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13E367AD-7635-4978-BECF-732FDA5DC017}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13E367AD-7635-4978-BECF-732FDA5DC017}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13E367AD-7635-4978-BECF-732FDA5DC017}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BEDF68B7-4244-4CCF-A007-00F49CDF9DE0}
EndGlobalSection
EndGlobal