Merge pull request #1530 from LORgames/ssurtees/cleanup
Remove unused code in vs2010_vcxproj.lua
This commit is contained in:
commit
4de75e9d4a
@ -2861,20 +2861,6 @@
|
||||
return m.conditionFromConfigText(vstudio.projectConfig(cfg))
|
||||
end
|
||||
|
||||
--
|
||||
-- Get the latest installed SDK 10 version from the registry.
|
||||
--
|
||||
|
||||
function m.latestSDK10Version()
|
||||
local arch = iif(os.is64bit(), "\\WOW6432Node\\", "\\")
|
||||
local version = os.getWindowsRegistry("HKLM:SOFTWARE" .. arch .."Microsoft\\Microsoft SDKs\\Windows\\v10.0\\ProductVersion")
|
||||
if version ~= nil then
|
||||
return version .. ".0"
|
||||
else
|
||||
return nil
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
--
|
||||
-- Output an individual project XML element, with an optional configuration
|
||||
|
Loading…
Reference in New Issue
Block a user