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

19 lines
646 B
XML

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