-Vormav-
05-01-2006, 06:08 PM
Hey. Just another quick Visual Studio question to throw at the group... the VS boards on MSDN don't seem to be too terribly active...
But anyway, basically, I have multiple configurations that handle compiling against different versions of an API. So, I might have configurations like 1.2Debug, 1.2Release, 1.3Debug, 1.3Release, and so forth.
Now, all I really need to be able to do is find out how to freaking save all of these configurations out so that I can quickly and effortlessly add them to newly created projects. If I can automate the process, all the better; I've already built a VC Wizard for my project - which I had originally started specifically for automating this, thinking that it would actually be a simple and straightforward thing to do (wroung!).
At this point, the easiest solution seems to be manually pasting in the appropriate XML configuration tags directly into my .vcproj file, which is still far from being 'automated', and a pretty ugly solution to what should be an easy problem. But does anyone know a good way of handling this?
But anyway, basically, I have multiple configurations that handle compiling against different versions of an API. So, I might have configurations like 1.2Debug, 1.2Release, 1.3Debug, 1.3Release, and so forth.
Now, all I really need to be able to do is find out how to freaking save all of these configurations out so that I can quickly and effortlessly add them to newly created projects. If I can automate the process, all the better; I've already built a VC Wizard for my project - which I had originally started specifically for automating this, thinking that it would actually be a simple and straightforward thing to do (wroung!).
At this point, the easiest solution seems to be manually pasting in the appropriate XML configuration tags directly into my .vcproj file, which is still far from being 'automated', and a pretty ugly solution to what should be an easy problem. But does anyone know a good way of handling this?
