-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathSaraff.Twain.NET.csproj
53 lines (48 loc) · 2.32 KB
/
Saraff.Twain.NET.csproj
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>disable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>sign.snk</AssemblyOriginatorKeyFile>
<AssemblyName>Saraff.Twain</AssemblyName>
<RootNamespace>Saraff.Twain</RootNamespace>
<Title>Saraff.Twain.NET</Title>
<Description>Allows you to control work of flatbed scanner, web and digital camera and any other TWAIN device from .NET environment. You can use this library in your programs written in any programming languages compatible with .NET technology.</Description>
<Company>SARAFF SOFTWARE</Company>
<Product>Saraff.Twain.NET</Product>
<Copyright>Copyright © SARAFF 2011</Copyright>
<AssemblyVersion>1.0.33.756</AssemblyVersion>
<FileVersion>1.0.33.756</FileVersion>
<Version>1.0.33.756</Version>
<PackageProjectUrl>https://github.com/saraff-9EB1047A4BEB4cef8506B29BA325BD5A/Saraff.Twain.NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/saraff-9EB1047A4BEB4cef8506B29BA325BD5A/Saraff.Twain.NET.git</RepositoryUrl>
<PackageTags>TWAIN TWAIN.NET C# .NET FREE Open Source OSS Toolkit WPF x64 scan .NETCore</PackageTags>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>SARAFF</Authors>
<IncludeSymbols>true</IncludeSymbols>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>