This commit is contained in:
Luc Vandenbroucke 2025-01-15 13:14:23 +01:00
parent 9d3e506f38
commit f3e01d01fb
2 changed files with 3 additions and 2 deletions

View file

@ -40,6 +40,7 @@
<PlatformToolset>v143</PlatformToolset>
<CLRSupport>true</CLRSupport>
<CharacterSet>Unicode</CharacterSet>
<PreferredToolArchitecture>x86</PreferredToolArchitecture>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
@ -129,7 +130,7 @@
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
<PostBuildEvent>
<Command>%signer% $(TargetPath)</Command>
<Command>if defined signer %signer% $(TargetPath)</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

View file

@ -1 +1 @@
Thu 01/09/2025 12:07:25.79
Wed 01/15/2025 13:14:05.88