I added post-build command line in my project:
"%ProgramFiles(x86)%\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\gacutil.exe" /if "$(TargetFileName)"
But I got error:
The command exited with the code 1.
In output:
Failure adding assembly to the cache: Attempt to install an assembly without а strong name
How can I solve this problem?