-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGalleryViewer.sln
43 lines (43 loc) · 2.62 KB
/
GalleryViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalleryViewer.F7", "galleryviewer.F7\GalleryViewer.F7.csproj", "{9F7D3C5D-1F20-4771-BD7E-2C0578B6AD70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalleryViewer.RPi", "galleryviewer.RPi\GalleryViewer.RPi.csproj", "{8F0CD535-7753-4A42-B194-B835E50C9A5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalleryViewer.Desktop", "galleryviewer.Desktop\GalleryViewer.Desktop.csproj", "{2068562E-CBCE-4AB6-B05F-683DA70C70A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalleryViewer.Core", "galleryviewer.Core\GalleryViewer.Core.csproj", "{97A526FC-5B04-4372-B19B-15DD5E6B0A38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F7D3C5D-1F20-4771-BD7E-2C0578B6AD70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F7D3C5D-1F20-4771-BD7E-2C0578B6AD70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F7D3C5D-1F20-4771-BD7E-2C0578B6AD70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F7D3C5D-1F20-4771-BD7E-2C0578B6AD70}.Release|Any CPU.Build.0 = Release|Any CPU
{8F0CD535-7753-4A42-B194-B835E50C9A5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F0CD535-7753-4A42-B194-B835E50C9A5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F0CD535-7753-4A42-B194-B835E50C9A5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F0CD535-7753-4A42-B194-B835E50C9A5F}.Release|Any CPU.Build.0 = Release|Any CPU
{2068562E-CBCE-4AB6-B05F-683DA70C70A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2068562E-CBCE-4AB6-B05F-683DA70C70A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2068562E-CBCE-4AB6-B05F-683DA70C70A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2068562E-CBCE-4AB6-B05F-683DA70C70A0}.Release|Any CPU.Build.0 = Release|Any CPU
{97A526FC-5B04-4372-B19B-15DD5E6B0A38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97A526FC-5B04-4372-B19B-15DD5E6B0A38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97A526FC-5B04-4372-B19B-15DD5E6B0A38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97A526FC-5B04-4372-B19B-15DD5E6B0A38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {686AB498-EB8C-47E6-8B44-F681082B59C0}
EndGlobalSection
EndGlobal