mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-08-09 09:38: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>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<AssemblyName>UnionPatcher</AssemblyName>
|
<AssemblyName>UnionPatcher</AssemblyName>
|
||||||
|
<ApplicationIcon>Icon64.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<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>
|
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
|
||||||
<AssemblyName>LBPUnion.UnionPatcher.Gui.Linux</AssemblyName>
|
<AssemblyName>LBPUnion.UnionPatcher.Gui.Linux</AssemblyName>
|
||||||
<RootNamespace>LBPUnion.UnionPatcher.Gui.Linux</RootNamespace>
|
<RootNamespace>LBPUnion.UnionPatcher.Gui.Linux</RootNamespace>
|
||||||
|
<ApplicationIcon>Icon64.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<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>
|
<RuntimeIdentifiers>osx-x64</RuntimeIdentifiers>
|
||||||
<AssemblyName>LBPUnion.UnionPatcher.Gui.MacOS</AssemblyName>
|
<AssemblyName>LBPUnion.UnionPatcher.Gui.MacOS</AssemblyName>
|
||||||
<RootNamespace>LBPUnion.UnionPatcher.Gui.MacOS</RootNamespace>
|
<RootNamespace>LBPUnion.UnionPatcher.Gui.MacOS</RootNamespace>
|
||||||
|
<ApplicationIcon>Icon64.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<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>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||||||
<RootNamespace>LBPUnion.UnionPatcher.Gui.Windows</RootNamespace>
|
<RootNamespace>LBPUnion.UnionPatcher.Gui.Windows</RootNamespace>
|
||||||
<AssemblyName>LBPUnion.UnionPatcher.Gui.Windows</AssemblyName>
|
<AssemblyName>LBPUnion.UnionPatcher.Gui.Windows</AssemblyName>
|
||||||
|
<ApplicationIcon>Icon64.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<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>
|
<Configurations>Debug;Release;Windows</Configurations>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<Platforms>AnyCPU</Platforms>
|
<Platforms>AnyCPU</Platforms>
|
||||||
|
<ApplicationIcon>Icon64.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Windows' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Windows' ">
|
||||||
<SelfContained>true</SelfContained>
|
<SelfContained>true</SelfContained>
|
||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Update="scetool\**">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Update="data\**">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue