189 lines
8.5 KiB
XML
189 lines
8.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{10D2D1B7-C664-41D8-9B3A-00040C3D421B}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Duplicati.Library.Main</RootNamespace>
|
|
<AssemblyName>Duplicati.Library.Main</AssemblyName>
|
|
<SignAssembly>True</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>Duplicati.snk</AssemblyOriginatorKeyFile>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
</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>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>..\..\..\thirdparty\Json.NET\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Backupmetadata.cs" />
|
|
<Compile Include="Options.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Strings\Foresthash.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Foresthash.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Strings\Options.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Options.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Strings\RSyncDir.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>RSyncDir.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Database\ILocalFileEntry.cs" />
|
|
<Compile Include="Database\IRemoteVolume.cs" />
|
|
<Compile Include="Database\LocalBackupDatabase.cs" />
|
|
<Compile Include="Database\LocalDatabase.cs" />
|
|
<Compile Include="Database\LocalRestoreDatabase.cs" />
|
|
<Compile Include="Database\RemoteVolume.cs" />
|
|
<Compile Include="Database\RemoteVolumeEntry.cs" />
|
|
<Compile Include="Database\ExtensionMethods.cs" />
|
|
<Compile Include="Database\LocalDeleteDatabase.cs" />
|
|
<Compile Include="Database\RestoreIterators.cs" />
|
|
<Compile Include="Database\LocalBugReportDatabase.cs" />
|
|
<Compile Include="Database\LocalRepairDatabase.cs" />
|
|
<Compile Include="Operation\BackupHandler.cs" />
|
|
<Compile Include="Operation\ListFilesHandler.cs" />
|
|
<Compile Include="Operation\RecreateDatabaseHandler.cs" />
|
|
<Compile Include="Operation\RestoreControlFilesHandler.cs" />
|
|
<Compile Include="Operation\RestoreHandler.cs" />
|
|
<Compile Include="Operation\CompactHandler.cs" />
|
|
<Compile Include="Operation\DeleteHandler.cs" />
|
|
<Compile Include="Operation\CreateBugReportHandler.cs" />
|
|
<Compile Include="Operation\RepairHandler.cs" />
|
|
<Compile Include="Volumes\BlocklistEnumerable.cs" />
|
|
<Compile Include="Volumes\BlockVolumeReader.cs" />
|
|
<Compile Include="Volumes\BlockVolumeWriter.cs" />
|
|
<Compile Include="Volumes\FilesetVolumeReader.cs" />
|
|
<Compile Include="Volumes\FilesetVolumeWriter.cs" />
|
|
<Compile Include="Volumes\IFileEntry.cs" />
|
|
<Compile Include="Volumes\InvalidManifestException.cs" />
|
|
<Compile Include="Volumes\IParsedVolume.cs" />
|
|
<Compile Include="Volumes\VolumeBase.cs" />
|
|
<Compile Include="Volumes\VolumeReaderBase.cs" />
|
|
<Compile Include="Volumes\VolumeWriterBase.cs" />
|
|
<Compile Include="Volumes\IndexVolumeWriter.cs" />
|
|
<Compile Include="Volumes\IndexVolumeReader.cs" />
|
|
<Compile Include="AsyncDownloader.cs" />
|
|
<Compile Include="Blockprocessor.cs" />
|
|
<Compile Include="DatabaseLocator.cs" />
|
|
<Compile Include="Enums.cs" />
|
|
<Compile Include="BackendManager.cs" />
|
|
<Compile Include="Operation\FilelistProcessor.cs" />
|
|
<Compile Include="Utility.cs" />
|
|
<Compile Include="IMetahash.cs" />
|
|
<Compile Include="Controller.cs" />
|
|
<Compile Include="Database\LocalListDatabase.cs" />
|
|
<Compile Include="ResultClasses.cs" />
|
|
<Compile Include="Operation\ListControlFilesHandler.cs" />
|
|
<Compile Include="Operation\ListChangesHandler.cs" />
|
|
<Compile Include="Database\LocalListChangesDatabase.cs" />
|
|
<Compile Include="Database\LocalTestDatabase.cs" />
|
|
<Compile Include="Operation\TestHandler.cs" />
|
|
<Compile Include="Database\LocalRecreateDatabase.cs" />
|
|
<Compile Include="ProgressClasses.cs" />
|
|
<Compile Include="OperationPhase.cs" />
|
|
<Compile Include="Database\PathLookupHelper.cs" />
|
|
<Compile Include="Database\HashLookupHelper.cs" />
|
|
<Compile Include="Operation\TestFilterHandler.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Utility\Duplicati.Library.Utility.csproj">
|
|
<Project>{DE3E5D4C-51AB-4E5E-BEE8-E636CEBFBA65}</Project>
|
|
<Name>Duplicati.Library.Utility</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DynamicLoader\Duplicati.Library.DynamicLoader.csproj">
|
|
<Project>{0CA86ECF-5BEC-4909-B4F6-110A03B30B92}</Project>
|
|
<Name>Duplicati.Library.DynamicLoader</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Interface\Duplicati.Library.Interface.csproj">
|
|
<Project>{C5899F45-B0FF-483C-9D38-24A9FCAAB237}</Project>
|
|
<Name>Duplicati.Library.Interface</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Logging\Duplicati.Library.Logging.csproj">
|
|
<Project>{D10A5FC0-11B4-4E70-86AA-8AEA52BD9798}</Project>
|
|
<Name>Duplicati.Library.Logging</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Snapshots\Duplicati.Library.Snapshots.csproj">
|
|
<Project>{D63E53E4-A458-4C2F-914D-92F715F58ACE}</Project>
|
|
<Name>Duplicati.Library.Snapshots</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="Duplicati.snk" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Strings\Foresthash.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Foresthash.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Strings\Options.resx">
|
|
<SubType>Designer</SubType>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Options.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<Compile Include="Strings\Controller.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Controller.resx</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="Strings\RSyncDir.resx">
|
|
<SubType>Designer</SubType>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>RSyncDir.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Database\Database schema\Schema.sql" />
|
|
<EmbeddedResource Include="Strings\Controller.resx">
|
|
<SubType>Designer</SubType>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Controller.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\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>
|
|
-->
|
|
<ItemGroup>
|
|
<Content Include="default_compressed_extensions.txt">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
</Project> |