I need to output the project dll in program files. \"$(PROGRAMFILES)\\Microsoft...\" It is not building in program files, but in the project itself in a folder called \"$(P
right click on project select properties. Select Build tab you have output section
In output path give the specific path for you program file/microsoft. This should work. I Tested it.