diff --git a/TermsrvPatcher/MainWindow.xaml b/TermsrvPatcher/MainWindow.xaml index e3807b4..a3fa432 100644 --- a/TermsrvPatcher/MainWindow.xaml +++ b/TermsrvPatcher/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:TermsrvPatcher" mc:Ignorable="d" - Title="Remote Desktop Patcher [TermsrvPatcher]" Height="400" Width="550" MinWidth="550" MinHeight="400"> + Title="Remote Desktop Patcher [TermsrvPatcher]" Height="400" Width="550" MinWidth="550" MinHeight="400" Icon="dll.ico"> diff --git a/TermsrvPatcher/TermsrvPatcher.csproj b/TermsrvPatcher/TermsrvPatcher.csproj index 11c7855..8a75d22 100644 --- a/TermsrvPatcher/TermsrvPatcher.csproj +++ b/TermsrvPatcher/TermsrvPatcher.csproj @@ -39,6 +39,9 @@ app.manifest + + dll.ico + @@ -115,6 +118,10 @@ True + + + + xcopy /d /y /e "$(ProjectDir)External\NSudoDevilMode\*" "$(TargetDir)NSudoDevilMode\" diff --git a/TermsrvPatcher/dll.ico b/TermsrvPatcher/dll.ico new file mode 100644 index 0000000..4722de4 Binary files /dev/null and b/TermsrvPatcher/dll.ico differ