Skip to content

Commit

Permalink
Add the DLL icon for TermsrvPatcher.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
geissbuehler committed Nov 18, 2020
1 parent 4b78262 commit d07a2ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TermsrvPatcher/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="0*"/>
Expand Down
7 changes: 7 additions & 0 deletions TermsrvPatcher/TermsrvPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>dll.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -115,6 +118,10 @@
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<Resource Include="dll.ico" />
<Content Include="termmgr.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /d /y /e "$(ProjectDir)External\NSudoDevilMode\*" "$(TargetDir)NSudoDevilMode\"
Expand Down
Binary file added TermsrvPatcher/dll.ico
Binary file not shown.

0 comments on commit d07a2ab

Please sign in to comment.