-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImageCache.sln
37 lines (37 loc) · 2.06 KB
/
ImageCache.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ppdac.Cache", "Ppdac.Cache\Ppdac.Cache.csproj", "{381C3831-2BB7-4BDD-A152-CAC85F7B73BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ppdac.Cache.Maui", "Ppdac.Cache.Maui\Ppdac.Cache.Maui.csproj", "{A42EB0F8-A03C-4574-9EFD-15C311451B48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageCache.Tests", "ImageCache.Tests\ImageCache.Tests.csproj", "{E365102A-DCE2-42C2-83BD-62C9A9724539}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{381C3831-2BB7-4BDD-A152-CAC85F7B73BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{381C3831-2BB7-4BDD-A152-CAC85F7B73BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{381C3831-2BB7-4BDD-A152-CAC85F7B73BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{381C3831-2BB7-4BDD-A152-CAC85F7B73BE}.Release|Any CPU.Build.0 = Release|Any CPU
{A42EB0F8-A03C-4574-9EFD-15C311451B48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A42EB0F8-A03C-4574-9EFD-15C311451B48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A42EB0F8-A03C-4574-9EFD-15C311451B48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A42EB0F8-A03C-4574-9EFD-15C311451B48}.Release|Any CPU.Build.0 = Release|Any CPU
{E365102A-DCE2-42C2-83BD-62C9A9724539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E365102A-DCE2-42C2-83BD-62C9A9724539}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E365102A-DCE2-42C2-83BD-62C9A9724539}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E365102A-DCE2-42C2-83BD-62C9A9724539}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC7B0A11-1635-4354-99D9-5746B6AFECF6}
EndGlobalSection
EndGlobal