日常更新

This commit is contained in:
jack
2026-04-02 18:32:43 +08:00
parent 111eb22824
commit bc1e86d4ea
32 changed files with 2745 additions and 2742 deletions

View File

@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>FanControl.ChromeboxEC</AssemblyName>
<RootNamespace>FanControl.ChromeboxEC</RootNamespace>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Reference Include="FanControl.Plugins">
<HintPath>lib\FanControl.Plugins.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>FanControl.ChromeboxEC</AssemblyName>
<RootNamespace>FanControl.ChromeboxEC</RootNamespace>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Reference Include="FanControl.Plugins">
<HintPath>lib\FanControl.Plugins.dll</HintPath>
</Reference>
</ItemGroup>
</Project>