Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit e4f9920

Browse files
authored
Remove Compact Window (#12093)
1 parent 304023d commit e4f9920

File tree

8 files changed

+0
-277
lines changed

8 files changed

+0
-277
lines changed

DualScreen/DualScreen/OpenCompactWindow.xaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

DualScreen/DualScreen/OpenCompactWindow.xaml.cs

Lines changed: 0 additions & 67 deletions
This file was deleted.

DualScreen/DualScreen/TwoPaneViewGallery.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public TwoPaneViewGallery()
4040
Children =
4141
{
4242
NavButton("Nested TwoPaneView Split Across Hinge", () => new NestedTwoPaneViewSplitAcrossHinge(), Navigation),
43-
NavButton("Open Picture in Picture Window", () => new OpenCompactWindow(), Navigation),
4443
NavButton("DualScreenInfo with non TwoPaneView", () => new GridUsingDualScreenInfo(), Navigation),
4544
NavButton("eReader Samples", () => new TwoPage(), Navigation),
4645
NavButton("Dual Screen Info Samples", () => new DualScreenInfoGallery(), Navigation),

Xamarin.Forms.DualScreen.sln

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
7474
EndProject
7575
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xamarin.Forms.CustomAttributes", "Xamarin.Forms.CustomAttributes\Xamarin.Forms.CustomAttributes.csproj", "{A204BBC8-F83B-4E43-9032-2E97899EC474}"
7676
EndProject
77-
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Xamarin.Flex", "Xamarin.Flex\Xamarin.Flex.shproj", "{A6703C7D-D362-452A-A7A5-73771194D38C}"
78-
EndProject
7977
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DualScreen", "DualScreen\DualScreen\DualScreen.csproj", "{FF1E07E3-8756-48CB-ABF8-421907028B82}"
8078
ProjectSection(ProjectDependencies) = postProject
8179
{96D89208-4EB9-4451-BE73-8A9DF3D9D7B7} = {96D89208-4EB9-4451-BE73-8A9DF3D9D7B7}
@@ -90,10 +88,6 @@ EndProject
9088
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DualScreen.Mac", "DualScreen\DualScreen.Mac\DualScreen.Mac.csproj", "{A5CD7A70-C48B-4E69-8172-5525AC7C6E11}"
9189
EndProject
9290
Global
93-
GlobalSection(SharedMSBuildProjectFiles) = preSolution
94-
Xamarin.Flex\Xamarin.Flex.projitems*{57b8b73d-c3b5-4c42-869e-7b2f17d354ac}*SharedItemsImports = 5
95-
Xamarin.Flex\Xamarin.Flex.projitems*{a6703c7d-d362-452a-a7a5-73771194d38c}*SharedItemsImports = 13
96-
EndGlobalSection
9791
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9892
Debug|Any CPU = Debug|Any CPU
9993
Debug|ARM = Debug|ARM
@@ -840,7 +834,6 @@ Global
840834
{5BBF4A3F-4AD1-47FD-B250-05EA793F939D} = {9AD757F5-E57A-459D-A0A7-E0675E045B84}
841835
{39B3457F-01D8-43D0-8E84-D8C4F73CF48E} = {5A2DADBC-9510-4DD1-BE58-01501F2DF65D}
842836
{A204BBC8-F83B-4E43-9032-2E97899EC474} = {9AD757F5-E57A-459D-A0A7-E0675E045B84}
843-
{A6703C7D-D362-452A-A7A5-73771194D38C} = {9AD757F5-E57A-459D-A0A7-E0675E045B84}
844837
EndGlobalSection
845838
GlobalSection(ExtensibilityGlobals) = postSolution
846839
SolutionGuid = {650AE971-2F29-46A8-822C-FB4FCDC6A9A0}

Xamarin.Forms.DualScreen/CompactModeArgs.shared.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

Xamarin.Forms.DualScreen/DualScreenHelper.android.cs

Lines changed: 0 additions & 21 deletions
This file was deleted.

Xamarin.Forms.DualScreen/DualScreenHelper.netstandard.cs

Lines changed: 0 additions & 21 deletions
This file was deleted.

Xamarin.Forms.DualScreen/DualScreenHelper.uwp.cs

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)