终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

40 lines
1.2 KiB

  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. <UseWindowsForms>true</UseWindowsForms>
  8. <ApplicationIcon>fyf.ico</ApplicationIcon>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <None Remove="fyf.ico" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Content Include="fyf.ico">
  15. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  16. </Content>
  17. </ItemGroup>
  18. <ItemGroup>
  19. <PackageReference Include="BPA.Helper" Version="1.0.9" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ProjectReference Include="..\BeDesignerSCADA\BeDesignerSCADA.csproj" />
  23. <ProjectReference Include="..\BPASmart.DataServer\BPASmart.DataServer.csproj" />
  24. <ProjectReference Include="..\BPASmart.Model\BPASmart.Model.csproj" />
  25. <ProjectReference Include="..\BPASmart.RecipeManagement\BPASmart.RecipeManagement.csproj" />
  26. <ProjectReference Include="..\BPASmart.VariableManager\BPASmart.VariableManager.csproj" />
  27. </ItemGroup>
  28. <ItemGroup>
  29. <Folder Include="ViewModel\" />
  30. <Folder Include="View\" />
  31. </ItemGroup>
  32. </Project>