<PropertyGroup>
<LargeAddressAwareTargetAssembly>bin/$(Configuration)/$(AssemblyName).exe</LargeAddressAwareTargetAssembly>
</PropertyGroup>
Are you sure it works?
In my test:
This is valid:
<LargeAddressAwareTargetAssembly>C:\repos\ConsoleApp1\ConsoleApp1\bin\Debug\net48\ConsoleApp1.exe</LargeAddressAwareTargetAssembly>
This is invalid, even if $(TargetPath) = C:\repos\ConsoleApp1\ConsoleApp1\bin\Debug\net48\ConsoleApp1.exe
<LargeAddressAwareTargetAssembly>$(TargetPath)</LargeAddressAwareTargetAssembly>
It doesn't support Property Reference at all, dont' know why do you give an incorrect description in README.md
Are you sure it works?
In my test:
This is valid:
<LargeAddressAwareTargetAssembly>C:\repos\ConsoleApp1\ConsoleApp1\bin\Debug\net48\ConsoleApp1.exe</LargeAddressAwareTargetAssembly>This is invalid, even if $(TargetPath) = C:\repos\ConsoleApp1\ConsoleApp1\bin\Debug\net48\ConsoleApp1.exe
<LargeAddressAwareTargetAssembly>$(TargetPath)</LargeAddressAwareTargetAssembly>It doesn't support Property Reference at all, dont' know why do you give an incorrect description in README.md