25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="$(SolutionDir)Program.props" />
|
|
<PropertyGroup>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>Raytheon.Instruments.Contracts</AssemblyName>
|
|
<RootNamespace>Raytheon.Instruments</RootNamespace>
|
|
<Company>Raytheon Technologies</Company>
|
|
<Product>Raytheon Configuration</Product>
|
|
<Description>Base Instrument interface and export attribute</Description>
|
|
<Authors>TEEC</Authors>
|
|
<Copyright>Copyright © Raytheon Technologies $([System.DateTime]::get_now().ToString("yyyy"))</Copyright>
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
|
<Version>1.5.0.0</Version>
|
|
<Configurations>Debug;Release;Deploy</Configurations>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Raytheon.Communication.Rpc.Contracts" Version="1.*" />
|
|
<PackageReference Include="Raytheon.Communication.Ums.Core.Contracts" Version="1.*" />
|
|
<PackageReference Include="Raytheon.Communication.Ums.Rpc.Attributes" Version="1.*" />
|
|
</ItemGroup>
|
|
|
|
</Project> |