blob: b1d905d60d5da74fcb7d3fa10e398cd2e856088a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!wing
#!version=3.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
'excludes': (),
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
|