Because the path becomes too long (more than 260 chars), I need to create obj
folder elsewhere.
How can I tell VS 2012 to create this folder in a specified path?
Because the path becomes too long (more than 260 chars), I need to create obj
folder elsewhere.
How can I tell VS 2012 to create this folder in a specified path?
You'll need to edit the project file (XML) to specify the
<BaseIntermediateOutputPath>
. This value defaults toobj\
....And (in addition to Sam Harwell) You can use constants and can change any particular
<PropertyGroup/>
(only "release" for example) this way: