check
This commit is contained in:
parent
9d3e506f38
commit
f3e01d01fb
2 changed files with 3 additions and 2 deletions
|
|
@ -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'">
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Thu 01/09/2025 12:07:25.79
|
||||
Wed 01/15/2025 13:14:05.88
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue