Uestc.Auto6.Dso.Hardware.Calibration.Data.Base.csproj 1017 B

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <Configurations>Debug;Release;HardwareWithMatlab</Configurations>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  8. <DocumentationFile>Uestc.Auto6.Dso.Hardware.Calibration.Data.Base.xml</DocumentationFile>
  9. <NoWarn>1701;1702;1591;1570;1587;</NoWarn>
  10. </PropertyGroup>
  11. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='HardwareWithMatlab|AnyCPU'">
  12. <DocumentationFile>Uestc.Auto6.Dso.Hardware.Calibration.Data.Base.xml</DocumentationFile>
  13. <NoWarn>1701;1702;1591;1570;1587;</NoWarn>
  14. </PropertyGroup>
  15. <Target Name="PostBuild" AfterTargets="PostBuildEvent">
  16. <Exec Command="copy $(TargetPath) $(SolutionDir)ShareDlls\$(TargetName)$(TargetExt)" />
  17. </Target>
  18. <ItemGroup>
  19. <ProjectReference Include="..\Uestc.Auto6.Dso.ComModel\Uestc.Auto6.Dso.ComModel.csproj" />
  20. </ItemGroup>
  21. </Project>