This commit is contained in:
2024-10-21 16:33:23 -04:00
parent 33142c9275
commit eef5996634

View File

@@ -93,7 +93,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>editbin /largeaddressaware $(targetpath)</PostBuildEvent>
<PostBuildEvent>editbin /largeaddressaware $(targetpath)
</PostBuildEvent>
</PropertyGroup>
<!-- 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.