AlarmInfoServerSim.csproj 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net8.0-windows</TargetFramework>
  5. <OutputPath>$(SolutionDir)Binary\Tools\AlarmInfoServerSim</OutputPath>
  6. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  7. <Nullable>enable</Nullable>
  8. <ImplicitUsings>enable</ImplicitUsings>
  9. <UseWPF>true</UseWPF>
  10. <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
  11. <SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
  12. </PropertyGroup>
  13. <ItemGroup>
  14. <PackageReference Include="Prism.DryIoc" />
  15. <PackageReference Include="CommunityToolkit.Mvvm" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\..\Communicators\RTCommunicator\RTCommunicatorBase\RTCommunicatorBase.csproj" />
  19. <ProjectReference Include="..\..\Configs\CofigOperator\ConfigOperator.csproj" />
  20. <ProjectReference Include="..\..\TLVProtocal\TLV_Protocol.csproj" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <None Update="Settings\Hardwares\HTR1 - U2.json">
  24. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  25. </None>
  26. <None Update="Settings\Hardwares\HTR1 - U3.json">
  27. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  28. </None>
  29. <None Update="Settings\Hardwares\HTR1 - U4.json">
  30. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  31. </None>
  32. <None Update="Settings\Hardwares\HTR1 - U5.json">
  33. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  34. </None>
  35. <None Update="Settings\Hardwares\HTR2 - U7.json">
  36. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  37. </None>
  38. <None Update="Settings\Hardwares\HTR2 - U8.json">
  39. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  40. </None>
  41. <None Update="Settings\Hardwares\HTR2 - U9.json">
  42. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  43. </None>
  44. <None Update="Settings\Hardwares\HTR4 - U6.json">
  45. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  46. </None>
  47. </ItemGroup>
  48. </Project>