Use DefaultPlatformToolset if available#1
Use DefaultPlatformToolset if available#1noloader wants to merge 4 commits intocryptolu:masterfrom noloader:master
Conversation
DefaultPlatformToolset will avoid the project upgrade wizard when opening under most modern versions of Visual Studio. Switch to UTF-8 encoding without Byte Order Mark (BOM)
|
While your changes suppress the project upgrade wizard, they can introduce errors: |
Open the I think the change also needed Commit 79f5b4c7. It dropped the toolchain version back down to VS2010 from VS2012 or VS2013. Let me update the pull request. If you still have problems close this PR and I won't trouble you again. |
|
When I said I could not find a way to fix these errors in the project files, I was referring to a way that does not involve an edit by the user of the configuration using the interface or directly in the Removing If this error can not be fixed, I would keep the project update wizard rather than requiring users to fix the error. |
DefaultPlatformToolset will avoid the project upgrade wizard when opening under most modern versions of Visual Studio.
Switch to UTF-8 encoding without Byte Order Mark (BOM)