Horizon – Diff between revs 12 and 17

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 12 Rev 17
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" /> 3 <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
4 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 4 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <PropertyGroup> 5 <PropertyGroup>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{8B474010-6444-48FD-B020-AF68850AD2FC}</ProjectGuid> 8 <ProjectGuid>{8B474010-6444-48FD-B020-AF68850AD2FC}</ProjectGuid>
9 <OutputType>WinExe</OutputType> 9 <OutputType>WinExe</OutputType>
10 <RootNamespace>Horizon</RootNamespace> 10 <RootNamespace>Horizon</RootNamespace>
11 <AssemblyName>Horizon</AssemblyName> 11 <AssemblyName>Horizon</AssemblyName>
12 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> 12 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment> 13 <FileAlignment>512</FileAlignment>
14 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> 14 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15 <Deterministic>true</Deterministic> 15 <Deterministic>true</Deterministic>
16 <NuGetPackageImportStamp> 16 <NuGetPackageImportStamp>
17 </NuGetPackageImportStamp> 17 </NuGetPackageImportStamp>
18 <TargetFrameworkProfile /> 18 <TargetFrameworkProfile />
19 <PublishUrl>publish\</PublishUrl> 19 <PublishUrl>publish\</PublishUrl>
20 <Install>true</Install> 20 <Install>true</Install>
21 <InstallFrom>Disk</InstallFrom> 21 <InstallFrom>Disk</InstallFrom>
22 <UpdateEnabled>false</UpdateEnabled> 22 <UpdateEnabled>false</UpdateEnabled>
23 <UpdateMode>Foreground</UpdateMode> 23 <UpdateMode>Foreground</UpdateMode>
24 <UpdateInterval>7</UpdateInterval> 24 <UpdateInterval>7</UpdateInterval>
25 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 25 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26 <UpdatePeriodically>false</UpdatePeriodically> 26 <UpdatePeriodically>false</UpdatePeriodically>
27 <UpdateRequired>false</UpdateRequired> 27 <UpdateRequired>false</UpdateRequired>
28 <MapFileExtensions>true</MapFileExtensions> 28 <MapFileExtensions>true</MapFileExtensions>
29 <ApplicationRevision>0</ApplicationRevision> 29 <ApplicationRevision>0</ApplicationRevision>
30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31 <IsWebBootstrapper>false</IsWebBootstrapper> 31 <IsWebBootstrapper>false</IsWebBootstrapper>
32 <UseApplicationTrust>false</UseApplicationTrust> 32 <UseApplicationTrust>false</UseApplicationTrust>
33 <BootstrapperEnabled>true</BootstrapperEnabled> 33 <BootstrapperEnabled>true</BootstrapperEnabled>
34 </PropertyGroup> 34 </PropertyGroup>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36 <PlatformTarget>AnyCPU</PlatformTarget> 36 <PlatformTarget>AnyCPU</PlatformTarget>
37 <DebugSymbols>true</DebugSymbols> 37 <DebugSymbols>true</DebugSymbols>
38 <DebugType>full</DebugType> 38 <DebugType>full</DebugType>
39 <Optimize>false</Optimize> 39 <Optimize>false</Optimize>
40 <OutputPath>bin\Debug\</OutputPath> 40 <OutputPath>bin\Debug\</OutputPath>
41 <DefineConstants>DEBUG;TRACE</DefineConstants> 41 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <ErrorReport>prompt</ErrorReport> 42 <ErrorReport>prompt</ErrorReport>
43 <WarningLevel>4</WarningLevel> 43 <WarningLevel>4</WarningLevel>
44 <LangVersion>8</LangVersion> 44 <LangVersion>8</LangVersion>
45 </PropertyGroup> 45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47 <PlatformTarget>AnyCPU</PlatformTarget> 47 <PlatformTarget>AnyCPU</PlatformTarget>
48 <DebugType>pdbonly</DebugType> 48 <DebugType>pdbonly</DebugType>
49 <Optimize>true</Optimize> 49 <Optimize>true</Optimize>
50 <OutputPath>bin\Release\</OutputPath> 50 <OutputPath>bin\Release\</OutputPath>
51 <DefineConstants>TRACE</DefineConstants> 51 <DefineConstants>TRACE</DefineConstants>
52 <ErrorReport>prompt</ErrorReport> 52 <ErrorReport>prompt</ErrorReport>
53 <WarningLevel>4</WarningLevel> 53 <WarningLevel>4</WarningLevel>
54 <LangVersion>8</LangVersion> 54 <LangVersion>8</LangVersion>
55 </PropertyGroup> 55 </PropertyGroup>
56 <PropertyGroup /> 56 <PropertyGroup />
57 <PropertyGroup> 57 <PropertyGroup>
58 <ApplicationIcon>img\horizon.ico</ApplicationIcon> 58 <ApplicationIcon>img\horizon.ico</ApplicationIcon>
59 </PropertyGroup> 59 </PropertyGroup>
60 <PropertyGroup> 60 <PropertyGroup>
61 <StartupObject>Horizon.Program</StartupObject> 61 <StartupObject>Horizon.Program</StartupObject>
62 </PropertyGroup> 62 </PropertyGroup>
63 <ItemGroup> 63 <ItemGroup>
64 <Reference Include="Be.Windows.Forms.HexBox, Version=1.6.1.0, Culture=neutral, processorArchitecture=MSIL"> 64 <Reference Include="Be.Windows.Forms.HexBox, Version=1.6.1.0, Culture=neutral, processorArchitecture=MSIL">
65 <HintPath>..\packages\Be.Windows.Forms.HexBox.1.6.1\lib\net40\Be.Windows.Forms.HexBox.dll</HintPath> 65 <HintPath>..\packages\Be.Windows.Forms.HexBox.1.6.1\lib\net40\Be.Windows.Forms.HexBox.dll</HintPath>
66 </Reference> 66 </Reference>
67 <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL"> 67 <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
68 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\BouncyCastle.Crypto.dll</HintPath> 68 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\BouncyCastle.Crypto.dll</HintPath>
69 </Reference> 69 </Reference>
70 <Reference Include="Jot, Version=2.1.17.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL"> 70 <Reference Include="Jot, Version=2.1.17.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL">
71 <HintPath>..\packages\Jot.2.1.17\lib\netstandard2.0\Jot.dll</HintPath> 71 <HintPath>..\packages\Jot.2.1.17\lib\netstandard2.0\Jot.dll</HintPath>
72 </Reference> 72 </Reference>
73 <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 73 <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
74 <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> 74 <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
75 </Reference> 75 </Reference>
76 <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> 76 <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
77 <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.7.0.1\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath> 77 <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.7.0.1\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
78 </Reference> 78 </Reference>
79 <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL"> 79 <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
80 <HintPath>..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath> 80 <HintPath>..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
81 </Reference> 81 </Reference>
82 <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL"> 82 <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
83 <HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath> 83 <HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
84 </Reference> 84 </Reference>
85 <Reference Include="NetSparkle, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> 85 <Reference Include="NetSparkle, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL">
86 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.3.0\lib\net452\NetSparkle.dll</HintPath> 86 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.3.0\lib\net452\NetSparkle.dll</HintPath>
87 </Reference> 87 </Reference>
88 <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 88 <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
89 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath> 89 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath>
90 </Reference> 90 </Reference>
91 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> 91 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
92 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\Newtonsoft.Json.dll</HintPath> 92 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.3.0\lib\net452\Newtonsoft.Json.dll</HintPath>
93 </Reference> 93 </Reference>
94 <Reference Include="PresentationFramework" /> 94 <Reference Include="PresentationFramework" />
95 <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> 95 <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
96 <HintPath>..\packages\Serilog.3.1.1\lib\net471\Serilog.dll</HintPath> 96 <HintPath>..\packages\Serilog.3.1.1\lib\net471\Serilog.dll</HintPath>
97 </Reference> 97 </Reference>
98 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> 98 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
99 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath> 99 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
100 </Reference> 100 </Reference>
101 <Reference Include="System" /> 101 <Reference Include="System" />
102 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 102 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
103 <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> 103 <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
104 </Reference> 104 </Reference>
105 <Reference Include="System.ComponentModel.Composition" /> 105 <Reference Include="System.ComponentModel.Composition" />
106 <Reference Include="System.Configuration" /> 106 <Reference Include="System.Configuration" />
107 <Reference Include="System.Core" /> 107 <Reference Include="System.Core" />
108 <Reference Include="System.Data.DataSetExtensions" /> 108 <Reference Include="System.Data.DataSetExtensions" />
109 <Reference Include="System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> 109 <Reference Include="System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
110 <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\lib\net46\System.Data.SQLite.dll</HintPath> 110 <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\lib\net46\System.Data.SQLite.dll</HintPath>
111 </Reference> 111 </Reference>
112 <Reference Include="System.Data.SQLite.EF6, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> 112 <Reference Include="System.Data.SQLite.EF6, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
113 <HintPath>..\packages\System.Data.SQLite.EF6.1.0.118.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath> 113 <HintPath>..\packages\System.Data.SQLite.EF6.1.0.118.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
114 </Reference> 114 </Reference>
115 <Reference Include="System.Data.SQLite.Linq, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> 115 <Reference Include="System.Data.SQLite.Linq, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
116 <HintPath>..\packages\System.Data.SQLite.Linq.1.0.118.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath> 116 <HintPath>..\packages\System.Data.SQLite.Linq.1.0.118.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
117 </Reference> 117 </Reference>
118 <Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 118 <Reference Include="System.Diagnostics.DiagnosticSource, Version=7.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
119 <HintPath>..\packages\System.Diagnostics.DiagnosticSource.7.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath> 119 <HintPath>..\packages\System.Diagnostics.DiagnosticSource.7.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
120 </Reference> 120 </Reference>
121 <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 121 <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
122 <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath> 122 <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
123 <Private>True</Private> 123 <Private>True</Private>
124 <Private>True</Private> 124 <Private>True</Private>
125 </Reference> 125 </Reference>
126 <Reference Include="System.IO.Compression" /> 126 <Reference Include="System.IO.Compression" />
127 <Reference Include="System.Management" /> 127 <Reference Include="System.Management" />
128 <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 128 <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
129 <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath> 129 <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
130 </Reference> 130 </Reference>
131 <Reference Include="System.Net" /> 131 <Reference Include="System.Net" />
132 <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 132 <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
133 <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath> 133 <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
134 <Private>True</Private> 134 <Private>True</Private>
135 <Private>True</Private> 135 <Private>True</Private>
136 </Reference> 136 </Reference>
137 <Reference Include="System.Numerics" /> 137 <Reference Include="System.Numerics" />
138 <Reference Include="Microsoft.CSharp" /> 138 <Reference Include="Microsoft.CSharp" />
139 <Reference Include="System.Data" /> 139 <Reference Include="System.Data" />
140 <Reference Include="System.Drawing" /> 140 <Reference Include="System.Drawing" />
141 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 141 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
142 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> 142 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
143 </Reference> 143 </Reference>
144 <Reference Include="System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 144 <Reference Include="System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
145 <HintPath>..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath> 145 <HintPath>..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath>
146 <Private>True</Private> 146 <Private>True</Private>
147 <Private>True</Private> 147 <Private>True</Private>
148 </Reference> 148 </Reference>
149 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 149 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
150 <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> 150 <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
151 </Reference> 151 </Reference>
152 <Reference Include="System.Runtime.Serialization" /> 152 <Reference Include="System.Runtime.Serialization" />
153 <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 153 <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
154 <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath> 154 <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
155 <Private>True</Private> 155 <Private>True</Private>
156 <Private>True</Private> 156 <Private>True</Private>
157 </Reference> 157 </Reference>
158 <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 158 <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
159 <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath> 159 <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
160 <Private>True</Private> 160 <Private>True</Private>
161 <Private>True</Private> 161 <Private>True</Private>
162 </Reference> 162 </Reference>
163 <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 163 <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
164 <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath> 164 <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
165 <Private>True</Private> 165 <Private>True</Private>
166 <Private>True</Private> 166 <Private>True</Private>
167 </Reference> 167 </Reference>
168 <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 168 <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
169 <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath> 169 <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
170 <Private>True</Private> 170 <Private>True</Private>
171 <Private>True</Private> 171 <Private>True</Private>
172 </Reference> 172 </Reference>
173 <Reference Include="System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 173 <Reference Include="System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
174 <HintPath>..\packages\System.Text.Encodings.Web.7.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath> 174 <HintPath>..\packages\System.Text.Encodings.Web.7.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
175 </Reference> 175 </Reference>
176 <Reference Include="System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 176 <Reference Include="System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
177 <HintPath>..\packages\System.Text.Json.7.0.0\lib\net462\System.Text.Json.dll</HintPath> 177 <HintPath>..\packages\System.Text.Json.7.0.0\lib\net462\System.Text.Json.dll</HintPath>
178 </Reference> 178 </Reference>
179 <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 179 <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
180 <HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath> 180 <HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
181 </Reference> 181 </Reference>
182 <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 182 <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
183 <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath> 183 <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
184 </Reference> 184 </Reference>
185 <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 185 <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
186 <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> 186 <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
187 </Reference> 187 </Reference>
188 <Reference Include="System.Windows.Forms" /> 188 <Reference Include="System.Windows.Forms" />
189 <Reference Include="System.Xaml" /> 189 <Reference Include="System.Xaml" />
190 <Reference Include="System.Xml" /> 190 <Reference Include="System.Xml" />
191 <Reference Include="System.Xml.Linq" /> 191 <Reference Include="System.Xml.Linq" />
192 <Reference Include="VirtualFileDataObject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e9db8471034a9d23, processorArchitecture=MSIL"> 192 <Reference Include="VirtualFileDataObject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e9db8471034a9d23, processorArchitecture=MSIL">
193 <HintPath>..\packages\VirtualFileDataObject.1.0.0.0\lib\net40\VirtualFileDataObject.dll</HintPath> 193 <HintPath>..\packages\VirtualFileDataObject.1.0.0.0\lib\net40\VirtualFileDataObject.dll</HintPath>
194 </Reference> 194 </Reference>
195 <Reference Include="WatsonTcp, Version=6.0.6.0, Culture=neutral, PublicKeyToken=c61f5f04303a13b3, processorArchitecture=MSIL"> 195 <Reference Include="WatsonTcp, Version=6.0.6.0, Culture=neutral, PublicKeyToken=c61f5f04303a13b3, processorArchitecture=MSIL">
196 <HintPath>..\packages\WatsonTcp.6.0.6\lib\net462\WatsonTcp.dll</HintPath> 196 <HintPath>..\packages\WatsonTcp.6.0.6\lib\net462\WatsonTcp.dll</HintPath>
197 </Reference> 197 </Reference>
198 <Reference Include="WindowsBase" /> 198 <Reference Include="WindowsBase" />
199 <Reference Include="XmlRpcCs, Version=2.1.1.2, Culture=neutral, processorArchitecture=MSIL"> 199 <Reference Include="XmlRpcCs, Version=2.1.1.2, Culture=neutral, processorArchitecture=MSIL">
200 <HintPath>..\packages\XmlRpcCs.2.1.1.2\lib\net461\XmlRpcCs.dll</HintPath> 200 <HintPath>..\packages\XmlRpcCs.2.1.1.2\lib\net461\XmlRpcCs.dll</HintPath>
201 </Reference> 201 </Reference>
202 </ItemGroup> 202 </ItemGroup>
203 <ItemGroup> 203 <ItemGroup>
204 <Compile Include="AboutForm.cs"> 204 <Compile Include="AboutForm.cs">
205 <SubType>Form</SubType> 205 <SubType>Form</SubType>
206 </Compile> 206 </Compile>
207 <Compile Include="AboutForm.Designer.cs"> 207 <Compile Include="AboutForm.Designer.cs">
208 <DependentUpon>AboutForm.cs</DependentUpon> 208 <DependentUpon>AboutForm.cs</DependentUpon>
209 </Compile> 209 </Compile>
210 <Compile Include="Constants.cs" /> 210 <Compile Include="Constants.cs" />
211 <Compile Include="Database\SnapshotDataUpdateEventArgs.cs" /> 211 <Compile Include="Database\SnapshotDataUpdateEventArgs.cs" />
212 <Compile Include="Database\SnapshotDataUpdateFailureEventArgs.cs" /> 212 <Compile Include="Database\SnapshotDataUpdateFailureEventArgs.cs" />
213 <Compile Include="Database\SnapshotNoteUpdateEventArgs.cs" /> 213 <Compile Include="Database\SnapshotNoteUpdateEventArgs.cs" />
214 <Compile Include="Database\SnapshotNoteUpdateFailureEventArgs.cs" /> 214 <Compile Include="Database\SnapshotNoteUpdateFailureEventArgs.cs" />
215 <Compile Include="Snapshots\CreateSnapshotProgress.cs" /> 215 <Compile Include="Snapshots\CreateSnapshotProgress.cs" />
216 <Compile Include="Snapshots\CreateSnapshotProgressFailure.cs" /> 216 <Compile Include="Snapshots\CreateSnapshotProgressFailure.cs" />
217 <Compile Include="Snapshots\CreateSnapshotProgressSuccess.cs" /> 217 <Compile Include="Snapshots\CreateSnapshotProgressSuccess.cs" />
218 <Compile Include="Snapshots\TransferSnapshot.cs" /> 218 <Compile Include="Snapshots\TransferSnapshot.cs" />
219 <Compile Include="Utilities\LogMemorySink.cs" /> 219 <Compile Include="Utilities\LogMemorySink.cs" />
220 <Compile Include="LogViewForm.cs"> 220 <Compile Include="LogViewForm.cs">
221 <SubType>Form</SubType> 221 <SubType>Form</SubType>
222 </Compile> 222 </Compile>
223 <Compile Include="LogViewForm.Designer.cs"> 223 <Compile Include="LogViewForm.Designer.cs">
224 <DependentUpon>LogViewForm.cs</DependentUpon> 224 <DependentUpon>LogViewForm.cs</DependentUpon>
225 </Compile> 225 </Compile>
226 <Compile Include="Snapshots\DataGridViewRowProgressSuccessRetrieveFileStream.cs" /> 226 <Compile Include="Snapshots\DataGridViewRowProgressSuccessRetrieveFileStream.cs" />
227 <Compile Include="Snapshots\DataGridViewRowProgress.cs" /> 227 <Compile Include="Snapshots\DataGridViewRowProgress.cs" />
228 <Compile Include="Snapshots\DataGridViewRowProgressFailure.cs" /> 228 <Compile Include="Snapshots\DataGridViewRowProgressFailure.cs" />
229 <Compile Include="Snapshots\DataGridViewRowProgressSuccess.cs" /> 229 <Compile Include="Snapshots\DataGridViewRowProgressSuccess.cs" />
230 <Compile Include="Snapshots\HexViewForm.cs"> 230 <Compile Include="Snapshots\HexViewForm.cs">
231 <SubType>Form</SubType> 231 <SubType>Form</SubType>
232 </Compile> 232 </Compile>
233 <Compile Include="Snapshots\HexViewForm.Designer.cs"> 233 <Compile Include="Snapshots\HexViewForm.Designer.cs">
234 <DependentUpon>HexViewForm.cs</DependentUpon> 234 <DependentUpon>HexViewForm.cs</DependentUpon>
235 </Compile> 235 </Compile>
236 <Compile Include="Snapshots\SaveDataEventArgs.cs" /> 236 <Compile Include="Snapshots\SaveDataEventArgs.cs" />
237 <Compile Include="Database\SnapshotCreateEventArgs.cs" /> 237 <Compile Include="Database\SnapshotCreateEventArgs.cs" />
238 <Compile Include="Database\SnapshotCreateFailureEventArgs.cs" /> 238 <Compile Include="Database\SnapshotCreateFailureEventArgs.cs" />
239 <Compile Include="Database\SnapshotDataUpdateSuccessEventArgs.cs" /> 239 <Compile Include="Database\SnapshotDataUpdateSuccessEventArgs.cs" />
240 <Compile Include="Snapshots\SaveNoteEventArgs.cs" /> 240 <Compile Include="Snapshots\SaveNoteEventArgs.cs" />
241 <Compile Include="Snapshots\SnapshotManagerDataGridView.cs"> 241 <Compile Include="Snapshots\SnapshotManagerDataGridView.cs">
242 <SubType>Component</SubType> 242 <SubType>Component</SubType>
243 </Compile> 243 </Compile>
244 <Compile Include="Snapshots\SnapshotNoteForm.cs"> 244 <Compile Include="Snapshots\SnapshotNoteForm.cs">
245 <SubType>Form</SubType> 245 <SubType>Form</SubType>
246 </Compile> 246 </Compile>
247 <Compile Include="Snapshots\SnapshotNoteForm.Designer.cs"> 247 <Compile Include="Snapshots\SnapshotNoteForm.Designer.cs">
248 <DependentUpon>SnapshotNoteForm.cs</DependentUpon> 248 <DependentUpon>SnapshotNoteForm.cs</DependentUpon>
249 </Compile> 249 </Compile>
250 <Compile Include="Database\SnapshotNoteUpdateSuccessEventArgs.cs" /> 250 <Compile Include="Database\SnapshotNoteUpdateSuccessEventArgs.cs" />
251 <Compile Include="Snapshots\SnapshotPreview.cs" /> 251 <Compile Include="Snapshots\SnapshotPreview.cs" />
252 <Compile Include="Database\SnapshotRevertEventArgs.cs" /> 252 <Compile Include="Database\SnapshotRevertEventArgs.cs" />
253 <Compile Include="Database\SnapshotRevertFailureEventArgs.cs" /> 253 <Compile Include="Database\SnapshotRevertFailureEventArgs.cs" />
254 <Compile Include="Utilities\Controls\DoubleBufferedDataGridView.cs"> 254 <Compile Include="Utilities\Controls\DoubleBufferedDataGridView.cs">
255 <SubType>Component</SubType> 255 <SubType>Component</SubType>
256 </Compile> 256 </Compile>
257 <Compile Include="Utilities\Controls\ReadOnlyRickTextBox.cs"> 257 <Compile Include="Utilities\Controls\ReadOnlyRickTextBox.cs">
258 <SubType>Component</SubType> 258 <SubType>Component</SubType>
259 </Compile> 259 </Compile>
260 <Compile Include="Utilities\Networking\Miscellaneous.cs" /> 260 <Compile Include="Utilities\Networking\Miscellaneous.cs" />
261 <Compile Include="Utilities\Serialization\Serialization.cs" /> 261 <Compile Include="Utilities\Serialization\Serialization.cs" />
262 <Compile Include="Utilities\Serialization\SerializationFailure.cs" /> 262 <Compile Include="Utilities\Serialization\SerializationFailure.cs" />
263 <Compile Include="Utilities\Serialization\SerializationState.cs" /> 263 <Compile Include="Utilities\Serialization\SerializationState.cs" />
264 <Compile Include="Utilities\Serialization\SerializationSuccess.cs" /> 264 <Compile Include="Utilities\Serialization\SerializationSuccess.cs" />
265 <Compile Include="MainForm.cs"> 265 <Compile Include="MainForm.cs">
266 <SubType>Form</SubType> 266 <SubType>Form</SubType>
267 </Compile> 267 </Compile>
268 <Compile Include="MainForm.Designer.cs"> 268 <Compile Include="MainForm.Designer.cs">
269 <DependentUpon>MainForm.cs</DependentUpon> 269 <DependentUpon>MainForm.cs</DependentUpon>
270 </Compile> 270 </Compile>
271 <Compile Include="ManageFoldersForm.cs"> 271 <Compile Include="ManageFoldersForm.cs">
272 <SubType>Form</SubType> 272 <SubType>Form</SubType>
273 </Compile> 273 </Compile>
274 <Compile Include="ManageFoldersForm.Designer.cs"> 274 <Compile Include="ManageFoldersForm.Designer.cs">
275 <DependentUpon>ManageFoldersForm.cs</DependentUpon> 275 <DependentUpon>ManageFoldersForm.cs</DependentUpon>
276 </Compile> 276 </Compile>
277 <Compile Include="Program.cs" /> 277 <Compile Include="Program.cs" />
278 <Compile Include="Properties\AssemblyInfo.cs" /> 278 <Compile Include="Properties\AssemblyInfo.cs" />
279 <Compile Include="Snapshots\FileSystemWatcherState.cs" /> 279 <Compile Include="Snapshots\FileSystemWatcherState.cs" />
280 <Compile Include="Utilities\ScreenCapture.cs" /> 280 <Compile Include="Utilities\ScreenCapture.cs" />
281 <Compile Include="Snapshots\PreviewRetrievedEventArgs.cs" /> 281 <Compile Include="Snapshots\PreviewRetrievedEventArgs.cs" />
282 <Compile Include="Database\SnapshotDatabase.cs" /> 282 <Compile Include="Database\SnapshotDatabase.cs" />
283 <Compile Include="Database\SnapshotRevertSuccessEventArgs.cs" /> 283 <Compile Include="Database\SnapshotRevertSuccessEventArgs.cs" />
284 <Compile Include="Snapshots\Snapshot.cs" /> 284 <Compile Include="Snapshots\Snapshot.cs" />
285 <Compile Include="Database\SnapshotCreateSuccessEventArgs.cs" /> 285 <Compile Include="Database\SnapshotCreateSuccessEventArgs.cs" />
286 <Compile Include="Snapshots\SnapshotManagerForm.cs"> 286 <Compile Include="Snapshots\SnapshotManagerForm.cs">
287 <SubType>Form</SubType> 287 <SubType>Form</SubType>
288 </Compile> 288 </Compile>
289 <Compile Include="Snapshots\SnapshotManagerForm.Designer.cs"> 289 <Compile Include="Snapshots\SnapshotManagerForm.Designer.cs">
290 <DependentUpon>SnapshotManagerForm.cs</DependentUpon> 290 <DependentUpon>SnapshotManagerForm.cs</DependentUpon>
291 </Compile> 291 </Compile>
292 <Compile Include="Snapshots\SnapshotPreviewForm.cs"> 292 <Compile Include="Snapshots\SnapshotPreviewForm.cs">
293 <SubType>Form</SubType> 293 <SubType>Form</SubType>
294 </Compile> 294 </Compile>
295 <Compile Include="Snapshots\SnapshotPreviewForm.Designer.cs"> 295 <Compile Include="Snapshots\SnapshotPreviewForm.Designer.cs">
296 <DependentUpon>SnapshotPreviewForm.cs</DependentUpon> 296 <DependentUpon>SnapshotPreviewForm.cs</DependentUpon>
297 </Compile> 297 </Compile>
298 <Compile Include="Utilities\ScheduledContinuation.cs" /> 298 <Compile Include="Utilities\ScheduledContinuation.cs" />
299 <Compile Include="Utilities\Miscellaneous.cs" /> 299 <Compile Include="Utilities\Miscellaneous.cs" />
300 <Compile Include="Utilities\Subpaths.cs" /> 300 <Compile Include="Utilities\Subpaths.cs" />
301 <Compile Include="Utilities\WindowState.cs" /> 301 <Compile Include="Utilities\WindowState.cs" />
302 <EmbeddedResource Include="AboutForm.resx"> 302 <EmbeddedResource Include="AboutForm.resx">
303 <DependentUpon>AboutForm.cs</DependentUpon> 303 <DependentUpon>AboutForm.cs</DependentUpon>
304 </EmbeddedResource> 304 </EmbeddedResource>
305 <EmbeddedResource Include="LogViewForm.resx"> 305 <EmbeddedResource Include="LogViewForm.resx">
306 <DependentUpon>LogViewForm.cs</DependentUpon> 306 <DependentUpon>LogViewForm.cs</DependentUpon>
307 </EmbeddedResource> 307 </EmbeddedResource>
308 <EmbeddedResource Include="MainForm.resx"> 308 <EmbeddedResource Include="MainForm.resx">
309 <DependentUpon>MainForm.cs</DependentUpon> 309 <DependentUpon>MainForm.cs</DependentUpon>
310 <SubType>Designer</SubType> 310 <SubType>Designer</SubType>
311 </EmbeddedResource> 311 </EmbeddedResource>
312 <EmbeddedResource Include="ManageFoldersForm.resx"> 312 <EmbeddedResource Include="ManageFoldersForm.resx">
313 <DependentUpon>ManageFoldersForm.cs</DependentUpon> 313 <DependentUpon>ManageFoldersForm.cs</DependentUpon>
314 </EmbeddedResource> 314 </EmbeddedResource>
315 <EmbeddedResource Include="Properties\Resources.resx"> 315 <EmbeddedResource Include="Properties\Resources.resx">
316 <Generator>ResXFileCodeGenerator</Generator> 316 <Generator>ResXFileCodeGenerator</Generator>
317 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 317 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
318 <SubType>Designer</SubType> 318 <SubType>Designer</SubType>
319 </EmbeddedResource> 319 </EmbeddedResource>
320 <Compile Include="Properties\Resources.Designer.cs"> 320 <Compile Include="Properties\Resources.Designer.cs">
321 <AutoGen>True</AutoGen> 321 <AutoGen>True</AutoGen>
322 <DependentUpon>Resources.resx</DependentUpon> 322 <DependentUpon>Resources.resx</DependentUpon>
323 <DesignTime>True</DesignTime> 323 <DesignTime>True</DesignTime>
324 </Compile> 324 </Compile>
325 <EmbeddedResource Include="Snapshots\HexViewForm.resx"> 325 <EmbeddedResource Include="Snapshots\HexViewForm.resx">
326 <DependentUpon>HexViewForm.cs</DependentUpon> 326 <DependentUpon>HexViewForm.cs</DependentUpon>
327 </EmbeddedResource> 327 </EmbeddedResource>
328 <EmbeddedResource Include="Snapshots\SnapshotManagerForm.resx"> 328 <EmbeddedResource Include="Snapshots\SnapshotManagerForm.resx">
329 <DependentUpon>SnapshotManagerForm.cs</DependentUpon> 329 <DependentUpon>SnapshotManagerForm.cs</DependentUpon>
330 </EmbeddedResource> 330 </EmbeddedResource>
331 <EmbeddedResource Include="Snapshots\SnapshotNoteForm.resx"> 331 <EmbeddedResource Include="Snapshots\SnapshotNoteForm.resx">
332 <DependentUpon>SnapshotNoteForm.cs</DependentUpon> 332 <DependentUpon>SnapshotNoteForm.cs</DependentUpon>
333 </EmbeddedResource> 333 </EmbeddedResource>
334 <EmbeddedResource Include="Snapshots\SnapshotPreviewForm.resx"> 334 <EmbeddedResource Include="Snapshots\SnapshotPreviewForm.resx">
335 <DependentUpon>SnapshotPreviewForm.cs</DependentUpon> 335 <DependentUpon>SnapshotPreviewForm.cs</DependentUpon>
336 </EmbeddedResource> 336 </EmbeddedResource>
337 <None Include="app.manifest" /> 337 <None Include="app.manifest" />
338 <None Include="packages.config" /> 338 <None Include="packages.config" />
339 </ItemGroup> 339 </ItemGroup>
340 <ItemGroup> 340 <ItemGroup>
341 <None Include="App.config" /> 341 <None Include="App.config" />
342 </ItemGroup> 342 </ItemGroup>
343 <ItemGroup> 343 <ItemGroup>
344 <Content Include="img\add-button.png" /> 344 <Content Include="img\add-button.png" />
345 <Content Include="img\ads.png" /> 345 <Content Include="img\ads.png" />
346 <Content Include="img\atom.png" /> 346 <Content Include="img\atom.png" />
347 <Content Include="img\balloons.png" /> 347 <Content Include="img\balloons.png" />
348 <Content Include="img\binary-code.png" /> 348 <Content Include="img\binary-code.png" />
349 <Content Include="img\broom.png" /> 349 <Content Include="img\broom.png" />
350 <Content Include="img\directory.png" /> 350 <Content Include="img\directory.png" />
351 <Content Include="img\computer.png" /> 351 <Content Include="img\computer.png" />
352 <Content Include="img\download.png" /> 352 <Content Include="img\download.png" />
353 <Content Include="img\engineering.png" /> 353 <Content Include="img\engineering.png" />
354 <Content Include="img\loop.png" /> 354 <Content Include="img\loop.png" />
355 <Content Include="img\move.png" /> 355 <Content Include="img\move.png" />
356 <Content Include="img\neural.png" /> 356 <Content Include="img\neural.png" />
357 <Content Include="img\note.png" /> 357 <Content Include="img\note.png" />
358 <Content Include="img\redo.png" /> 358 <Content Include="img\redo.png" />
359 <Content Include="img\tool-box.png" /> 359 <Content Include="img\tool-box.png" />
360 <Content Include="img\update.png" /> 360 <Content Include="img\update.png" />
361 <Content Include="img\upload.png" /> 361 <Content Include="img\upload.png" />
362 <Content Include="img\window.png" /> 362 <Content Include="img\window.png" />
363 <Content Include="img\wood.png" /> 363 <Content Include="img\wood.png" />
364 <EmbeddedResource Include="img\horizon.png" /> 364 <EmbeddedResource Include="img\horizon.png" />
365 <EmbeddedResource Include="img\horizon-active.png" /> 365 <EmbeddedResource Include="img\horizon-active.png" />
366 <Content Include="img\about.png" /> 366 <Content Include="img\about.png" />
367 <Content Include="img\clock.png" /> 367 <Content Include="img\clock.png" />
368 <Content Include="img\cog.png" /> 368 <Content Include="img\cog.png" />
369 <Content Include="img\color-circle.png" /> 369 <Content Include="img\color-circle.png" />
370 <Content Include="img\delete.png" /> 370 <Content Include="img\delete.png" />
371 <Content Include="img\enable.png" /> 371 <Content Include="img\enable.png" />
372 <Content Include="img\exit.png" /> 372 <Content Include="img\exit.png" />
373 <Content Include="img\explore.png" /> 373 <Content Include="img\explore.png" />
374 <Content Include="img\folder.png" /> 374 <Content Include="img\folder.png" />
375 <Content Include="img\horizon.ico" /> 375 <Content Include="img\horizon.ico" />
376 <Content Include="img\shuttle.png" /> 376 <Content Include="img\shuttle.png" />
377 <Content Include="img\snapshot.png" /> 377 <Content Include="img\snapshot.png" />
378 <Content Include="img\time.png" /> 378 <Content Include="img\time.png" />
379 <Content Include="img\tools.png" /> 379 <Content Include="img\tools.png" />
380 <Content Include="img\trash.png" /> 380 <Content Include="img\trash.png" />
381 <Content Include="img\undo.png" /> 381 <Content Include="img\undo.png" />
382 </ItemGroup> 382 </ItemGroup>
383 <ItemGroup> 383 <ItemGroup>
384 <ProjectReference Include="..\Configuration\Configuration.csproj"> 384 <ProjectReference Include="..\Configuration\Configuration.csproj">
385 <Project>{42feb6ec-5f7d-45a4-a28c-6971fb043c1e}</Project> 385 <Project>{42feb6ec-5f7d-45a4-a28c-6971fb043c1e}</Project>
386 <Name>Configuration</Name> 386 <Name>Configuration</Name>
387 </ProjectReference> 387 </ProjectReference>
388 <ProjectReference Include="..\Mono.Zeroconf\src\Mono.Zeroconf.Providers.Bonjour\Mono.Zeroconf.Providers.Bonjour.csproj"> 388 <ProjectReference Include="..\Mono.Zeroconf\src\Mono.Zeroconf.Providers.Bonjour\Mono.Zeroconf.Providers.Bonjour.csproj">
389 <Project>{623325e2-5821-4701-a40c-3759097008dd}</Project> 389 <Project>{623325e2-5821-4701-a40c-3759097008dd}</Project>
390 <Name>Mono.Zeroconf.Providers.Bonjour</Name> 390 <Name>Mono.Zeroconf.Providers.Bonjour</Name>
391 </ProjectReference> 391 </ProjectReference>
392 <ProjectReference Include="..\Mono.Zeroconf\src\Mono.Zeroconf\Mono.Zeroconf.csproj"> 392 <ProjectReference Include="..\Mono.Zeroconf\src\Mono.Zeroconf\Mono.Zeroconf.csproj">
393 <Project>{5cf88e3a-13dd-4114-bad9-da826946516f}</Project> 393 <Project>{5cf88e3a-13dd-4114-bad9-da826946516f}</Project>
394 <Name>Mono.Zeroconf</Name> 394 <Name>Mono.Zeroconf</Name>
395 </ProjectReference> 395 </ProjectReference>
396 <ProjectReference Include="..\TrackedFolders\TrackedFolders.csproj"> 396 <ProjectReference Include="..\TrackedFolders\TrackedFolders.csproj">
397 <Project>{C035AD19-15BA-4D59-9460-D46C38FCF69F}</Project> 397 <Project>{C035AD19-15BA-4D59-9460-D46C38FCF69F}</Project>
398 <Name>TrackedFolders</Name> 398 <Name>TrackedFolders</Name>
399 </ProjectReference> 399 </ProjectReference>
400 </ItemGroup> 400 </ItemGroup>
401 <ItemGroup> 401 <ItemGroup>
402 <BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> 402 <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
403 <Visible>False</Visible> 403 <Visible>False</Visible>
404 <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName> 404 <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
405 <Install>true</Install> 405 <Install>true</Install>
406 </BootstrapperPackage> 406 </BootstrapperPackage>
407 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 407 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
408 <Visible>False</Visible> 408 <Visible>False</Visible>
409 <ProductName>.NET Framework 3.5 SP1</ProductName> 409 <ProductName>.NET Framework 3.5 SP1</ProductName>
410 <Install>false</Install> 410 <Install>false</Install>
411 </BootstrapperPackage> 411 </BootstrapperPackage>
412 </ItemGroup> 412 </ItemGroup>
413 <ItemGroup /> 413 <ItemGroup />
-   414 <Import Project="..\Dependencies\Dependencies.projitems" Label="Shared" />
414 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 415 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
415 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> 416 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
416 <PropertyGroup> 417 <PropertyGroup>
417 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> 418 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
418 </PropertyGroup> 419 </PropertyGroup>
419 <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" /> 420 <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
420 <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" /> 421 <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
421 <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" /> 422 <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
422 </Target> 423 </Target>
423 <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" /> 424 <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
424 <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" /> 425 <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
425 </Project> 426 </Project>
426   427  
427
Generated by GNU Enscript 1.6.5.90.
428
Generated by GNU Enscript 1.6.5.90.
428   429  
429   430  
430   431