Jump to content

Recommended Posts

Posted

Good Morning All,

 

Working with Visual Studio 2013 Here. I am trying to find a way of changing the Default "Build Output Path" setting for projects (Project--:>Properties-->Compile-->Build Output Path).

 

Note - Would also love to customise the references too (Properties-->References->Add) but this is less of a priority.

 

Hoping to find a config file which I can customise and deploy but cant seem to find the right one. Does anyone have a clue?

 

Any Help Hugely Appreciated,

James

Posted

Found it - Need to customise C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ProjectTemplates\VisualBasic\Windows\1033\ConsoleApplication\consoleapplication.vbproj (or whichever type of project you want to edit)

 

Edits for the above look like this -->

 

Change the Output Path

 

 

AnyCPU

true

full

true

true

C:\Visual Studio\Debug

$safeprojectname$.xml

42016,41999,42017,42018,42019,42032,42036,42020,42021,42022

 

Add a Reference

 

C:\Visual Studio\Libraries\MySql.Data.dll

$if$ ($targetframeworkversion$ >= 3.5)

$endif$

 

:)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...