Remove headers from autogenerated file

This commit is contained in:
Vinayak Agarwal 2016-10-17 11:28:34 +05:30
parent e225b1fb50
commit 01778531c6
2 changed files with 3 additions and 18 deletions

View file

@ -77,7 +77,10 @@ def getFiles(path):
else:
for ext in extensions:
if f.endswith(ext):
if f.endswith('.Designer.cs'):
break
print (path + f)
changeText(path + f)
break
getFiles(path)