Fix VSProject generator item sort

This commit is contained in:
Vinnie Falco
2014-05-28 16:34:38 -07:00
parent 48d4fccc22
commit d9755d33d0

View File

@@ -586,7 +586,7 @@ class _ProjectGenerator(object):
targets = config.target
for target in targets:
_walk(target, items)
self.items = sorted(items.itervalues(), key=lambda x: x.path)
self.items = sorted(items.itervalues(), key=lambda x: x.path())
def makeListTag(self, items, tag, prefix='', inherit=True):
'''Builds an XML tag string from a list of items. If items is