Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AnakinRaW committed Jun 22, 2024
1 parent 64966e5 commit b772002
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Binary file added aet.ico
Binary file not shown.
4 changes: 1 addition & 3 deletions src/ModVerify.CliApp/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura />
</Weavers>
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd"/>
9 changes: 9 additions & 0 deletions src/ModVerify.CliApp/ModVerify.CliApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<IsPackable>false</IsPackable>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
<OutputType>Exe</OutputType>
<ApplicationIcon>$(RepoRootPath)aet.ico</ApplicationIcon>
<Title>AET.ModVerify.CommandLine</Title>
<Product>AET.ModVerify</Product>
<Description>Application that allows to verify to verify game modifications for Empire at War / Forces of Corruption against a set of common rules.</Description>
Expand Down Expand Up @@ -42,4 +43,12 @@
<ProjectReference Include="..\ModVerify\ModVerify.csproj" />
</ItemGroup>

<PropertyGroup>
<WeaverConfiguration Condition="'$(Configuration)' == 'Release'">
<Weavers>
<Costura IncludeDebugSymbols="false" IgnoreSatelliteAssemblies="true" />
</Weavers>
</WeaverConfiguration>
</PropertyGroup>

</Project>

0 comments on commit b772002

Please sign in to comment.