mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-20 19:02:12 +00:00
moved application icon into resources directory
This commit is contained in:
parent
41a3a41edf
commit
7bb2538452
5 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
<RootNamespace>CodeImp.DoomBuilder</RootNamespace>
|
||||
<AssemblyName>Builder</AssemblyName>
|
||||
<StartupObject>CodeImp.DoomBuilder.General</StartupObject>
|
||||
<ApplicationIcon>Builder.ico</ApplicationIcon>
|
||||
<ApplicationIcon>Resources\Builder.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
@ -86,7 +86,7 @@
|
|||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Builder.ico" />
|
||||
<Content Include="Resources\Builder.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\Splash2.png" />
|
||||
|
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue