终端一体化运控平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

BPASmart.MenuLoad.csproj 722 B

il y a 1 an
il y a 1 an
1234567891011121314151617181920212223242526272829
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. <AssemblyName>可视化应用</AssemblyName>
  8. <ApplicationIcon>fyf.ico</ApplicationIcon>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <None Remove="fyf.ico" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Content Include="fyf.ico" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\BeDesignerSCADA\BeDesignerSCADA.csproj" />
  18. <ProjectReference Include="..\BPASmart.VariableManager\BPASmart.VariableManager.csproj" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <Resource Include="fyf.ico" />
  22. </ItemGroup>
  23. </Project>