Files
GenericTeProgramLibrary/Source/TSRealLib/HAL/Interfaces/Common/IInstrumentManager/Instruments.InstrumentManager.Contracts.csproj
2025-03-13 12:04:22 -07:00

19 lines
692 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(SolutionDir)Solution.props" />
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<AssemblyName>Raytheon.Instruments.InstrumentManager.Contracts</AssemblyName>
<Product>Raytheon Configuration</Product>
<Description>Instrument Manager Interface</Description>
<!-- Static versioning (Suitable for Development) -->
<!-- Disable the line below for dynamic versioning -->
<Version>1.8.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Raytheon.Instruments.Contracts" Version="1.6.0" />
</ItemGroup>
</Project>