Add icon for launcher.

This commit is contained in:
Ray Koopa 2018-12-25 17:07:59 +01:00
parent f850a01d19
commit 06a2cad03b
2 changed files with 9 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -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" />