Files
GenericTeProgramLibrary/Source/TSRealLib/HAL/Interfaces/IGeneralIO/IGeneralIO.csproj
2025-03-13 12:04:22 -07:00

18 lines
631 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(SolutionDir)Solution.props" />
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AssemblyName>Raytheon.Instruments.GeneralIO.Contracts</AssemblyName>
<Description>Instrument interface for General IO</Description>
<Product>HAL</Product>
<!-- Static versioning (Suitable for Development) -->
<!-- Disable the line below for dynamic versioning -->
<Version>1.7.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Raytheon.Instruments.Contracts" Version="1.*" />
</ItemGroup>
</Project>