QuickImage – Blame information for rev 3

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>
2 office 69 <Reference Include="LibVLCSharp, Version=3.9.1.0, Culture=neutral, processorArchitecture=MSIL">
70 <HintPath>..\packages\LibVLCSharp.3.9.1\lib\net471\LibVLCSharp.dll</HintPath>
1 office 71 </Reference>
2 office 72 <Reference Include="LibVLCSharp.WinForms, Version=3.9.1.0, Culture=neutral, processorArchitecture=MSIL">
73 <HintPath>..\packages\LibVLCSharp.WinForms.3.9.1\lib\net40\LibVLCSharp.WinForms.dll</HintPath>
1 office 74 </Reference>
2 office 75 <Reference Include="Magick.NET-Q16-AnyCPU, Version=14.3.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL">
76 <HintPath>..\packages\Magick.NET-Q16-AnyCPU.14.3.0\lib\netstandard20\Magick.NET-Q16-AnyCPU.dll</HintPath>
1 office 77 </Reference>
2 office 78 <Reference Include="Magick.NET.Core, Version=14.3.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL">
79 <HintPath>..\packages\Magick.NET.Core.14.3.0\lib\netstandard20\Magick.NET.Core.dll</HintPath>
1 office 80 </Reference>
2 office 81 <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
82 <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.0\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>
2 office 93 <Reference Include="MimeDetective, Version=24.12.2.0, Culture=neutral, PublicKeyToken=c0436b173445455a, processorArchitecture=MSIL">
94 <HintPath>..\packages\Mime-Detective.24.12.2\lib\netstandard2.0\MimeDetective.dll</HintPath>
1 office 95 </Reference>
2 office 96 <Reference Include="MimeDetective.Definitions.Exhaustive, Version=24.12.2.0, Culture=neutral, PublicKeyToken=c0436b173445455a, processorArchitecture=MSIL">
97 <HintPath>..\packages\Mime-Detective.Definitions.Exhaustive.24.12.2\lib\netstandard2.0\MimeDetective.Definitions.Exhaustive.dll</HintPath>
1 office 98 </Reference>
2 office 99 <Reference Include="NetSparkle, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
100 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.3.0.0\lib\net462\NetSparkle.dll</HintPath>
1 office 101 </Reference>
2 office 102 <Reference Include="NetSparkleUpdater.UI.WinForms, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
103 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.3.0.0\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" />
2 office 110 <Reference Include="Serilog, Version=4.2.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
111 <HintPath>..\packages\Serilog.4.2.0\lib\net471\Serilog.dll</HintPath>
1 office 112 </Reference>
113 <Reference Include="Serilog.Sinks.File, Version=6.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
114 <HintPath>..\packages\Serilog.Sinks.File.6.0.0\lib\net471\Serilog.Sinks.File.dll</HintPath>
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>
129 <Reference Include="System.ComponentModel.DataAnnotations" />
130 <Reference Include="System.Core" />
2 office 131 <Reference Include="System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
132 <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll</HintPath>
1 office 133 </Reference>
2 office 134 <Reference Include="System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
135 <HintPath>..\packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
1 office 136 </Reference>
2 office 137 <Reference Include="System.Data.SQLite.Linq, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
138 <HintPath>..\packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
1 office 139 </Reference>
2 office 140 <Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
141 <HintPath>..\packages\System.Diagnostics.DiagnosticSource.9.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
1 office 142 </Reference>
2 office 143 <Reference Include="System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
144 <HintPath>..\packages\System.Drawing.Common.9.0.0\lib\net462\System.Drawing.Common.dll</HintPath>
1 office 145 </Reference>
2 office 146 <Reference Include="System.Formats.Nrbf, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
147 <HintPath>..\packages\System.Formats.Nrbf.9.0.0\lib\net462\System.Formats.Nrbf.dll</HintPath>
148 </Reference>
149 <Reference Include="System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
150 <HintPath>..\packages\System.IO.Pipelines.9.0.0\lib\net462\System.IO.Pipelines.dll</HintPath>
151 </Reference>
1 office 152 <Reference Include="System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
153 <HintPath>..\packages\System.Linq.Async.6.0.1\lib\netstandard2.0\System.Linq.Async.dll</HintPath>
154 </Reference>
155 <Reference Include="System.Linq.Async.Queryable, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
156 <HintPath>..\packages\System.Linq.Async.Queryable.6.0.1\lib\netstandard2.0\System.Linq.Async.Queryable.dll</HintPath>
157 </Reference>
158 <Reference Include="System.Management" />
2 office 159 <Reference Include="System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
160 <HintPath>..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll</HintPath>
1 office 161 </Reference>
162 <Reference Include="System.Numerics" />
2 office 163 <Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
164 <HintPath>..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll</HintPath>
1 office 165 </Reference>
2 office 166 <Reference Include="System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
167 <HintPath>..\packages\System.Reflection.Metadata.9.0.0\lib\net462\System.Reflection.Metadata.dll</HintPath>
1 office 168 </Reference>
2 office 169 <Reference Include="System.Resources.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
170 <HintPath>..\packages\System.Resources.Extensions.9.0.0\lib\net462\System.Resources.Extensions.dll</HintPath>
1 office 171 </Reference>
2 office 172 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
173 <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
1 office 174 </Reference>
2 office 175 <Reference Include="System.Text.Encoding.CodePages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
176 <HintPath>..\packages\System.Text.Encoding.CodePages.9.0.0\lib\net462\System.Text.Encoding.CodePages.dll</HintPath>
1 office 177 </Reference>
2 office 178 <Reference Include="System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
179 <HintPath>..\packages\System.Text.Encodings.Web.9.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
1 office 180 </Reference>
2 office 181 <Reference Include="System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
182 <HintPath>..\packages\System.Text.Json.9.0.0\lib\net462\System.Text.Json.dll</HintPath>
1 office 183 </Reference>
2 office 184 <Reference Include="System.Threading.Channels, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
185 <HintPath>..\packages\System.Threading.Channels.9.0.0\lib\net462\System.Threading.Channels.dll</HintPath>
1 office 186 </Reference>
2 office 187 <Reference Include="System.Threading.Tasks.Dataflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
188 <HintPath>..\packages\System.Threading.Tasks.Dataflow.9.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
189 </Reference>
190 <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
191 <HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.0\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
192 </Reference>
1 office 193 <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
194 <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
195 </Reference>
196 <Reference Include="System.Xml.Linq" />
197 <Reference Include="System.Data.DataSetExtensions" />
198 <Reference Include="Microsoft.CSharp" />
199 <Reference Include="System.Data" />
200 <Reference Include="System.Deployment" />
201 <Reference Include="System.Drawing" />
202 <Reference Include="System.Net.Http" />
203 <Reference Include="System.Windows.Forms" />
204 <Reference Include="System.Xml" />
205 <Reference Include="Tesseract, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
206 <HintPath>..\packages\Tesseract.5.2.0\lib\net47\Tesseract.dll</HintPath>
207 </Reference>
208 <Reference Include="Tesseract.Drawing, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
209 <HintPath>..\packages\Tesseract.Drawing.5.2.0\lib\netstandard2.0\Tesseract.Drawing.dll</HintPath>
210 </Reference>
211 <Reference Include="WindowsBase" />
212 </ItemGroup>
213 <ItemGroup>
214 <Compile Include="AboutForm.cs">
215 <SubType>Form</SubType>
216 </Compile>
217 <Compile Include="AboutForm.Designer.cs">
218 <DependentUpon>AboutForm.cs</DependentUpon>
219 </Compile>
220 <Compile Include="Constants.cs" />
221 <Compile Include="Database\QuickImage.cs" />
222 <Compile Include="Database\QuickImageSearchParameters.cs" />
223 <Compile Include="Database\QuickImageSearchType.cs" />
224 <Compile Include="EditorForm.cs">
225 <SubType>Form</SubType>
226 </Compile>
227 <Compile Include="EditorForm.Designer.cs">
228 <DependentUpon>EditorForm.cs</DependentUpon>
229 </Compile>
230 <Compile Include="FileProgress.cs" />
231 <Compile Include="FileProgressFailure.cs" />
232 <Compile Include="FileProgressSuccess.cs" />
233 <Compile Include="Form1.cs">
234 <SubType>Form</SubType>
235 </Compile>
236 <Compile Include="Form1.Designer.cs">
237 <DependentUpon>Form1.cs</DependentUpon>
238 </Compile>
239 <Compile Include="ImageListViewItemProgress.cs" />
240 <Compile Include="ImageListViewItemProgressFailure.cs" />
241 <Compile Include="ImageListViewItemProgressSuccess.cs" />
242 <Compile Include="ImageListViewSorters\DateImageListViewSorter.cs" />
243 <Compile Include="ImageListViewSorters\DateImageListViewSorterType.cs" />
2 office 244 <Compile Include="ImageListViewSorters\NameListViewItemSorter.cs" />
1 office 245 <Compile Include="ImageListViewSorters\PerceptionImageListViewItemSorter.cs" />
246 <Compile Include="ImageListViewSorters\SizeImageListViewItemSorter.cs" />
247 <Compile Include="ImageListViewSorters\TypeImageListViewItemSorter.cs" />
248 <Compile Include="ImageTool.cs" />
249 <Compile Include="MagicMimeFile.cs" />
250 <Compile Include="PreviewForm.cs">
251 <SubType>Form</SubType>
252 </Compile>
253 <Compile Include="PreviewForm.Designer.cs">
254 <DependentUpon>PreviewForm.cs</DependentUpon>
255 </Compile>
256 <Compile Include="RenameForm.cs">
257 <SubType>Form</SubType>
258 </Compile>
259 <Compile Include="RenameForm.Designer.cs">
260 <DependentUpon>RenameForm.cs</DependentUpon>
261 </Compile>
262 <Compile Include="SettingsForm.cs">
263 <SubType>Form</SubType>
264 </Compile>
265 <Compile Include="SettingsForm.Designer.cs">
266 <DependentUpon>SettingsForm.cs</DependentUpon>
267 </Compile>
268 <Compile Include="TagManager.cs" />
269 <Compile Include="JotFormTracker.cs" />
270 <Compile Include="Program.cs" />
271 <Compile Include="Properties\AssemblyInfo.cs" />
272 <Compile Include="Database\QuickImageDatabase.cs" />
273 <Compile Include="TagListViewSorter.cs" />
274 <Compile Include="Utilities\Controls\IconToolStripTextBox.cs">
275 <SubType>ToolStrip</SubType>
276 </Compile>
277 <Compile Include="Utilities\Controls\ListViewCollapsible.cs">
278 <SubType>Component</SubType>
279 </Compile>
280 <Compile Include="Utilities\Controls\ScrollableToolStripComboBox.cs">
281 <SubType>ToolStrip</SubType>
282 </Compile>
283 <Compile Include="Utilities\Cryptography\Hashes.cs" />
284 <Compile Include="Utilities\Extensions\DragDropExtensions.cs" />
285 <Compile Include="Utilities\FileMutex.cs" />
286 <Compile Include="Utilities\LogMemorySink.cs" />
287 <Compile Include="Utilities\MagicMime.cs" />
288 <Compile Include="Utilities\Miscellaneous.cs" />
289 <Compile Include="Utilities\ScheduledContinuation.cs" />
290 <Compile Include="Utilities\Serialization\Comma-Separated Values\Csv.cs" />
291 <Compile Include="Utilities\Serialization\XML\Serialization.cs" />
292 <Compile Include="Utilities\Serialization\XML\SerializationFailure.cs" />
293 <Compile Include="Utilities\Serialization\XML\SerializationState.cs" />
294 <Compile Include="Utilities\Serialization\XML\SerializationSuccess.cs" />
295 <Compile Include="ViewLogsForm.cs">
296 <SubType>Form</SubType>
297 </Compile>
298 <Compile Include="ViewLogsForm.Designer.cs">
299 <DependentUpon>ViewLogsForm.cs</DependentUpon>
300 </Compile>
301 <EmbeddedResource Include="AboutForm.resx">
302 <DependentUpon>AboutForm.cs</DependentUpon>
303 </EmbeddedResource>
304 <EmbeddedResource Include="EditorForm.resx">
305 <DependentUpon>EditorForm.cs</DependentUpon>
306 </EmbeddedResource>
307 <EmbeddedResource Include="Form1.resx">
308 <DependentUpon>Form1.cs</DependentUpon>
309 </EmbeddedResource>
310 <EmbeddedResource Include="PreviewForm.resx">
311 <DependentUpon>PreviewForm.cs</DependentUpon>
312 </EmbeddedResource>
313 <EmbeddedResource Include="Properties\Resources.resx">
314 <Generator>ResXFileCodeGenerator</Generator>
315 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
316 <SubType>Designer</SubType>
317 </EmbeddedResource>
318 <Compile Include="Properties\Resources.Designer.cs">
319 <AutoGen>True</AutoGen>
320 <DependentUpon>Resources.resx</DependentUpon>
321 </Compile>
322 <EmbeddedResource Include="RenameForm.resx">
323 <DependentUpon>RenameForm.cs</DependentUpon>
324 </EmbeddedResource>
325 <EmbeddedResource Include="SettingsForm.resx">
326 <DependentUpon>SettingsForm.cs</DependentUpon>
327 </EmbeddedResource>
328 <EmbeddedResource Include="ViewLogsForm.resx">
329 <DependentUpon>ViewLogsForm.cs</DependentUpon>
330 </EmbeddedResource>
331 <None Include="packages.config" />
332 <None Include="Properties\Settings.settings">
333 <Generator>SettingsSingleFileGenerator</Generator>
334 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
335 </None>
336 <Compile Include="Properties\Settings.Designer.cs">
337 <AutoGen>True</AutoGen>
338 <DependentUpon>Settings.settings</DependentUpon>
339 <DesignTimeSharedInput>True</DesignTimeSharedInput>
340 </Compile>
341 </ItemGroup>
342 <ItemGroup>
343 <None Include="App.config" />
344 </ItemGroup>
345 <ItemGroup>
346 <Content Include="favicon.ico" />
2 office 347 <Content Include="ILLink\ILLink.Descriptors.LibraryBuild.xml" />
1 office 348 </ItemGroup>
349 <ItemGroup>
350 <ProjectReference Include="..\Configuration\Configuration.csproj">
351 <Project>{c82e1a5f-39bd-4a3d-9192-b69a180281f9}</Project>
352 <Name>Configuration</Name>
353 </ProjectReference>
354 <ProjectReference Include="..\CraftSynth.ImageEditor.Gui\CraftSynth.ImageEditor.Gui.csproj">
355 <Project>{3cd732ec-b1ba-46aa-ba2f-7b5b76235d86}</Project>
356 <Name>CraftSynth.ImageEditor.Gui</Name>
357 </ProjectReference>
358 <ProjectReference Include="..\CraftSynth.ImageEditor\CraftSynth.ImageEditor.csproj">
359 <Project>{c2f951d8-2cb6-4ab5-9029-1ee3fcdb910a}</Project>
360 <Name>CraftSynth.ImageEditor</Name>
361 </ProjectReference>
362 </ItemGroup>
363 <ItemGroup />
364 <Import Project="..\ffmpeg\ffmpeg.projitems" Label="Shared" />
365 <Import Project="..\Tesseract Data\Tesseract Data.projitems" Label="Shared" />
366 <Import Project="..\Dependencies\Dependencies.projitems" Label="Shared" />
367 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
368 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
369 <PropertyGroup>
370 <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>
371 </PropertyGroup>
372 <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
373 <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 374 <Error Condition="!Exists('..\packages\Magick.NET-Q16-AnyCPU.14.3.0\build\netstandard20\Magick.NET-Q16-AnyCPU.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Magick.NET-Q16-AnyCPU.14.3.0\build\netstandard20\Magick.NET-Q16-AnyCPU.targets'))" />
375 <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 376 <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 377 <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'))" />
1 office 378 </Target>
379 <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
2 office 380 <Import Project="..\packages\Magick.NET-Q16-AnyCPU.14.3.0\build\netstandard20\Magick.NET-Q16-AnyCPU.targets" Condition="Exists('..\packages\Magick.NET-Q16-AnyCPU.14.3.0\build\netstandard20\Magick.NET-Q16-AnyCPU.targets')" />
381 <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 382 <Import Project="..\packages\Tesseract.5.2.0\build\Tesseract.targets" Condition="Exists('..\packages\Tesseract.5.2.0\build\Tesseract.targets')" />
2 office 383 <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')" />
1 office 384 </Project>