Uestc.Auto6.Dso.Protocol.SENT.csproj 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <UseWindowsForms>true</UseWindowsForms>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Reference Include="Newtonsoft.Json">
  8. <HintPath>..\ShareDlls\Newtonsoft.Json.dll</HintPath>
  9. </Reference>
  10. <Reference Include="Svg">
  11. <HintPath>..\ShareDlls\Svg.dll</HintPath>
  12. </Reference>
  13. <Reference Include="System.Management">
  14. <HintPath>..\ShareDlls\System.Management.dll</HintPath>
  15. </Reference>
  16. <Reference Include="Uestc.Auto6.Dso.ComModel">
  17. <HintPath>..\ShareDlls\Uestc.Auto6.Dso.ComModel.dll</HintPath>
  18. </Reference>
  19. <Reference Include="Uestc.Auto6.Dso.Core">
  20. <HintPath>..\ShareDlls\Uestc.Auto6.Dso.Core.dll</HintPath>
  21. </Reference>
  22. <Reference Include="Uestc.Auto6.Dso.Protocol">
  23. <HintPath>..\ShareDlls\Uestc.Auto6.Dso.Protocol.dll</HintPath>
  24. </Reference>
  25. <Reference Include="Uni-Trend.MSO7000X.Common">
  26. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.Common.dll</HintPath>
  27. </Reference>
  28. <Reference Include="Uni-Trend.MSO7000X.Language">
  29. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.Language.dll</HintPath>
  30. </Reference>
  31. <Reference Include="Uni-Trend.MSO7000X.LanguageDefinition">
  32. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.LanguageDefinition.dll</HintPath>
  33. </Reference>
  34. <Reference Include="Uni-Trend.MSO7000X.Touch">
  35. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.Touch.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Uni-Trend.MSO7000X.UserControls">
  38. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.UserControls.dll</HintPath>
  39. </Reference>
  40. </ItemGroup>
  41. <Target Name="PostBuild" AfterTargets="PostBuildEvent">
  42. <Exec Command="MD $(SolutionDir)ShareDlls\Decode\&#xD;&#xA;XCopy $(TargetDir)\$(TargetName).dll $(SolutionDir)ShareDlls\Decode\$(TargetName)\ /E /Y /S" />
  43. </Target>
  44. </Project>