-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocScanner.csproj
More file actions
27 lines (24 loc) · 1.07 KB
/
Copy pathDocScanner.csproj
File metadata and controls
27 lines (24 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<Version>0.4.0</Version>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<ProductVersion>0.4.0</ProductVersion>
<Authors>NSP-MO</Authors>
<Company>NSP-MO</Company>
<Product>DocScanner</Product>
<Description>High-contrast document scanner and enhancement application with perspective correction and multi-page PDF compilation.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.2" />
<PackageReference Include="OpenCvSharp4" Version="4.13.0.20260627" />
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.13.0.20260627" />
<PackageReference Include="OpenCvSharp4.WpfExtensions" Version="4.13.0.20260627" />
<PackageReference Include="PdfSharpCore" Version="1.3.67" />
</ItemGroup>
</Project>