Uestc.Auto6.Dso.Protocol.ARINC429.csproj 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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.ARINC429</AssemblyName>
  7. <RootNamespace>Uestc.Auto6.Dso.Protocol.ARINC429</RootNamespace>
  8. </PropertyGroup>
  9. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  10. <DefineConstants>$(DefineConstants)TRACE</DefineConstants>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  13. <DefineConstants>$(DefineConstants)TRACE</DefineConstants>
  14. </PropertyGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\Uestc.Auto6.Dso.ComModel\Uestc.Auto6.Dso.ComModel.csproj" />
  17. <ProjectReference Include="..\Uestc.Auto6.Dso.Core\Uestc.Auto6.Dso.Core.csproj" />
  18. <ProjectReference Include="..\Uestc.Auto6.Dso.Protocol\Uestc.Auto6.Dso.Protocol.csproj" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <Reference Include="Newtonsoft.Json">
  22. <HintPath>..\ShareDlls\Newtonsoft.Json.dll</HintPath>
  23. </Reference>
  24. <Reference Include="Svg">
  25. <HintPath>..\ShareDlls\Svg.dll</HintPath>
  26. </Reference>
  27. <Reference Include="System.Management">
  28. <HintPath>..\ShareDlls\System.Management.dll</HintPath>
  29. </Reference>
  30. <Reference Include="Uni-Trend.MSO7000X.Common">
  31. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.Common.dll</HintPath>
  32. </Reference>
  33. <Reference Include="Uni-Trend.MSO7000X.Language">
  34. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.Language.dll</HintPath>
  35. </Reference>
  36. <Reference Include="Uni-Trend.MSO7000X.LanguageDefinition">
  37. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.LanguageDefinition.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Uni-Trend.MSO7000X.UserControls">
  40. <HintPath>..\ShareDlls\Uni-Trend.MSO7000X.UserControls.dll</HintPath>
  41. </Reference>
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Update="ARINC429SetControlARINC429.cs">
  45. <SubType>UserControl</SubType>
  46. </Compile>
  47. <Compile Update="ARINC429TriggerSetControlARINC429.cs">
  48. <SubType>UserControl</SubType>
  49. </Compile>
  50. </ItemGroup>
  51. <Target Name="PostBuild" AfterTargets="PostBuildEvent">
  52. <Exec Command="MD $(SolutionDir)ShareDlls\Decode\&#xD;&#xA;XCopy $(TargetDir)\$(TargetName).dll $(SolutionDir)ShareDlls\Decode\$(TargetName)\ /E /Y /S" />
  53. </Target>
  54. </Project>