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

Duplicati.Library.Snapshots.csproj « Snapshots « Library « Duplicati - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e709d6f2d9a18673fc5762c270acf6420191f97 (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 ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{D63E53E4-A458-4C2F-914D-92F715F58ACE}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <Prefer32Bit>False</Prefer32Bit>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Duplicati.Library.Snapshots</RootNamespace>
    <AssemblyName>Duplicati.Library.Snapshots</AssemblyName>
    <FileAlignment>512</FileAlignment>
    <AssemblyOriginatorKeyFile>Duplicati.snk</AssemblyOriginatorKeyFile>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>3.5</OldToolsVersion>
    <UpgradeBackupLocation />
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <TargetFrameworkProfile />
    <UseMSBuildEngine>false</UseMSBuildEngine>
  </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>
    <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" />
    <Reference Include="UnixSupport">
      <HintPath>..\..\..\thirdparty\UnixSupport\UnixSupport.dll</HintPath>
    </Reference>
    <Reference Include="System.Core" />
    <Reference Include="System.Management" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Transactions" />
    <Reference Include="Newtonsoft.Json">
      <HintPath>..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="MSSQLUtility.cs" />
    <Compile Include="HyperVUtility.cs" />
    <Compile Include="ISnapshotService.cs" />
    <Compile Include="LinuxSnapshot.cs" />
    <Compile Include="UsnJournalService.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="SnapshotBase.cs" />
    <Compile Include="SnapshotUtility.cs" />
    <Compile Include="USNJournal.cs" />
    <Compile Include="Win32USN.cs" />
    <Compile Include="WindowsSnapshot.cs" />
    <Compile Include="NoSnapshotLinux.cs" />
    <Compile Include="NoSnapshotWindows.cs" />
    <Compile Include="Strings.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="..\Interface\Duplicati.Library.Interface.csproj">
      <Project>{C5899F45-B0FF-483C-9D38-24A9FCAAB237}</Project>
      <Name>Duplicati.Library.Interface</Name>
    </ProjectReference>
    <ProjectReference Include="..\AutoUpdater\Duplicati.Library.AutoUpdater.csproj">
      <Project>{7E119745-1F62-43F0-936C-F312A1912C0B}</Project>
      <Name>Duplicati.Library.AutoUpdater</Name>
    </ProjectReference>
    <ProjectReference Include="..\Localization\Duplicati.Library.Localization.csproj">
      <Project>{B68F2214-951F-4F78-8488-66E1ED3F50BF}</Project>
      <Name>Duplicati.Library.Localization</Name>
    </ProjectReference>
    <ProjectReference Include="..\Logging\Duplicati.Library.Logging.csproj">
      <Project>{D10A5FC0-11B4-4E70-86AA-8AEA52BD9798}</Project>
      <Name>Duplicati.Library.Logging</Name>
    </ProjectReference>
    <ProjectReference Include="..\IO\Duplicati.Library.IO.csproj">
      <Project>{D63E53E4-A458-4C2F-914D-92F715F58ACF}</Project>
      <Name>Duplicati.Library.Common</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="Duplicati.snk" />
    <Content Include="lvm-scripts\create-lvm-snapshot.sh">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="lvm-scripts\find-volume.sh">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="lvm-scripts\remove-lvm-snapshot.sh">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <None Include="packages.config" />
  </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>
  -->
  <ItemGroup />
  <Import Project="..\..\..\packages\AlphaVSS.1.4.0\build\net45\AlphaVSS.targets" Condition="Exists('..\..\..\packages\AlphaVSS.1.4.0\build\net45\AlphaVSS.targets')" />
</Project>