1 Star 0 Fork 9

hellokkhh/SprayProcess-System

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
SprayProcessSystem.UI.csproj 2.72 KB
一键复制 编辑 原始数据 按行查看 历史
Nevermore 提交于 2025-02-06 00:21 +08:00 . 优化细节,修复错误
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>True</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>Assets\FluentEmojiFlatFactory.ico</ApplicationIcon>
<UseWPF>False</UseWPF>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
<AssemblyName>SprayProcessSystem</AssemblyName>
<AssemblyTitle>喷涂工艺SCADA</AssemblyTitle>
<AssemblyDescription>喷涂工艺SCADA系统</AssemblyDescription>
<Company>Nevermore98</Company>
<Product>喷涂工艺SCADA系统</Product>
<Copyright>Copyright © 2025 Nevermore98</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="Assets\FluentEmojiFactory.ico" />
<None Remove="Assets\FluentEmojiFlatFactory.ico" />
<None Remove="Assets\FluentEmojiFlatFactory.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\FluentEmojiFlatFactory.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AntdUI" Version="1.8.1" />
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
<PackageReference Include="IoTClient" Version="1.0.42" />
<PackageReference Include="LiveChartsCore.SkiaSharpView.WinForms" Version="2.0.0-rc4.5" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="MiniExcel" Version="1.36.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SprayProcessSystem.BLL\SprayProcessSystem.BLL.csproj" />
</ItemGroup>
<ItemGroup>
<Resource Include="Assets\FluentEmojiFactory.ico" />
<Resource Include="Assets\FluentEmojiFlatFactory.ico" />
<Resource Include="Assets\FluentEmojiFlatFactory.png" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Update="Configs\appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\Fonts\DingTalk-JinBuTi.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Configs\PLC_Config.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/hellokkhh/SprayProcess-System.git
git@gitee.com:hellokkhh/SprayProcess-System.git
hellokkhh
SprayProcess-System
SprayProcess-System
main

搜索帮助