Files
GenericTeProgramLibrary/Source/TSRealLib/HAL/Implementations/CommDevice/CommDeviceSuperFscc422/CommDeviceSuperFscc422.csproj
2025-03-13 12:04:22 -07:00

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>