diff options
| author | 夕伽 <[email protected]> | 2018-09-03 11:15:59 +0800 |
|---|---|---|
| committer | 夕伽 <[email protected]> | 2018-09-03 11:15:59 +0800 |
| commit | 9ee12112e49db451a49a66d77dd2990d9f6ddab9 (patch) | |
| tree | 5c9870dd19617e364abfec3637c2c58ece075cba | |
| parent | 5ff368bb0b3990c1ff6d360cd27cd4d4e24da511 (diff) | |
remove mfc about
| -rw-r--r-- | xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua index 547414307..a7f151abd 100644 --- a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua +++ b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua @@ -173,9 +173,6 @@ function _make_configurations(vcxprojfile, vsinfo, target, vcxprojdir) vcxprojfile:print("<ConfigurationType>%s</ConfigurationType>", assert(configuration_types[target.kind])) vcxprojfile:print("<PlatformToolset>v%s</PlatformToolset>", assert(toolset_versions["vs" .. vsinfo.vstudio_version])) vcxprojfile:print("<CharacterSet>%s</CharacterSet>", ifelse(targetinfo.unicode, "Unicode", "MultiByte")) - if targetinfo.mfc then - vcxprojfile:print("<UseOfMfc>%s</UseOfMfc>", targetinfo.mfc) - end vcxprojfile:leave("</PropertyGroup>") end |
