2009-04-01 15:25:38 -03:00
|
|
|
#!wing
|
2010-11-20 13:47:30 -04:00
|
|
|
#!version=4.0
|
2009-04-01 15:25:38 -03:00
|
|
|
##################################################################
|
|
|
|
# Wing IDE project file #
|
|
|
|
##################################################################
|
|
|
|
[project attributes]
|
|
|
|
proj.directory-list = [{'dirloc': loc('..'),
|
2011-03-16 23:28:08 -03:00
|
|
|
'excludes': [u'.hg',
|
|
|
|
u'Lib/__pycache__',
|
2010-11-20 13:47:30 -04:00
|
|
|
u'Doc/build',
|
|
|
|
u'build'],
|
2009-04-01 15:25:38 -03:00
|
|
|
'filter': '*',
|
|
|
|
'include_hidden': False,
|
|
|
|
'recursive': True,
|
|
|
|
'watch_for_changes': True}]
|
|
|
|
proj.file-type = 'shared'
|