mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-04-05 08:59:06 +03:00
Add icon for launcher.
This commit is contained in:
parent
f850a01d19
commit
06a2cad03b
BIN
src/Syroot.Worms.OnlineWorms.Launcher/Resources/Icon.ico
Normal file
BIN
src/Syroot.Worms.OnlineWorms.Launcher/Resources/Icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
@ -1,9 +1,16 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AssemblyName>Launcher</AssemblyName>
|
||||
<OutputType>Exe</OutputType>
|
||||
<ApplicationIcon>Resources\Icon.ico</ApplicationIcon>
|
||||
<AssemblyName>OWLauncher</AssemblyName>
|
||||
<AssemblyTitle>Online Worms Launcher</AssemblyTitle>
|
||||
<Authors>Syroot</Authors>
|
||||
<Copyright>(c) Syroot, licensed under MIT</Copyright>
|
||||
<Description>Game launcher for Online Worms</Description>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<ProductName>Online Worms Launcher</ProductName>
|
||||
<TargetFrameworks>net461</TargetFrameworks>
|
||||
<Version>0.1.0-alpha1</Version>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Costura.Fody" Version="3.2.1" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user