mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
Color picker netcore 31 (#8417)
* Converted to SDK Style project and upgraded to .NET Core 3.1 * Cleaned up formatting * Swapped System.Windows.Interactivity.Wpf for Microsoft.Xaml.Behaviors.Wpf * More replacements to Xaml Behaviors * No need for App.config * Profile file cleanup. Added System.Drawing.Common package * Moved entry point to a new Program.cs * Set StartupObject to ColorPicker.Program * Renamed assembly to ColorPickerUI to resolve conflict with module * Added proper output path * Updated list of files needed for installer * Added InvariantCulture string comparion for ColorToHex. Updated pipeline.user.windows.yml
This commit is contained in:
@@ -64,7 +64,8 @@ build:
|
||||
include:
|
||||
- 'action_runner.exe'
|
||||
- 'modules\ColorPicker\ColorPicker.dll'
|
||||
- 'modules\ColorPicker\ColorPicker.exe'
|
||||
- 'modules\ColorPicker\ColorPickerUI.dll'
|
||||
- 'modules\ColorPicker\ColorPickerUI.exe'
|
||||
- 'modules\ColorPicker\ManagedCommon.dll'
|
||||
- 'modules\ColorPicker\Microsoft.PowerToys.Settings.UI.Lib.dll'
|
||||
- 'modules\ColorPicker\PowerToysInterop.dll'
|
||||
|
||||
Reference in New Issue
Block a user