0

I'm trying to publish my application, but the bin\Debug\App.publish\ ect path is too long. I've found out that you can change this default path in web project by doint this c:\shortPath\ in the publish profile file, but i can't figure out how to do it for windows form application, i don't get any file i can edit. I'm using VS 2012

Thanks in advance!

Margo
  • 672
  • 3
  • 13
  • 30

1 Answers1

0

Changed Output path in project properties-> build.

Margo
  • 672
  • 3
  • 13
  • 30