visual studio 2010 - Build Customization in VC++ -


i have following problem software in visual c++. i've set build customization related file in path: $(vctargetspath)\buildcustomizations\progname 4.2.targets on different pc have different version of same file (for ex: progname 5.0.targets); when open vc++ project, have edit *.vcxproj file in order set manually new version of targets.
there method avoid problem , make project available different versions of targets file?

thank in advance.

you might able referencing short cut instead. each machine has short cut in known location refers ever need refer to.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -