mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-08-09 01:28:43 +00:00
Add application icon, build shit correctly
This commit is contained in:
parent
447ca7b4a5
commit
e63532e6d5
10 changed files with 14 additions and 0 deletions
BIN
UnionPatcher.Cli/Icon64.ico
Normal file
BIN
UnionPatcher.Cli/Icon64.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -6,6 +6,7 @@
|
|||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<AssemblyName>UnionPatcher</AssemblyName>
|
||||
<ApplicationIcon>Icon64.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
BIN
UnionPatcher.Gui.Linux/Icon64.ico
Normal file
BIN
UnionPatcher.Gui.Linux/Icon64.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -6,6 +6,7 @@
|
|||
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
|
||||
<AssemblyName>LBPUnion.UnionPatcher.Gui.Linux</AssemblyName>
|
||||
<RootNamespace>LBPUnion.UnionPatcher.Gui.Linux</RootNamespace>
|
||||
<ApplicationIcon>Icon64.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
BIN
UnionPatcher.Gui.MacOS/Icon64.ico
Normal file
BIN
UnionPatcher.Gui.MacOS/Icon64.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -6,6 +6,7 @@
|
|||
<RuntimeIdentifiers>osx-x64</RuntimeIdentifiers>
|
||||
<AssemblyName>LBPUnion.UnionPatcher.Gui.MacOS</AssemblyName>
|
||||
<RootNamespace>LBPUnion.UnionPatcher.Gui.MacOS</RootNamespace>
|
||||
<ApplicationIcon>Icon64.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
BIN
UnionPatcher.Gui.Windows/Icon64.ico
Normal file
BIN
UnionPatcher.Gui.Windows/Icon64.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -5,6 +5,7 @@
|
|||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<RootNamespace>LBPUnion.UnionPatcher.Gui.Windows</RootNamespace>
|
||||
<AssemblyName>LBPUnion.UnionPatcher.Gui.Windows</AssemblyName>
|
||||
<ApplicationIcon>Icon64.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
BIN
UnionPatcher/Icon64.ico
Normal file
BIN
UnionPatcher/Icon64.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -5,10 +5,20 @@
|
|||
<Configurations>Debug;Release;Windows</Configurations>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
<ApplicationIcon>Icon64.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Windows' ">
|
||||
<SelfContained>true</SelfContained>
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="scetool\**">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="data\**">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue