Compartir a través de


GAC Post build event - Machine path independent script

Add the following 2 lines as post build event.. with this.. this is totally machine independent since it uses Visual studio macros..

call "$(DevEnvDir)..\..\vc\vcvarsall.bat"

"gacutil" /i "$(TargetPath)" /f

Comments