mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-12 19:21:40 +00:00
Icon
This commit is contained in:
parent
76b5e02b7f
commit
2bee157c83
3 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
<SccProvider>SAK</SccProvider>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
|
||||
<ApplicationIcon>Cosmos.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
|
@ -122,6 +123,9 @@
|
|||
<Name>IL2CPU %28IL2CPU\IL2CPU%29</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Cosmos.ico" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
|
|
|||
BIN
source/Cosmos.Build.Windows/Cosmos.ico
Normal file
BIN
source/Cosmos.Build.Windows/Cosmos.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
source/Cosmos.ico
Normal file
BIN
source/Cosmos.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in a new issue