Uni-Trend.MSO7000X.Common.csproj 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0-windows</TargetFramework>
  4. <UseWindowsForms>true</UseWindowsForms>
  5. <Version>1.0.19</Version>
  6. <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
  7. <Product>Uni-Trend.MSO7000X.Common</Product>
  8. <Description>Update! detail see git log;</Description>
  9. <PackageId>Uni-Trend.MSO7000X.Common</PackageId>
  10. <PackageReleaseNotes>UNI-T示波器软件公共库</PackageReleaseNotes>
  11. <PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
  12. <Company>Uni-Trend.MSO7000X.Common</Company>
  13. <Authors>Uni-Trend.MSO7000X.Common</Authors>
  14. <AssemblyVersion>1.0.19.0</AssemblyVersion>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  17. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  18. </PropertyGroup>
  19. <ItemGroup>
  20. <None Remove="Uni-Trend.MSO7000X.Common.1.0.4.nupkg" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <Reference Include="Svg">
  24. <HintPath>..\ShareDlls\Svg.dll</HintPath>
  25. </Reference>
  26. </ItemGroup>
  27. <Target Name="PostBuild" AfterTargets="PostBuildEvent">
  28. <Exec Command="copy $(TargetPath) $(SolutionDir)ShareDlls\$(TargetName)$(TargetExt) /y&#xD;&#xA;copy $(TargetPath) $(SolutionDir)..\WindowsFormsAppNetCore\ShareDlls /y" />
  29. </Target>
  30. </Project>