2 Star 12 Fork 9

yihong-lin/IotDeviceForCsharp

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
IotDeviceToolHepler.csproj 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
yihong-lin 提交于 2024-01-18 13:24 +08:00 . 11
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PreserveCompilationContext>true</PreserveCompilationContext>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<IncludeBuildOutput>True</IncludeBuildOutput>
<IncludeContentInPack>True</IncludeContentInPack>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion></AssemblyVersion>
<FileVersion></FileVersion>
<Version>1.3.6</Version>
<Authors>linyihong</Authors>
<PackageProjectUrl>https://gitee.com/yihong-lin/IotDeviceForCsharp.git</PackageProjectUrl>
<Copyright>开源</Copyright>
<Title>适用于香橙派orangepi iot使用</Title>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>c#.net6 iot 适用于香橙派OrangePi使用</Description>
<RepositoryUrl>https://gitee.com/yihong-lin/IotDeviceForCsharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageId>IotDeviceToolHepler</PackageId>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Device\DeviceDisplay_222.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="InTheHand.Net.Bluetooth" Version="4.1.40" />
<PackageReference Include="Iot.Device.Bindings" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Device.Gpio" Version="3.1.0" />
</ItemGroup>
<ItemGroup>
<None Include="Device\force_sensitive_resistor\force-sensitive-resistor.csproj" />
<None Include="Device\led-more-blinking-lights\led-more-blinking-lights.csproj" />
<None Include="Device\led_matrix\led-matrix-weather.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/yihong-lin/IotDeviceForCsharp.git
git@gitee.com:yihong-lin/IotDeviceForCsharp.git
yihong-lin
IotDeviceForCsharp
IotDeviceForCsharp
master

搜索帮助