-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTestEric.e4p
More file actions
40 lines (40 loc) · 1.14 KB
/
TestEric.e4p
File metadata and controls
40 lines (40 loc) · 1.14 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Project SYSTEM "Project-4.6.dtd">
<!-- eric4 project file for project TestEric -->
<!-- Saved: 2011-12-01, 21:32:22 -->
<!-- Copyright (C) 2011 Björn Leppin , bjoern@oerb.de -->
<Project version="4.6">
<Language></Language>
<ProgLanguage mixed="0">Python</ProgLanguage>
<ProjectType>Console</ProjectType>
<Description>Kleiner Test der IDE Eric python </Description>
<Version>0.1</Version>
<Author>Björn Leppin </Author>
<Email>bjoern@oerb.de</Email>
<Sources>
<Source>__init__.py</Source>
<Source>main.py</Source>
<Source>start.py</Source>
</Sources>
<Forms>
</Forms>
<Translations>
</Translations>
<Resources>
</Resources>
<Interfaces>
</Interfaces>
<Others>
<Other>main</Other>
</Others>
<MainScript>main</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>