mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 07:19:08 +08:00
ad415d3500
* [monkeys-audio] Fix error hash * update version * revert * format * vdb * Fix x64-windows * vdb
25 lines
1.3 KiB
Diff
25 lines
1.3 KiB
Diff
diff --git a/Source/Projects/VS2022/Console/Console.vcxproj b/Source/Projects/VS2022/Console/Console.vcxproj
|
|
index 4a811b6..86c2c4f 100644
|
|
--- a/Source/Projects/VS2022/Console/Console.vcxproj
|
|
+++ b/Source/Projects/VS2022/Console/Console.vcxproj
|
|
@@ -189,9 +189,6 @@
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
</Link>
|
|
- <PostBuildEvent>
|
|
- <Command>..\..\..\Certificate\signtool.exe sign /f ..\..\..\Certificate\MAC.pfx /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /fd sha256 /a /as /p password "$(TargetPath)"</Command>
|
|
- </PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Midl>
|
|
@@ -285,9 +282,6 @@
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
</Link>
|
|
- <PostBuildEvent>
|
|
- <Command>..\..\..\Certificate\signtool.exe sign /f ..\..\..\Certificate\MAC.pfx /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td sha256 /fd sha256 /a /as /p password "$(TargetPath)"</Command>
|
|
- </PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\..\Console\Console.cpp">
|