2021-04-26 08:39:26 -04:00
|
|
|
<Project>
|
2021-04-21 08:18:26 -04:00
|
|
|
<PropertyGroup>
|
2021-04-25 13:44:14 -04:00
|
|
|
<!--change in each release-->
|
2021-04-26 22:22:32 -04:00
|
|
|
<PackageVersion>4.0.0-alpha.1</PackageVersion>
|
2021-04-25 13:44:14 -04:00
|
|
|
|
2021-04-26 08:39:26 -04:00
|
|
|
<!--keep it the same until major # changes-->
|
2021-04-25 13:44:14 -04:00
|
|
|
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
|
|
|
|
2021-04-21 08:26:19 -04:00
|
|
|
<PackageProjectUrl>https://github.com/soukoku/ntwain</PackageProjectUrl>
|
|
|
|
<PackageTags>twain scan</PackageTags>
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
2021-04-25 18:36:29 -04:00
|
|
|
<PackageIcon>Scanner-Icon.png</PackageIcon>
|
|
|
|
<!--<PackageIconUrl>https://github.com/soukoku/ntwain/blob/master/Scanner-Icon.png?raw=true</PackageIconUrl>-->
|
2021-04-21 08:26:19 -04:00
|
|
|
<RepositoryUrl>https://github.com/soukoku/ntwain</RepositoryUrl>
|
|
|
|
<RepositoryType>GIT</RepositoryType>
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
|
|
<!--<Copyright>Eugene Wang 2012</Copyright>-->
|
|
|
|
<Authors>Eugene Wang</Authors>
|
2021-04-25 13:44:14 -04:00
|
|
|
|
|
|
|
<Version>$(PkgVersion)</Version>
|
|
|
|
<FileVersion>$(PkgVersion)</FileVersion>
|
2021-04-21 08:26:19 -04:00
|
|
|
<LangVersion>7.1</LangVersion>
|
2021-04-21 08:18:26 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2021-04-21 08:26:19 -04:00
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
2021-04-26 08:39:26 -04:00
|
|
|
<!--don't warn missing xml docs-->
|
|
|
|
<NoWarn>1591</NoWarn>
|
2021-04-26 07:58:19 -04:00
|
|
|
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
2021-04-21 08:26:19 -04:00
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
|
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2021-04-25 18:36:29 -04:00
|
|
|
<ItemGroup>
|
|
|
|
<None Include="../../Scanner-Icon.png" Pack="true" PackagePath="\"/>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-04-21 08:26:19 -04:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
|
|
|
|
</ItemGroup>
|
2021-04-25 13:44:14 -04:00
|
|
|
</Project>
|