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

Duplicati.CommandLine.BackendTool.csproj « BackendTool « CommandLine « Duplicati - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 101c1ef7c372a965d20241be5b708d56ada60637 (plain)
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
116
117
118
119
120
121
122
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{2AF960C0-357D-4D44-A3D5-8B6E89DB0F11}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>Duplicati.CommandLine.BackendTool</RootNamespace>
    <AssemblyName>Duplicati.CommandLine.BackendTool</AssemblyName>
    <SignAssembly>true</SignAssembly>
    <AssemblyOriginatorKeyFile>..\Duplicati.snk</AssemblyOriginatorKeyFile>
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG;</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>false</ConsolePause>
    <Prefer32Bit>false</Prefer32Bit>
    <EnvironmentVariables>
      <EnvironmentVariables>
        <Variable name="AUTOUPDATER_Duplicati_SKIP_UPDATE" value="1" />
      </EnvironmentVariables>
    </EnvironmentVariables>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>none</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Externalconsole>true</Externalconsole>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="Newtonsoft.Json">
      <HintPath>..\..\..\thirdparty\Json.NET\Newtonsoft.Json.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ItemGroup>
    <ProjectReference Include="..\..\Library\Backend\CloudFiles\Duplicati.Library.Backend.CloudFiles.csproj">
      <Project>{1BFAE226-8364-4086-825C-BB83F6F3EE4C}</Project>
      <Name>Duplicati.Library.Backend.CloudFiles</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Backend\AzureBlob\Duplicati.Library.Backend.AzureBlob.csproj">
      <Project>{8E4CECFB-0413-4B00-AB93-78D1C3902BD5}</Project>
      <Name>Duplicati.Library.Backend.AzureBlob</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Backend\File\Duplicati.Library.Backend.File.csproj">
      <Project>{FC9B7611-836F-4127-8B44-A7C31F506807}</Project>
      <Name>Duplicati.Library.Backend.File</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Backend\FTP\Duplicati.Library.Backend.FTP.csproj">
      <Project>{F61679A9-E5DE-468A-B5A4-05F92D0143D2}</Project>
      <Name>Duplicati.Library.Backend.FTP</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Backend\S3\Duplicati.Library.Backend.S3.csproj">
      <Project>{C03F6DFD-805A-4BE0-9338-64870ADDB4A2}</Project>
      <Name>Duplicati.Library.Backend.S3</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Backend\SSHv2\Duplicati.Library.Backend.SSHv2.csproj">
      <Project>{FF2BF37C-E502-4C98-BEA0-701671DDFA08}</Project>
      <Name>Duplicati.Library.Backend.SSHv2</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Backend\TahoeLAFS\Duplicati.Library.Backend.TahoeLAFS.csproj">
      <Project>{C0270709-2A40-43B5-8CF1-69581B9FA2A1}</Project>
      <Name>Duplicati.Library.Backend.TahoeLAFS</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Backend\WEBDAV\Duplicati.Library.Backend.WEBDAV.csproj">
      <Project>{BAE27510-8B5D-44B2-B33E-372A98908041}</Project>
      <Name>Duplicati.Library.Backend.WEBDAV</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\DynamicLoader\Duplicati.Library.DynamicLoader.csproj">
      <Project>{0CA86ECF-5BEC-4909-B4F6-110A03B30B92}</Project>
      <Name>Duplicati.Library.DynamicLoader</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Interface\Duplicati.Library.Interface.csproj">
      <Project>{C5899F45-B0FF-483C-9D38-24A9FCAAB237}</Project>
      <Name>Duplicati.Library.Interface</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Utility\Duplicati.Library.Utility.csproj">
      <Project>{DE3E5D4C-51AB-4E5E-BEE8-E636CEBFBA65}</Project>
      <Name>Duplicati.Library.Utility</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\AutoUpdater\Duplicati.Library.AutoUpdater.csproj">
      <Project>{7E119745-1F62-43F0-936C-F312A1912C0B}</Project>
      <Name>Duplicati.Library.AutoUpdater</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\License\Duplicati.License.csproj">
      <Project>{4D012CB1-4B92-47F4-89B7-BF80A73A2E99}</Project>
      <Name>Duplicati.License</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Backend\OneDrive\Duplicati.Library.Backend.OneDrive.csproj">
      <Project>{CCD76347-7DC7-4B42-B7E1-E500E624CAC3}</Project>
      <Name>Duplicati.Library.Backend.OneDrive</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Backend\GoogleServices\Duplicati.Library.Backend.GoogleServices.csproj">
      <Project>{5489181D-950C-44AF-873C-45EB0A3B6BD2}</Project>
      <Name>Duplicati.Library.Backend.GoogleServices</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Library\Backend\OpenStack\Duplicati.Library.Backend.OpenStack.csproj">
      <Project>{D9E4E686-423C-48EC-A392-404E7C00860C}</Project>
      <Name>Duplicati.Library.Backend.OpenStack</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
  </ItemGroup>
</Project>