Horizon – Diff between revs 1 and 5

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 5
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>7.3</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>7.3</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.2.3\lib\net452\BouncyCastle.Crypto.dll</HintPath> 68 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\BouncyCastle.Crypto.dll</HintPath>
69 </Reference> 69 </Reference>
70 <Reference Include="Jot, Version=2.1.14.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.16\lib\netstandard2.0\Jot.dll</HintPath> 71 <HintPath>..\packages\Jot.2.1.17\lib\netstandard2.0\Jot.dll</HintPath>
-   72 </Reference>
-   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>
72 </Reference> 75 </Reference>
73 <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">
74 <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>
75 </Reference> 78 </Reference>
76 <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">
77 <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>
78 </Reference> 81 </Reference>
79 <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">
80 <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>
81 </Reference> 84 </Reference>
82 <Reference Include="NetSparkle, Version=2.2.3.0, Culture=neutral, processorArchitecture=MSIL"> 85 <Reference Include="NetSparkle, Version=2.2.3.0, Culture=neutral, processorArchitecture=MSIL">
83 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.2.3\lib\net452\NetSparkle.dll</HintPath> 86 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.2.3\lib\net452\NetSparkle.dll</HintPath>
84 </Reference> 87 </Reference>
85 <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">
86 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath> 89 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath>
87 </Reference> 90 </Reference>
88 <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">
89 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\Newtonsoft.Json.dll</HintPath> 92 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\Newtonsoft.Json.dll</HintPath>
90 </Reference> 93 </Reference>
91 <Reference Include="PresentationFramework" /> 94 <Reference Include="PresentationFramework" />
92 <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">
93 <HintPath>..\packages\Serilog.3.0.1\lib\net471\Serilog.dll</HintPath> 96 <HintPath>..\packages\Serilog.3.0.1\lib\net471\Serilog.dll</HintPath>
94 </Reference> 97 </Reference>
95 <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">
96 <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>
97 </Reference> 100 </Reference>
98 <Reference Include="System" /> 101 <Reference Include="System" />
99 <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">
100 <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>
101 </Reference> 104 </Reference>
102 <Reference Include="System.ComponentModel.Composition" /> 105 <Reference Include="System.ComponentModel.Composition" />
103 <Reference Include="System.Configuration" /> 106 <Reference Include="System.Configuration" />
104 <Reference Include="System.Core" /> 107 <Reference Include="System.Core" />
105 <Reference Include="System.Data.DataSetExtensions" /> 108 <Reference Include="System.Data.DataSetExtensions" />
106 <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">
107 <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>
108 </Reference> 111 </Reference>
109 <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">
110 <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>
111 </Reference> 114 </Reference>
112 <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">
113 <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>
114 </Reference> 117 </Reference>
115 <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 118 <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
116 <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath> 119 <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
117 <Private>True</Private> 120 <Private>True</Private>
118 <Private>True</Private> 121 <Private>True</Private>
119 </Reference> 122 </Reference>
120 <Reference Include="System.IO.Compression" /> 123 <Reference Include="System.IO.Compression" />
121 <Reference Include="System.Management" /> 124 <Reference Include="System.Management" />
122 <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 125 <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
123 <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath> 126 <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
124 </Reference> 127 </Reference>
125 <Reference Include="System.Net" /> 128 <Reference Include="System.Net" />
126 <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 129 <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
127 <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath> 130 <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
128 <Private>True</Private> 131 <Private>True</Private>
129 <Private>True</Private> 132 <Private>True</Private>
130 </Reference> 133 </Reference>
131 <Reference Include="System.Numerics" /> 134 <Reference Include="System.Numerics" />
132 <Reference Include="Microsoft.CSharp" /> 135 <Reference Include="Microsoft.CSharp" />
133 <Reference Include="System.Data" /> 136 <Reference Include="System.Data" />
134 <Reference Include="System.Drawing" /> 137 <Reference Include="System.Drawing" />
135 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 138 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
136 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> 139 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
137 </Reference> 140 </Reference>
138 <Reference Include="System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 141 <Reference Include="System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
139 <HintPath>..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath> 142 <HintPath>..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath>
140 <Private>True</Private> 143 <Private>True</Private>
141 <Private>True</Private> 144 <Private>True</Private>
142 </Reference> 145 </Reference>
143 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 146 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
144 <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> 147 <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
145 </Reference> 148 </Reference>
146 <Reference Include="System.Runtime.Serialization" /> 149 <Reference Include="System.Runtime.Serialization" />
147 <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 150 <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
148 <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath> 151 <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
149 <Private>True</Private> 152 <Private>True</Private>
150 <Private>True</Private> 153 <Private>True</Private>
151 </Reference> 154 </Reference>
152 <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 155 <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
153 <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath> 156 <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
154 <Private>True</Private> 157 <Private>True</Private>
155 <Private>True</Private> 158 <Private>True</Private>
156 </Reference> 159 </Reference>
157 <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 160 <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
158 <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath> 161 <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
159 <Private>True</Private> 162 <Private>True</Private>
160 <Private>True</Private> 163 <Private>True</Private>
161 </Reference> 164 </Reference>
162 <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 165 <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
163 <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath> 166 <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
164 <Private>True</Private> 167 <Private>True</Private>
165 <Private>True</Private> 168 <Private>True</Private>
166 </Reference> 169 </Reference>
-   170 <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
-   171 <HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
-   172 </Reference>
-   173 <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
-   174 <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
-   175 </Reference>
167 <Reference Include="System.Windows.Forms" /> 176 <Reference Include="System.Windows.Forms" />
168 <Reference Include="System.Xaml" /> 177 <Reference Include="System.Xaml" />
169 <Reference Include="System.Xml" /> 178 <Reference Include="System.Xml" />
170 <Reference Include="System.Xml.Linq" /> 179 <Reference Include="System.Xml.Linq" />
171 <Reference Include="VirtualFileDataObject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e9db8471034a9d23, processorArchitecture=MSIL"> 180 <Reference Include="VirtualFileDataObject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e9db8471034a9d23, processorArchitecture=MSIL">
172 <HintPath>..\packages\VirtualFileDataObject.1.0.0.0\lib\net40\VirtualFileDataObject.dll</HintPath> 181 <HintPath>..\packages\VirtualFileDataObject.1.0.0.0\lib\net40\VirtualFileDataObject.dll</HintPath>
173 </Reference> 182 </Reference>
174 <Reference Include="WindowsBase" /> 183 <Reference Include="WindowsBase" />
175 </ItemGroup> 184 </ItemGroup>
176 <ItemGroup> 185 <ItemGroup>
177 <Compile Include="AboutForm.cs"> 186 <Compile Include="AboutForm.cs">
178 <SubType>Form</SubType> 187 <SubType>Form</SubType>
179 </Compile> 188 </Compile>
180 <Compile Include="AboutForm.Designer.cs"> 189 <Compile Include="AboutForm.Designer.cs">
181 <DependentUpon>AboutForm.cs</DependentUpon> 190 <DependentUpon>AboutForm.cs</DependentUpon>
182 </Compile> 191 </Compile>
183 <Compile Include="Constants.cs" /> 192 <Compile Include="Constants.cs" />
184 <Compile Include="Database\SnapshotDataUpdateEventArgs.cs" /> 193 <Compile Include="Database\SnapshotDataUpdateEventArgs.cs" />
185 <Compile Include="Database\SnapshotDataUpdateFailureEventArgs.cs" /> 194 <Compile Include="Database\SnapshotDataUpdateFailureEventArgs.cs" />
186 <Compile Include="Database\SnapshotNoteUpdateEventArgs.cs" /> 195 <Compile Include="Database\SnapshotNoteUpdateEventArgs.cs" />
187 <Compile Include="Database\SnapshotNoteUpdateFailureEventArgs.cs" /> 196 <Compile Include="Database\SnapshotNoteUpdateFailureEventArgs.cs" />
-   197 <Compile Include="Snapshots\CreateSnapshotProgress.cs" />
-   198 <Compile Include="Snapshots\CreateSnapshotProgressFailure.cs" />
-   199 <Compile Include="Snapshots\CreateSnapshotProgressSuccess.cs" />
188 <Compile Include="Utilities\LogMemorySink.cs" /> 200 <Compile Include="Utilities\LogMemorySink.cs" />
189 <Compile Include="LogViewForm.cs"> 201 <Compile Include="LogViewForm.cs">
190 <SubType>Form</SubType> 202 <SubType>Form</SubType>
191 </Compile> 203 </Compile>
192 <Compile Include="LogViewForm.Designer.cs"> 204 <Compile Include="LogViewForm.Designer.cs">
193 <DependentUpon>LogViewForm.cs</DependentUpon> 205 <DependentUpon>LogViewForm.cs</DependentUpon>
194 </Compile> 206 </Compile>
195 <Compile Include="Snapshots\DataGridViewRowProgressSuccessRetrieveFileStream.cs" /> 207 <Compile Include="Snapshots\DataGridViewRowProgressSuccessRetrieveFileStream.cs" />
196 <Compile Include="Snapshots\DataGridViewRowProgress.cs" /> 208 <Compile Include="Snapshots\DataGridViewRowProgress.cs" />
197 <Compile Include="Snapshots\DataGridViewRowProgressFailure.cs" /> 209 <Compile Include="Snapshots\DataGridViewRowProgressFailure.cs" />
198 <Compile Include="Snapshots\DataGridViewRowProgressSuccess.cs" /> 210 <Compile Include="Snapshots\DataGridViewRowProgressSuccess.cs" />
199 <Compile Include="Snapshots\HexViewForm.cs"> 211 <Compile Include="Snapshots\HexViewForm.cs">
200 <SubType>Form</SubType> 212 <SubType>Form</SubType>
201 </Compile> 213 </Compile>
202 <Compile Include="Snapshots\HexViewForm.Designer.cs"> 214 <Compile Include="Snapshots\HexViewForm.Designer.cs">
203 <DependentUpon>HexViewForm.cs</DependentUpon> 215 <DependentUpon>HexViewForm.cs</DependentUpon>
204 </Compile> 216 </Compile>
205 <Compile Include="Snapshots\SaveDataEventArgs.cs" /> 217 <Compile Include="Snapshots\SaveDataEventArgs.cs" />
206 <Compile Include="Database\SnapshotCreateEventArgs.cs" /> 218 <Compile Include="Database\SnapshotCreateEventArgs.cs" />
207 <Compile Include="Database\SnapshotCreateFailureEventArgs.cs" /> 219 <Compile Include="Database\SnapshotCreateFailureEventArgs.cs" />
208 <Compile Include="Database\SnapshotDataUpdateSuccessEventArgs.cs" /> 220 <Compile Include="Database\SnapshotDataUpdateSuccessEventArgs.cs" />
209 <Compile Include="Snapshots\SaveNoteEventArgs.cs" /> 221 <Compile Include="Snapshots\SaveNoteEventArgs.cs" />
210 <Compile Include="Snapshots\SnapshotManagerDataGridView.cs"> 222 <Compile Include="Snapshots\SnapshotManagerDataGridView.cs">
211 <SubType>Component</SubType> 223 <SubType>Component</SubType>
212 </Compile> 224 </Compile>
213 <Compile Include="Snapshots\SnapshotNoteForm.cs"> 225 <Compile Include="Snapshots\SnapshotNoteForm.cs">
214 <SubType>Form</SubType> 226 <SubType>Form</SubType>
215 </Compile> 227 </Compile>
216 <Compile Include="Snapshots\SnapshotNoteForm.Designer.cs"> 228 <Compile Include="Snapshots\SnapshotNoteForm.Designer.cs">
217 <DependentUpon>SnapshotNoteForm.cs</DependentUpon> 229 <DependentUpon>SnapshotNoteForm.cs</DependentUpon>
218 </Compile> 230 </Compile>
219 <Compile Include="Database\SnapshotNoteUpdateSuccessEventArgs.cs" /> 231 <Compile Include="Database\SnapshotNoteUpdateSuccessEventArgs.cs" />
220 <Compile Include="Snapshots\SnapshotPreview.cs" /> 232 <Compile Include="Snapshots\SnapshotPreview.cs" />
221 <Compile Include="Database\SnapshotRevertEventArgs.cs" /> 233 <Compile Include="Database\SnapshotRevertEventArgs.cs" />
222 <Compile Include="Database\SnapshotRevertFailureEventArgs.cs" /> 234 <Compile Include="Database\SnapshotRevertFailureEventArgs.cs" />
223 <Compile Include="Utilities\Controls\DoubleBufferedDataGridView.cs"> 235 <Compile Include="Utilities\Controls\DoubleBufferedDataGridView.cs">
224 <SubType>Component</SubType> 236 <SubType>Component</SubType>
225 </Compile> 237 </Compile>
226 <Compile Include="Utilities\Controls\ReadOnlyRickTextBox.cs"> 238 <Compile Include="Utilities\Controls\ReadOnlyRickTextBox.cs">
227 <SubType>Component</SubType> 239 <SubType>Component</SubType>
228 </Compile> 240 </Compile>
229 <Compile Include="Utilities\Serialization\Serialization.cs" /> 241 <Compile Include="Utilities\Serialization\Serialization.cs" />
230 <Compile Include="Utilities\Serialization\SerializationFailure.cs" /> 242 <Compile Include="Utilities\Serialization\SerializationFailure.cs" />
231 <Compile Include="Utilities\Serialization\SerializationState.cs" /> 243 <Compile Include="Utilities\Serialization\SerializationState.cs" />
232 <Compile Include="Utilities\Serialization\SerializationSuccess.cs" /> 244 <Compile Include="Utilities\Serialization\SerializationSuccess.cs" />
233 <Compile Include="MainForm.cs"> 245 <Compile Include="MainForm.cs">
234 <SubType>Form</SubType> 246 <SubType>Form</SubType>
235 </Compile> 247 </Compile>
236 <Compile Include="MainForm.Designer.cs"> 248 <Compile Include="MainForm.Designer.cs">
237 <DependentUpon>MainForm.cs</DependentUpon> 249 <DependentUpon>MainForm.cs</DependentUpon>
238 </Compile> 250 </Compile>
239 <Compile Include="ManageFoldersForm.cs"> 251 <Compile Include="ManageFoldersForm.cs">
240 <SubType>Form</SubType> 252 <SubType>Form</SubType>
241 </Compile> 253 </Compile>
242 <Compile Include="ManageFoldersForm.Designer.cs"> 254 <Compile Include="ManageFoldersForm.Designer.cs">
243 <DependentUpon>ManageFoldersForm.cs</DependentUpon> 255 <DependentUpon>ManageFoldersForm.cs</DependentUpon>
244 </Compile> 256 </Compile>
245 <Compile Include="Program.cs" /> 257 <Compile Include="Program.cs" />
246 <Compile Include="Properties\AssemblyInfo.cs" /> 258 <Compile Include="Properties\AssemblyInfo.cs" />
247 <Compile Include="Snapshots\FileSystemWatcherState.cs" /> 259 <Compile Include="Snapshots\FileSystemWatcherState.cs" />
248 <Compile Include="Utilities\ScreenCapture.cs" /> 260 <Compile Include="Utilities\ScreenCapture.cs" />
249 <Compile Include="Snapshots\PreviewRetrievedEventArgs.cs" /> 261 <Compile Include="Snapshots\PreviewRetrievedEventArgs.cs" />
250 <Compile Include="Database\SnapshotDatabase.cs" /> 262 <Compile Include="Database\SnapshotDatabase.cs" />
251 <Compile Include="Database\SnapshotRevertSuccessEventArgs.cs" /> 263 <Compile Include="Database\SnapshotRevertSuccessEventArgs.cs" />
252 <Compile Include="Snapshots\Snapshot.cs" /> 264 <Compile Include="Snapshots\Snapshot.cs" />
253 <Compile Include="Database\SnapshotCreateSuccessEventArgs.cs" /> 265 <Compile Include="Database\SnapshotCreateSuccessEventArgs.cs" />
254 <Compile Include="Snapshots\SnapshotManagerForm.cs"> 266 <Compile Include="Snapshots\SnapshotManagerForm.cs">
255 <SubType>Form</SubType> 267 <SubType>Form</SubType>
256 </Compile> 268 </Compile>
257 <Compile Include="Snapshots\SnapshotManagerForm.Designer.cs"> 269 <Compile Include="Snapshots\SnapshotManagerForm.Designer.cs">
258 <DependentUpon>SnapshotManagerForm.cs</DependentUpon> 270 <DependentUpon>SnapshotManagerForm.cs</DependentUpon>
259 </Compile> 271 </Compile>
260 <Compile Include="Snapshots\SnapshotPreviewForm.cs"> 272 <Compile Include="Snapshots\SnapshotPreviewForm.cs">
261 <SubType>Form</SubType> 273 <SubType>Form</SubType>
262 </Compile> 274 </Compile>
263 <Compile Include="Snapshots\SnapshotPreviewForm.Designer.cs"> 275 <Compile Include="Snapshots\SnapshotPreviewForm.Designer.cs">
264 <DependentUpon>SnapshotPreviewForm.cs</DependentUpon> 276 <DependentUpon>SnapshotPreviewForm.cs</DependentUpon>
265 </Compile> 277 </Compile>
266 <Compile Include="Utilities\ScheduledContinuation.cs" /> 278 <Compile Include="Utilities\ScheduledContinuation.cs" />
267 <Compile Include="Utilities\Miscellaneous.cs" /> 279 <Compile Include="Utilities\Miscellaneous.cs" />
268 <Compile Include="Utilities\Subpaths.cs" /> 280 <Compile Include="Utilities\Subpaths.cs" />
269 <Compile Include="Utilities\WindowState.cs" /> 281 <Compile Include="Utilities\WindowState.cs" />
270 <EmbeddedResource Include="AboutForm.resx"> 282 <EmbeddedResource Include="AboutForm.resx">
271 <DependentUpon>AboutForm.cs</DependentUpon> 283 <DependentUpon>AboutForm.cs</DependentUpon>
272 </EmbeddedResource> 284 </EmbeddedResource>
273 <EmbeddedResource Include="LogViewForm.resx"> 285 <EmbeddedResource Include="LogViewForm.resx">
274 <DependentUpon>LogViewForm.cs</DependentUpon> 286 <DependentUpon>LogViewForm.cs</DependentUpon>
275 </EmbeddedResource> 287 </EmbeddedResource>
276 <EmbeddedResource Include="MainForm.resx"> 288 <EmbeddedResource Include="MainForm.resx">
277 <DependentUpon>MainForm.cs</DependentUpon> 289 <DependentUpon>MainForm.cs</DependentUpon>
278 </EmbeddedResource> 290 </EmbeddedResource>
279 <EmbeddedResource Include="ManageFoldersForm.resx"> 291 <EmbeddedResource Include="ManageFoldersForm.resx">
280 <DependentUpon>ManageFoldersForm.cs</DependentUpon> 292 <DependentUpon>ManageFoldersForm.cs</DependentUpon>
281 </EmbeddedResource> 293 </EmbeddedResource>
282 <EmbeddedResource Include="Properties\Resources.resx"> 294 <EmbeddedResource Include="Properties\Resources.resx">
283 <Generator>ResXFileCodeGenerator</Generator> 295 <Generator>ResXFileCodeGenerator</Generator>
284 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 296 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
285 <SubType>Designer</SubType> 297 <SubType>Designer</SubType>
286 </EmbeddedResource> 298 </EmbeddedResource>
287 <Compile Include="Properties\Resources.Designer.cs"> 299 <Compile Include="Properties\Resources.Designer.cs">
288 <AutoGen>True</AutoGen> 300 <AutoGen>True</AutoGen>
289 <DependentUpon>Resources.resx</DependentUpon> 301 <DependentUpon>Resources.resx</DependentUpon>
290 <DesignTime>True</DesignTime> 302 <DesignTime>True</DesignTime>
291 </Compile> 303 </Compile>
292 <EmbeddedResource Include="Snapshots\HexViewForm.resx"> 304 <EmbeddedResource Include="Snapshots\HexViewForm.resx">
293 <DependentUpon>HexViewForm.cs</DependentUpon> 305 <DependentUpon>HexViewForm.cs</DependentUpon>
294 </EmbeddedResource> 306 </EmbeddedResource>
295 <EmbeddedResource Include="Snapshots\SnapshotManagerForm.resx"> 307 <EmbeddedResource Include="Snapshots\SnapshotManagerForm.resx">
296 <DependentUpon>SnapshotManagerForm.cs</DependentUpon> 308 <DependentUpon>SnapshotManagerForm.cs</DependentUpon>
297 </EmbeddedResource> 309 </EmbeddedResource>
298 <EmbeddedResource Include="Snapshots\SnapshotNoteForm.resx"> 310 <EmbeddedResource Include="Snapshots\SnapshotNoteForm.resx">
299 <DependentUpon>SnapshotNoteForm.cs</DependentUpon> 311 <DependentUpon>SnapshotNoteForm.cs</DependentUpon>
300 </EmbeddedResource> 312 </EmbeddedResource>
301 <EmbeddedResource Include="Snapshots\SnapshotPreviewForm.resx"> 313 <EmbeddedResource Include="Snapshots\SnapshotPreviewForm.resx">
302 <DependentUpon>SnapshotPreviewForm.cs</DependentUpon> 314 <DependentUpon>SnapshotPreviewForm.cs</DependentUpon>
303 </EmbeddedResource> 315 </EmbeddedResource>
304 <None Include="app.manifest" /> 316 <None Include="app.manifest" />
305 <None Include="packages.config" /> 317 <None Include="packages.config" />
306 </ItemGroup> 318 </ItemGroup>
307 <ItemGroup> 319 <ItemGroup>
308 <None Include="App.config" /> 320 <None Include="App.config" />
309 </ItemGroup> 321 </ItemGroup>
310 <ItemGroup> 322 <ItemGroup>
311 <Content Include="img\add-button.png" /> 323 <Content Include="img\add-button.png" />
312 <Content Include="img\ads.png" /> 324 <Content Include="img\ads.png" />
313 <Content Include="img\atom.png" /> 325 <Content Include="img\atom.png" />
314 <Content Include="img\balloons.png" /> 326 <Content Include="img\balloons.png" />
315 <Content Include="img\binary-code.png" /> 327 <Content Include="img\binary-code.png" />
316 <Content Include="img\broom.png" /> 328 <Content Include="img\broom.png" />
317 <Content Include="img\directory.png" /> 329 <Content Include="img\directory.png" />
318 <Content Include="img\computer.png" /> 330 <Content Include="img\computer.png" />
319 <Content Include="img\download.png" /> 331 <Content Include="img\download.png" />
320 <Content Include="img\engineering.png" /> 332 <Content Include="img\engineering.png" />
321 <Content Include="img\loop.png" /> 333 <Content Include="img\loop.png" />
322 <Content Include="img\move.png" /> 334 <Content Include="img\move.png" />
323 <Content Include="img\note.png" /> 335 <Content Include="img\note.png" />
324 <Content Include="img\redo.png" /> 336 <Content Include="img\redo.png" />
325 <Content Include="img\tool-box.png" /> 337 <Content Include="img\tool-box.png" />
326 <Content Include="img\update.png" /> 338 <Content Include="img\update.png" />
327 <Content Include="img\upload.png" /> 339 <Content Include="img\upload.png" />
328 <Content Include="img\window.png" /> 340 <Content Include="img\window.png" />
329 <Content Include="img\wood.png" /> 341 <Content Include="img\wood.png" />
330 <EmbeddedResource Include="img\horizon.png" /> 342 <EmbeddedResource Include="img\horizon.png" />
331 <EmbeddedResource Include="img\horizon-active.png" /> 343 <EmbeddedResource Include="img\horizon-active.png" />
332 <Content Include="img\about.png" /> 344 <Content Include="img\about.png" />
333 <Content Include="img\clock.png" /> 345 <Content Include="img\clock.png" />
334 <Content Include="img\cog.png" /> 346 <Content Include="img\cog.png" />
335 <Content Include="img\color-circle.png" /> 347 <Content Include="img\color-circle.png" />
336 <Content Include="img\delete.png" /> 348 <Content Include="img\delete.png" />
337 <Content Include="img\enable.png" /> 349 <Content Include="img\enable.png" />
338 <Content Include="img\exit.png" /> 350 <Content Include="img\exit.png" />
339 <Content Include="img\explore.png" /> 351 <Content Include="img\explore.png" />
340 <Content Include="img\folder.png" /> 352 <Content Include="img\folder.png" />
341 <Content Include="img\horizon.ico" /> 353 <Content Include="img\horizon.ico" />
342 <Content Include="img\shuttle.png" /> 354 <Content Include="img\shuttle.png" />
343 <Content Include="img\snapshot.png" /> 355 <Content Include="img\snapshot.png" />
344 <Content Include="img\time.png" /> 356 <Content Include="img\time.png" />
345 <Content Include="img\tools.png" /> 357 <Content Include="img\tools.png" />
346 <Content Include="img\trash.png" /> 358 <Content Include="img\trash.png" />
347 <Content Include="img\undo.png" /> 359 <Content Include="img\undo.png" />
348 </ItemGroup> 360 </ItemGroup>
349 <ItemGroup> 361 <ItemGroup>
350 <ProjectReference Include="..\Configuration\Configuration.csproj"> 362 <ProjectReference Include="..\Configuration\Configuration.csproj">
351 <Project>{42feb6ec-5f7d-45a4-a28c-6971fb043c1e}</Project> 363 <Project>{42feb6ec-5f7d-45a4-a28c-6971fb043c1e}</Project>
352 <Name>Configuration</Name> 364 <Name>Configuration</Name>
353 </ProjectReference> 365 </ProjectReference>
354 <ProjectReference Include="..\TrackedFolders\TrackedFolders.csproj"> 366 <ProjectReference Include="..\TrackedFolders\TrackedFolders.csproj">
355 <Project>{C035AD19-15BA-4D59-9460-D46C38FCF69F}</Project> 367 <Project>{C035AD19-15BA-4D59-9460-D46C38FCF69F}</Project>
356 <Name>TrackedFolders</Name> 368 <Name>TrackedFolders</Name>
357 </ProjectReference> 369 </ProjectReference>
358 </ItemGroup> 370 </ItemGroup>
359 <ItemGroup> 371 <ItemGroup>
360 <BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> 372 <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
361 <Visible>False</Visible> 373 <Visible>False</Visible>
362 <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName> 374 <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
363 <Install>true</Install> 375 <Install>true</Install>
364 </BootstrapperPackage> 376 </BootstrapperPackage>
365 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 377 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
366 <Visible>False</Visible> 378 <Visible>False</Visible>
367 <ProductName>.NET Framework 3.5 SP1</ProductName> 379 <ProductName>.NET Framework 3.5 SP1</ProductName>
368 <Install>false</Install> 380 <Install>false</Install>
369 </BootstrapperPackage> 381 </BootstrapperPackage>
370 </ItemGroup> 382 </ItemGroup>
371 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 383 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
372 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> 384 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
373 <PropertyGroup> 385 <PropertyGroup>
374 <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> 386 <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>
375 </PropertyGroup> 387 </PropertyGroup>
376 <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" /> 388 <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
377 <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" /> 389 <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
378 <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'))" /> 390 <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'))" />
379 </Target> 391 </Target>
380 <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" /> 392 <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
381 <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')" /> 393 <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')" />
382 </Project> 394 </Project>
383   395  
384
Generated by GNU Enscript 1.6.5.90.
396
Generated by GNU Enscript 1.6.5.90.
385   397  
386   398  
387   399