-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathColorX.e4p
executable file
·41 lines (41 loc) · 1.21 KB
/
ColorX.e4p
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Project SYSTEM "Project-4.6.dtd">
<!-- eric4 project file for project ColorX -->
<!-- Saved: 2009-06-16, 16:34:20 -->
<!-- Copyright (C) 2009 10, [email protected] -->
<Project version="4.6">
<Language>en</Language>
<ProgLanguage mixed="0">Python</ProgLanguage>
<ProjectType>Other</ProjectType>
<Description>color manipulating program</Description>
<Version>0.1</Version>
<Author>10</Author>
<Email>[email protected]</Email>
<Sources>
<Source>ColorX.py</Source>
<Source>colorx_convert.py</Source>
<Source>ColorX_ui.py</Source>
<Source>colorx_unittest.py</Source>
<Source>colorx_namer.py</Source>
</Sources>
<Forms>
</Forms>
<Translations>
</Translations>
<Resources>
</Resources>
<Interfaces>
</Interfaces>
<Others>
</Others>
<MainScript>ColorX.py</MainScript>
<Vcs>
<VcsType>None</VcsType>
</Vcs>
<FiletypeAssociations>
<FiletypeAssociation pattern="*.pyw" type="SOURCES" />
<FiletypeAssociation pattern="*.idl" type="INTERFACES" />
<FiletypeAssociation pattern="*.py" type="SOURCES" />
<FiletypeAssociation pattern="*.ptl" type="SOURCES" />
</FiletypeAssociations>
</Project>