Adding a new assembly to GAC in Visual Stuido
Pre-build event command line:
"$(FrameworkSDKDir)bin\gacutil.exe" /u $(TargetFileName)
Post-build event command line:
"$(FrameworkSDKDir)bin\gacutil.exe" /i $(TargetFileName)/f
Run this post-build event:
On successful build
"$(FrameworkSDKDir)bin\gacutil.exe" /u $(TargetFileName)
Post-build event command line:
"$(FrameworkSDKDir)bin\gacutil.exe" /i $(TargetFileName)/f
Run this post-build event:
On successful build
0 Comments:
Post a Comment
<< Home