We have an existing code in VS2010 project files and it works perfectly. we are trying to convert VS2010 project to 2011 .vcxproj files..
any one have any idea how to convert in a smart way
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For me, all I needed to do was open the VS2010 projects in VS2012.
You could take a look at what gets changed in the xml of the .vcxproj file. I believe it is only a string that changes from v10 to v11
EDIT: you could write a batch to mass convert these, or use some sort of XSLT to auto-transform them…