Created
June 14, 2018 18:08
-
-
Save error454/a16f4a07c63a4d56cf73c6c7989c50fe to your computer and use it in GitHub Desktop.
Force UE4 to use 2017 toolchain without passing any -2017 flags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration"> | |
<VCProjectFileGenerator> | |
<Version>VisualStudio2017</Version> | |
</VCProjectFileGenerator> | |
<WindowsPlatform> | |
<Compiler>VisualStudio2017</Compiler> | |
</WindowsPlatform> | |
</Configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment