终端一体化运控平台
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.
 
 
 

42 line
1.3 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>Images\fyf.ico</ApplicationIcon>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <None Remove="fyf.ico" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Content Include="Images\fyf.ico">
  15. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  16. </Content>
  17. </ItemGroup>
  18. <ItemGroup>
  19. <PackageReference Include="BPA.Helper" Version="1.0.54" />
  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.PageLoad\BPASmart.PageLoad.csproj" />
  26. <ProjectReference Include="..\BPASmart.RecipeManagement\BPASmart.RecipeManagement.csproj" />
  27. <ProjectReference Include="..\BPASmart.VariableManager\BPASmart.VariableManager.csproj" />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <Reference Include="Interop.IWshRuntimeLibrary">
  31. <HintPath>..\BPASmartClient.Helper\obj\Debug\net6.0\Interop.IWshRuntimeLibrary.dll</HintPath>
  32. </Reference>
  33. </ItemGroup>
  34. </Project>