Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Mello <mikaelm@lacunasoftware.com>2018-10-17 16:34:33 +0300
committerMikael Mello <mikaelm@lacunasoftware.com>2018-10-17 16:37:44 +0300
commit9eb9ec004dcae9ffecf2e7f4840fca5db8589107 (patch)
tree4887c5282bb4db2c48f8b9ab795f2d3c3899ce31 /Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
parent6c47c39f2b47f5e82f40cca9eefc2a7ecd67c644 (diff)
Target Windows 8.1 and 10 in order to display correct version in UI
Diffstat (limited to 'Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj')
-rw-r--r--Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
index 4245a3399..7023768d3 100644
--- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
+++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
@@ -63,6 +63,9 @@
<PropertyGroup>
<AssemblyOriginatorKeyFile>Duplicati.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
+ <PropertyGroup>
+ <ApplicationManifest>app.manifest</ApplicationManifest>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -103,6 +106,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="HttpServerConnection.cs" />
<None Include="app.config" />
+ <None Include="app.manifest" />
<None Include="Duplicati.snk" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>