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