diff --git a/NotificationFlyout.Foundation/NotificationFlyout.Foundation.csproj b/NotificationFlyout.Foundation/NotificationFlyout.Foundation.csproj
deleted file mode 100644
index 5ac91c0..0000000
--- a/NotificationFlyout.Foundation/NotificationFlyout.Foundation.csproj
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- netcoreapp3.1
- AnyCPU;x64
-
-
-
diff --git a/NotificationFlyout.Package/Images/LockScreenLogo.scale-200.png b/NotificationFlyout.Package/Images/LockScreenLogo.scale-200.png
deleted file mode 100644
index 735f57a..0000000
Binary files a/NotificationFlyout.Package/Images/LockScreenLogo.scale-200.png and /dev/null differ
diff --git a/NotificationFlyout.Package/Images/SplashScreen.scale-200.png b/NotificationFlyout.Package/Images/SplashScreen.scale-200.png
deleted file mode 100644
index 023e7f1..0000000
Binary files a/NotificationFlyout.Package/Images/SplashScreen.scale-200.png and /dev/null differ
diff --git a/NotificationFlyout.Package/Images/Square150x150Logo.scale-200.png b/NotificationFlyout.Package/Images/Square150x150Logo.scale-200.png
deleted file mode 100644
index af49fec..0000000
Binary files a/NotificationFlyout.Package/Images/Square150x150Logo.scale-200.png and /dev/null differ
diff --git a/NotificationFlyout.Package/Images/Square44x44Logo.scale-200.png b/NotificationFlyout.Package/Images/Square44x44Logo.scale-200.png
deleted file mode 100644
index ce342a2..0000000
Binary files a/NotificationFlyout.Package/Images/Square44x44Logo.scale-200.png and /dev/null differ
diff --git a/NotificationFlyout.Package/Images/Square44x44Logo.targetsize-24_altform-unplated.png b/NotificationFlyout.Package/Images/Square44x44Logo.targetsize-24_altform-unplated.png
deleted file mode 100644
index f6c02ce..0000000
Binary files a/NotificationFlyout.Package/Images/Square44x44Logo.targetsize-24_altform-unplated.png and /dev/null differ
diff --git a/NotificationFlyout.Package/Images/StoreLogo.png b/NotificationFlyout.Package/Images/StoreLogo.png
deleted file mode 100644
index 7385b56..0000000
Binary files a/NotificationFlyout.Package/Images/StoreLogo.png and /dev/null differ
diff --git a/NotificationFlyout.Package/Images/Wide310x150Logo.scale-200.png b/NotificationFlyout.Package/Images/Wide310x150Logo.scale-200.png
deleted file mode 100644
index 288995b..0000000
Binary files a/NotificationFlyout.Package/Images/Wide310x150Logo.scale-200.png and /dev/null differ
diff --git a/NotificationFlyout.Package/NotificationFlyout.Package.wapproj b/NotificationFlyout.Package/NotificationFlyout.Package.wapproj
deleted file mode 100644
index a78dee3..0000000
--- a/NotificationFlyout.Package/NotificationFlyout.Package.wapproj
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
- 15.0
-
-
-
- Debug
- x86
-
-
- Release
- x86
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
- Debug
- ARM
-
-
- Release
- ARM
-
-
- Debug
- ARM64
-
-
- Release
- ARM64
-
-
- Debug
- AnyCPU
-
-
- Release
- AnyCPU
-
-
-
- $(MSBuildExtensionsPath)\Microsoft\DesktopBridge\
-
-
-
- 46ff88d3-c2c7-419b-94f6-1ac01307c31a
- 10.0.19041.0
- 10.0.19041.0
- en-US
- false
- False
- True
- True
- neutral
- 0
- ..\NotificationFlyout.Tray\NotificationFlyout.Sample.Wpf.csproj
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
- Always
-
-
-
- Designer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- True
-
-
-
\ No newline at end of file
diff --git a/NotificationFlyout.Package/Package.appxmanifest b/NotificationFlyout.Package/Package.appxmanifest
deleted file mode 100644
index 9ebfeff..0000000
--- a/NotificationFlyout.Package/Package.appxmanifest
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
- NotificationFlyout.Package
- dan
- Images\StoreLogo.png
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/NotificationFlyout.Tray/App.xaml b/NotificationFlyout.Sample.Wpf/App.xaml
similarity index 68%
rename from NotificationFlyout.Tray/App.xaml
rename to NotificationFlyout.Sample.Wpf/App.xaml
index c4332d6..f36cb30 100644
--- a/NotificationFlyout.Tray/App.xaml
+++ b/NotificationFlyout.Sample.Wpf/App.xaml
@@ -1,4 +1,4 @@
\ No newline at end of file
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" />
diff --git a/NotificationFlyout.Sample.Wpf/App.xaml.cs b/NotificationFlyout.Sample.Wpf/App.xaml.cs
new file mode 100644
index 0000000..e1e5788
--- /dev/null
+++ b/NotificationFlyout.Sample.Wpf/App.xaml.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Configuration;
+using System.Data;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows;
+
+namespace NotificationFlyout.Sample.Wpf
+{
+ ///
+ /// Interaction logic for App.xaml
+ ///
+ public partial class App : Application
+ {
+ }
+}
diff --git a/NotificationFlyout.Tray/Assets/Icon-Light.ico b/NotificationFlyout.Sample.Wpf/Assets/Icon-Light.ico
similarity index 100%
rename from NotificationFlyout.Tray/Assets/Icon-Light.ico
rename to NotificationFlyout.Sample.Wpf/Assets/Icon-Light.ico
diff --git a/NotificationFlyout.Tray/Assets/Icon.ico b/NotificationFlyout.Sample.Wpf/Assets/Icon.ico
similarity index 100%
rename from NotificationFlyout.Tray/Assets/Icon.ico
rename to NotificationFlyout.Sample.Wpf/Assets/Icon.ico
diff --git a/NotificationFlyout.Tray/NotificationFlyout.Sample.Wpf.csproj b/NotificationFlyout.Sample.Wpf/NotificationFlyout.Sample.Wpf.csproj
similarity index 95%
rename from NotificationFlyout.Tray/NotificationFlyout.Sample.Wpf.csproj
rename to NotificationFlyout.Sample.Wpf/NotificationFlyout.Sample.Wpf.csproj
index e873087..c7f6052 100644
--- a/NotificationFlyout.Tray/NotificationFlyout.Sample.Wpf.csproj
+++ b/NotificationFlyout.Sample.Wpf/NotificationFlyout.Sample.Wpf.csproj
@@ -5,10 +5,9 @@
netcoreapp3.1
true
uap10.0.19041
- AnyCPU;x64
NotificationFlyout.Sample.Wpf.Program
9.0
- NotificationFlyout.Sample.Wpf
+ AnyCPU;x64
@@ -19,17 +18,17 @@
-
+
-
+
-
+
diff --git a/NotificationFlyout.Tray/Program.cs b/NotificationFlyout.Sample.Wpf/Progam.cs
similarity index 93%
rename from NotificationFlyout.Tray/Program.cs
rename to NotificationFlyout.Sample.Wpf/Progam.cs
index 4c8964c..554d99d 100644
--- a/NotificationFlyout.Tray/Program.cs
+++ b/NotificationFlyout.Sample.Wpf/Progam.cs
@@ -8,11 +8,11 @@ namespace NotificationFlyout.Sample.Wpf
public static void Main()
{
using (new XamlHost.App())
- {
+ {
var app = new App();
new SampleNotificationFlyout();
app.Run();
}
}
}
-}
\ No newline at end of file
+}
diff --git a/NotificationFlyout.Tray/SampleNotificationFlyout.xaml b/NotificationFlyout.Sample.Wpf/SampleNotificationFlyout.xaml
similarity index 100%
rename from NotificationFlyout.Tray/SampleNotificationFlyout.xaml
rename to NotificationFlyout.Sample.Wpf/SampleNotificationFlyout.xaml
diff --git a/NotificationFlyout.Tray/SampleNotificationFlyout.xaml.cs b/NotificationFlyout.Sample.Wpf/SampleNotificationFlyout.xaml.cs
similarity index 100%
rename from NotificationFlyout.Tray/SampleNotificationFlyout.xaml.cs
rename to NotificationFlyout.Sample.Wpf/SampleNotificationFlyout.xaml.cs
diff --git a/NotificationFlyout.Tray/App.xaml.cs b/NotificationFlyout.Tray/App.xaml.cs
deleted file mode 100644
index 8e40b31..0000000
--- a/NotificationFlyout.Tray/App.xaml.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System.Windows;
-
-namespace NotificationFlyout.Sample.Wpf
-{
- public partial class App : Application
- {
-
- }
-}
\ No newline at end of file
diff --git a/NotificationFlyout.Tray/Properties/AssemblyInfo.cs b/NotificationFlyout.Tray/Properties/AssemblyInfo.cs
deleted file mode 100644
index ecbfc49..0000000
--- a/NotificationFlyout.Tray/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,2 +0,0 @@
-using System.Windows;
-[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
\ No newline at end of file
diff --git a/NotificationFlyout.sln b/NotificationFlyout.sln
index 21b32a4..fcc3ac9 100644
--- a/NotificationFlyout.sln
+++ b/NotificationFlyout.sln
@@ -3,18 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30914.41
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotificationFlyout.Foundation", "NotificationFlyout.Foundation\NotificationFlyout.Foundation.csproj", "{8CF304C1-38D4-4D16-B99C-71353E8DD477}"
-EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotificationFlyout.XamlHost", "NotificationFlyout.XamlHost\NotificationFlyout.XamlHost.csproj", "{95D6E127-BC04-4591-ACFF-FB35BBB64884}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotificationFlyout.Sample.Wpf", "NotificationFlyout.Tray\NotificationFlyout.Sample.Wpf.csproj", "{B5B09576-6447-4146-B544-FB6000587D8B}"
-EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotificationFlyout.Wpf.UI.Controls", "NotificationFlyout.Wpf.UI.Controls\NotificationFlyout.Wpf.UI.Controls.csproj", "{0A782234-DC9F-4C4A-8820-FC640B03D233}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotificationFlyout.Uwp.UI.Controls", "NotificationFlyout.Uwp.UI.Controls\NotificationFlyout.Uwp.UI.Controls.csproj", "{9987B132-E42C-401A-9AD5-E62529FACA40}"
EndProject
-Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "NotificationFlyout.Package", "NotificationFlyout.Package\NotificationFlyout.Package.wapproj", "{46FF88D3-C2C7-419B-94F6-1AC01307C31A}"
-EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotificationFlyout.Wpf.UI", "NotificationFlyout.Wpf.UI\NotificationFlyout.Wpf.UI.csproj", "{29430194-7EDE-4C33-AF59-CE121F48F66E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B7EEAC24-4F8A-4C73-90B3-DAC77D44CCF2}"
@@ -22,7 +16,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
global.json = global.json
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotificationFlyout.Sample.Uwp", "NotificationFlyout.Sample.Uwp\NotificationFlyout.Sample.Uwp.csproj", "{FD1A3672-31B4-4499-AC09-4BD6BBD4C0DF}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotificationFlyout.Sample.Uwp", "NotificationFlyout.Sample.Uwp\NotificationFlyout.Sample.Uwp.csproj", "{FD1A3672-31B4-4499-AC09-4BD6BBD4C0DF}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotificationFlyout.Sample.Wpf", "NotificationFlyout.Sample.Wpf\NotificationFlyout.Sample.Wpf.csproj", "{666686C6-3439-4EE2-B06B-5C7B0A416B91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -38,26 +34,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Debug|ARM.Build.0 = Debug|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Debug|ARM64.ActiveCfg = Debug|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Debug|ARM64.Build.0 = Debug|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Debug|x64.ActiveCfg = Debug|x64
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Debug|x64.Build.0 = Debug|x64
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Debug|x86.ActiveCfg = Debug|x64
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Debug|x86.Build.0 = Debug|x64
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Release|Any CPU.Build.0 = Release|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Release|ARM.ActiveCfg = Release|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Release|ARM.Build.0 = Release|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Release|ARM64.ActiveCfg = Release|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Release|ARM64.Build.0 = Release|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Release|x64.ActiveCfg = Release|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Release|x64.Build.0 = Release|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Release|x86.ActiveCfg = Release|Any CPU
- {8CF304C1-38D4-4D16-B99C-71353E8DD477}.Release|x86.Build.0 = Release|Any CPU
{95D6E127-BC04-4591-ACFF-FB35BBB64884}.Debug|Any CPU.ActiveCfg = Debug|x86
{95D6E127-BC04-4591-ACFF-FB35BBB64884}.Debug|ARM.ActiveCfg = Debug|ARM
{95D6E127-BC04-4591-ACFF-FB35BBB64884}.Debug|ARM.Build.0 = Debug|ARM
@@ -84,26 +60,6 @@ Global
{95D6E127-BC04-4591-ACFF-FB35BBB64884}.Release|x86.ActiveCfg = Release|x86
{95D6E127-BC04-4591-ACFF-FB35BBB64884}.Release|x86.Build.0 = Release|x86
{95D6E127-BC04-4591-ACFF-FB35BBB64884}.Release|x86.Deploy.0 = Release|x86
- {B5B09576-6447-4146-B544-FB6000587D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Debug|ARM.Build.0 = Debug|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Debug|ARM64.ActiveCfg = Debug|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Debug|ARM64.Build.0 = Debug|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Debug|x64.ActiveCfg = Debug|x64
- {B5B09576-6447-4146-B544-FB6000587D8B}.Debug|x64.Build.0 = Debug|x64
- {B5B09576-6447-4146-B544-FB6000587D8B}.Debug|x86.ActiveCfg = Debug|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Debug|x86.Build.0 = Debug|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Release|Any CPU.Build.0 = Release|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Release|ARM.ActiveCfg = Release|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Release|ARM.Build.0 = Release|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Release|ARM64.ActiveCfg = Release|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Release|ARM64.Build.0 = Release|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Release|x64.ActiveCfg = Release|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Release|x64.Build.0 = Release|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Release|x86.ActiveCfg = Release|Any CPU
- {B5B09576-6447-4146-B544-FB6000587D8B}.Release|x86.Build.0 = Release|Any CPU
{0A782234-DC9F-4C4A-8820-FC640B03D233}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A782234-DC9F-4C4A-8820-FC640B03D233}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A782234-DC9F-4C4A-8820-FC640B03D233}.Debug|ARM.ActiveCfg = Debug|Any CPU
@@ -144,36 +100,6 @@ Global
{9987B132-E42C-401A-9AD5-E62529FACA40}.Release|x64.Build.0 = Release|x64
{9987B132-E42C-401A-9AD5-E62529FACA40}.Release|x86.ActiveCfg = Release|x86
{9987B132-E42C-401A-9AD5-E62529FACA40}.Release|x86.Build.0 = Release|x86
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|ARM.ActiveCfg = Debug|ARM
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|ARM.Build.0 = Debug|ARM
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|ARM.Deploy.0 = Debug|ARM
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|ARM64.ActiveCfg = Debug|ARM64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|ARM64.Build.0 = Debug|ARM64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|ARM64.Deploy.0 = Debug|ARM64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|x64.ActiveCfg = Debug|x64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|x64.Build.0 = Debug|x64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|x64.Deploy.0 = Debug|x64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|x86.ActiveCfg = Debug|x86
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|x86.Build.0 = Debug|x86
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Debug|x86.Deploy.0 = Debug|x86
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|Any CPU.Build.0 = Release|Any CPU
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|ARM.ActiveCfg = Release|ARM
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|ARM.Build.0 = Release|ARM
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|ARM.Deploy.0 = Release|ARM
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|ARM64.ActiveCfg = Release|ARM64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|ARM64.Build.0 = Release|ARM64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|ARM64.Deploy.0 = Release|ARM64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|x64.ActiveCfg = Release|x64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|x64.Build.0 = Release|x64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|x64.Deploy.0 = Release|x64
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|x86.ActiveCfg = Release|x86
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|x86.Build.0 = Release|x86
- {46FF88D3-C2C7-419B-94F6-1AC01307C31A}.Release|x86.Deploy.0 = Release|x86
{29430194-7EDE-4C33-AF59-CE121F48F66E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29430194-7EDE-4C33-AF59-CE121F48F66E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29430194-7EDE-4C33-AF59-CE121F48F66E}.Debug|ARM.ActiveCfg = Debug|Any CPU
@@ -214,6 +140,26 @@ Global
{FD1A3672-31B4-4499-AC09-4BD6BBD4C0DF}.Release|x64.Build.0 = Release|x64
{FD1A3672-31B4-4499-AC09-4BD6BBD4C0DF}.Release|x86.ActiveCfg = Release|x86
{FD1A3672-31B4-4499-AC09-4BD6BBD4C0DF}.Release|x86.Build.0 = Release|x86
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Debug|ARM.ActiveCfg = Debug|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Debug|ARM.Build.0 = Debug|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Debug|ARM64.ActiveCfg = Debug|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Debug|ARM64.Build.0 = Debug|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Debug|x64.ActiveCfg = Debug|x64
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Debug|x64.Build.0 = Debug|x64
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Debug|x86.Build.0 = Debug|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Release|Any CPU.Build.0 = Release|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Release|ARM.ActiveCfg = Release|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Release|ARM.Build.0 = Release|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Release|ARM64.ActiveCfg = Release|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Release|ARM64.Build.0 = Release|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Release|x64.ActiveCfg = Release|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Release|x64.Build.0 = Release|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Release|x86.ActiveCfg = Release|Any CPU
+ {666686C6-3439-4EE2-B06B-5C7B0A416B91}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/NotificationFlyout/MyUserControl1.xaml b/NotificationFlyout/MyUserControl1.xaml
deleted file mode 100644
index f99c718..0000000
--- a/NotificationFlyout/MyUserControl1.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/NotificationFlyout/MyUserControl1.xaml.cs b/NotificationFlyout/MyUserControl1.xaml.cs
deleted file mode 100644
index ecf588e..0000000
--- a/NotificationFlyout/MyUserControl1.xaml.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-// The User Control item template is documented at https://go.microsoft.com/fwlink/?LinkId=234236
-
-namespace NotificationFlyout
-{
- public sealed partial class MyUserControl1 : UserControl
- {
- public MyUserControl1()
- {
- this.InitializeComponent();
- }
- }
-}
\ No newline at end of file
diff --git a/NotificationFlyout/NotificationFlyout.csproj b/NotificationFlyout/NotificationFlyout.csproj
deleted file mode 100644
index 2275b53..0000000
--- a/NotificationFlyout/NotificationFlyout.csproj
+++ /dev/null
@@ -1,157 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {08C84B28-D5A2-4C77-BA72-5B2B4674DEFC}
- Library
- Properties
- NotificationFlyout
- NotificationFlyout
- en-US
- UAP
- 10.0.19041.0
- 10.0.19041.0
- 14
- 512
- {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
- AnyCPU
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
- prompt
- 4
-
-
- AnyCPU
- pdbonly
- true
- bin\Release\
- TRACE;NETFX_CORE;WINDOWS_UWP
- prompt
- 4
-
-
- x86
- true
- bin\x86\Debug\
- DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
- ;2008
- full
- false
- prompt
-
-
- x86
- bin\x86\Release\
- TRACE;NETFX_CORE;WINDOWS_UWP
- true
- ;2008
- pdbonly
- false
- prompt
-
-
- ARM
- true
- bin\ARM\Debug\
- DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
- ;2008
- full
- false
- prompt
-
-
- ARM
- bin\ARM\Release\
- TRACE;NETFX_CORE;WINDOWS_UWP
- true
- ;2008
- pdbonly
- false
- prompt
-
-
- ARM64
- true
- bin\ARM64\Debug\
- DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
- ;2008
- full
- false
- prompt
-
-
- ARM64
- bin\ARM64\Release\
- TRACE;NETFX_CORE;WINDOWS_UWP
- true
- ;2008
- pdbonly
- false
- prompt
-
-
- x64
- true
- bin\x64\Debug\
- DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
- ;2008
- full
- false
- prompt
-
-
- x64
- bin\x64\Release\
- TRACE;NETFX_CORE;WINDOWS_UWP
- true
- ;2008
- pdbonly
- false
- prompt
-
-
- PackageReference
-
-
-
- MyUserControl1.xaml
-
-
-
-
-
-
- 6.2.11
-
-
-
-
- {9987b132-e42c-401a-9ad5-e62529faca40}
- NotificationFlyout.Uwp.UI.Controls
-
-
-
-
- Designer
- MSBuild:Compile
-
-
-
- 14.0
-
-
-
-
\ No newline at end of file
diff --git a/NotificationFlyout/Properties/AssemblyInfo.cs b/NotificationFlyout/Properties/AssemblyInfo.cs
deleted file mode 100644
index 208104e..0000000
--- a/NotificationFlyout/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System.Reflection;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("NotificationFlyout")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("NotificationFlyout")]
-[assembly: AssemblyCopyright("Copyright © 2021")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
-[assembly: ComVisible(false)]
\ No newline at end of file
diff --git a/NotificationFlyout/Properties/NotificationFlyout.rd.xml b/NotificationFlyout/Properties/NotificationFlyout.rd.xml
deleted file mode 100644
index 0fe561c..0000000
--- a/NotificationFlyout/Properties/NotificationFlyout.rd.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Test/Class1.cs b/Test/Class1.cs
deleted file mode 100644
index c1ecde3..0000000
--- a/Test/Class1.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using NotificationFlyout.Uwp.UI.Controls;
-using System;
-using Windows.UI.Xaml.Controls;
-
-namespace Test
-{
- public class Class1 : NotificationFlyoutPresenter
- {
- }
-}
diff --git a/Test/Test.csproj b/Test/Test.csproj
deleted file mode 100644
index d7337eb..0000000
--- a/Test/Test.csproj
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- uap10.0.19041
- AnyCPU;x64
-
-
-
-
-
\ No newline at end of file