mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-04-09 19:00: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">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||||
<AssemblyName>Launcher</AssemblyName>
|
<ApplicationIcon>Resources\Icon.ico</ApplicationIcon>
|
||||||
<OutputType>Exe</OutputType>
|
<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>
|
<TargetFrameworks>net461</TargetFrameworks>
|
||||||
|
<Version>0.1.0-alpha1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Costura.Fody" Version="3.2.1" />
|
<PackageReference Include="Costura.Fody" Version="3.2.1" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user