Files
GenericTeProgramLibrary/Source/TSRealLib/HAL/Implementations/DMM/DMMKeysightM9183/DMMKeysightM9183.csproj
2025-03-13 12:04:22 -07:00

40 lines
1.4 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(SolutionDir)Solution.props" />
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<PlatformTarget>x86</PlatformTarget>
<AssemblyName>Raytheon.Instruments.DMMKeysightM9183</AssemblyName>
<Product>DMM Keysight M9183 implementation</Product>
<Description>DMM Keysight M9183 implementation</Description>
<OutputType>Library</OutputType>
<!-- Static versioning (Suitable for Development) -->
<!-- Disable the line below for dynamic versioning -->
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="5.0.0" />
<PackageReference Include="Raytheon.Common" Version="1.0.0" />
<PackageReference Include="Raytheon.Instruments.Dmm.Contracts" Version="2.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DMMSim\DMMSim.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Agilent.AgM918x.Interop">
<HintPath>..\..\Common\COTS\Keysight\Agilent.AgM918x.Interop.dll</HintPath>
</Reference>
<Reference Include="Ivi.Dmm.Interop">
<HintPath>..\..\Common\COTS\VTI\Ivi.Dmm.Interop.dll</HintPath>
</Reference>
<Reference Include="Ivi.Driver.Interop">
<HintPath>..\..\Common\COTS\VTI\Ivi.Driver.Interop.dll</HintPath>
</Reference>
</ItemGroup>
</Project>