-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPhotoAlbum.sln
47 lines (47 loc) · 2.54 KB
/
PhotoAlbum.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
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PhotoAlbum", "PhotoAlbum\PhotoAlbum.csproj", "{8480446E-634E-4127-B294-006AC39ED668}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PhotoAlbum.External", "PhotoAlbum.External\PhotoAlbum.External.csproj", "{7EB416B0-381D-461E-ACD6-2CD372B1E33B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{1C7C0287-44B8-4D7D-8E87-3AAAE24EF00A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PhotoAlbum.Test", "PhotoAlbum.Test\PhotoAlbum.Test.csproj", "{29CCCD50-6F61-46FE-88CF-986523C61BCC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{40488A63-3AB9-4671-9D6A-2AF2ED2C1D71}"
ProjectSection(SolutionItems) = preProject
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8480446E-634E-4127-B294-006AC39ED668}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8480446E-634E-4127-B294-006AC39ED668}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8480446E-634E-4127-B294-006AC39ED668}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8480446E-634E-4127-B294-006AC39ED668}.Release|Any CPU.Build.0 = Release|Any CPU
{7EB416B0-381D-461E-ACD6-2CD372B1E33B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EB416B0-381D-461E-ACD6-2CD372B1E33B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EB416B0-381D-461E-ACD6-2CD372B1E33B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EB416B0-381D-461E-ACD6-2CD372B1E33B}.Release|Any CPU.Build.0 = Release|Any CPU
{29CCCD50-6F61-46FE-88CF-986523C61BCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29CCCD50-6F61-46FE-88CF-986523C61BCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29CCCD50-6F61-46FE-88CF-986523C61BCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29CCCD50-6F61-46FE-88CF-986523C61BCC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{29CCCD50-6F61-46FE-88CF-986523C61BCC} = {1C7C0287-44B8-4D7D-8E87-3AAAE24EF00A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {731EAAFE-C2B0-4BD3-B778-29752019FE11}
EndGlobalSection
EndGlobal