-
Notifications
You must be signed in to change notification settings - Fork 0
/
MauiBugs.sln
51 lines (51 loc) · 3.25 KB
/
MauiBugs.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
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CollectionViewScrollCrash", "CollectionViewScrollCrash\CollectionViewScrollCrash.csproj", "{DD604254-1C8B-4E95-B602-43B9B7DD164D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CollectionViewFooter", "CollectionViewFooter\CollectionViewFooter.csproj", "{F87D08FD-847D-4F9C-8EDA-CA6ED57E6F6D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DoubleDashCrash", "DoubleDashCrash\DoubleDashCrash.csproj", "{C1FB277E-CE0E-4404-9E65-2ABC8718851E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyboardMakesPageShift", "KeyboardMakesPageShift\KeyboardMakesPageShift.csproj", "{89259199-DF89-4B88-8523-716097286839}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD604254-1C8B-4E95-B602-43B9B7DD164D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD604254-1C8B-4E95-B602-43B9B7DD164D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD604254-1C8B-4E95-B602-43B9B7DD164D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{DD604254-1C8B-4E95-B602-43B9B7DD164D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD604254-1C8B-4E95-B602-43B9B7DD164D}.Release|Any CPU.Build.0 = Release|Any CPU
{DD604254-1C8B-4E95-B602-43B9B7DD164D}.Release|Any CPU.Deploy.0 = Release|Any CPU
{F87D08FD-847D-4F9C-8EDA-CA6ED57E6F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F87D08FD-847D-4F9C-8EDA-CA6ED57E6F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F87D08FD-847D-4F9C-8EDA-CA6ED57E6F6D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{F87D08FD-847D-4F9C-8EDA-CA6ED57E6F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F87D08FD-847D-4F9C-8EDA-CA6ED57E6F6D}.Release|Any CPU.Build.0 = Release|Any CPU
{F87D08FD-847D-4F9C-8EDA-CA6ED57E6F6D}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C1FB277E-CE0E-4404-9E65-2ABC8718851E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1FB277E-CE0E-4404-9E65-2ABC8718851E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1FB277E-CE0E-4404-9E65-2ABC8718851E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C1FB277E-CE0E-4404-9E65-2ABC8718851E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1FB277E-CE0E-4404-9E65-2ABC8718851E}.Release|Any CPU.Build.0 = Release|Any CPU
{C1FB277E-CE0E-4404-9E65-2ABC8718851E}.Release|Any CPU.Deploy.0 = Release|Any CPU
{89259199-DF89-4B88-8523-716097286839}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89259199-DF89-4B88-8523-716097286839}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89259199-DF89-4B88-8523-716097286839}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{89259199-DF89-4B88-8523-716097286839}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89259199-DF89-4B88-8523-716097286839}.Release|Any CPU.Build.0 = Release|Any CPU
{89259199-DF89-4B88-8523-716097286839}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37BFE089-C838-4724-920E-F5310FA6C6BB}
EndGlobalSection
EndGlobal