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

Duplicati.Library.Utility.csproj « Utility « Library « Duplicati - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16766daa7aed9b8a0c1c6a3c2c72927f5f77bcc2 (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" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{DE3E5D4C-51AB-4E5E-BEE8-E636CEBFBA65}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Duplicati.Library.Utility</RootNamespace>
    <AssemblyName>Duplicati.Library.Utility</AssemblyName>
    <AssemblyOriginatorKeyFile>Duplicati.snk</AssemblyOriginatorKeyFile>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>3.5</OldToolsVersion>
    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
    <TargetFrameworkProfile />
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <UseMSBuildEngine>false</UseMSBuildEngine>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
  </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="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Management" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="FasterHashing">
      <HintPath>..\..\..\packages\FasterHashing.1.3.0\lib\net45\FasterHashing.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AsyncHttpRequest.cs" />
    <Compile Include="WinTools.cs" />
    <Compile Include="FilterGroups.cs" />
    <Compile Include="MD5HashHelper.cs" />
    <Compile Include="OverrideableStream.cs" />
    <Compile Include="ProgressReportingStream.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="RegistryUtility.cs" />
    <Compile Include="ReadLimitLengthStream.cs" />
    <Compile Include="ShaderStream.cs" />
    <Compile Include="Sizeparser.cs" />
    <Compile Include="SslCertificateValidator.cs" />
    <Compile Include="TempFile.cs" />
    <Compile Include="TempFolder.cs" />
    <Compile Include="ThrottledStream.cs" />
    <Compile Include="Timeparser.cs" />
    <Compile Include="UrlUtility.cs" />
    <Compile Include="Utility.cs" />
    <Compile Include="Win32.cs" />
    <Compile Include="WorkerThread.cs" />
    <Compile Include="CommandLineParser.cs" />
    <Compile Include="BlockingQueue.cs" />
    <Compile Include="Uri.cs" />
    <Compile Include="IFilter.cs" />
    <Compile Include="FilterExpression.cs" />
    <Compile Include="FileBackedList.cs" />
    <Compile Include="JoinedFilterExpression.cs" />
    <Compile Include="Strings.cs" />
    <Compile Include="FilterCollector.cs" />
    <Compile Include="HashCalculatingStream.cs" />
    <Compile Include="DirectStreamLink.cs" />
    <Compile Include="HostKeyException.cs" />
    <Compile Include="CallContextSettings.cs" />
    <Compile Include="HashAlgorithmHelper.cs" />
    <Compile Include="Power\PowerSupply.cs" />
    <Compile Include="Power\IPowerSupplyState.cs" />
    <Compile Include="Power\DefaultPowerSupplyState.cs" />
    <Compile Include="Power\LinuxPowerSupplyState.cs" />
    <Compile Include="Power\WindowsPowerSupplyState.cs" />
    <Compile Include="Power\MacOSPowerSupplyState.cs" />
    <Compile Include="UrlPath.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="Duplicati.snk" />
    <None Include="packages.config" />
  </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>
    <ProjectReference Include="..\Common\Duplicati.Library.Common.csproj">
      <Project>{d63e53e4-a458-4c2f-914d-92f715f58acf}</Project>
      <Name>Duplicati.Library.Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\Localization\Duplicati.Library.Localization.csproj">
      <Project>{B68F2214-951F-4F78-8488-66E1ED3F50BF}</Project>
      <Name>Duplicati.Library.Localization</Name>
    </ProjectReference>
    <ProjectReference Include="..\Interface\Duplicati.Library.Interface.csproj">
      <Project>{C5899F45-B0FF-483C-9D38-24A9FCAAB237}</Project>
      <Name>Duplicati.Library.Interface</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup />
</Project>