Reputation: 1749
I tried to copy a project's properties to use in another project as instructed in the stackoverflow question Visual Studio: can I copy a project's properties to use in another project? but it does not work. When I open the created PropertySheet it seems that nothing is copied to it from the original property settings. The above link seems to be for VS 2008 but now I am using 2013. What might be the fault.
Upvotes: 3
Views: 935
Reputation: 114
Caveat: Tested only on a relatively basic C++ project. But it worked!
Tips:
This solution works better than others I have seen because it sets and unsets settings completely. It's a total replacement, not just an additive one.
Upvotes: 1