219 lines
12 KiB
XML
219 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{E7280DCA-7776-4A73-B9B5-41FD77FC8799}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<Prefer32Bit>False</Prefer32Bit>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Duplicati.CommandLine.BackendTester</RootNamespace>
|
|
<AssemblyName>Duplicati.CommandLine.BackendTester</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation />
|
|
<AssemblyOriginatorKeyFile>Duplicati.snk</AssemblyOriginatorKeyFile>
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile />
|
|
<UseMSBuildEngine>false</UseMSBuildEngine>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Commandlineparameters>~/.config/dupl-unittest.txt</Commandlineparameters>
|
|
<EnvironmentVariables>
|
|
<EnvironmentVariables>
|
|
<Variable name="AUTOUPDATER_Duplicati_SKIP_UPDATE" value="1" />
|
|
</EnvironmentVariables>
|
|
</EnvironmentVariables>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="NonSeekableStream.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Duplicati.snk" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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\Dropbox\Duplicati.Library.Backend.Dropbox.csproj">
|
|
<Project>{b20a7cee-9c5b-47b9-8b76-bc85adfe8493}</Project>
|
|
<Name>Duplicati.Library.Backend.Dropbox</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\Idrivee2\Duplicati.Library.Backend.Idrivee2.csproj">
|
|
<Project>{6b594d23-b629-465c-b799-70ee9e56c218}</Project>
|
|
<Name>Duplicati.Library.Backend.Idrivee2</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\Jottacloud\Duplicati.Library.Backend.Jottacloud.csproj">
|
|
<Project>{2cd5dbc3-3da6-432d-ba97-f0b8d24501c2}</Project>
|
|
<Name>Duplicati.Library.Backend.Jottacloud</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\Rclone\Duplicati.Library.Backend.Rclone.csproj">
|
|
<Project>{851a1cb8-3ceb-41b4-956f-34d760d2a8e5}</Project>
|
|
<Name>Duplicati.Library.Backend.Rclone</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\SharePoint\Duplicati.Library.Backend.SharePoint.csproj">
|
|
<Project>{59C8BBC5-6E42-46FB-AB3E-6C183A82459A}</Project>
|
|
<Name>Duplicati.Library.Backend.SharePoint</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\Sia\Duplicati.Library.Backend.Sia.csproj">
|
|
<Project>{32a74526-3e5f-413a-8cb4-1efdad4c8b91}</Project>
|
|
<Name>Duplicati.Library.Backend.Sia</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\Storj\Duplicati.Library.Backend.Storj.csproj">
|
|
<Project>{ae035e01-c917-4f13-a35e-78f21c1a2f17}</Project>
|
|
<Name>Duplicati.Library.Backend.Storj</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\Tardigrade\Duplicati.Library.Backend.Tardigrade.csproj">
|
|
<Project>{9a04cb37-da72-4008-9703-3ac5191974e9}</Project>
|
|
<Name>Duplicati.Library.Backend.Tardigrade</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\TencentCOS\Duplicati.Library.Backend.TencentCOS.csproj">
|
|
<Project>{545dd6d4-9476-42d6-b51c-a28e000c489e}</Project>
|
|
<Name>Duplicati.Library.Backend.TencentCOS</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\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\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\TahoeLAFS\Duplicati.Library.Backend.TahoeLAFS.csproj">
|
|
<Project>{C0270709-2A40-43B5-8CF1-69581B9FA2A1}</Project>
|
|
<Name>Duplicati.Library.Backend.TahoeLAFS</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>
|
|
<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\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\WEBDAV\Duplicati.Library.Backend.WEBDAV.csproj">
|
|
<Project>{BAE27510-8B5D-44B2-B33E-372A98908041}</Project>
|
|
<Name>Duplicati.Library.Backend.WEBDAV</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Modules\Builtin\Duplicati.Library.Modules.Builtin.csproj">
|
|
<Project>{52826615-7964-47FE-B4B3-1B2DBDF605B9}</Project>
|
|
<Name>Duplicati.Library.Modules.Builtin</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\OAuthHelper\Duplicati.Library.OAuthHelper.csproj">
|
|
<Project>{D4C37C33-5E73-4B56-B2C3-DC4A6BAA36BB}</Project>
|
|
<Name>Duplicati.Library.OAuthHelper</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Localization\Duplicati.Library.Localization.csproj">
|
|
<Project>{B68F2214-951F-4F78-8488-66E1ED3F50BF}</Project>
|
|
<Name>Duplicati.Library.Localization</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Logging\Duplicati.Library.Logging.csproj">
|
|
<Project>{D10A5FC0-11B4-4E70-86AA-8AEA52BD9798}</Project>
|
|
<Name>Duplicati.Library.Logging</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\Backblaze\Duplicati.Library.Backend.Backblaze.csproj">
|
|
<Project>{61C43D61-4368-4942-84A3-1EB623F4EF2A}</Project>
|
|
<Name>Duplicati.Library.Backend.Backblaze</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\Mega\Duplicati.Library.Backend.Mega.csproj">
|
|
<Project>{6643A5AE-AB38-453F-ADCE-408E35A81A83}</Project>
|
|
<Name>Duplicati.Library.Backend.Mega</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\Box\Duplicati.Library.Backend.Box.csproj">
|
|
<Project>{3FF7DD0B-5284-4BF9-97D9-1E4417FDABB2}</Project>
|
|
<Name>Duplicati.Library.Backend.Box</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Backend\AlternativeFTP\Duplicati.Library.Backend.AlternativeFTP.csproj">
|
|
<Project>{3F47CB0C-CEE1-447F-9C26-7F8E419E3E3F}</Project>
|
|
<Name>Duplicati.Library.Backend.AlternativeFTP</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Common\Duplicati.Library.Common.csproj">
|
|
<Project>{D63E53E4-A458-4C2F-914D-92F715F58ACF}</Project>
|
|
<Name>Duplicati.Library.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\Compression\Duplicati.Library.Compression.csproj">
|
|
<Project>{19ECCE09-B5EB-406C-8C57-BAC66997D469}</Project>
|
|
<Name>Duplicati.Library.Compression</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Library\SQLiteHelper\Duplicati.Library.SQLiteHelper.csproj">
|
|
<Project>{2C838169-B187-4B09-8768-1C24C2521C8D}</Project>
|
|
<Name>Duplicati.Library.SQLiteHelper</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|