From fc33818d193c2d69f6edc04b493946361ac2bb18 Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Wed, 13 Oct 2010 13:15:02 +0000 Subject: Adding Wing IDE version 4 project file --- Misc/python-wing.wpr | 13 ------------- Misc/python-wing3.wpr | 13 +++++++++++++ Misc/python-wing4.wpr | 13 +++++++++++++ 3 files changed, 26 insertions(+), 13 deletions(-) delete mode 100644 Misc/python-wing.wpr create mode 100644 Misc/python-wing3.wpr create mode 100644 Misc/python-wing4.wpr diff --git a/Misc/python-wing.wpr b/Misc/python-wing.wpr deleted file mode 100644 index abe7894..0000000 --- a/Misc/python-wing.wpr +++ /dev/null @@ -1,13 +0,0 @@ -#!wing -#!version=3.0 -################################################################## -# Wing IDE project file # -################################################################## -[project attributes] -proj.directory-list = [{'dirloc': loc('..'), - 'excludes': [u'Lib/__pycache__'], - 'filter': '*', - 'include_hidden': False, - 'recursive': True, - 'watch_for_changes': True}] -proj.file-type = 'shared' diff --git a/Misc/python-wing3.wpr b/Misc/python-wing3.wpr new file mode 100644 index 0000000..abe7894 --- /dev/null +++ b/Misc/python-wing3.wpr @@ -0,0 +1,13 @@ +#!wing +#!version=3.0 +################################################################## +# Wing IDE project file # +################################################################## +[project attributes] +proj.directory-list = [{'dirloc': loc('..'), + 'excludes': [u'Lib/__pycache__'], + 'filter': '*', + 'include_hidden': False, + 'recursive': True, + 'watch_for_changes': True}] +proj.file-type = 'shared' diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr new file mode 100644 index 0000000..cc2cf23 --- /dev/null +++ b/Misc/python-wing4.wpr @@ -0,0 +1,13 @@ +#!wing +#!version=4.0 +################################################################## +# Wing IDE project file # +################################################################## +[project attributes] +proj.directory-list = [{'dirloc': loc('..'), + 'excludes': [u'Lib/__pycache__'], + 'filter': '*', + 'include_hidden': False, + 'recursive': True, + 'watch_for_changes': True}] +proj.file-type = 'shared' -- cgit v0.12