Uestc.Auto6.Dso.Protocol.CAN.csproj 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0-windows</TargetFramework>
  4. <UseWindowsForms>true</UseWindowsForms>
  5. <ProduceReferenceAssembly>false</ProduceReferenceAssembly>
  6. <AssemblyName>Uestc.Auto6.Dso.Protocol.CAN</AssemblyName>
  7. <RootNamespace>Uestc.Auto6.Dso.Protocol.CAN</RootNamespace>
  8. </PropertyGroup>
  9. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  10. <OutputPath>../Uestc.Auto6.Dso.U2/bin/Debug/net5.0-windows/Decode/CAN</OutputPath>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <Reference Include="EventBroker">
  14. <HintPath>..\ShareDlls\EventBroker.dll</HintPath>
  15. <Private>false</Private>
  16. <ExcludeAssets>runtime</ExcludeAssets>
  17. </Reference>
  18. <Reference Include="IEventBroker">
  19. <HintPath>..\ShareDlls\IEventBroker.dll</HintPath>
  20. <Private>false</Private>
  21. <ExcludeAssets>runtime</ExcludeAssets>
  22. </Reference>
  23. <Reference Include="Uestc.Auto6.Dso.ComModel">
  24. <HintPath>..\ShareDlls\Uestc.Auto6.Dso.ComModel.dll</HintPath>
  25. <Private>false</Private>
  26. <ExcludeAssets>runtime</ExcludeAssets>
  27. </Reference>
  28. <Reference Include="Uestc.Auto6.Dso.Core">
  29. <HintPath>..\ShareDlls\Uestc.Auto6.Dso.Core.dll</HintPath>
  30. <Private>false</Private>
  31. <ExcludeAssets>runtime</ExcludeAssets>
  32. </Reference>
  33. <Reference Include="Uestc.Auto6.Dso.Protocol">
  34. <HintPath>..\ShareDlls\Uestc.Auto6.Dso.Protocol.dll</HintPath>
  35. <Private>false</Private>
  36. <ExcludeAssets>runtime</ExcludeAssets>
  37. </Reference>
  38. <Reference Include="Uni-Trend.MSO7000X.Common">
  39. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.Common.dll</HintPath>
  40. <Private>false</Private>
  41. <ExcludeAssets>runtime</ExcludeAssets>
  42. </Reference>
  43. <Reference Include="Uni-Trend.MSO7000X.Language">
  44. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.Language.dll</HintPath>
  45. <Private>false</Private>
  46. <ExcludeAssets>runtime</ExcludeAssets>
  47. </Reference>
  48. <Reference Include="Uni-Trend.MSO7000X.LanguageDefinition">
  49. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.LanguageDefinition.dll</HintPath>
  50. <Private>false</Private>
  51. <ExcludeAssets>runtime</ExcludeAssets>
  52. </Reference>
  53. <Reference Include="Uni-Trend.MSO7000X.UserControls">
  54. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.UserControls.dll</HintPath>
  55. </Reference>
  56. </ItemGroup>
  57. <Target Name="PostBuild" AfterTargets="PostBuildEvent">
  58. <Exec Command="copy $(TargetPath) $(SolutionDir)ShareDlls\$(TargetName)$(TargetExt)" />
  59. </Target>
  60. </Project>