Uestc.Auto6.Dso.Protocol.Ethernet.csproj 1.8 KB

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