¿MSBuild 2012 usa xaml y/o BuildTypes?
Frecuentes
Visto 221 veces
1 Respuestas
0
If you are referring to TFS 2012 - It uses XAML Build Definitions to guide the workflow a build. That Workflow definition can load and build any number of MSBuild *.proj or *.sln files
Respondido el 10 de Septiembre de 13 a las 23:09
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas msbuild or haz tu propia pregunta.
I know that, I'm asking if you can also use the old templates .proj in VS 2012 and what not. I'm starting to see huge limitations going the xaml route. - ChicoPositivo
and then I find this page talking about creating build projects so which is it, it uses xaml AND build projects or either or? I don't get this. msdn.microsoft.com/en-us/library/dd393573.aspx - ChicoPositivo
Backwards compatibility to legacy proj files is handled via a thin XAML layer that passes the correct variables on to the proj file (at least that's how TFS2010 did it). - Nick Nieslanik
Here's an MSDN social link referring to this: social.msdn.microsoft.com/Forums/vstudio/en-US/… - Nick Nieslanik