forked from muak/AiForms.Maui.SettingsView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AiForms.Maui.SettingsView.sln
33 lines (33 loc) · 1.71 KB
/
AiForms.Maui.SettingsView.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1703.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{7E8DE085-0432-4F48-8079-82C56D12EDC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SettingsView", "SettingsView\SettingsView.csproj", "{B73793A3-0AA7-4086-8F2B-A3CE3A5E6BE1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{547F99F7-22F8-4C24-A613-9F088A9F2BD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E8DE085-0432-4F48-8079-82C56D12EDC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E8DE085-0432-4F48-8079-82C56D12EDC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E8DE085-0432-4F48-8079-82C56D12EDC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E8DE085-0432-4F48-8079-82C56D12EDC1}.Release|Any CPU.Build.0 = Release|Any CPU
{B73793A3-0AA7-4086-8F2B-A3CE3A5E6BE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B73793A3-0AA7-4086-8F2B-A3CE3A5E6BE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B73793A3-0AA7-4086-8F2B-A3CE3A5E6BE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B73793A3-0AA7-4086-8F2B-A3CE3A5E6BE1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4811C101-6CF1-47AD-BCE8-62C0871C2A03}
EndGlobalSection
EndGlobal