Post build. Add assembly to GAC

10. July 2007

In Visual studio under the project click propeties.
Then select the build events and then the post build event command line
Enter:

CALL "%VS80COMNTOOLS%\vsvars32.bat" > NULL
gacutil.exe /if "$(TargetName)"

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Visual Studio .NET 2005 ,

Comments are closed