-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathPhotoCollageScreensaver.sln
42 lines (42 loc) · 2.33 KB
/
PhotoCollageScreensaver.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
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}") = "PhotoCollageScreensaver", "PhotoCollageScreensaver\PhotoCollageScreensaver.csproj", "{76424044-885D-4B83-BCCD-6E866BBA7E9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhotoCollage.Common", "PhotoCollage.Common\PhotoCollage.Common.csproj", "{1A8470FB-8B50-4C74-9A21-BD86450AEE2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhotoCollageWeb", "PhotoCollageWeb\PhotoCollageWeb.csproj", "{30B5903E-058C-46FC-9EBE-6731B1CC844F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{043ED674-DB27-4FAF-864E-BDBD7778148E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76424044-885D-4B83-BCCD-6E866BBA7E9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76424044-885D-4B83-BCCD-6E866BBA7E9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76424044-885D-4B83-BCCD-6E866BBA7E9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76424044-885D-4B83-BCCD-6E866BBA7E9C}.Release|Any CPU.Build.0 = Release|Any CPU
{1A8470FB-8B50-4C74-9A21-BD86450AEE2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A8470FB-8B50-4C74-9A21-BD86450AEE2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A8470FB-8B50-4C74-9A21-BD86450AEE2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A8470FB-8B50-4C74-9A21-BD86450AEE2D}.Release|Any CPU.Build.0 = Release|Any CPU
{30B5903E-058C-46FC-9EBE-6731B1CC844F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30B5903E-058C-46FC-9EBE-6731B1CC844F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30B5903E-058C-46FC-9EBE-6731B1CC844F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30B5903E-058C-46FC-9EBE-6731B1CC844F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CB5870F-4A2C-44C6-A620-7D6A85B50146}
EndGlobalSection
EndGlobal