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