123456789101112131415161718192021222324252627282930 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <Version>1.0.1.3</Version>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\AISDK\Common\AIDiagnosis.Common\AIDiagnosis.Common.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="AI.Common.Implements">
- <HintPath>..\..\..\Depends\AI.Common.Implements.dll</HintPath>
- </Reference>
- <Reference Include="AI.Common.Interface">
- <HintPath>..\..\..\Depends\AI.Common.Interface.dll</HintPath>
- </Reference>
- <Reference Include="AI.Vet.Modules.VetHeartEndDiastoleEndSystole">
- <HintPath>..\..\..\Depends\AI.Vet.Modules.VetHeartEndDiastoleEndSystole.dll</HintPath>
- </Reference>
- <Reference Include="AI.Vet.Modules.VetHeartEPSS">
- <HintPath>..\..\..\Depends\AI.Vet.Modules.VetHeartEPSS.dll</HintPath>
- </Reference>
- <Reference Include="AI.Vet.Modules.VetHeartLVStudy">
- <HintPath>..\..\..\Depends\AI.Vet.Modules.VetHeartLVStudy.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|