This commit is contained in:
2021-12-04 15:30:03 +01:00
parent 52b7e10da1
commit 86bc48d647
2 changed files with 9 additions and 0 deletions

View File

@@ -4,8 +4,17 @@
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net48</TargetFramework> <TargetFramework>net48</TargetFramework>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<None Remove="icon.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ExeLauncher\ExeLauncher.csproj" /> <ProjectReference Include="..\ExeLauncher\ExeLauncher.csproj" />
</ItemGroup> </ItemGroup>

BIN
ExeLauncher.GUI/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB