QuickImage – Blame information for rev 10

Subversion Repositories:
Rev:
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">
3 <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" />
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>{2F78A3EF-95BB-46B0-AE92-B071F6E414E3}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <RootNamespace>QuickImage</RootNamespace>
11 <AssemblyName>QuickImage</AssemblyName>
12 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15 <Deterministic>true</Deterministic>
16 <NuGetPackageImportStamp>
17 </NuGetPackageImportStamp>
18 </PropertyGroup>
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20 <PlatformTarget>AnyCPU</PlatformTarget>
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Debug\</OutputPath>
25 <DefineConstants>DEBUG;TRACE</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <LangVersion>8</LangVersion>
29 <Prefer32Bit>true</Prefer32Bit>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 <PlatformTarget>AnyCPU</PlatformTarget>
33 <DebugType>pdbonly</DebugType>
34 <Optimize>true</Optimize>
35 <OutputPath>bin\Release\</OutputPath>
36 <DefineConstants>TRACE</DefineConstants>
37 <ErrorReport>prompt</ErrorReport>
38 <WarningLevel>4</WarningLevel>
39 <LangVersion>8</LangVersion>
40 </PropertyGroup>
41 <PropertyGroup>
42 <MagickCopyNativeWindows>true</MagickCopyNativeWindows>
43 <MagickCopyNativeLinux>true</MagickCopyNativeLinux>
44 <MagickCopyNativeLinuxMusl>true</MagickCopyNativeLinuxMusl>
45 <MagickCopyNativeMacOS>true</MagickCopyNativeMacOS>
46 </PropertyGroup>
47 <PropertyGroup>
48 <ApplicationIcon>favicon.ico</ApplicationIcon>
49 </PropertyGroup>
50 <PropertyGroup>
51 <StartupObject>QuickImage.Program</StartupObject>
52 </PropertyGroup>
53 <ItemGroup>
3 office 54 <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
55 <HintPath>..\packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
56 </Reference>
2 office 57 <Reference Include="Chaos.NaCl, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
58 <HintPath>..\packages\NetSparkleUpdater.Chaos.NaCl.0.9.3\lib\net462\Chaos.NaCl.dll</HintPath>
1 office 59 </Reference>
60 <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
61 <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.dll</HintPath>
62 </Reference>
63 <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
64 <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
65 </Reference>
66 <Reference Include="Jot, Version=2.1.17.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL">
67 <HintPath>..\packages\Jot.2.1.17\lib\netstandard2.0\Jot.dll</HintPath>
68 </Reference>
5 office 69 <Reference Include="LibVLCSharp, Version=3.9.3.0, Culture=neutral, processorArchitecture=MSIL">
70 <HintPath>..\packages\LibVLCSharp.3.9.3\lib\net471\LibVLCSharp.dll</HintPath>
1 office 71 </Reference>
5 office 72 <Reference Include="LibVLCSharp.WinForms, Version=3.9.3.0, Culture=neutral, processorArchitecture=MSIL">
73 <HintPath>..\packages\LibVLCSharp.WinForms.3.9.3\lib\net40\LibVLCSharp.WinForms.dll</HintPath>
1 office 74 </Reference>
5 office 75 <Reference Include="Magick.NET-Q16-AnyCPU, Version=14.6.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL">
76 <HintPath>..\packages\Magick.NET-Q16-AnyCPU.14.6.0\lib\netstandard20\Magick.NET-Q16-AnyCPU.dll</HintPath>
1 office 77 </Reference>
5 office 78 <Reference Include="Magick.NET.Core, Version=14.6.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL">
79 <HintPath>..\packages\Magick.NET.Core.14.6.0\lib\netstandard20\Magick.NET.Core.dll</HintPath>
1 office 80 </Reference>
5 office 81 <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
82 <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.1\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
1 office 83 </Reference>
2 office 84 <Reference Include="Microsoft.Bcl.HashCode, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
85 <HintPath>..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\net462\Microsoft.Bcl.HashCode.dll</HintPath>
86 </Reference>
1 office 87 <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
88 <HintPath>..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
89 </Reference>
90 <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
91 <HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
92 </Reference>
5 office 93 <Reference Include="MimeDetective, Version=25.4.25.0, Culture=neutral, PublicKeyToken=c0436b173445455a, processorArchitecture=MSIL">
94 <HintPath>..\packages\Mime-Detective.25.4.25\lib\netstandard2.0\MimeDetective.dll</HintPath>
1 office 95 </Reference>
5 office 96 <Reference Include="MimeDetective.Definitions.Exhaustive, Version=25.4.25.0, Culture=neutral, PublicKeyToken=c0436b173445455a, processorArchitecture=MSIL">
97 <HintPath>..\packages\Mime-Detective.Definitions.Exhaustive.25.4.25\lib\netstandard2.0\MimeDetective.Definitions.Exhaustive.dll</HintPath>
1 office 98 </Reference>
5 office 99 <Reference Include="NetSparkle, Version=3.0.2.0, Culture=neutral, processorArchitecture=MSIL">
100 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.3.0.2\lib\net462\NetSparkle.dll</HintPath>
1 office 101 </Reference>
5 office 102 <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
103 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.3.0.4\lib\net462\NetSparkleUpdater.UI.WinForms.dll</HintPath>
1 office 104 </Reference>
3 office 105 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
106 <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
107 </Reference>
1 office 108 <Reference Include="PresentationCore" />
109 <Reference Include="PresentationFramework" />
5 office 110 <Reference Include="Serilog, Version=4.3.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
111 <HintPath>..\packages\Serilog.4.3.0\lib\net471\Serilog.dll</HintPath>
1 office 112 </Reference>
5 office 113 <Reference Include="Serilog.Sinks.File, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
114 <HintPath>..\packages\Serilog.Sinks.File.7.0.0\lib\net471\Serilog.Sinks.File.dll</HintPath>
1 office 115 </Reference>
116 <Reference Include="Shipwreck.Phash, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL">
117 <HintPath>..\packages\Shipwreck.Phash.0.5.0\lib\net461\Shipwreck.Phash.dll</HintPath>
118 </Reference>
119 <Reference Include="Shipwreck.Phash.Bitmaps, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL">
120 <HintPath>..\packages\Shipwreck.Phash.Bitmaps.0.5.0\lib\net461\Shipwreck.Phash.Bitmaps.dll</HintPath>
121 </Reference>
10 office 122 <Reference Include="System">
123 <HintPath>..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll</HintPath>
124 </Reference>
2 office 125 <Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
126 <HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
1 office 127 </Reference>
2 office 128 <Reference Include="System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
129 <HintPath>..\packages\System.Collections.Immutable.9.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
1 office 130 </Reference>
5 office 131 <Reference Include="System.ComponentModel.Composition" />
1 office 132 <Reference Include="System.ComponentModel.DataAnnotations" />
133 <Reference Include="System.Core" />
2 office 134 <Reference Include="System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
135 <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll</HintPath>
1 office 136 </Reference>
2 office 137 <Reference Include="System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
138 <HintPath>..\packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
1 office 139 </Reference>
2 office 140 <Reference Include="System.Data.SQLite.Linq, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
141 <HintPath>..\packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
1 office 142 </Reference>
2 office 143 <Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
144 <HintPath>..\packages\System.Diagnostics.DiagnosticSource.9.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
1 office 145 </Reference>
2 office 146 <Reference Include="System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
147 <HintPath>..\packages\System.Drawing.Common.9.0.0\lib\net462\System.Drawing.Common.dll</HintPath>
1 office 148 </Reference>
2 office 149 <Reference Include="System.Formats.Nrbf, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
150 <HintPath>..\packages\System.Formats.Nrbf.9.0.0\lib\net462\System.Formats.Nrbf.dll</HintPath>
151 </Reference>
5 office 152 <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
153 <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
154 <Private>True</Private>
155 <Private>True</Private>
2 office 156 </Reference>
5 office 157 <Reference Include="System.IO.Pipelines, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
158 <HintPath>..\packages\System.IO.Pipelines.9.0.1\lib\net462\System.IO.Pipelines.dll</HintPath>
159 </Reference>
1 office 160 <Reference Include="System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
161 <HintPath>..\packages\System.Linq.Async.6.0.1\lib\netstandard2.0\System.Linq.Async.dll</HintPath>
162 </Reference>
163 <Reference Include="System.Linq.Async.Queryable, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
164 <HintPath>..\packages\System.Linq.Async.Queryable.6.0.1\lib\netstandard2.0\System.Linq.Async.Queryable.dll</HintPath>
165 </Reference>
166 <Reference Include="System.Management" />
2 office 167 <Reference Include="System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
168 <HintPath>..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll</HintPath>
1 office 169 </Reference>
5 office 170 <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
171 <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
172 <Private>True</Private>
173 <Private>True</Private>
174 </Reference>
1 office 175 <Reference Include="System.Numerics" />
2 office 176 <Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
177 <HintPath>..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll</HintPath>
1 office 178 </Reference>
2 office 179 <Reference Include="System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
180 <HintPath>..\packages\System.Reflection.Metadata.9.0.0\lib\net462\System.Reflection.Metadata.dll</HintPath>
1 office 181 </Reference>
2 office 182 <Reference Include="System.Resources.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
183 <HintPath>..\packages\System.Resources.Extensions.9.0.0\lib\net462\System.Resources.Extensions.dll</HintPath>
1 office 184 </Reference>
5 office 185 <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
186 <HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
187 <Private>True</Private>
188 <Private>True</Private>
189 </Reference>
2 office 190 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
191 <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
1 office 192 </Reference>
5 office 193 <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
194 <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
195 <Private>True</Private>
196 <Private>True</Private>
197 </Reference>
198 <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
199 <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
200 <Private>True</Private>
201 <Private>True</Private>
202 </Reference>
203 <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
204 <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
205 <Private>True</Private>
206 <Private>True</Private>
207 </Reference>
208 <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
209 <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
210 <Private>True</Private>
211 <Private>True</Private>
212 </Reference>
2 office 213 <Reference Include="System.Text.Encoding.CodePages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
214 <HintPath>..\packages\System.Text.Encoding.CodePages.9.0.0\lib\net462\System.Text.Encoding.CodePages.dll</HintPath>
1 office 215 </Reference>
5 office 216 <Reference Include="System.Text.Encodings.Web, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
217 <HintPath>..\packages\System.Text.Encodings.Web.9.0.1\lib\net462\System.Text.Encodings.Web.dll</HintPath>
1 office 218 </Reference>
5 office 219 <Reference Include="System.Text.Json, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
220 <HintPath>..\packages\System.Text.Json.9.0.1\lib\net462\System.Text.Json.dll</HintPath>
1 office 221 </Reference>
5 office 222 <Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
223 <HintPath>..\packages\System.Text.RegularExpressions.4.3.1\lib\net463\System.Text.RegularExpressions.dll</HintPath>
224 <Private>True</Private>
225 <Private>True</Private>
226 </Reference>
2 office 227 <Reference Include="System.Threading.Channels, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
228 <HintPath>..\packages\System.Threading.Channels.9.0.0\lib\net462\System.Threading.Channels.dll</HintPath>
1 office 229 </Reference>
2 office 230 <Reference Include="System.Threading.Tasks.Dataflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
231 <HintPath>..\packages\System.Threading.Tasks.Dataflow.9.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
232 </Reference>
233 <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
234 <HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.0\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
235 </Reference>
1 office 236 <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
237 <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
238 </Reference>
239 <Reference Include="System.Xml.Linq" />
240 <Reference Include="System.Data.DataSetExtensions" />
241 <Reference Include="Microsoft.CSharp" />
242 <Reference Include="System.Data" />
243 <Reference Include="System.Deployment" />
244 <Reference Include="System.Drawing" />
245 <Reference Include="System.Windows.Forms" />
246 <Reference Include="System.Xml" />
247 <Reference Include="Tesseract, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
248 <HintPath>..\packages\Tesseract.5.2.0\lib\net47\Tesseract.dll</HintPath>
249 </Reference>
250 <Reference Include="Tesseract.Drawing, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
251 <HintPath>..\packages\Tesseract.Drawing.5.2.0\lib\netstandard2.0\Tesseract.Drawing.dll</HintPath>
252 </Reference>
253 <Reference Include="WindowsBase" />
254 </ItemGroup>
255 <ItemGroup>
256 <Compile Include="AboutForm.cs">
257 <SubType>Form</SubType>
258 </Compile>
259 <Compile Include="AboutForm.Designer.cs">
260 <DependentUpon>AboutForm.cs</DependentUpon>
261 </Compile>
262 <Compile Include="Constants.cs" />
263 <Compile Include="Database\QuickImage.cs" />
264 <Compile Include="Database\QuickImageSearchParameters.cs" />
265 <Compile Include="Database\QuickImageSearchType.cs" />
266 <Compile Include="EditorForm.cs">
267 <SubType>Form</SubType>
268 </Compile>
269 <Compile Include="EditorForm.Designer.cs">
270 <DependentUpon>EditorForm.cs</DependentUpon>
271 </Compile>
272 <Compile Include="FileProgress.cs" />
273 <Compile Include="FileProgressFailure.cs" />
274 <Compile Include="FileProgressSuccess.cs" />
7 office 275 <Compile Include="Form1.cs">
1 office 276 <SubType>Form</SubType>
277 </Compile>
7 office 278 <Compile Include="Form1.Designer.cs">
279 <DependentUpon>Form1.cs</DependentUpon>
1 office 280 </Compile>
281 <Compile Include="ImageListViewItemProgress.cs" />
282 <Compile Include="ImageListViewItemProgressFailure.cs" />
283 <Compile Include="ImageListViewItemProgressSuccess.cs" />
284 <Compile Include="ImageListViewSorters\DateImageListViewSorter.cs" />
285 <Compile Include="ImageListViewSorters\DateImageListViewSorterType.cs" />
2 office 286 <Compile Include="ImageListViewSorters\NameListViewItemSorter.cs" />
1 office 287 <Compile Include="ImageListViewSorters\PerceptionImageListViewItemSorter.cs" />
288 <Compile Include="ImageListViewSorters\SizeImageListViewItemSorter.cs" />
289 <Compile Include="ImageListViewSorters\TypeImageListViewItemSorter.cs" />
290 <Compile Include="ImageTool.cs" />
291 <Compile Include="MagicMimeFile.cs" />
292 <Compile Include="PreviewForm.cs">
293 <SubType>Form</SubType>
294 </Compile>
295 <Compile Include="PreviewForm.Designer.cs">
296 <DependentUpon>PreviewForm.cs</DependentUpon>
297 </Compile>
298 <Compile Include="RenameForm.cs">
299 <SubType>Form</SubType>
300 </Compile>
301 <Compile Include="RenameForm.Designer.cs">
302 <DependentUpon>RenameForm.cs</DependentUpon>
303 </Compile>
304 <Compile Include="SettingsForm.cs">
305 <SubType>Form</SubType>
306 </Compile>
307 <Compile Include="SettingsForm.Designer.cs">
308 <DependentUpon>SettingsForm.cs</DependentUpon>
309 </Compile>
310 <Compile Include="TagManager.cs" />
311 <Compile Include="JotFormTracker.cs" />
312 <Compile Include="Program.cs" />
313 <Compile Include="Properties\AssemblyInfo.cs" />
314 <Compile Include="Database\QuickImageDatabase.cs" />
315 <Compile Include="TagListViewSorter.cs" />
316 <Compile Include="Utilities\Controls\IconToolStripTextBox.cs">
317 <SubType>ToolStrip</SubType>
318 </Compile>
319 <Compile Include="Utilities\Controls\ListViewCollapsible.cs">
320 <SubType>Component</SubType>
321 </Compile>
322 <Compile Include="Utilities\Controls\ScrollableToolStripComboBox.cs">
323 <SubType>ToolStrip</SubType>
324 </Compile>
325 <Compile Include="Utilities\Cryptography\Hashes.cs" />
326 <Compile Include="Utilities\Extensions\DragDropExtensions.cs" />
327 <Compile Include="Utilities\FileMutex.cs" />
328 <Compile Include="Utilities\LogMemorySink.cs" />
329 <Compile Include="Utilities\MagicMime.cs" />
330 <Compile Include="Utilities\Miscellaneous.cs" />
331 <Compile Include="Utilities\ScheduledContinuation.cs" />
332 <Compile Include="Utilities\Serialization\Comma-Separated Values\Csv.cs" />
333 <Compile Include="Utilities\Serialization\XML\Serialization.cs" />
334 <Compile Include="Utilities\Serialization\XML\SerializationFailure.cs" />
335 <Compile Include="Utilities\Serialization\XML\SerializationState.cs" />
336 <Compile Include="Utilities\Serialization\XML\SerializationSuccess.cs" />
337 <Compile Include="ViewLogsForm.cs">
338 <SubType>Form</SubType>
339 </Compile>
340 <Compile Include="ViewLogsForm.Designer.cs">
341 <DependentUpon>ViewLogsForm.cs</DependentUpon>
342 </Compile>
343 <EmbeddedResource Include="AboutForm.resx">
344 <DependentUpon>AboutForm.cs</DependentUpon>
345 </EmbeddedResource>
346 <EmbeddedResource Include="EditorForm.resx">
347 <DependentUpon>EditorForm.cs</DependentUpon>
348 </EmbeddedResource>
7 office 349 <EmbeddedResource Include="Form1.resx">
350 <DependentUpon>Form1.cs</DependentUpon>
1 office 351 </EmbeddedResource>
352 <EmbeddedResource Include="PreviewForm.resx">
353 <DependentUpon>PreviewForm.cs</DependentUpon>
354 </EmbeddedResource>
355 <EmbeddedResource Include="Properties\Resources.resx">
356 <Generator>ResXFileCodeGenerator</Generator>
357 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
358 <SubType>Designer</SubType>
359 </EmbeddedResource>
360 <Compile Include="Properties\Resources.Designer.cs">
361 <AutoGen>True</AutoGen>
362 <DependentUpon>Resources.resx</DependentUpon>
363 </Compile>
364 <EmbeddedResource Include="RenameForm.resx">
365 <DependentUpon>RenameForm.cs</DependentUpon>
366 </EmbeddedResource>
367 <EmbeddedResource Include="SettingsForm.resx">
368 <DependentUpon>SettingsForm.cs</DependentUpon>
369 </EmbeddedResource>
370 <EmbeddedResource Include="ViewLogsForm.resx">
371 <DependentUpon>ViewLogsForm.cs</DependentUpon>
372 </EmbeddedResource>
373 <None Include="packages.config" />
5 office 374 <None Include="packages.config" />
1 office 375 <None Include="Properties\Settings.settings">
376 <Generator>SettingsSingleFileGenerator</Generator>
377 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
378 </None>
379 <Compile Include="Properties\Settings.Designer.cs">
380 <AutoGen>True</AutoGen>
381 <DependentUpon>Settings.settings</DependentUpon>
382 <DesignTimeSharedInput>True</DesignTimeSharedInput>
383 </Compile>
384 </ItemGroup>
385 <ItemGroup>
386 <None Include="App.config" />
387 </ItemGroup>
388 <ItemGroup>
389 <Content Include="favicon.ico" />
390 </ItemGroup>
391 <ItemGroup>
392 <ProjectReference Include="..\Configuration\Configuration.csproj">
393 <Project>{c82e1a5f-39bd-4a3d-9192-b69a180281f9}</Project>
394 <Name>Configuration</Name>
395 </ProjectReference>
396 <ProjectReference Include="..\CraftSynth.ImageEditor.Gui\CraftSynth.ImageEditor.Gui.csproj">
397 <Project>{3cd732ec-b1ba-46aa-ba2f-7b5b76235d86}</Project>
398 <Name>CraftSynth.ImageEditor.Gui</Name>
399 </ProjectReference>
400 <ProjectReference Include="..\CraftSynth.ImageEditor\CraftSynth.ImageEditor.csproj">
401 <Project>{c2f951d8-2cb6-4ab5-9029-1ee3fcdb910a}</Project>
402 <Name>CraftSynth.ImageEditor</Name>
403 </ProjectReference>
404 </ItemGroup>
405 <ItemGroup />
406 <Import Project="..\ffmpeg\ffmpeg.projitems" Label="Shared" />
407 <Import Project="..\Tesseract Data\Tesseract Data.projitems" Label="Shared" />
408 <Import Project="..\Dependencies\Dependencies.projitems" Label="Shared" />
409 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
410 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
411 <PropertyGroup>
412 <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>
413 </PropertyGroup>
414 <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
415 <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" />
2 office 416 <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'))" />
3 office 417 <Error Condition="!Exists('..\packages\Tesseract.5.2.0\build\Tesseract.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tesseract.5.2.0\build\Tesseract.targets'))" />
2 office 418 <Error Condition="!Exists('..\packages\VideoLAN.LibVLC.Windows.3.0.21\build\VideoLAN.LibVLC.Windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\VideoLAN.LibVLC.Windows.3.0.21\build\VideoLAN.LibVLC.Windows.targets'))" />
5 office 419 <Error Condition="!Exists('..\packages\Magick.NET-Q16-AnyCPU.14.6.0\build\netstandard20\Magick.NET-Q16-AnyCPU.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Magick.NET-Q16-AnyCPU.14.6.0\build\netstandard20\Magick.NET-Q16-AnyCPU.targets'))" />
420 <Error Condition="!Exists('..\packages\Serilog.4.3.0\build\Serilog.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Serilog.4.3.0\build\Serilog.targets'))" />
1 office 421 </Target>
422 <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
2 office 423 <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')" />
3 office 424 <Import Project="..\packages\Tesseract.5.2.0\build\Tesseract.targets" Condition="Exists('..\packages\Tesseract.5.2.0\build\Tesseract.targets')" />
2 office 425 <Import Project="..\packages\VideoLAN.LibVLC.Windows.3.0.21\build\VideoLAN.LibVLC.Windows.targets" Condition="Exists('..\packages\VideoLAN.LibVLC.Windows.3.0.21\build\VideoLAN.LibVLC.Windows.targets')" />
5 office 426 <Import Project="..\packages\Magick.NET-Q16-AnyCPU.14.6.0\build\netstandard20\Magick.NET-Q16-AnyCPU.targets" Condition="Exists('..\packages\Magick.NET-Q16-AnyCPU.14.6.0\build\netstandard20\Magick.NET-Q16-AnyCPU.targets')" />
427 <Import Project="..\packages\Serilog.4.3.0\build\Serilog.targets" Condition="Exists('..\packages\Serilog.4.3.0\build\Serilog.targets')" />
1 office 428 </Project>