mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-11-03 00:53:59 +08:00
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
<PackageOutputPath>$(MSBuildThisFileDirectory)..\..\nupkgs</PackageOutputPath>
|
|
<PackageVersion>$(Version)</PackageVersion>
|
|
<PackageTags>ThingsGateway;Diego;Blazor;IOT;设备采集;边缘网关;物联网</PackageTags>
|
|
<PackageProjectUrl>https://gitee.com/diego2098/ThingsGateway</PackageProjectUrl>
|
|
<PackageIcon>icon.png</PackageIcon>
|
|
<PackageReadmeFile>README.zh-CN.md</PackageReadmeFile>
|
|
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
|
|
|
</PropertyGroup>
|
|
|
|
<!--Condition="'$(Configuration)' == 'Release'"-->
|
|
<PropertyGroup>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<None Include="$(MSBuildThisFileDirectory)PackNuget.props" Pack="true" PackagePath="\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="$(MSBuildThisFileDirectory)..\README.md" Pack="true" PackagePath="\" />
|
|
<None Include="$(MSBuildThisFileDirectory)..\README.zh-CN.md" Pack="true" PackagePath="\" />
|
|
<None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="\" />
|
|
<None Include="$(MSBuildThisFileDirectory)..\icon.png" Pack="true" PackagePath="\" />
|
|
</ItemGroup>
|
|
</Project>
|