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:
authorKenneth Hsu <kennethhsu@gmail.com>2019-04-14 22:41:35 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2019-04-14 22:46:34 +0300
commitf777b49d7c86932d6c85d064eacaabbb7796b2a4 (patch)
treebfd15727f50fe5d7c687776c0c87ea0f56414bcf /Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
parentd071d1b4da0b5dc176de7d61900e7ee9f9153633 (diff)
Move ConfigurationImporter project files to reflect namespace.
This places the files in a location that is more consistent with the other command line tools.
Diffstat (limited to 'Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj')
-rw-r--r--Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
index 4e9d81a70..719de37c4 100644
--- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
+++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj
@@ -156,6 +156,10 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\..\CommandLine\ConfigurationImporter\Duplicati.CommandLine.ConfigurationImporter.csproj">
+ <Project>{7b1c019b-c4aa-4480-a259-790e125b36ce}</Project>
+ <Name>Duplicati.CommandLine.ConfigurationImporter</Name>
+ </ProjectReference>
<ProjectReference Include="..\..\Library\Backend\CloudFiles\Duplicati.Library.Backend.CloudFiles.csproj">
<Project>{1BFAE226-8364-4086-825C-BB83F6F3EE4C}</Project>
<Name>Duplicati.Library.Backend.CloudFiles</Name>
@@ -344,10 +348,6 @@
<Project>{D63E53E4-A458-4C2F-914D-92F715F58ACF}</Project>
<Name>Duplicati.Library.Common</Name>
</ProjectReference>
- <ProjectReference Include="..\..\ConfigurationImporter\ConfigurationImporter.csproj">
- <Project>{864B98B9-1B56-40D9-9733-9002E5B9B9D5}</Project>
- <Name>ConfigurationImporter</Name>
- </ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
@@ -430,4 +430,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>