mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-18 17:47:57 +08:00
42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<!--change in each release-->
|
|
<PackageVersion>4.0.0-alpha.1</PackageVersion>
|
|
|
|
<!--keep it the same until major # changes-->
|
|
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
|
|
|
<PackageProjectUrl>https://github.com/soukoku/ntwain</PackageProjectUrl>
|
|
<PackageTags>twain scan</PackageTags>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageIcon>Scanner-Icon.png</PackageIcon>
|
|
<!--<PackageIconUrl>https://github.com/soukoku/ntwain/blob/master/Scanner-Icon.png?raw=true</PackageIconUrl>-->
|
|
<RepositoryUrl>https://github.com/soukoku/ntwain</RepositoryUrl>
|
|
<RepositoryType>GIT</RepositoryType>
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
<!--<Copyright>Eugene Wang 2012</Copyright>-->
|
|
<Authors>Eugene Wang</Authors>
|
|
|
|
<Version>$(PkgVersion)</Version>
|
|
<FileVersion>$(PkgVersion)</FileVersion>
|
|
<LangVersion>7.1</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
|
<!--don't warn missing xml docs-->
|
|
<NoWarn>1591</NoWarn>
|
|
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="../../Scanner-Icon.png" Pack="true" PackagePath="\"/>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
|
|
</ItemGroup>
|
|
</Project> |