36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="$(SolutionDir)Solution.props" />
|
|
<PropertyGroup>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<AssemblyName>Raytheon.Instruments.CommDeviceSuperFscc422</AssemblyName>
|
|
<Product>CommDevice SuperFscc422 implementation</Product>
|
|
<Description>CommDevice SuperFscc422 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" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CommDeviceSim\CommDeviceSim.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="netfscc">
|
|
<HintPath>..\..\Common\COTS\FSCC\netfscc.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Raytheon.GuidedElectronicsUnit.Fx46">
|
|
<HintPath>..\..\Common\COTS\Teradyne_SDLC\Raytheon.GuidedElectronicsUnit.Fx46.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|