I have a .net application (Class Library). I want to run this command "editbin /largeaddressaware "$(TargetPath)" " in post build event.Can anyone tell me how to give MyFile.dll path in target dir.
Asked
Active
Viewed 220 times
1
-
That's not sensible, a C# library project already generates a DLL that is LAA with default project settings. Focus on the problem you are trying to solve instead of the perceived solution. – Hans Passant Dec 12 '19 at 17:08
-
@HansPassant there are some scenarios in which LAA is disabled due to some compilation reasons. I solved my issue now. Thanks by the way. – Hassan Iftikhar Dec 30 '19 at 11:52