-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCommonDialogs.Maui.sln
More file actions
39 lines (39 loc) · 1.98 KB
/
Copy pathCommonDialogs.Maui.sln
File metadata and controls
39 lines (39 loc) · 1.98 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonDialogs.Maui", "src\CommonDialogs.Maui.csproj", "{039A3790-F8A2-47CD-81D2-5A137AA586EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{1BBEC2B1-8C84-4D1B-A10E-B28C733F5F07}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MauiSampleApp", "samples\MauiSampleApp\MauiSampleApp.csproj", "{E97AC362-A4EE-4FC7-9946-617FE167006A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{039A3790-F8A2-47CD-81D2-5A137AA586EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{039A3790-F8A2-47CD-81D2-5A137AA586EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{039A3790-F8A2-47CD-81D2-5A137AA586EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{039A3790-F8A2-47CD-81D2-5A137AA586EC}.Release|Any CPU.Build.0 = Release|Any CPU
{E97AC362-A4EE-4FC7-9946-617FE167006A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E97AC362-A4EE-4FC7-9946-617FE167006A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E97AC362-A4EE-4FC7-9946-617FE167006A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E97AC362-A4EE-4FC7-9946-617FE167006A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E97AC362-A4EE-4FC7-9946-617FE167006A}.Release|Any CPU.Build.0 = Release|Any CPU
{E97AC362-A4EE-4FC7-9946-617FE167006A}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FD7D751-7C1E-4346-9E1B-2593DA4EA63B}
EndGlobalSection
EndGlobal