Click here to Skip to main content
15,895,370 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

Is anyone of you know how to downgrade *.vcxproj to *.vcproj? I searched the web, but couldn't find a better solution.

Thanks in advance.
Posted

1 solution

As far as I'm aware, it's a manual process. Create a .vcproj and add the files listed in the .vcxproj (you can open it in a text or XML editor and have a look).

Compiler and linker flags can generally be copied across directly (opening the .vcproj as text/XML too).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900