VetHeartDiagnosisSDK.csproj 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>1.0.1.3</Version>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\..\AISDK\Common\AIDiagnosis.Common\AIDiagnosis.Common.csproj" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <Reference Include="AI.Common.Implements">
  11. <HintPath>..\..\..\Depends\AI.Common.Implements.dll</HintPath>
  12. </Reference>
  13. <Reference Include="AI.Common.Interface">
  14. <HintPath>..\..\..\Depends\AI.Common.Interface.dll</HintPath>
  15. </Reference>
  16. <Reference Include="AI.Vet.Modules.VetHeartEndDiastoleEndSystole">
  17. <HintPath>..\..\..\Depends\AI.Vet.Modules.VetHeartEndDiastoleEndSystole.dll</HintPath>
  18. </Reference>
  19. <Reference Include="AI.Vet.Modules.VetHeartEPSS">
  20. <HintPath>..\..\..\Depends\AI.Vet.Modules.VetHeartEPSS.dll</HintPath>
  21. </Reference>
  22. <Reference Include="AI.Vet.Modules.VetHeartLVStudy">
  23. <HintPath>..\..\..\Depends\AI.Vet.Modules.VetHeartLVStudy.dll</HintPath>
  24. </Reference>
  25. </ItemGroup>
  26. </Project>