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
- Anonymous
February 23, 2009
PingBack from http://www.clickandsolve.com/?p=13653