使用新的继电器控制板接口
智能大石头 authored at 2025-05-28 12:45:59
1.03 KiB
SmartA2
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net8.0</TargetFramework>
    <Company>新生命开发团队</Company>
    <Copyright>©2002-2025 新生命开发团队</Copyright>
    <VersionPrefix>1.0</VersionPrefix>
    <VersionSuffix>$([System.DateTime]::Now.ToString(`yyyy.MMdd`))</VersionSuffix>
    <Version>$(VersionPrefix).$(VersionSuffix)</Version>
    <FileVersion>$(Version)</FileVersion>
    <AssemblyVersion>$(VersionPrefix).*</AssemblyVersion>
    <Deterministic>false</Deterministic>
    <OutputPath>..\..\Bin\FullTest</OutputPath>
    <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="NewLife.MQTT" Version="2.1.2025.519-beta1637" />
    <PackageReference Include="NewLife.Stardust" Version="3.4.2025.527-beta1719" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\SmartA2\SmartA2.csproj" />
  </ItemGroup>

</Project>