[1.2.10] Refactoring is the thing
This commit is contained in:
parent
479a3b72d4
commit
655e010a53
@ -4,73 +4,8 @@
|
|||||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||||
<security>
|
<security>
|
||||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
<!-- UAC-Manifestoptionen
|
|
||||||
Wenn Sie die Ebene der Benutzerkontensteuerung für Windows ändern möchten, ersetzen Sie den
|
|
||||||
Knoten "requestedExecutionLevel" wie folgt.
|
|
||||||
|
|
||||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
|
||||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
|
||||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
|
||||||
|
|
||||||
Durch Angabe des Elements "requestedExecutionLevel" wird die Datei- und Registrierungsvirtualisierung deaktiviert.
|
|
||||||
Entfernen Sie dieses Element, wenn diese Virtualisierung aus Gründen der Abwärtskompatibilität
|
|
||||||
für die Anwendung erforderlich ist.
|
|
||||||
-->
|
|
||||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||||
</requestedPrivileges>
|
</requestedPrivileges>
|
||||||
</security>
|
</security>
|
||||||
</trustInfo>
|
</trustInfo>
|
||||||
|
|
||||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
|
||||||
<application>
|
|
||||||
<!-- Eine Liste der Windows-Versionen, unter denen diese Anwendung getestet
|
|
||||||
und für die sie entwickelt wurde. Wenn Sie die Auskommentierung der entsprechenden Elemente aufheben,
|
|
||||||
wird von Windows automatisch die kompatibelste Umgebung ausgewählt. -->
|
|
||||||
|
|
||||||
<!-- Windows Vista -->
|
|
||||||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
|
|
||||||
|
|
||||||
<!-- Windows 7 -->
|
|
||||||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
|
|
||||||
|
|
||||||
<!-- Windows 8 -->
|
|
||||||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
|
|
||||||
|
|
||||||
<!-- Windows 8.1 -->
|
|
||||||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
|
|
||||||
|
|
||||||
<!-- Windows 10 -->
|
|
||||||
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
|
|
||||||
|
|
||||||
</application>
|
|
||||||
</compatibility>
|
|
||||||
|
|
||||||
<!-- Gibt an, dass die Anwendung mit DPI-Werten kompatibel ist und von Windows nicht automatisch auf höhere
|
|
||||||
DPI-Werte skaliert wird. WPF-Anwendungen (Windows Presentation Foundation) sind automatisch mit DPI-Werten kompatibel und müssen sich nicht
|
|
||||||
anmelden. Für Windows Forms-Anwendungen für .NET Framework 4.6, die sich für diese Einstellung anmelden, muss
|
|
||||||
auch die Einstellung "'EnableWindowsFormsHighDpiAutoResizing" in der "app.config" auf "true" festgelegt werden. -->
|
|
||||||
<!--
|
|
||||||
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
||||||
<windowsSettings>
|
|
||||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
|
||||||
</windowsSettings>
|
|
||||||
</application>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Designs für allgemeine Windows-Steuerelemente und -Dialogfelder (Windows XP und höher) aktivieren -->
|
|
||||||
<!--
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly>
|
|
||||||
<assemblyIdentity
|
|
||||||
type="win32"
|
|
||||||
name="Microsoft.Windows.Common-Controls"
|
|
||||||
version="6.0.0.0"
|
|
||||||
processorArchitecture="*"
|
|
||||||
publicKeyToken="6595b64144ccf1df"
|
|
||||||
language="*"
|
|
||||||
/>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
-->
|
|
||||||
|
|
||||||
</assembly>
|
</assembly>
|
||||||
|
@ -10,19 +10,20 @@
|
|||||||
<Description>Displays Items with Coordinates from Mqtt on a Map</Description>
|
<Description>Displays Items with Coordinates from Mqtt on a Map</Description>
|
||||||
<Company>Fraunhofer FIT</Company>
|
<Company>Fraunhofer FIT</Company>
|
||||||
<PackageId>LoraMap.IoT.Fit.Fraunhofer</PackageId>
|
<PackageId>LoraMap.IoT.Fit.Fraunhofer</PackageId>
|
||||||
<Copyright>Copyright © Fraunhofer FIT, BlubbFish 2018 - 30.08.2019</Copyright>
|
<Copyright>Copyright © Fraunhofer FIT, BlubbFish 2018 - 11.12.2019</Copyright>
|
||||||
<Authors>BlubbFish</Authors>
|
<Authors>BlubbFish</Authors>
|
||||||
<Version>1.2.9</Version>
|
<Version>1.2.10</Version>
|
||||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||||
<PackageProjectUrl>https://github.com/MONICA-Project/lora-map</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/MONICA-Project/lora-map</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/MONICA-Project/lora-map.git</RepositoryUrl>
|
<RepositoryUrl>https://github.com/MONICA-Project/lora-map.git</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<NeutralLanguage>de-DE</NeutralLanguage>
|
<NeutralLanguage>de-DE</NeutralLanguage>
|
||||||
<PackageReleaseNotes>1.2.9 The PüMa Release
|
<PackageReleaseNotes>1.2.10 Refactoring is the thing
|
||||||
|
1.2.9 The PüMa Release
|
||||||
1.2.8 Improving the UI
|
1.2.8 Improving the UI
|
||||||
1.2.7 Reorganise a lot of things, add Support for Cameradata
|
1.2.7 Reorganise a lot of things, add Support for Cameradata
|
||||||
1.2.6 New Types of marker for person
|
1.2.6 New Types of marker for person
|
||||||
1.2.5 #10 text Letzer Datenempfang is too long when scrollbar is there and #11 set textsize for every zoomlevel
|
1.2.5 Set textsize for every zoomlevel
|
||||||
1.2.4 Can draw Textmarkers on the Map, use MGRS (UTM) on the Map
|
1.2.4 Can draw Textmarkers on the Map, use MGRS (UTM) on the Map
|
||||||
1.2.3 #9 display polygons and marker on the map
|
1.2.3 #9 display polygons and marker on the map
|
||||||
1.2.2 Bugfix, if only recieve panic packet with gps data, update the marker on the map also
|
1.2.2 Bugfix, if only recieve panic packet with gps data, update the marker on the map also
|
||||||
@ -35,6 +36,8 @@
|
|||||||
1.1.3 #1 Click on icon and show details
|
1.1.3 #1 Click on icon and show details
|
||||||
1.1.2 #2 Show versions number in Site
|
1.1.2 #2 Show versions number in Site
|
||||||
1.1.1 Add Debian package config</PackageReleaseNotes>
|
1.1.1 Add Debian package config</PackageReleaseNotes>
|
||||||
|
<PackageTags>lora mqtt map lagekarte</PackageTags>
|
||||||
|
<StartupObject>Fraunhofer.Fit.IoT.LoraMap.Program</StartupObject>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -1,58 +0,0 @@
|
|||||||
#if !NETCOREAPP
|
|
||||||
using System.Resources;
|
|
||||||
using System.Reflection;
|
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
|
|
||||||
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
|
||||||
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
|
||||||
// die einer Assembly zugeordnet sind.
|
|
||||||
[assembly: AssemblyTitle("Lora-Map")]
|
|
||||||
[assembly: AssemblyDescription("Displays Items with Coordinates from Mqtt on a Map")]
|
|
||||||
[assembly: AssemblyConfiguration("")]
|
|
||||||
[assembly: AssemblyCompany("Fraunhofer FIT")]
|
|
||||||
[assembly: AssemblyProduct("Lora-Map")]
|
|
||||||
[assembly: AssemblyCopyright("Copyright © Fraunhofer FIT, BlubbFish 2018 - 30.08.2019")]
|
|
||||||
[assembly: AssemblyTrademark("Fraunhofer FIT, BlubbFish")]
|
|
||||||
[assembly: AssemblyCulture("")]
|
|
||||||
[assembly: NeutralResourcesLanguage("de-DE")]
|
|
||||||
|
|
||||||
// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
|
|
||||||
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
|
|
||||||
// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen.
|
|
||||||
[assembly: ComVisible(false)]
|
|
||||||
|
|
||||||
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
|
|
||||||
[assembly: Guid("95d6f48a-9488-42a6-a973-941b45b26db8")]
|
|
||||||
|
|
||||||
// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
|
||||||
//
|
|
||||||
// Hauptversion
|
|
||||||
// Nebenversion
|
|
||||||
// Buildnummer
|
|
||||||
// Revision
|
|
||||||
//
|
|
||||||
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
|
||||||
// übernehmen, indem Sie "*" eingeben:
|
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
|
||||||
[assembly: AssemblyVersion("1.2.9")]
|
|
||||||
[assembly: AssemblyFileVersion("1.2.9")]
|
|
||||||
#endif
|
|
||||||
/*
|
|
||||||
* 1.1.1 Add Debian package config
|
|
||||||
* 1.1.2 #2 Show versions number in Site
|
|
||||||
* 1.1.3 #1 Click on icon and show details
|
|
||||||
* 1.1.4 #3 Create icons for devices
|
|
||||||
* 1.1.5 Add support for alert button
|
|
||||||
* 1.1.6 #5 Create admin area
|
|
||||||
* 1.1.7 #8 Editor for Names
|
|
||||||
* 1.2.0 #4 Possible to Ex and Import Setting
|
|
||||||
* 1.2.1 #6 Load the map from the Device
|
|
||||||
* 1.2.2 Bugfix, if only recieve panic packet with gps data, update the marker on the map also
|
|
||||||
* 1.2.3 #9 display polygons and marker on the map
|
|
||||||
* 1.2.4 Can draw Textmarkers on the Map, use MGRS (UTM) on the Map
|
|
||||||
* 1.2.5 #10 text Letzer Datenempfang is too long when scrollbar is there and #11 set textsize for every zoomlevel
|
|
||||||
* 1.2.6 New Types of marker for person
|
|
||||||
* 1.2.7 Reorganise a lot of things, add Support for Cameradata
|
|
||||||
* 1.2.8 Improving the UI
|
|
||||||
* 1.2.9 The PüMa Release
|
|
||||||
*/
|
|
@ -8,6 +8,8 @@ After=network-online.target
|
|||||||
User=loramapbot
|
User=loramapbot
|
||||||
Group=loramapbot
|
Group=loramapbot
|
||||||
WorkingDirectory=/usr/local/bin/loramap
|
WorkingDirectory=/usr/local/bin/loramap
|
||||||
|
PermissionsStartOnly=true
|
||||||
|
ExecStartPre=setcap 'cap_net_bind_service=+ep' /usr/share/dotnet/dotnet
|
||||||
ExecStart=/usr/bin/dotnet /usr/local/bin/loramap/Lora-Map.dll
|
ExecStart=/usr/bin/dotnet /usr/local/bin/loramap/Lora-Map.dll
|
||||||
KillMode=control-group
|
KillMode=control-group
|
||||||
TimeoutStopSec=5
|
TimeoutStopSec=5
|
||||||
|
Loading…
Reference in New Issue
Block a user