forked from DVMProject/dvmfne
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dvmfne.pyproj
115 lines (115 loc) · 5.41 KB
/
dvmfne.pyproj
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
<?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>{2551da28-74ee-403e-944c-9b9d7595efb6}</ProjectGuid>
<ProjectHome />
<StartupFile>fne\fne_core.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>Global|PythonCore|2.7-32</InterpreterId>
<IsWindowsApplication>False</IsWindowsApplication>
<SuppressPackageInstallationPrompt>True</SuppressPackageInstallationPrompt>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="blacklist_ids_SAMPLE.csv" />
<Content Include="dmrlink_ipsc_bridge_SAMPLE.cfg" />
<Content Include="dmrlink_SAMPLE.cfg" />
<Content Include="fne\.gitignore" />
<Content Include="fne-SAMPLE.cfg" />
<Content Include="fne_bridge-SAMPLE.cfg" />
<Content Include="monitor\requirements.txt" />
<Content Include="monitor\webroot\rcon.html" />
<Content Include="monitor\webroot\rcon.js" />
<Content Include="monitor\webroot\css\bootstrap-grid.min.css" />
<Content Include="monitor\webroot\css\bootstrap-grid.min.css.map" />
<Content Include="monitor\webroot\css\bootstrap-reboot.min.css" />
<Content Include="monitor\webroot\css\bootstrap-reboot.min.css.map" />
<Content Include="monitor\webroot\css\bootstrap-table.min.css" />
<Content Include="monitor\webroot\css\bootstrap.min.css" />
<Content Include="monitor\webroot\css\bootstrap.min.css.map" />
<Content Include="monitor\webroot\dashboard.css" />
<Content Include="monitor\webroot\favicon.ico" />
<Content Include="monitor\webroot\index.html" />
<Content Include="monitor\webroot\index.js" />
<Content Include="monitor\webroot\js\bootstrap-table.min.js" />
<Content Include="monitor\webroot\js\bootstrap.bundle.min.js" />
<Content Include="monitor\webroot\js\bootstrap.bundle.min.js.map" />
<Content Include="monitor\webroot\js\bootstrap.min.js" />
<Content Include="monitor\webroot\activity.js" />
<Content Include="monitor\webroot\activity.html" />
<Content Include="monitor\webroot\about.html" />
<Content Include="monitor\webroot\about.js" />
<Content Include="monitor\webroot\diag-trace.js" />
<Content Include="monitor\webroot\diag-trace.html" />
<Content Include="monitor\webroot\js\bootstrap.min.js.map" />
<Content Include="monitor\webroot\traffic-trace.js" />
<Content Include="monitor\webroot\traffic-trace.html" />
<Content Include="monitor\webroot\talkgroups.js" />
<Content Include="monitor\webroot\talkgroups.html" />
<Content Include="monitor\webroot\overview.js" />
<Content Include="monitor\webroot\overview.html" />
<Content Include="requirements.txt" />
<Content Include="whitelist_ids_SAMPLE.csv" />
</ItemGroup>
<ItemGroup>
<Compile Include="dmrlink.py" />
<Compile Include="dmrlink_ipsc_bridge.py" />
<Compile Include="dmr_utils\ambe.py" />
<Compile Include="dmr_utils\tlv.py" />
<Compile Include="dmr_utils\ambe_utils.py" />
<Compile Include="dmr_utils\bptc.py" />
<Compile Include="dmr_utils\const.py" />
<Compile Include="dmr_utils\crc.py" />
<Compile Include="dmr_utils\lc.py" />
<Compile Include="dmr_utils\golay.py" />
<Compile Include="dmr_utils\golay_tables.py" />
<Compile Include="dmr_utils\hamming.py" />
<Compile Include="dmr_utils\qr.py" />
<Compile Include="dmr_utils\rs129.py" />
<Compile Include="dmr_utils\__init__.py" />
<Compile Include="fms_db_sync\config_SAMPLE.py" />
<Compile Include="fms_db_sync\db_sync.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="fne\fne_core.py" />
<Compile Include="fne\__init__.py" />
<Compile Include="ipsc\dmrlink_config.py" />
<Compile Include="ipsc\dmrlink_log.py" />
<Compile Include="ipsc\ipsc_const.py" />
<Compile Include="ipsc\ipsc_mask.py" />
<Compile Include="ipsc\__init__.py" />
<Compile Include="monitor\config_SAMPLE.py" />
<Compile Include="monitor\fnemon.py" />
<Compile Include="fne_bridge.py" />
<Compile Include="fne\fne_config.py" />
<Compile Include="fne\fne_const.py" />
<Compile Include="fne\fne_log.py" />
<Compile Include="fne_parrot.py" />
<Compile Include="fne_router.py" />
<Compile Include="fne_routing_rules-SAMPLE.py" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|2.7-32" />
</ItemGroup>
<ItemGroup>
<Folder Include="dmr_utils\" />
<Folder Include="ipsc\" />
<Folder Include="monitor\" />
<Folder Include="monitor\webroot\" />
<Folder Include="fne\" />
<Folder Include="fms_db_sync\" />
<Folder Include="monitor\webroot\css\" />
<Folder Include="monitor\webroot\js\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>