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:
authorwarwickmm <warwickmm@users.noreply.github.com>2021-11-12 05:41:49 +0300
committerGitHub <noreply@github.com>2021-11-12 05:41:49 +0300
commitea98145f8b992ff53adf704ff2d399e7760fbb39 (patch)
tree8ef3cb28c469d1588d2406b857809c55c71f3d35 /Duplicati/Library/Common/Duplicati.Library.Common.csproj
parent0a1b32e1887c98c6034c9fafdfddcb8f8f31e207 (diff)
parent44673ef759a32326cda21d752839e5b036a1a467 (diff)
Merge pull request #4634 from dferreyra/fix_windows_relative_paths
Fix handling of relative paths when adding prefix to Windows paths.
Diffstat (limited to 'Duplicati/Library/Common/Duplicati.Library.Common.csproj')
-rw-r--r--Duplicati/Library/Common/Duplicati.Library.Common.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Duplicati/Library/Common/Duplicati.Library.Common.csproj b/Duplicati/Library/Common/Duplicati.Library.Common.csproj
index 6fc16df6a..abd423d19 100644
--- a/Duplicati/Library/Common/Duplicati.Library.Common.csproj
+++ b/Duplicati/Library/Common/Duplicati.Library.Common.csproj
@@ -62,6 +62,8 @@
<Reference Include="System.Transactions" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="IO\Path.cs" />
+ <Compile Include="IO\PathInternal.Windows.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Platform\Platform.cs" />
<Compile Include="IO\SystemIO.cs" />