-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpiTelex.pyproj
More file actions
131 lines (131 loc) · 6.03 KB
/
Copy pathpiTelex.pyproj
File metadata and controls
131 lines (131 loc) · 6.03 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{69dd0f7c-2ff2-41f9-92e0-3216315de978}</ProjectGuid>
<ProjectHome />
<StartupFile>telex.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
<IsWindowsApplication>False</IsWindowsApplication>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include=".gitignore" />
<Content Include=".pylintrc" />
<Content Include=".vscode\c_cpp_properties.json" />
<Content Include=".vscode\launch.json" />
<Content Include="doc\examples\telex_Example_CH340TTY.json" />
<Content Include="doc\examples\telex_Example_ED1000.json" />
<Content Include="doc\examples\telex_Example_KeyPad.json" />
<Content Include="doc\examples\telex_Example_news.json" />
<Content Include="doc\examples\telex_Example_RPiTTY.json" />
<Content Include="doc\examples\telex_Example_shellcmd.json" />
<Content Include="doc\examples\telex_Example_Terminal.json" />
<Content Include="doc\examples\userlist_example.csv" />
<Content Include="doc\INSTALL.md" />
<Content Include="doc\piTelexLogo.png" />
<Content Include="doc\txCode.md" />
<Content Include="doc\txDevMCP.md" />
<Content Include="doc\UserlevelChanges.md" />
<Content Include="LICENSE" />
<Content Include="piTelex-errors.log" />
<Content Include="piTelex.code-workspace" />
<Content Include="piTelex.log" />
<Content Include="piTelex.pyproj" />
<Content Include="prettify-archive-file" />
<Content Include="README.md" />
<Content Include="read\5.txt" />
<Content Include="requirements.txt" />
<Content Include="RSS-feed\newsfeeds.cfg" />
<Content Include="RSS-feed\rss-feed" />
<Content Include="telex.json" />
<Content Include="utils\ED1000\asoundrc-for-recording" />
<Content Include="utils\mail-notify\libio-socket-ssl-perl_2.074-2_all.deb" />
<Content Include="utils\mail-notify\SW_NotifyMail.md" />
<Content Include="utils\mail-notify\txnotify.sh" />
<Content Include="utils\systemd\pitelex.service" />
<Content Include="utils\systemd\README" />
<Content Include="utils\tshark\.gitignore" />
<Content Include="utils\tshark\capture.sh" />
<Content Include="utils\tshark\cont-capture.sh" />
<Content Include="__pycache__\log.cpython-312.pyc" />
<Content Include="__pycache__\RPiIO.cpython-312.pyc" />
<Content Include="__pycache__\telex.cpython-312.pyc" />
<Content Include="__pycache__\txBase.cpython-312.pyc" />
<Content Include="__pycache__\txCLI.cpython-312.pyc" />
<Content Include="__pycache__\txCode.cpython-312.pyc" />
<Content Include="__pycache__\txConfig.cpython-312.pyc" />
<Content Include="__pycache__\txDevITelexClient.cpython-312.pyc" />
<Content Include="__pycache__\txDevITelexCommon.cpython-312.pyc" />
<Content Include="__pycache__\txDevITelexSrv.cpython-312.pyc" />
<Content Include="__pycache__\txDevLog.cpython-312.pyc" />
<Content Include="__pycache__\txDevMCP.cpython-312.pyc" />
<Content Include="__pycache__\txDevMCP_escape_texts.cpython-312.pyc" />
<Content Include="__pycache__\txDevRPiTTY.cpython-312.pyc" />
<Content Include="__pycache__\txDevScreen.cpython-312.pyc" />
<Content Include="__pycache__\txWatchdog.cpython-312.pyc" />
</ItemGroup>
<ItemGroup>
<Compile Include="config_twitivity.py" />
<Compile Include="log.py" />
<Compile Include="RPiIO.py" />
<Compile Include="RSS-feed\rssFileWriter.py" />
<Compile Include="telex.py" />
<Compile Include="txReleaseInfo.py" />
<Compile Include="txBase.py" />
<Compile Include="txCLI.py" />
<Compile Include="txCode.py" />
<Compile Include="txConfig.py" />
<Compile Include="txDevArchive.py" />
<Compile Include="txDevCH340TTY.py" />
<Compile Include="txDevED1000SC.py" />
<Compile Include="txDevEliza.py" />
<Compile Include="txDevIRC.py" />
<Compile Include="txDevITelexClient.py" />
<Compile Include="txDevITelexCommon.py" />
<Compile Include="txDevITelexCentralex.py" />
<Compile Include="txDevITelexSrv.py" />
<Compile Include="txDevKeyPad.py" />
<Compile Include="txDevLog.py" />
<Compile Include="txDevMCP.py" />
<Compile Include="txDevMCP_escape_texts.py" />
<Compile Include="txDevNews.py" />
<Compile Include="txDevREST.py" />
<Compile Include="txDevRPiCtrl.py" />
<Compile Include="txDevRPiTTY.py" />
<Compile Include="txDevRSS.py" />
<Compile Include="txDevScreen.py" />
<Compile Include="txDevShellCmd.py" />
<Compile Include="txDevTerminal.py" />
<Compile Include="txDevTwitter.py" />
<Compile Include="txDevTwitterV2.py" />
<Compile Include="txWatchdog.py" />
<Compile Include="utils\ED1000\audiotest.py" />
<Compile Include="utils\ED1000\squelch_check.py" />
<Compile Include="utils\tshark\auto-compress.py" />
</ItemGroup>
<ItemGroup>
<Folder Include=".vscode" />
<Folder Include="doc" />
<Folder Include="doc\examples" />
<Folder Include="read" />
<Folder Include="RSS-feed" />
<Folder Include="utils\" />
<Folder Include="utils\ED1000" />
<Folder Include="utils\mail-notify" />
<Folder Include="utils\systemd" />
<Folder Include="utils\tshark" />
<Folder Include="__pycache__" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>