diff --git a/Source/Hangover/Hangover.csproj b/Source/Hangover/Hangover.csproj index f0f94038..6e87340d 100644 --- a/Source/Hangover/Hangover.csproj +++ b/Source/Hangover/Hangover.csproj @@ -6,6 +6,7 @@ true hangover.ico enable + true true win-x64 false @@ -54,4 +55,11 @@ + + + + + + + \ No newline at end of file diff --git a/Source/LibationAvalonia/AvaloniaThreadUtils.cs b/Source/LibationAvalonia/AvaloniaThreadUtils.cs deleted file mode 100644 index 6f9b5452..00000000 --- a/Source/LibationAvalonia/AvaloniaThreadUtils.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; -using System.Threading; -using System.Threading.Tasks; - -namespace Avalonia.Threading -{ - internal static class AvaloniaThreadUtils - { - } -} diff --git a/Source/LibationAvalonia/AvaloniaUtils.cs b/Source/LibationAvalonia/AvaloniaUtils.cs index 914273f0..3baee64e 100644 --- a/Source/LibationAvalonia/AvaloniaUtils.cs +++ b/Source/LibationAvalonia/AvaloniaUtils.cs @@ -16,6 +16,5 @@ namespace LibationAvalonia return brush; return defaultBrush; } - } } diff --git a/Source/LibationAvalonia/LibationAvalonia.csproj b/Source/LibationAvalonia/LibationAvalonia.csproj index 73dd4007..7546869a 100644 --- a/Source/LibationAvalonia/LibationAvalonia.csproj +++ b/Source/LibationAvalonia/LibationAvalonia.csproj @@ -10,6 +10,8 @@ libation.ico Libation + true + true false false @@ -142,4 +144,12 @@ + + + + + + + + \ No newline at end of file diff --git a/Source/LibationCli/LibationCli.csproj b/Source/LibationCli/LibationCli.csproj index 25cad950..ef5b0954 100644 --- a/Source/LibationCli/LibationCli.csproj +++ b/Source/LibationCli/LibationCli.csproj @@ -1,26 +1,26 @@  - - Exe - net6.0 - true - false - false - True - + + Exe + net6.0 + true + false + false + True + - - - en;es - + en;es + - - - ..\bin\Debug - embedded - + --> + + ..\bin\Debug + embedded + - - ..\bin\Release - embedded - + + ..\bin\Release + embedded + - - - + + + - - - - - + + + + + + + + + + + + diff --git a/Source/LibationWinForms/LibationWinForms.csproj b/Source/LibationWinForms/LibationWinForms.csproj index dcd48471..bfbcf0da 100644 --- a/Source/LibationWinForms/LibationWinForms.csproj +++ b/Source/LibationWinForms/LibationWinForms.csproj @@ -1,91 +1,99 @@  - - WinExe - net6.0-windows - true - libation.ico - Libation - - true - win-x64 - false - false - + + WinExe + net6.0-windows + true + libation.ico + Libation - - + true + win-x64 + false + false + + true + + - - - en;es - + en;es + - - ..\bin\Debug - embedded - + + ..\bin\Debug + embedded + - - ..\bin\Release - embedded - - - - - - + + ..\bin\Release + embedded + - - - - + + + - - - - - - - - Form1.cs - - - - - - SettingsDialog.cs - - - - - Form1.cs - - + + + + + + + + + + + + Form1.cs - - - True - True - Resources.resx - - + + + SettingsDialog.cs + + + + + Form1.cs + + + + + Form1.cs + + - - - ResXFileCodeGenerator - Resources.Designer.cs - - + + + True + True + Resources.resx + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + + + + + \ No newline at end of file