QuickImage – Blame information for rev 5

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>
122 <Reference Include="System" />
2 office 123 <Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
124 <HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
1 office 125 </Reference>
2 office 126 <Reference Include="System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
127 <HintPath>..\packages\System.Collections.Immutable.9.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
1 office 128 </Reference>
5 office 129 <Reference Include="System.ComponentModel.Composition" />
1 office 130 <Reference Include="System.ComponentModel.DataAnnotations" />
131 <Reference Include="System.Core" />
2 office 132 <Reference Include="System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
133 <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll</HintPath>
1 office 134 </Reference>
2 office 135 <Reference Include="System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
136 <HintPath>..\packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
1 office 137 </Reference>
2 office 138 <Reference Include="System.Data.SQLite.Linq, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
139 <HintPath>..\packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
1 office 140 </Reference>
2 office 141 <Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
142 <HintPath>..\packages\System.Diagnostics.DiagnosticSource.9.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
1 office 143 </Reference>
2 office 144 <Reference Include="System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
145 <HintPath>..\packages\System.Drawing.Common.9.0.0\lib\net462\System.Drawing.Common.dll</HintPath>
1 office 146 </Reference>
2 office 147 <Reference Include="System.Formats.Nrbf, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
148 <HintPath>..\packages\System.Formats.Nrbf.9.0.0\lib\net462\System.Formats.Nrbf.dll</HintPath>
149 </Reference>
5 office 150 <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
151 <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
152 <Private>True</Private>
153 <Private>True</Private>
2 office 154 </Reference>
5 office 155 <Reference Include="System.IO.Pipelines, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
156 <HintPath>..\packages\System.IO.Pipelines.9.0.1\lib\net462\System.IO.Pipelines.dll</HintPath>
157 </Reference>
1 office 158 <Reference Include="System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
159 <HintPath>..\packages\System.Linq.Async.6.0.1\lib\netstandard2.0\System.Linq.Async.dll</HintPath>
160 </Reference>
161 <Reference Include="System.Linq.Async.Queryable, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
162 <HintPath>..\packages\System.Linq.Async.Queryable.6.0.1\lib\netstandard2.0\System.Linq.Async.Queryable.dll</HintPath>
163 </Reference>
164 <Reference Include="System.Management" />
2 office 165 <Reference Include="System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
166 <HintPath>..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll</HintPath>
1 office 167 </Reference>
5 office 168 <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
169 <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
170 <Private>True</Private>
171 <Private>True</Private>
172 </Reference>
1 office 173 <Reference Include="System.Numerics" />
2 office 174 <Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
175 <HintPath>..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll</HintPath>
1 office 176 </Reference>
2 office 177 <Reference Include="System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
178 <HintPath>..\packages\System.Reflection.Metadata.9.0.0\lib\net462\System.Reflection.Metadata.dll</HintPath>
1 office 179 </Reference>
2 office 180 <Reference Include="System.Resources.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
181 <HintPath>..\packages\System.Resources.Extensions.9.0.0\lib\net462\System.Resources.Extensions.dll</HintPath>
1 office 182 </Reference>
5 office 183 <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
184 <HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
185 <Private>True</Private>
186 <Private>True</Private>
187 </Reference>
2 office 188 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
189 <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
1 office 190 </Reference>
5 office 191 <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
192 <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
193 <Private>True</Private>
194 <Private>True</Private>
195 </Reference>
196 <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
197 <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
198 <Private>True</Private>
199 <Private>True</Private>
200 </Reference>
201 <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
202 <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
203 <Private>True</Private>
204 <Private>True</Private>
205 </Reference>
206 <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
207 <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
208 <Private>True</Private>
209 <Private>True</Private>
210 </Reference>
2 office 211 <Reference Include="System.Text.Encoding.CodePages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
212 <HintPath>..\packages\System.Text.Encoding.CodePages.9.0.0\lib\net462\System.Text.Encoding.CodePages.dll</HintPath>
1 office 213 </Reference>
5 office 214 <Reference Include="System.Text.Encodings.Web, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
215 <HintPath>..\packages\System.Text.Encodings.Web.9.0.1\lib\net462\System.Text.Encodings.Web.dll</HintPath>
1 office 216 </Reference>
5 office 217 <Reference Include="System.Text.Json, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
218 <HintPath>..\packages\System.Text.Json.9.0.1\lib\net462\System.Text.Json.dll</HintPath>
1 office 219 </Reference>
5 office 220 <Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
221 <HintPath>..\packages\System.Text.RegularExpressions.4.3.1\lib\net463\System.Text.RegularExpressions.dll</HintPath>
222 <Private>True</Private>
223 <Private>True</Private>
224 </Reference>
2 office 225 <Reference Include="System.Threading.Channels, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
226 <HintPath>..\packages\System.Threading.Channels.9.0.0\lib\net462\System.Threading.Channels.dll</HintPath>
1 office 227 </Reference>
2 office 228 <Reference Include="System.Threading.Tasks.Dataflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
229 <HintPath>..\packages\System.Threading.Tasks.Dataflow.9.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
230 </Reference>
231 <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
232 <HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.0\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
233 </Reference>
1 office 234 <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
235 <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
236 </Reference>
237 <Reference Include="System.Xml.Linq" />
238 <Reference Include="System.Data.DataSetExtensions" />
239 <Reference Include="Microsoft.CSharp" />
240 <Reference Include="System.Data" />
241 <Reference Include="System.Deployment" />
242 <Reference Include="System.Drawing" />
243 <Reference Include="System.Windows.Forms" />
244 <Reference Include="System.Xml" />
245 <Reference Include="Tesseract, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
246 <HintPath>..\packages\Tesseract.5.2.0\lib\net47\Tesseract.dll</HintPath>
247 </Reference>
248 <Reference Include="Tesseract.Drawing, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
249 <HintPath>..\packages\Tesseract.Drawing.5.2.0\lib\netstandard2.0\Tesseract.Drawing.dll</HintPath>
250 </Reference>
251 <Reference Include="WindowsBase" />
252 </ItemGroup>
253 <ItemGroup>
254 <Compile Include="AboutForm.cs">
255 <SubType>Form</SubType>
256 </Compile>
257 <Compile Include="AboutForm.Designer.cs">
258 <DependentUpon>AboutForm.cs</DependentUpon>
259 </Compile>
260 <Compile Include="Constants.cs" />
261 <Compile Include="Database\QuickImage.cs" />
262 <Compile Include="Database\QuickImageSearchParameters.cs" />
263 <Compile Include="Database\QuickImageSearchType.cs" />
264 <Compile Include="EditorForm.cs">
265 <SubType>Form</SubType>
266 </Compile>
267 <Compile Include="EditorForm.Designer.cs">
268 <DependentUpon>EditorForm.cs</DependentUpon>
269 </Compile>
270 <Compile Include="FileProgress.cs" />
271 <Compile Include="FileProgressFailure.cs" />
272 <Compile Include="FileProgressSuccess.cs" />
5 office 273 <Compile Include="QuickImage.cs">
1 office 274 <SubType>Form</SubType>
275 </Compile>
5 office 276 <Compile Include="QuickImage.Designer.cs">
277 <DependentUpon>QuickImage.cs</DependentUpon>
1 office 278 </Compile>
279 <Compile Include="ImageListViewItemProgress.cs" />
280 <Compile Include="ImageListViewItemProgressFailure.cs" />
281 <Compile Include="ImageListViewItemProgressSuccess.cs" />
282 <Compile Include="ImageListViewSorters\DateImageListViewSorter.cs" />
283 <Compile Include="ImageListViewSorters\DateImageListViewSorterType.cs" />
2 office 284 <Compile Include="ImageListViewSorters\NameListViewItemSorter.cs" />
1 office 285 <Compile Include="ImageListViewSorters\PerceptionImageListViewItemSorter.cs" />
286 <Compile Include="ImageListViewSorters\SizeImageListViewItemSorter.cs" />
287 <Compile Include="ImageListViewSorters\TypeImageListViewItemSorter.cs" />
288 <Compile Include="ImageTool.cs" />
289 <Compile Include="MagicMimeFile.cs" />
290 <Compile Include="PreviewForm.cs">
291 <SubType>Form</SubType>
292 </Compile>
293 <Compile Include="PreviewForm.Designer.cs">
294 <DependentUpon>PreviewForm.cs</DependentUpon>
295 </Compile>
296 <Compile Include="RenameForm.cs">
297 <SubType>Form</SubType>
298 </Compile>
299 <Compile Include="RenameForm.Designer.cs">
300 <DependentUpon>RenameForm.cs</DependentUpon>
301 </Compile>
302 <Compile Include="SettingsForm.cs">
303 <SubType>Form</SubType>
304 </Compile>
305 <Compile Include="SettingsForm.Designer.cs">
306 <DependentUpon>SettingsForm.cs</DependentUpon>
307 </Compile>
308 <Compile Include="TagManager.cs" />
309 <Compile Include="JotFormTracker.cs" />
310 <Compile Include="Program.cs" />
311 <Compile Include="Properties\AssemblyInfo.cs" />
312 <Compile Include="Database\QuickImageDatabase.cs" />
313 <Compile Include="TagListViewSorter.cs" />
314 <Compile Include="Utilities\Controls\IconToolStripTextBox.cs">
315 <SubType>ToolStrip</SubType>
316 </Compile>
317 <Compile Include="Utilities\Controls\ListViewCollapsible.cs">
318 <SubType>Component</SubType>
319 </Compile>
320 <Compile Include="Utilities\Controls\ScrollableToolStripComboBox.cs">
321 <SubType>ToolStrip</SubType>
322 </Compile>
323 <Compile Include="Utilities\Cryptography\Hashes.cs" />
324 <Compile Include="Utilities\Extensions\DragDropExtensions.cs" />
325 <Compile Include="Utilities\FileMutex.cs" />
326 <Compile Include="Utilities\LogMemorySink.cs" />
327 <Compile Include="Utilities\MagicMime.cs" />
328 <Compile Include="Utilities\Miscellaneous.cs" />
329 <Compile Include="Utilities\ScheduledContinuation.cs" />
330 <Compile Include="Utilities\Serialization\Comma-Separated Values\Csv.cs" />
331 <Compile Include="Utilities\Serialization\XML\Serialization.cs" />
332 <Compile Include="Utilities\Serialization\XML\SerializationFailure.cs" />
333 <Compile Include="Utilities\Serialization\XML\SerializationState.cs" />
334 <Compile Include="Utilities\Serialization\XML\SerializationSuccess.cs" />
335 <Compile Include="ViewLogsForm.cs">
336 <SubType>Form</SubType>
337 </Compile>
338 <Compile Include="ViewLogsForm.Designer.cs">
339 <DependentUpon>ViewLogsForm.cs</DependentUpon>
340 </Compile>
341 <EmbeddedResource Include="AboutForm.resx">
342 <DependentUpon>AboutForm.cs</DependentUpon>
343 </EmbeddedResource>
344 <EmbeddedResource Include="EditorForm.resx">
345 <DependentUpon>EditorForm.cs</DependentUpon>
346 </EmbeddedResource>
5 office 347 <EmbeddedResource Include="QuickImage.resx">
348 <DependentUpon>QuickImage.cs</DependentUpon>
1 office 349 </EmbeddedResource>
350 <EmbeddedResource Include="PreviewForm.resx">
351 <DependentUpon>PreviewForm.cs</DependentUpon>
352 </EmbeddedResource>
353 <EmbeddedResource Include="Properties\Resources.resx">
354 <Generator>ResXFileCodeGenerator</Generator>
355 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
356 <SubType>Designer</SubType>
357 </EmbeddedResource>
358 <Compile Include="Properties\Resources.Designer.cs">
359 <AutoGen>True</AutoGen>
360 <DependentUpon>Resources.resx</DependentUpon>
361 </Compile>
362 <EmbeddedResource Include="RenameForm.resx">
363 <DependentUpon>RenameForm.cs</DependentUpon>
364 </EmbeddedResource>
365 <EmbeddedResource Include="SettingsForm.resx">
366 <DependentUpon>SettingsForm.cs</DependentUpon>
367 </EmbeddedResource>
368 <EmbeddedResource Include="ViewLogsForm.resx">
369 <DependentUpon>ViewLogsForm.cs</DependentUpon>
370 </EmbeddedResource>
371 <None Include="packages.config" />
5 office 372 <None Include="packages.config" />
1 office 373 <None Include="Properties\Settings.settings">
374 <Generator>SettingsSingleFileGenerator</Generator>
375 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
376 </None>
377 <Compile Include="Properties\Settings.Designer.cs">
378 <AutoGen>True</AutoGen>
379 <DependentUpon>Settings.settings</DependentUpon>
380 <DesignTimeSharedInput>True</DesignTimeSharedInput>
381 </Compile>
382 </ItemGroup>
383 <ItemGroup>
384 <None Include="App.config" />
385 </ItemGroup>
386 <ItemGroup>
387 <Content Include="favicon.ico" />
2 office 388 <Content Include="ILLink\ILLink.Descriptors.LibraryBuild.xml" />
1 office 389 </ItemGroup>
390 <ItemGroup>
391 <ProjectReference Include="..\Configuration\Configuration.csproj">
392 <Project>{c82e1a5f-39bd-4a3d-9192-b69a180281f9}</Project>
393 <Name>Configuration</Name>
394 </ProjectReference>
395 <ProjectReference Include="..\CraftSynth.ImageEditor.Gui\CraftSynth.ImageEditor.Gui.csproj">
396 <Project>{3cd732ec-b1ba-46aa-ba2f-7b5b76235d86}</Project>
397 <Name>CraftSynth.ImageEditor.Gui</Name>
398 </ProjectReference>
399 <ProjectReference Include="..\CraftSynth.ImageEditor\CraftSynth.ImageEditor.csproj">
400 <Project>{c2f951d8-2cb6-4ab5-9029-1ee3fcdb910a}</Project>
401 <Name>CraftSynth.ImageEditor</Name>
402 </ProjectReference>
403 </ItemGroup>
404 <ItemGroup />
405 <Import Project="..\ffmpeg\ffmpeg.projitems" Label="Shared" />
406 <Import Project="..\Tesseract Data\Tesseract Data.projitems" Label="Shared" />
407 <Import Project="..\Dependencies\Dependencies.projitems" Label="Shared" />
408 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
409 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
410 <PropertyGroup>
411 <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>
412 </PropertyGroup>
413 <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
414 <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 415 <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 416 <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 417 <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 418 <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'))" />
419 <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 420 </Target>
421 <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
2 office 422 <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 423 <Import Project="..\packages\Tesseract.5.2.0\build\Tesseract.targets" Condition="Exists('..\packages\Tesseract.5.2.0\build\Tesseract.targets')" />
2 office 424 <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 425 <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')" />
426 <Import Project="..\packages\Serilog.4.3.0\build\Serilog.targets" Condition="Exists('..\packages\Serilog.4.3.0\build\Serilog.targets')" />
1 office 427 </Project>