SVN r1227

SVN-Revision: r1227
This commit is contained in:
tdx
2026-06-22 03:31:48 +00:00
parent fbfbb7a6a7
commit 8cdeb7c752
+2
View File
@@ -571,9 +571,11 @@
</PostBuildEvent>
</PropertyGroup>
<!--添加大内存处理-->
<!--
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="&quot;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\editbin.exe&quot; /largeaddressaware &quot;$(TargetPath)&quot;" />
</Target>
-->
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">