1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProjectGuid >{32A74526-3E5F-413A-8CB4-1EFDAD4C8B91}</ProjectGuid >
7
+ <OutputType >Library</OutputType >
8
+ <RootNamespace >Duplicati.Library.Backend.Sia</RootNamespace >
9
+ <AssemblyName >Duplicati.Library.Backend.Sia</AssemblyName >
10
+ <SignAssembly >true</SignAssembly >
11
+ <AssemblyOriginatorKeyFile >Duplicati.snk</AssemblyOriginatorKeyFile >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <UseMSBuildEngine >false</UseMSBuildEngine >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <DebugSymbols >true</DebugSymbols >
17
+ <DebugType >full</DebugType >
18
+ <Optimize >false</Optimize >
19
+ <OutputPath >bin\Debug</OutputPath >
20
+ <DefineConstants >DEBUG;</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ <ConsolePause >false</ConsolePause >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <DebugType >full</DebugType >
27
+ <Optimize >true</Optimize >
28
+ <OutputPath >bin\Release</OutputPath >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ <ConsolePause >false</ConsolePause >
32
+ </PropertyGroup >
33
+ <ItemGroup >
34
+ <Reference Include =" System" />
35
+ <Reference Include =" Newtonsoft.Json" >
36
+ <HintPath >..\..\..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
37
+ </Reference >
38
+ </ItemGroup >
39
+ <ItemGroup >
40
+ <Compile Include =" CodeFile1.cs" />
41
+ <Compile Include =" Properties\AssemblyInfo.cs" />
42
+ <Compile Include =" Sia.cs" />
43
+ <Compile Include =" Strings.cs" />
44
+ </ItemGroup >
45
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
46
+ <ItemGroup >
47
+ <ProjectReference Include =" ..\..\Utility\Duplicati.Library.Utility.csproj" >
48
+ <Project >{DE3E5D4C-51AB-4E5E-BEE8-E636CEBFBA65}</Project >
49
+ <Name >Duplicati.Library.Utility</Name >
50
+ </ProjectReference >
51
+ <ProjectReference Include =" ..\OAuthHelper\Duplicati.Library.OAuthHelper.csproj" >
52
+ <Project >{D4C37C33-5E73-4B56-B2C3-DC4A6BAA36BB}</Project >
53
+ <Name >Duplicati.Library.OAuthHelper</Name >
54
+ </ProjectReference >
55
+ <ProjectReference Include =" ..\..\Localization\Duplicati.Library.Localization.csproj" >
56
+ <Project >{B68F2214-951F-4F78-8488-66E1ED3F50BF}</Project >
57
+ <Name >Duplicati.Library.Localization</Name >
58
+ </ProjectReference >
59
+ <ProjectReference Include =" ..\..\Interface\Duplicati.Library.Interface.csproj" >
60
+ <Project >{C5899F45-B0FF-483C-9D38-24A9FCAAB237}</Project >
61
+ <Name >Duplicati.Library.Interface</Name >
62
+ </ProjectReference >
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <None Include =" Duplicati.snk" />
66
+ <None Include =" packages.config" />
67
+ </ItemGroup >
68
+ </Project >
0 commit comments