-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFilePicker.sln
37 lines (37 loc) · 2.05 KB
/
FilePicker.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.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilePicker.Web", "FilePicker.Web\FilePicker.Web.csproj", "{1CEB51FE-43DF-4750-B25C-1FECF42C9AC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilePicker.Shared", "FilePicker.Shared\FilePicker.Shared.csproj", "{B9A7A093-6925-4954-B123-64320975015C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImagePicker", "ImagePicker\ImagePicker.csproj", "{5243267E-73D8-4AFD-BF1A-0A528DED1BF9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1CEB51FE-43DF-4750-B25C-1FECF42C9AC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CEB51FE-43DF-4750-B25C-1FECF42C9AC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CEB51FE-43DF-4750-B25C-1FECF42C9AC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CEB51FE-43DF-4750-B25C-1FECF42C9AC9}.Release|Any CPU.Build.0 = Release|Any CPU
{B9A7A093-6925-4954-B123-64320975015C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9A7A093-6925-4954-B123-64320975015C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9A7A093-6925-4954-B123-64320975015C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9A7A093-6925-4954-B123-64320975015C}.Release|Any CPU.Build.0 = Release|Any CPU
{5243267E-73D8-4AFD-BF1A-0A528DED1BF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5243267E-73D8-4AFD-BF1A-0A528DED1BF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5243267E-73D8-4AFD-BF1A-0A528DED1BF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5243267E-73D8-4AFD-BF1A-0A528DED1BF9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B4C9999-BA65-4787-AE65-0F1B120DBC3B}
EndGlobalSection
EndGlobal