Skip to content

Commit

Permalink
Build system changed and Costura added. Project ready for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
drunot committed Sep 2, 2022
1 parent bd84b27 commit a6c006a
Show file tree
Hide file tree
Showing 22 changed files with 621 additions and 406 deletions.
20 changes: 10 additions & 10 deletions BetterAW/BetterAW.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,22 @@
</None>
</ItemGroup>
<ItemGroup>
<Resource Include="Images\PWAbove.xaml">
<Page Include="Images\PWAbove.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Resource>
<Resource Include="Images\PWBellow.xaml">
</Page>
<Page Include="Images\PWBellow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Resource>
<Resource Include="Images\PWFAbove.xaml">
</Page>
<Page Include="Images\PWFAbove.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Resource>
<Resource Include="Images\PWFBellow.xaml">
</Page>
<Page Include="Images\PWFBellow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Resource>
</Page>
<Page Include="KeyboardShortcuts.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand All @@ -134,10 +134,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Resource Include="Images\Settings.xaml">
<Page Include="Images\Settings.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Resource>
</Page>
<Page Include="Images\Keyboard.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
47 changes: 26 additions & 21 deletions BetterAW/Images/Keyboard.xaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--This file is NOT compatible with Silverlight-->
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Stretch="Uniform">
<Canvas Name="Layer_1" Canvas.Left="0" Canvas.Top="0" Width="190" Height="190">
<Canvas.RenderTransform>
<TranslateTransform X="0" Y="0"/>
</Canvas.RenderTransform>
<Canvas.Resources/>
<!--Unknown tag: sodipodi:namedview-->
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path11" Fill="#4b4b4b">
<Path.Data>
<PathGeometry Figures="M154 190H36c-8.8 0-17.1-3.8-22.8-10.5C7.5 172.8 5 164 6.3 155.4c2.7-17.3 4.2-38 4.2-59.9 c0-22.3-1.5-43.4-4.3-60.8C4.8 26 7.3 17.3 12.9 10.6C18.7 3.9 27 0 35.8 0h118.4c8.8 0 17.2 3.9 22.9 10.6 c5.7 6.7 8.2 15.5 6.8 24.1c-2.8 17.5-4.3 38.5-4.3 60.8c0 21.9 1.4 42.6 4.2 59.9c1.4 8.6-1.1 17.4-6.8 24.1 C171.1 186.2 162.8 190 154 190z M35.8 20c-2.9 0-5.7 1.3-7.6 3.5c-1.9 2.2-2.7 5.1-2.2 8c3 18.5 4.6 40.6 4.6 64 c0 22.9-1.5 44.7-4.4 63c-0.5 2.9 0.3 5.7 2.3 7.9c1.9 2.2 4.7 3.5 7.6 3.5h118c2.9 0 5.7-1.3 7.6-3.5c1.9-2.2 2.7-5.1 2.3-7.9 c-2.9-18.3-4.4-40.1-4.4-63c0-23.4 1.6-45.5 4.6-64c0.5-2.9-0.3-5.7-2.2-8c-1.9-2.2-4.7-3.5-7.6-3.5H35.8z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Canvas Name="g15">
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path13" Fill="#4b4b4b">
<Path.Data>
<PathGeometry Figures="M61.4 136.9c-2.7 0-4.6-0.9-5.8-2.8s-1.1-4.1 0.1-6.7l30.6-67.9c1-2.2 2.2-3.8 3.7-4.8c1.4-1 3.1-1.5 4.9-1.5 c1.8 0 3.4 0.5 4.8 1.5c1.4 1 2.7 2.6 3.7 4.8l30.8 67.9c1.2 2.7 1.3 5 0.2 6.8c-1.1 1.8-2.9 2.7-5.6 2.7c-2.2 0-3.9-0.5-5.1-1.6 c-1.2-1-2.3-2.7-3.2-4.8l-5.8-13.5H74.9l-5.7 13.5c-1 2.2-2.1 3.9-3.1 4.9C65 136.3 63.4 136.9 61.4 136.9z M94.8 70.2L80 105.2 h29.7L95 70.2H94.8z" FillRule="NonZero"/>
</Path.Data>
</Path>
</Canvas>
</Canvas>
</Viewbox>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:BetterAW"
xmlns:i="clr-namespace:Microsoft.Xaml.Behaviors;assembly=Microsoft.Xaml.Behaviors">
<Viewbox x:Key="ImageKeyboard" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Stretch="Uniform">
<Canvas Canvas.Left="0" Canvas.Top="0" Width="190" Height="190" Margin="30">
<Canvas.RenderTransform>
<TranslateTransform X="0" Y="0"/>
</Canvas.RenderTransform>
<Canvas.Resources/>
<!--Unknown tag: sodipodi:namedview-->
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#4b4b4b">
<Path.Data>
<PathGeometry Figures="M154 190H36c-8.8 0-17.1-3.8-22.8-10.5C7.5 172.8 5 164 6.3 155.4c2.7-17.3 4.2-38 4.2-59.9 c0-22.3-1.5-43.4-4.3-60.8C4.8 26 7.3 17.3 12.9 10.6C18.7 3.9 27 0 35.8 0h118.4c8.8 0 17.2 3.9 22.9 10.6 c5.7 6.7 8.2 15.5 6.8 24.1c-2.8 17.5-4.3 38.5-4.3 60.8c0 21.9 1.4 42.6 4.2 59.9c1.4 8.6-1.1 17.4-6.8 24.1 C171.1 186.2 162.8 190 154 190z M35.8 20c-2.9 0-5.7 1.3-7.6 3.5c-1.9 2.2-2.7 5.1-2.2 8c3 18.5 4.6 40.6 4.6 64 c0 22.9-1.5 44.7-4.4 63c-0.5 2.9 0.3 5.7 2.3 7.9c1.9 2.2 4.7 3.5 7.6 3.5h118c2.9 0 5.7-1.3 7.6-3.5c1.9-2.2 2.7-5.1 2.3-7.9 c-2.9-18.3-4.4-40.1-4.4-63c0-23.4 1.6-45.5 4.6-64c0.5-2.9-0.3-5.7-2.2-8c-1.9-2.2-4.7-3.5-7.6-3.5H35.8z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Canvas >
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#4b4b4b">
<Path.Data>
<PathGeometry Figures="M61.4 136.9c-2.7 0-4.6-0.9-5.8-2.8s-1.1-4.1 0.1-6.7l30.6-67.9c1-2.2 2.2-3.8 3.7-4.8c1.4-1 3.1-1.5 4.9-1.5 c1.8 0 3.4 0.5 4.8 1.5c1.4 1 2.7 2.6 3.7 4.8l30.8 67.9c1.2 2.7 1.3 5 0.2 6.8c-1.1 1.8-2.9 2.7-5.6 2.7c-2.2 0-3.9-0.5-5.1-1.6 c-1.2-1-2.3-2.7-3.2-4.8l-5.8-13.5H74.9l-5.7 13.5c-1 2.2-2.1 3.9-3.1 4.9C65 136.3 63.4 136.9 61.4 136.9z M94.8 70.2L80 105.2 h29.7L95 70.2H94.8z" FillRule="NonZero"/>
</Path.Data>
</Path>
</Canvas>
</Canvas>
</Viewbox>
</ResourceDictionary>
91 changes: 48 additions & 43 deletions BetterAW/Images/PWAbove.xaml
Original file line number Diff line number Diff line change
@@ -1,45 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--This file is NOT compatible with Silverlight-->
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Stretch="Uniform">
<Canvas Name="PWAbove" Canvas.Left="0" Canvas.Top="0" Width="25" Height="21">
<Canvas.RenderTransform>
<TranslateTransform X="0" Y="0"/>
</Canvas.RenderTransform>
<Canvas.Resources/>
<!--Unknown tag: sodipodi:namedview-->
<Canvas Name="g167">
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path151" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M24 13h-4c-0.6 0-1-0.4-1-1V9c0-0.6 0.4-1 1-1h4c0.6 0 1 0.4 1 1v3C25 12.6 24.6 13 24 13z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path153" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M24 5H7C6.4 5 6 4.6 6 4V1c0-0.6 0.4-1 1-1h17c0.6 0 1 0.4 1 1v3C25 4.6 24.6 5 24 5z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path155" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M3 5H1C0.4 5 0 4.6 0 4V1c0-0.6 0.4-1 1-1h2c0.6 0 1 0.4 1 1v3C4 4.6 3.6 5 3 5z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path157" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M16 13H1c-0.6 0-1-0.4-1-1V9c0-0.6 0.4-1 1-1h15c0.6 0 1 0.4 1 1v3C17 12.6 16.6 13 16 13z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path159" Fill="#2094e0">
<Path.Data>
<PathGeometry Figures="M17 13H7c-0.6 0-1-0.4-1-1V1c0-0.6 0.4-1 1-1h10c0.6 0 1 0.4 1 1v11C18 12.6 17.6 13 17 13z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path161" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M9 21H1c-0.6 0-1-0.4-1-1v-3c0-0.6 0.4-1 1-1h8c0.6 0 1 0.4 1 1v3C10 20.6 9.6 21 9 21z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Polygon xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Points="12,15 10,13 14,13 " Name="polygon163" FillRule="NonZero" Fill="#2094e0"/>
<Rectangle xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Canvas.Left="11" Canvas.Top="16" Width="1" Height="5" Name="rect165" Fill="#2094e0"/>
</Canvas>
</Canvas>
</Viewbox>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:BetterAW"
xmlns:i="clr-namespace:Microsoft.Xaml.Behaviors;assembly=Microsoft.Xaml.Behaviors">
<Viewbox x:Key="ImagePWAbove" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Stretch="Uniform">
<Canvas Canvas.Left="0" Canvas.Top="0" Width="25" Height="21">
<Canvas.RenderTransform>
<TranslateTransform X="0" Y="0"/>
</Canvas.RenderTransform>
<Canvas.Resources/>
<!--Unknown tag: sodipodi:namedview-->
<Canvas >
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M24 13h-4c-0.6 0-1-0.4-1-1V9c0-0.6 0.4-1 1-1h4c0.6 0 1 0.4 1 1v3C25 12.6 24.6 13 24 13z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M24 5H7C6.4 5 6 4.6 6 4V1c0-0.6 0.4-1 1-1h17c0.6 0 1 0.4 1 1v3C25 4.6 24.6 5 24 5z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M3 5H1C0.4 5 0 4.6 0 4V1c0-0.6 0.4-1 1-1h2c0.6 0 1 0.4 1 1v3C4 4.6 3.6 5 3 5z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M16 13H1c-0.6 0-1-0.4-1-1V9c0-0.6 0.4-1 1-1h15c0.6 0 1 0.4 1 1v3C17 12.6 16.6 13 16 13z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#2094e0">
<Path.Data>
<PathGeometry Figures="M17 13H7c-0.6 0-1-0.4-1-1V1c0-0.6 0.4-1 1-1h10c0.6 0 1 0.4 1 1v11C18 12.6 17.6 13 17 13z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M9 21H1c-0.6 0-1-0.4-1-1v-3c0-0.6 0.4-1 1-1h8c0.6 0 1 0.4 1 1v3C10 20.6 9.6 21 9 21z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Polygon xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Points="12,15 10,13 14,13 " FillRule="NonZero" Fill="#2094e0"/>
<Rectangle xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Canvas.Left="11" Canvas.Top="16" Width="1" Height="5" Fill="#2094e0"/>
</Canvas>
</Canvas>
</Viewbox>
</ResourceDictionary>
91 changes: 48 additions & 43 deletions BetterAW/Images/PWBellow.xaml
Original file line number Diff line number Diff line change
@@ -1,45 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--This file is NOT compatible with Silverlight-->
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Stretch="Uniform">
<Canvas Name="PWBellow" Canvas.Left="0" Canvas.Top="0" Width="25" Height="21">
<Canvas.RenderTransform>
<TranslateTransform X="0" Y="0"/>
</Canvas.RenderTransform>
<Canvas.Resources/>
<!--Unknown tag: sodipodi:namedview-->
<Canvas Name="g230">
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path214" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M1 8h16c0.6 0 1 0.4 1 1v3c0 0.6-0.4 1-1 1H1c-0.6 0-1-0.4-1-1V9C0 8.5 0.5 8 1 8z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path216" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M1 16h3c0.6 0 1 0.4 1 1v3c0 0.6-0.4 1-1 1H1c-0.6 0-1-0.4-1-1v-3C0 16.5 0.5 16 1 16z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path218" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M8 16h16c0.6 0 1 0.4 1 1v3c0 0.6-0.4 1-1 1H8c-0.6 0-1-0.4-1-1v-3C7 16.5 7.4 16 8 16z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path220" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M21 8h3c0.6 0 1 0.4 1 1v3c0 0.6-0.4 1-1 1h-3c-0.6 0-1-0.4-1-1V9C20 8.5 20.4 8 21 8z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path222" Fill="#2094e0">
<Path.Data>
<PathGeometry Figures="M8 8h10c0.6 0 1 0.4 1 1v11c0 0.6-0.4 1-1 1H8c-0.6 0-1-0.4-1-1V9C7 8.5 7.5 8 8 8z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path224" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M1 0h9c0.6 0 1 0.4 1 1v3c0 0.6-0.4 1-1 1H1C0.4 5 0 4.6 0 4V1C0 0.4 0.4 0 1 0z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Polygon xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Points="13,6 15,8 11,8 " Name="polygon226" FillRule="NonZero" Fill="#2094e0"/>
<Rectangle xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Canvas.Left="12" Width="1" Height="5" Name="rect228" Fill="#2094e0"/>
</Canvas>
</Canvas>
</Viewbox>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:BetterAW"
xmlns:i="clr-namespace:Microsoft.Xaml.Behaviors;assembly=Microsoft.Xaml.Behaviors">
<Viewbox x:Key="ImagePWBellow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Stretch="Uniform">
<Canvas Canvas.Left="0" Canvas.Top="0" Width="25" Height="21">
<Canvas.RenderTransform>
<TranslateTransform X="0" Y="0"/>
</Canvas.RenderTransform>
<Canvas.Resources/>
<!--Unknown tag: sodipodi:namedview-->
<Canvas>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M1 8h16c0.6 0 1 0.4 1 1v3c0 0.6-0.4 1-1 1H1c-0.6 0-1-0.4-1-1V9C0 8.5 0.5 8 1 8z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M1 16h3c0.6 0 1 0.4 1 1v3c0 0.6-0.4 1-1 1H1c-0.6 0-1-0.4-1-1v-3C0 16.5 0.5 16 1 16z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M8 16h16c0.6 0 1 0.4 1 1v3c0 0.6-0.4 1-1 1H8c-0.6 0-1-0.4-1-1v-3C7 16.5 7.4 16 8 16z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M21 8h3c0.6 0 1 0.4 1 1v3c0 0.6-0.4 1-1 1h-3c-0.6 0-1-0.4-1-1V9C20 8.5 20.4 8 21 8z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#2094e0">
<Path.Data>
<PathGeometry Figures="M8 8h10c0.6 0 1 0.4 1 1v11c0 0.6-0.4 1-1 1H8c-0.6 0-1-0.4-1-1V9C7 8.5 7.5 8 8 8z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Fill="#c9c9c9">
<Path.Data>
<PathGeometry Figures="M1 0h9c0.6 0 1 0.4 1 1v3c0 0.6-0.4 1-1 1H1C0.4 5 0 4.6 0 4V1C0 0.4 0.4 0 1 0z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Polygon xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Points="13,6 15,8 11,8 " FillRule="NonZero" Fill="#2094e0"/>
<Rectangle xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Canvas.Left="12" Width="1" Height="5" Fill="#2094e0"/>
</Canvas>
</Canvas>
</Viewbox>
</ResourceDictionary>
Loading

0 comments on commit a6c006a

Please sign in to comment.