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