From 3d3bb142e22e29a2d2c31d48b7ae3c4601704fd0 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Wed, 25 Sep 2019 23:30:41 +0200 Subject: [PATCH] Migrated the project to dotnet core 3.0 --- .../NuGet/Hardcodet.NotifyIcon.Wpf.nuspec | 42 ---------- ...codet.Wpf.TaskbarNotification.1.0.5.nuspec | 31 -------- .../readme.from.legacy.package.txt | 9 --- Hardcodet.NotifyIcon.Wpf/NuGet/readme.txt | 7 -- .../Source/BuildTargets.cmd | 9 --- .../Cleanup_Solution_For_Deployment.bat | 20 ----- .../Source/Directory.Build.props | 43 ----------- .../Source => src}/Changelog.txt | 0 src/Directory.Build.props | 73 ++++++++++++++++++ .../Source => src}/NotifyIconWpf.sln | 1 + .../NotifyIconWpf/BalloonIcon.cs | 0 .../Diagrams/TaskbarIcon Overview.cd | 0 .../NotifyIconWpf/Interop/AppBarInfo.cs | 0 .../NotifyIconWpf/Interop/BalloonFlags.cs | 0 .../NotifyIconWpf/Interop/IconDataMembers.cs | 0 .../NotifyIconWpf/Interop/IconState.cs | 0 .../NotifyIconWpf/Interop/MouseEvent.cs | 0 .../NotifyIconWpf/Interop/NotifyCommand.cs | 0 .../NotifyIconWpf/Interop/NotifyIconData.cs | 0 .../Interop/NotifyIconVersion.cs | 0 .../NotifyIconWpf/Interop/Point.cs | 0 .../NotifyIconWpf/Interop/SystemInfo.cs | 0 .../NotifyIconWpf/Interop/TrayInfo.cs | 0 .../NotifyIconWpf/Interop/WinApi.cs | 0 .../NotifyIconWpf/Interop/WindowClass.cs | 0 .../Interop/WindowMessageSink.cs | 0 .../NotifyIconWpf/Interop/WindowsMessages.cs | 0 .../NotifyIconWpf/NotifyIconWpf.csproj | 14 ++-- .../NotifyIconWpf/PopupActivationMode.cs | 0 .../NotifyIconWpf/Properties/AssemblyInfo.cs | 0 .../NotifyIconWpf/RoutedEventHelper.cs | 0 .../NotifyIconWpf/TaskbarIcon.Declarations.cs | 0 .../NotifyIconWpf/TaskbarIcon.cs | 0 .../Source => src}/NotifyIconWpf/Util.cs | 0 .../Source => src}/Sample Project/App.xaml | 0 .../Source => src}/Sample Project/App.xaml.cs | 0 .../Commands/CloseWindowCommand.cs | 0 .../Sample Project/Commands/CommandBase.cs | 0 .../Commands/HideSampleWindowCommand.cs | 0 .../Commands/ShowSampleWindowCommand.cs | 0 .../Sample Project/Icons/Bulb.ico | Bin .../Sample Project/Icons/Computers.ico | Bin .../Sample Project/Icons/Error.ico | Bin .../Sample Project/Icons/Inactive.ico | Bin .../Sample Project/Icons/NetDrives.ico | Bin .../Sample Project/Images/Add.png | Bin .../Sample Project/Images/Close.png | Bin .../Sample Project/Images/Info.png | Bin .../Sample Project/Images/Logo.png | Bin .../Sample Project/Images/Preferences.png | Bin .../Sample Project/Images/Remove.png | Bin .../Source => src}/Sample Project/Main.xaml | 0 .../Sample Project/Main.xaml.cs | 0 .../Sample Project/Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Sample Project/Properties/Resources.resx | 0 .../Properties/Settings.Designer.cs | 0 .../Properties/Settings.settings | 0 .../Sample Project/Sample Project.csproj | 9 ++- .../Sample Project_fpsqmi4v_wpftmp.csproj | 65 ++++++++++++++++ .../Sample Project/Showcase/FancyBalloon.xaml | 0 .../Showcase/FancyBalloon.xaml.cs | 0 .../Sample Project/Showcase/FancyPopup.xaml | 0 .../Showcase/FancyPopup.xaml.cs | 0 .../Sample Project/Showcase/FancyToolTip.xaml | 0 .../Showcase/FancyToolTip.xaml.cs | 0 .../Showcase/NotifyIconResources.xaml | 0 .../Showcase/ShowcaseWindow.xaml | 0 .../Showcase/ShowcaseWindow.xaml.cs | 0 .../Showcase/WelcomeBalloon.xaml | 0 .../Showcase/WelcomeBalloon.xaml.cs | 0 .../NotifyIconResourceDictionary.xaml | 0 .../SimpleWindowWithNotifyIcon.xaml | 0 .../SimpleWindowWithNotifyIcon.xaml.cs | 0 .../02 - ToolTips/InlineToolTipWindow.xaml | 0 .../02 - ToolTips/InlineToolTipWindow.xaml.cs | 0 .../02 - ToolTips/SimpleUserControl.xaml | 0 .../02 - ToolTips/SimpleUserControl.xaml.cs | 0 .../UserControlToolTipWindow.xaml | 0 .../UserControlToolTipWindow.xaml.cs | 0 .../03 - Popups/InlinePopupWindow.xaml | 0 .../03 - Popups/InlinePopupWindow.xaml.cs | 0 .../InlineContextMenuWindow.xaml | 0 .../InlineContextMenuWindow.xaml.cs | 0 .../05 - Balloons/BalloonSampleWindow.xaml | 0 .../05 - Balloons/BalloonSampleWindow.xaml.cs | 0 .../06 - Commands/CommandWindow.xaml | 0 .../06 - Commands/CommandWindow.xaml.cs | 0 .../06 - Commands/ShowMessageCommand.cs | 0 .../07 - Events/EventVisualizerWindow.xaml | 0 .../07 - Events/EventVisualizerWindow.xaml.cs | 0 .../DataBoundToolTipWindow.xaml | 0 .../DataBoundToolTipWindow.xaml.cs | 0 .../Tutorials/09 - MVVM/Clock.png | Bin .../Tutorials/09 - MVVM/ClockPopup.xaml | 0 .../Tutorials/09 - MVVM/ClockPopup.xaml.cs | 0 .../09 - MVVM/MvvmSampleViewModel.cs | 0 .../Tutorials/09 - MVVM/MvvmSampleWindow.xaml | 0 .../09 - MVVM/MvvmSampleWindow.xaml.cs | 0 .../Source => src}/Windowless Sample/App.xaml | 0 .../Windowless Sample/App.xaml.cs | 0 .../Windowless Sample/DelegateCommand.cs | 0 .../Windowless Sample/MainWindow.xaml | 0 .../Windowless Sample/MainWindow.xaml.cs | 0 .../NotifyIconResources.xaml | 0 .../Windowless Sample/NotifyIconViewModel.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Source => src}/Windowless Sample/Red.ico | Bin .../Windowless Sample.csproj | 9 ++- .../Windowless Sample_2p2cnbpd_wpftmp.csproj | 48 ++++++++++++ .../WindowsFormsSample/FancyPopup.xaml | 0 .../WindowsFormsSample/FancyPopup.xaml.cs | 0 .../WindowsFormsSample/Form1.Designer.cs | 0 .../WindowsFormsSample/Form1.cs | 0 .../WindowsFormsSample/Form1.resx | 0 .../WindowsFormsSample/Icon/Led.ico | Bin .../WindowsFormsSample/Images/Preferences.png | Bin .../WindowsFormsSample/Program.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Properties/Resources.resx | 0 .../Properties/Settings.Designer.cs | 0 .../Properties/Settings.settings | 0 .../WindowsFormsSample.csproj | 8 +- .../Source => src}/global.json | 0 src/version.json | 21 +++++ 126 files changed, 235 insertions(+), 174 deletions(-) delete mode 100644 Hardcodet.NotifyIcon.Wpf/NuGet/Hardcodet.NotifyIcon.Wpf.nuspec delete mode 100644 Hardcodet.NotifyIcon.Wpf/NuGet/Legacy Switch/Hardcodet.Wpf.TaskbarNotification.1.0.5.nuspec delete mode 100644 Hardcodet.NotifyIcon.Wpf/NuGet/Legacy Switch/readme.from.legacy.package.txt delete mode 100644 Hardcodet.NotifyIcon.Wpf/NuGet/readme.txt delete mode 100644 Hardcodet.NotifyIcon.Wpf/Source/BuildTargets.cmd delete mode 100644 Hardcodet.NotifyIcon.Wpf/Source/Cleanup_Solution_For_Deployment.bat delete mode 100644 Hardcodet.NotifyIcon.Wpf/Source/Directory.Build.props rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Changelog.txt (100%) create mode 100644 src/Directory.Build.props rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf.sln (98%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/BalloonIcon.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Diagrams/TaskbarIcon Overview.cd (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/AppBarInfo.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/BalloonFlags.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/IconDataMembers.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/IconState.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/MouseEvent.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/NotifyCommand.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/NotifyIconData.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/NotifyIconVersion.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/Point.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/SystemInfo.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/TrayInfo.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/WinApi.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/WindowClass.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/WindowMessageSink.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Interop/WindowsMessages.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/NotifyIconWpf.csproj (68%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/PopupActivationMode.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Properties/AssemblyInfo.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/RoutedEventHelper.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/TaskbarIcon.Declarations.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/TaskbarIcon.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/NotifyIconWpf/Util.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/App.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/App.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Commands/CloseWindowCommand.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Commands/CommandBase.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Commands/HideSampleWindowCommand.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Commands/ShowSampleWindowCommand.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Icons/Bulb.ico (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Icons/Computers.ico (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Icons/Error.ico (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Icons/Inactive.ico (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Icons/NetDrives.ico (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Images/Add.png (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Images/Close.png (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Images/Info.png (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Images/Logo.png (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Images/Preferences.png (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Images/Remove.png (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Main.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Main.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Properties/AssemblyInfo.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Properties/Resources.Designer.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Properties/Resources.resx (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Properties/Settings.Designer.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Properties/Settings.settings (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Sample Project.csproj (71%) create mode 100644 src/Sample Project/Sample Project_fpsqmi4v_wpftmp.csproj rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Showcase/FancyBalloon.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Showcase/FancyBalloon.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Showcase/FancyPopup.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Showcase/FancyPopup.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Showcase/FancyToolTip.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Showcase/FancyToolTip.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Showcase/NotifyIconResources.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Showcase/ShowcaseWindow.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Showcase/ShowcaseWindow.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Showcase/WelcomeBalloon.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Showcase/WelcomeBalloon.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/01 - Declaration/NotifyIconResourceDictionary.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/02 - ToolTips/InlineToolTipWindow.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/02 - ToolTips/InlineToolTipWindow.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/02 - ToolTips/SimpleUserControl.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/02 - ToolTips/SimpleUserControl.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/02 - ToolTips/UserControlToolTipWindow.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/02 - ToolTips/UserControlToolTipWindow.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/04 - ContextMenus/InlineContextMenuWindow.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/04 - ContextMenus/InlineContextMenuWindow.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/05 - Balloons/BalloonSampleWindow.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/05 - Balloons/BalloonSampleWindow.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/06 - Commands/CommandWindow.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/06 - Commands/CommandWindow.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/06 - Commands/ShowMessageCommand.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/07 - Events/EventVisualizerWindow.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/07 - Events/EventVisualizerWindow.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/08 - DataBinding/DataBoundToolTipWindow.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/08 - DataBinding/DataBoundToolTipWindow.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/09 - MVVM/Clock.png (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/09 - MVVM/ClockPopup.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/09 - MVVM/ClockPopup.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/09 - MVVM/MvvmSampleViewModel.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/09 - MVVM/MvvmSampleWindow.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Sample Project/Tutorials/09 - MVVM/MvvmSampleWindow.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Windowless Sample/App.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Windowless Sample/App.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Windowless Sample/DelegateCommand.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Windowless Sample/MainWindow.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Windowless Sample/MainWindow.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Windowless Sample/NotifyIconResources.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Windowless Sample/NotifyIconViewModel.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Windowless Sample/Properties/AssemblyInfo.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Windowless Sample/Red.ico (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/Windowless Sample/Windowless Sample.csproj (69%) create mode 100644 src/Windowless Sample/Windowless Sample_2p2cnbpd_wpftmp.csproj rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/FancyPopup.xaml (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/FancyPopup.xaml.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/Form1.Designer.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/Form1.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/Form1.resx (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/Icon/Led.ico (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/Images/Preferences.png (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/Program.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/Properties/AssemblyInfo.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/Properties/Resources.Designer.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/Properties/Resources.resx (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/Properties/Settings.Designer.cs (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/Properties/Settings.settings (100%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/WindowsFormsSample/WindowsFormsSample.csproj (85%) rename {Hardcodet.NotifyIcon.Wpf/Source => src}/global.json (100%) create mode 100644 src/version.json diff --git a/Hardcodet.NotifyIcon.Wpf/NuGet/Hardcodet.NotifyIcon.Wpf.nuspec b/Hardcodet.NotifyIcon.Wpf/NuGet/Hardcodet.NotifyIcon.Wpf.nuspec deleted file mode 100644 index a2bf8ba..0000000 --- a/Hardcodet.NotifyIcon.Wpf/NuGet/Hardcodet.NotifyIcon.Wpf.nuspec +++ /dev/null @@ -1,42 +0,0 @@ - - - - Hardcodet.NotifyIcon.Wpf - 1.0.7 - Hardcodet WPF NotifyIcon - Philipp Sumi - Philipp Sumi - http://www.codeproject.com/info/cpol10.aspx - http://www.hardcodet.net/projects/wpf-notifyicon - false - This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. - -Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon - NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. - Bugfixes. Contains source and binaries for .NET 3.5 - 4.51. - Copyright (c) 2016 Philipp Sumi - - NotifyIcon WPF Tray Notify ToolTip Popup Balloon Toast - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hardcodet.NotifyIcon.Wpf/NuGet/Legacy Switch/Hardcodet.Wpf.TaskbarNotification.1.0.5.nuspec b/Hardcodet.NotifyIcon.Wpf/NuGet/Legacy Switch/Hardcodet.Wpf.TaskbarNotification.1.0.5.nuspec deleted file mode 100644 index 046317c..0000000 --- a/Hardcodet.NotifyIcon.Wpf/NuGet/Legacy Switch/Hardcodet.Wpf.TaskbarNotification.1.0.5.nuspec +++ /dev/null @@ -1,31 +0,0 @@ - - - - Hardcodet.Wpf.TaskbarNotification - 1.0.5 - Hardcodet.Wpf.TaskbarNotification - Philipp Sumi - Philipp Sumi - http://www.codeproject.com/info/cpol10.aspx - http://www.hardcodet.net/projects/wpf-notifyicon - false - THIS PACKAGE IS OBSOLETE. - -Please switch to the officially maintained NuGet package: Hardcodet.NotifyIcon.WPF - -This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. - -Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon - This package is obsolete. Please switch to the maintained NuGet package: Hardcodet.NotifyIcon.WPF - Mostly bug fixes and full x64 / Win 8 support. Contains source and binaries for .NET 3.5 - 4.51. - Copyright (c) 2013 Philipp Sumi - - NotifyIcon WPF Tray Notify ToolTip Popup Balloon Toast - - - - - - - - \ No newline at end of file diff --git a/Hardcodet.NotifyIcon.Wpf/NuGet/Legacy Switch/readme.from.legacy.package.txt b/Hardcodet.NotifyIcon.Wpf/NuGet/Legacy Switch/readme.from.legacy.package.txt deleted file mode 100644 index ac394ba..0000000 --- a/Hardcodet.NotifyIcon.Wpf/NuGet/Legacy Switch/readme.from.legacy.package.txt +++ /dev/null @@ -1,9 +0,0 @@ -Hardcodet NotifyIcon for WPF -**************************** - -THIS PACKAGE IS OBSOLETE. - -This package has a dependency to the official package in order to keep things working for you, but consider switching to the official NuGet package: Hardcodet.NotifyIcon.Wpf - -For direct NuGet links, source code or samples, please visit the project page: -http://www.hardcodet.net/projects/wpf-notifyicon \ No newline at end of file diff --git a/Hardcodet.NotifyIcon.Wpf/NuGet/readme.txt b/Hardcodet.NotifyIcon.Wpf/NuGet/readme.txt deleted file mode 100644 index eb3628f..0000000 --- a/Hardcodet.NotifyIcon.Wpf/NuGet/readme.txt +++ /dev/null @@ -1,7 +0,0 @@ -Hardcodet NotifyIcon for WPF -**************************** - -This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. - -This package contains only binaries. For source code and samples, please visit the project page: -http://www.hardcodet.net/projects/wpf-notifyicon \ No newline at end of file diff --git a/Hardcodet.NotifyIcon.Wpf/Source/BuildTargets.cmd b/Hardcodet.NotifyIcon.Wpf/Source/BuildTargets.cmd deleted file mode 100644 index 5640701..0000000 --- a/Hardcodet.NotifyIcon.Wpf/Source/BuildTargets.cmd +++ /dev/null @@ -1,9 +0,0 @@ -"C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe" NotifyIconWpf\NotifyIconWpf.csproj /p:Configuration=Release;TargetFrameworkVersion=v3.5;TargetFrameworkProfile="";OutputPath=..\..\Binaries\net35 /t:Rebuild -"C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe" NotifyIconWpf\NotifyIconWpf.csproj /p:Configuration=Release;TargetFrameworkVersion=v3.5;TargetFrameworkProfile="Client";OutputPath=..\..\Binaries\net35-client /t:Rebuild - -"C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe" NotifyIconWpf\NotifyIconWpf.csproj /p:Configuration=Release;TargetFrameworkVersion=v4.0;TargetFrameworkProfile="";OutputPath=..\..\Binaries\net40 /t:Rebuild -"C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe" NotifyIconWpf\NotifyIconWpf.csproj /p:Configuration=Release;TargetFrameworkVersion=v4.0;TargetFrameworkProfile="Client";OutputPath=..\..\Binaries\net40-client /t:Rebuild - -"C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe" NotifyIconWpf\NotifyIconWpf.csproj /p:Configuration=Release;TargetFrameworkVersion=v4.5;TargetFrameworkProfile="";OutputPath=..\..\Binaries\net45 /t:Rebuild - -"C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe" NotifyIconWpf\NotifyIconWpf.csproj /p:Configuration=Release;TargetFrameworkVersion=v4.5.1;TargetFrameworkProfile="";OutputPath=..\..\Binaries\net451 /t:Rebuild diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Cleanup_Solution_For_Deployment.bat b/Hardcodet.NotifyIcon.Wpf/Source/Cleanup_Solution_For_Deployment.bat deleted file mode 100644 index 01581a4..0000000 --- a/Hardcodet.NotifyIcon.Wpf/Source/Cleanup_Solution_For_Deployment.bat +++ /dev/null @@ -1,20 +0,0 @@ -del /s /ah /f *.suo -del /s /f *.user -del /s /f *.cache -del /s /f *.scc -del /s /f *.vssscc -del /s /f *.vspscc -del /s /f *.keep -del /s /ah /f vssver2.scc - -rd /s /q bin obj ClientBin _Resharper.* _Upgrade* - -del dirs.txt -dir /s /b /ad bin > dirs.txt -dir /s /b /ad obj >> dirs.txt -dir /s /b /ad ClientBin >> dirs.txt -dir /s /b /ad _Resharper.* >> dirs.txt -dir /s /b /ad _Upgrade* >> dirs.txt - -for /f "delims=;" %%i in (dirs.txt) DO rd /s /q "%%i" -del dirs.txt diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Directory.Build.props b/Hardcodet.NotifyIcon.Wpf/Source/Directory.Build.props deleted file mode 100644 index c73f9ce..0000000 --- a/Hardcodet.NotifyIcon.Wpf/Source/Directory.Build.props +++ /dev/null @@ -1,43 +0,0 @@ - - - - net40;net45;net452;net46;net462;net47;net472 - 7.3 - true - true - full - true - - $(MSBuildProjectName.Contains('Sample')) - - - - - - true - - - - - - - - - - true - - true - - true - - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - - - - - - - - \ No newline at end of file diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Changelog.txt b/src/Changelog.txt similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Changelog.txt rename to src/Changelog.txt diff --git a/src/Directory.Build.props b/src/Directory.Build.props new file mode 100644 index 0000000..be08a97 --- /dev/null +++ b/src/Directory.Build.props @@ -0,0 +1,73 @@ + + + 7.3 + true + true + true + true + $(MSBuildProjectName.Contains('Sample')) + Copyright (c) 2016 Philipp Sumi + hardcodet.net + Philipp Sumi + http://www.hardcodet.net/wp-content/themes/inove/favicon.ico + https://github.com/hardcodet/wpf-notifyicon + git + hhttp://www.hardcodet.net/projects/wpf-notifyicon + CPOL-1.02 + false + This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. + +Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon + NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. + + NotifyIcon WPF Tray Notify ToolTip Popup Balloon Toast + + + + DEBUG;TRACE + True + true + embedded + false + + + + true + embedded + True + + + + + + true + true + true + + + + + all + runtime; build; native; contentfiles; analyzers + + + + + + + + true + + true + + true + + + + + + + + + + \ No newline at end of file diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf.sln b/src/NotifyIconWpf.sln similarity index 98% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf.sln rename to src/NotifyIconWpf.sln index c28970d..ca00f14 100644 --- a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf.sln +++ b/src/NotifyIconWpf.sln @@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Changelog.txt = Changelog.txt Directory.Build.props = Directory.Build.props global.json = global.json + version.json = version.json EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotifyIconWpf", "NotifyIconWpf\NotifyIconWpf.csproj", "{7AC63864-7638-41C4-969C-D3197EF2BED9}" diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/BalloonIcon.cs b/src/NotifyIconWpf/BalloonIcon.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/BalloonIcon.cs rename to src/NotifyIconWpf/BalloonIcon.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Diagrams/TaskbarIcon Overview.cd b/src/NotifyIconWpf/Diagrams/TaskbarIcon Overview.cd similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Diagrams/TaskbarIcon Overview.cd rename to src/NotifyIconWpf/Diagrams/TaskbarIcon Overview.cd diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/AppBarInfo.cs b/src/NotifyIconWpf/Interop/AppBarInfo.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/AppBarInfo.cs rename to src/NotifyIconWpf/Interop/AppBarInfo.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/BalloonFlags.cs b/src/NotifyIconWpf/Interop/BalloonFlags.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/BalloonFlags.cs rename to src/NotifyIconWpf/Interop/BalloonFlags.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/IconDataMembers.cs b/src/NotifyIconWpf/Interop/IconDataMembers.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/IconDataMembers.cs rename to src/NotifyIconWpf/Interop/IconDataMembers.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/IconState.cs b/src/NotifyIconWpf/Interop/IconState.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/IconState.cs rename to src/NotifyIconWpf/Interop/IconState.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/MouseEvent.cs b/src/NotifyIconWpf/Interop/MouseEvent.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/MouseEvent.cs rename to src/NotifyIconWpf/Interop/MouseEvent.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/NotifyCommand.cs b/src/NotifyIconWpf/Interop/NotifyCommand.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/NotifyCommand.cs rename to src/NotifyIconWpf/Interop/NotifyCommand.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/NotifyIconData.cs b/src/NotifyIconWpf/Interop/NotifyIconData.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/NotifyIconData.cs rename to src/NotifyIconWpf/Interop/NotifyIconData.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/NotifyIconVersion.cs b/src/NotifyIconWpf/Interop/NotifyIconVersion.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/NotifyIconVersion.cs rename to src/NotifyIconWpf/Interop/NotifyIconVersion.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/Point.cs b/src/NotifyIconWpf/Interop/Point.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/Point.cs rename to src/NotifyIconWpf/Interop/Point.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/SystemInfo.cs b/src/NotifyIconWpf/Interop/SystemInfo.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/SystemInfo.cs rename to src/NotifyIconWpf/Interop/SystemInfo.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/TrayInfo.cs b/src/NotifyIconWpf/Interop/TrayInfo.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/TrayInfo.cs rename to src/NotifyIconWpf/Interop/TrayInfo.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/WinApi.cs b/src/NotifyIconWpf/Interop/WinApi.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/WinApi.cs rename to src/NotifyIconWpf/Interop/WinApi.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/WindowClass.cs b/src/NotifyIconWpf/Interop/WindowClass.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/WindowClass.cs rename to src/NotifyIconWpf/Interop/WindowClass.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/WindowMessageSink.cs b/src/NotifyIconWpf/Interop/WindowMessageSink.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/WindowMessageSink.cs rename to src/NotifyIconWpf/Interop/WindowMessageSink.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/WindowsMessages.cs b/src/NotifyIconWpf/Interop/WindowsMessages.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Interop/WindowsMessages.cs rename to src/NotifyIconWpf/Interop/WindowsMessages.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/NotifyIconWpf.csproj b/src/NotifyIconWpf/NotifyIconWpf.csproj similarity index 68% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/NotifyIconWpf.csproj rename to src/NotifyIconWpf/NotifyIconWpf.csproj index e4c620c..94c3f93 100644 --- a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/NotifyIconWpf.csproj +++ b/src/NotifyIconWpf/NotifyIconWpf.csproj @@ -1,16 +1,16 @@ - + Hardcodet.Wpf.TaskbarNotification Hardcodet.Wpf.TaskbarNotification NotifyIcon for WPF - hardcodet.net NotifyIcon WPF - NotifyIcon implementation for the WPF platform. - Copyright © Philipp Sumi 2013 - 1.0.8.0 - 1.0.8.0 - true + net45;net472;netcoreapp3.0 + + + + + diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/PopupActivationMode.cs b/src/NotifyIconWpf/PopupActivationMode.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/PopupActivationMode.cs rename to src/NotifyIconWpf/PopupActivationMode.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Properties/AssemblyInfo.cs b/src/NotifyIconWpf/Properties/AssemblyInfo.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Properties/AssemblyInfo.cs rename to src/NotifyIconWpf/Properties/AssemblyInfo.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/RoutedEventHelper.cs b/src/NotifyIconWpf/RoutedEventHelper.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/RoutedEventHelper.cs rename to src/NotifyIconWpf/RoutedEventHelper.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/TaskbarIcon.Declarations.cs b/src/NotifyIconWpf/TaskbarIcon.Declarations.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/TaskbarIcon.Declarations.cs rename to src/NotifyIconWpf/TaskbarIcon.Declarations.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/TaskbarIcon.cs b/src/NotifyIconWpf/TaskbarIcon.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/TaskbarIcon.cs rename to src/NotifyIconWpf/TaskbarIcon.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Util.cs b/src/NotifyIconWpf/Util.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/NotifyIconWpf/Util.cs rename to src/NotifyIconWpf/Util.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/App.xaml b/src/Sample Project/App.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/App.xaml rename to src/Sample Project/App.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/App.xaml.cs b/src/Sample Project/App.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/App.xaml.cs rename to src/Sample Project/App.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Commands/CloseWindowCommand.cs b/src/Sample Project/Commands/CloseWindowCommand.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Commands/CloseWindowCommand.cs rename to src/Sample Project/Commands/CloseWindowCommand.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Commands/CommandBase.cs b/src/Sample Project/Commands/CommandBase.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Commands/CommandBase.cs rename to src/Sample Project/Commands/CommandBase.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Commands/HideSampleWindowCommand.cs b/src/Sample Project/Commands/HideSampleWindowCommand.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Commands/HideSampleWindowCommand.cs rename to src/Sample Project/Commands/HideSampleWindowCommand.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Commands/ShowSampleWindowCommand.cs b/src/Sample Project/Commands/ShowSampleWindowCommand.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Commands/ShowSampleWindowCommand.cs rename to src/Sample Project/Commands/ShowSampleWindowCommand.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Icons/Bulb.ico b/src/Sample Project/Icons/Bulb.ico similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Icons/Bulb.ico rename to src/Sample Project/Icons/Bulb.ico diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Icons/Computers.ico b/src/Sample Project/Icons/Computers.ico similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Icons/Computers.ico rename to src/Sample Project/Icons/Computers.ico diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Icons/Error.ico b/src/Sample Project/Icons/Error.ico similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Icons/Error.ico rename to src/Sample Project/Icons/Error.ico diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Icons/Inactive.ico b/src/Sample Project/Icons/Inactive.ico similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Icons/Inactive.ico rename to src/Sample Project/Icons/Inactive.ico diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Icons/NetDrives.ico b/src/Sample Project/Icons/NetDrives.ico similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Icons/NetDrives.ico rename to src/Sample Project/Icons/NetDrives.ico diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Add.png b/src/Sample Project/Images/Add.png similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Add.png rename to src/Sample Project/Images/Add.png diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Close.png b/src/Sample Project/Images/Close.png similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Close.png rename to src/Sample Project/Images/Close.png diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Info.png b/src/Sample Project/Images/Info.png similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Info.png rename to src/Sample Project/Images/Info.png diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Logo.png b/src/Sample Project/Images/Logo.png similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Logo.png rename to src/Sample Project/Images/Logo.png diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Preferences.png b/src/Sample Project/Images/Preferences.png similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Preferences.png rename to src/Sample Project/Images/Preferences.png diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Remove.png b/src/Sample Project/Images/Remove.png similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Images/Remove.png rename to src/Sample Project/Images/Remove.png diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Main.xaml b/src/Sample Project/Main.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Main.xaml rename to src/Sample Project/Main.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Main.xaml.cs b/src/Sample Project/Main.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Main.xaml.cs rename to src/Sample Project/Main.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Properties/AssemblyInfo.cs b/src/Sample Project/Properties/AssemblyInfo.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Properties/AssemblyInfo.cs rename to src/Sample Project/Properties/AssemblyInfo.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Properties/Resources.Designer.cs b/src/Sample Project/Properties/Resources.Designer.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Properties/Resources.Designer.cs rename to src/Sample Project/Properties/Resources.Designer.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Properties/Resources.resx b/src/Sample Project/Properties/Resources.resx similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Properties/Resources.resx rename to src/Sample Project/Properties/Resources.resx diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Properties/Settings.Designer.cs b/src/Sample Project/Properties/Settings.Designer.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Properties/Settings.Designer.cs rename to src/Sample Project/Properties/Settings.Designer.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Properties/Settings.settings b/src/Sample Project/Properties/Settings.settings similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Properties/Settings.settings rename to src/Sample Project/Properties/Settings.settings diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Sample Project.csproj b/src/Sample Project/Sample Project.csproj similarity index 71% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Sample Project.csproj rename to src/Sample Project/Sample Project.csproj index e2b107b..31c9755 100644 --- a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Sample Project.csproj +++ b/src/Sample Project/Sample Project.csproj @@ -1,14 +1,19 @@ - + WinExe + net472 Samples Sample Project Sample Project - true + true + + + + diff --git a/src/Sample Project/Sample Project_fpsqmi4v_wpftmp.csproj b/src/Sample Project/Sample Project_fpsqmi4v_wpftmp.csproj new file mode 100644 index 0000000..1a84673 --- /dev/null +++ b/src/Sample Project/Sample Project_fpsqmi4v_wpftmp.csproj @@ -0,0 +1,65 @@ + + + WinExe + Samples + Sample Project + Sample Project + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyBalloon.xaml b/src/Sample Project/Showcase/FancyBalloon.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyBalloon.xaml rename to src/Sample Project/Showcase/FancyBalloon.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyBalloon.xaml.cs b/src/Sample Project/Showcase/FancyBalloon.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyBalloon.xaml.cs rename to src/Sample Project/Showcase/FancyBalloon.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyPopup.xaml b/src/Sample Project/Showcase/FancyPopup.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyPopup.xaml rename to src/Sample Project/Showcase/FancyPopup.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyPopup.xaml.cs b/src/Sample Project/Showcase/FancyPopup.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyPopup.xaml.cs rename to src/Sample Project/Showcase/FancyPopup.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyToolTip.xaml b/src/Sample Project/Showcase/FancyToolTip.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyToolTip.xaml rename to src/Sample Project/Showcase/FancyToolTip.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyToolTip.xaml.cs b/src/Sample Project/Showcase/FancyToolTip.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/FancyToolTip.xaml.cs rename to src/Sample Project/Showcase/FancyToolTip.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/NotifyIconResources.xaml b/src/Sample Project/Showcase/NotifyIconResources.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/NotifyIconResources.xaml rename to src/Sample Project/Showcase/NotifyIconResources.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/ShowcaseWindow.xaml b/src/Sample Project/Showcase/ShowcaseWindow.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/ShowcaseWindow.xaml rename to src/Sample Project/Showcase/ShowcaseWindow.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/ShowcaseWindow.xaml.cs b/src/Sample Project/Showcase/ShowcaseWindow.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/ShowcaseWindow.xaml.cs rename to src/Sample Project/Showcase/ShowcaseWindow.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/WelcomeBalloon.xaml b/src/Sample Project/Showcase/WelcomeBalloon.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/WelcomeBalloon.xaml rename to src/Sample Project/Showcase/WelcomeBalloon.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/WelcomeBalloon.xaml.cs b/src/Sample Project/Showcase/WelcomeBalloon.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Showcase/WelcomeBalloon.xaml.cs rename to src/Sample Project/Showcase/WelcomeBalloon.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/01 - Declaration/NotifyIconResourceDictionary.xaml b/src/Sample Project/Tutorials/01 - Declaration/NotifyIconResourceDictionary.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/01 - Declaration/NotifyIconResourceDictionary.xaml rename to src/Sample Project/Tutorials/01 - Declaration/NotifyIconResourceDictionary.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml b/src/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml rename to src/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml.cs b/src/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml.cs rename to src/Sample Project/Tutorials/01 - Declaration/SimpleWindowWithNotifyIcon.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/InlineToolTipWindow.xaml b/src/Sample Project/Tutorials/02 - ToolTips/InlineToolTipWindow.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/InlineToolTipWindow.xaml rename to src/Sample Project/Tutorials/02 - ToolTips/InlineToolTipWindow.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/InlineToolTipWindow.xaml.cs b/src/Sample Project/Tutorials/02 - ToolTips/InlineToolTipWindow.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/InlineToolTipWindow.xaml.cs rename to src/Sample Project/Tutorials/02 - ToolTips/InlineToolTipWindow.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/SimpleUserControl.xaml b/src/Sample Project/Tutorials/02 - ToolTips/SimpleUserControl.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/SimpleUserControl.xaml rename to src/Sample Project/Tutorials/02 - ToolTips/SimpleUserControl.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/SimpleUserControl.xaml.cs b/src/Sample Project/Tutorials/02 - ToolTips/SimpleUserControl.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/SimpleUserControl.xaml.cs rename to src/Sample Project/Tutorials/02 - ToolTips/SimpleUserControl.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/UserControlToolTipWindow.xaml b/src/Sample Project/Tutorials/02 - ToolTips/UserControlToolTipWindow.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/UserControlToolTipWindow.xaml rename to src/Sample Project/Tutorials/02 - ToolTips/UserControlToolTipWindow.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/UserControlToolTipWindow.xaml.cs b/src/Sample Project/Tutorials/02 - ToolTips/UserControlToolTipWindow.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/02 - ToolTips/UserControlToolTipWindow.xaml.cs rename to src/Sample Project/Tutorials/02 - ToolTips/UserControlToolTipWindow.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml b/src/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml rename to src/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml.cs b/src/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml.cs rename to src/Sample Project/Tutorials/03 - Popups/InlinePopupWindow.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/04 - ContextMenus/InlineContextMenuWindow.xaml b/src/Sample Project/Tutorials/04 - ContextMenus/InlineContextMenuWindow.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/04 - ContextMenus/InlineContextMenuWindow.xaml rename to src/Sample Project/Tutorials/04 - ContextMenus/InlineContextMenuWindow.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/04 - ContextMenus/InlineContextMenuWindow.xaml.cs b/src/Sample Project/Tutorials/04 - ContextMenus/InlineContextMenuWindow.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/04 - ContextMenus/InlineContextMenuWindow.xaml.cs rename to src/Sample Project/Tutorials/04 - ContextMenus/InlineContextMenuWindow.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/05 - Balloons/BalloonSampleWindow.xaml b/src/Sample Project/Tutorials/05 - Balloons/BalloonSampleWindow.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/05 - Balloons/BalloonSampleWindow.xaml rename to src/Sample Project/Tutorials/05 - Balloons/BalloonSampleWindow.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/05 - Balloons/BalloonSampleWindow.xaml.cs b/src/Sample Project/Tutorials/05 - Balloons/BalloonSampleWindow.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/05 - Balloons/BalloonSampleWindow.xaml.cs rename to src/Sample Project/Tutorials/05 - Balloons/BalloonSampleWindow.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/06 - Commands/CommandWindow.xaml b/src/Sample Project/Tutorials/06 - Commands/CommandWindow.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/06 - Commands/CommandWindow.xaml rename to src/Sample Project/Tutorials/06 - Commands/CommandWindow.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/06 - Commands/CommandWindow.xaml.cs b/src/Sample Project/Tutorials/06 - Commands/CommandWindow.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/06 - Commands/CommandWindow.xaml.cs rename to src/Sample Project/Tutorials/06 - Commands/CommandWindow.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/06 - Commands/ShowMessageCommand.cs b/src/Sample Project/Tutorials/06 - Commands/ShowMessageCommand.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/06 - Commands/ShowMessageCommand.cs rename to src/Sample Project/Tutorials/06 - Commands/ShowMessageCommand.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/07 - Events/EventVisualizerWindow.xaml b/src/Sample Project/Tutorials/07 - Events/EventVisualizerWindow.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/07 - Events/EventVisualizerWindow.xaml rename to src/Sample Project/Tutorials/07 - Events/EventVisualizerWindow.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/07 - Events/EventVisualizerWindow.xaml.cs b/src/Sample Project/Tutorials/07 - Events/EventVisualizerWindow.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/07 - Events/EventVisualizerWindow.xaml.cs rename to src/Sample Project/Tutorials/07 - Events/EventVisualizerWindow.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/08 - DataBinding/DataBoundToolTipWindow.xaml b/src/Sample Project/Tutorials/08 - DataBinding/DataBoundToolTipWindow.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/08 - DataBinding/DataBoundToolTipWindow.xaml rename to src/Sample Project/Tutorials/08 - DataBinding/DataBoundToolTipWindow.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/08 - DataBinding/DataBoundToolTipWindow.xaml.cs b/src/Sample Project/Tutorials/08 - DataBinding/DataBoundToolTipWindow.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/08 - DataBinding/DataBoundToolTipWindow.xaml.cs rename to src/Sample Project/Tutorials/08 - DataBinding/DataBoundToolTipWindow.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/Clock.png b/src/Sample Project/Tutorials/09 - MVVM/Clock.png similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/Clock.png rename to src/Sample Project/Tutorials/09 - MVVM/Clock.png diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/ClockPopup.xaml b/src/Sample Project/Tutorials/09 - MVVM/ClockPopup.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/ClockPopup.xaml rename to src/Sample Project/Tutorials/09 - MVVM/ClockPopup.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/ClockPopup.xaml.cs b/src/Sample Project/Tutorials/09 - MVVM/ClockPopup.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/ClockPopup.xaml.cs rename to src/Sample Project/Tutorials/09 - MVVM/ClockPopup.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/MvvmSampleViewModel.cs b/src/Sample Project/Tutorials/09 - MVVM/MvvmSampleViewModel.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/MvvmSampleViewModel.cs rename to src/Sample Project/Tutorials/09 - MVVM/MvvmSampleViewModel.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/MvvmSampleWindow.xaml b/src/Sample Project/Tutorials/09 - MVVM/MvvmSampleWindow.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/MvvmSampleWindow.xaml rename to src/Sample Project/Tutorials/09 - MVVM/MvvmSampleWindow.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/MvvmSampleWindow.xaml.cs b/src/Sample Project/Tutorials/09 - MVVM/MvvmSampleWindow.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Sample Project/Tutorials/09 - MVVM/MvvmSampleWindow.xaml.cs rename to src/Sample Project/Tutorials/09 - MVVM/MvvmSampleWindow.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/App.xaml b/src/Windowless Sample/App.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/App.xaml rename to src/Windowless Sample/App.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/App.xaml.cs b/src/Windowless Sample/App.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/App.xaml.cs rename to src/Windowless Sample/App.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/DelegateCommand.cs b/src/Windowless Sample/DelegateCommand.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/DelegateCommand.cs rename to src/Windowless Sample/DelegateCommand.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/MainWindow.xaml b/src/Windowless Sample/MainWindow.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/MainWindow.xaml rename to src/Windowless Sample/MainWindow.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/MainWindow.xaml.cs b/src/Windowless Sample/MainWindow.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/MainWindow.xaml.cs rename to src/Windowless Sample/MainWindow.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/NotifyIconResources.xaml b/src/Windowless Sample/NotifyIconResources.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/NotifyIconResources.xaml rename to src/Windowless Sample/NotifyIconResources.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/NotifyIconViewModel.cs b/src/Windowless Sample/NotifyIconViewModel.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/NotifyIconViewModel.cs rename to src/Windowless Sample/NotifyIconViewModel.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/Properties/AssemblyInfo.cs b/src/Windowless Sample/Properties/AssemblyInfo.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/Properties/AssemblyInfo.cs rename to src/Windowless Sample/Properties/AssemblyInfo.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/Red.ico b/src/Windowless Sample/Red.ico similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/Red.ico rename to src/Windowless Sample/Red.ico diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/Windowless Sample.csproj b/src/Windowless Sample/Windowless Sample.csproj similarity index 69% rename from Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/Windowless Sample.csproj rename to src/Windowless Sample/Windowless Sample.csproj index 31a18f4..a4285cf 100644 --- a/Hardcodet.NotifyIcon.Wpf/Source/Windowless Sample/Windowless Sample.csproj +++ b/src/Windowless Sample/Windowless Sample.csproj @@ -1,14 +1,19 @@ - + WinExe + net45;net472;netcoreapp3.0 Windowless_Sample Windowless Sample Windowless Sample - true + true + + + + diff --git a/src/Windowless Sample/Windowless Sample_2p2cnbpd_wpftmp.csproj b/src/Windowless Sample/Windowless Sample_2p2cnbpd_wpftmp.csproj new file mode 100644 index 0000000..b3d4fdd --- /dev/null +++ b/src/Windowless Sample/Windowless Sample_2p2cnbpd_wpftmp.csproj @@ -0,0 +1,48 @@ + + + WinExe + Windowless_Sample + Windowless Sample + Windowless Sample + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/FancyPopup.xaml b/src/WindowsFormsSample/FancyPopup.xaml similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/FancyPopup.xaml rename to src/WindowsFormsSample/FancyPopup.xaml diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/FancyPopup.xaml.cs b/src/WindowsFormsSample/FancyPopup.xaml.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/FancyPopup.xaml.cs rename to src/WindowsFormsSample/FancyPopup.xaml.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Form1.Designer.cs b/src/WindowsFormsSample/Form1.Designer.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Form1.Designer.cs rename to src/WindowsFormsSample/Form1.Designer.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Form1.cs b/src/WindowsFormsSample/Form1.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Form1.cs rename to src/WindowsFormsSample/Form1.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Form1.resx b/src/WindowsFormsSample/Form1.resx similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Form1.resx rename to src/WindowsFormsSample/Form1.resx diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Icon/Led.ico b/src/WindowsFormsSample/Icon/Led.ico similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Icon/Led.ico rename to src/WindowsFormsSample/Icon/Led.ico diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Images/Preferences.png b/src/WindowsFormsSample/Images/Preferences.png similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Images/Preferences.png rename to src/WindowsFormsSample/Images/Preferences.png diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Program.cs b/src/WindowsFormsSample/Program.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Program.cs rename to src/WindowsFormsSample/Program.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Properties/AssemblyInfo.cs b/src/WindowsFormsSample/Properties/AssemblyInfo.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Properties/AssemblyInfo.cs rename to src/WindowsFormsSample/Properties/AssemblyInfo.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Properties/Resources.Designer.cs b/src/WindowsFormsSample/Properties/Resources.Designer.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Properties/Resources.Designer.cs rename to src/WindowsFormsSample/Properties/Resources.Designer.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Properties/Resources.resx b/src/WindowsFormsSample/Properties/Resources.resx similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Properties/Resources.resx rename to src/WindowsFormsSample/Properties/Resources.resx diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Properties/Settings.Designer.cs b/src/WindowsFormsSample/Properties/Settings.Designer.cs similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Properties/Settings.Designer.cs rename to src/WindowsFormsSample/Properties/Settings.Designer.cs diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Properties/Settings.settings b/src/WindowsFormsSample/Properties/Settings.settings similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/Properties/Settings.settings rename to src/WindowsFormsSample/Properties/Settings.settings diff --git a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/WindowsFormsSample.csproj b/src/WindowsFormsSample/WindowsFormsSample.csproj similarity index 85% rename from Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/WindowsFormsSample.csproj rename to src/WindowsFormsSample/WindowsFormsSample.csproj index d06f196..132d8f5 100644 --- a/Hardcodet.NotifyIcon.Wpf/Source/WindowsFormsSample/WindowsFormsSample.csproj +++ b/src/WindowsFormsSample/WindowsFormsSample.csproj @@ -1,13 +1,18 @@ - + WinExe + net472 WindowsFormsSample.Program WindowsFormsSample WindowsFormsSample + true + + + @@ -45,7 +50,6 @@ - diff --git a/Hardcodet.NotifyIcon.Wpf/Source/global.json b/src/global.json similarity index 100% rename from Hardcodet.NotifyIcon.Wpf/Source/global.json rename to src/global.json diff --git a/src/version.json b/src/version.json new file mode 100644 index 0000000..ff6323e --- /dev/null +++ b/src/version.json @@ -0,0 +1,21 @@ +{ + "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", + "version": "1.0.9", + "publicReleaseRefSpec": [ + ".*/master$" // we release out of master + ], + "nugetPackageVersion": { + "semVer": 2 // optional. Set to either 1 or 2 to control how the NuGet package version string is generated. Default is 1. + }, + "cloudBuild": { + "setVersionVariables": true, + "buildNumber": { + "enabled": true, + "includeCommitId": { + "when": "nonPublicReleaseOnly", + "where": "buildMetadata" + } + } + }, + "inherit": false +} \ No newline at end of file