build: declare release signed solution mappings

This commit is contained in:
Meik
2026-07-01 17:08:19 +02:00
parent a6230478d3
commit a72bd5a012
3 changed files with 8 additions and 2 deletions

View File

@@ -9,6 +9,11 @@
<LangVersion>latestmajor</LangVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<Configurations>Debug;Release;Debug_and_copy;Release_and_copy;Release_signed</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release_signed'">
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>