forked from unknown-horizons/unknown-horizons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunknown-horizons.wpr
52 lines (52 loc) · 2.28 KB
/
unknown-horizons.wpr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#!wing
#!version=5.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('development'),
'excludes': (),
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('content/gui'),
'excludes': [u'buildings_gui',
u'buysellmenu',
u'tab_widget',
u'images',
u'ship',
u'build_menu'],
'filter': 'All Source Files',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('.'),
'excludes': [u'development',
u'unittests',
u'editor',
u'build'],
'filter': 'Python Files',
'include_hidden': 0,
'recursive': 1,
'watch_for_changes': 1},
{'dirloc': loc('content'),
'excludes': [u''],
'filter': 'All Source Files',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('editor'),
'excludes': (),
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
proj.launch-config = {loc('run_uh.py'): ('project',
(u'',
''))}
proj.main-file = loc('run_uh.py')
testing.auto-test-file-specs = [('glob',
'test_')]
testing.test-framework = {None: 'nose'}