38 lines
1.3 KiB
XML
38 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="$(SolutionDir)Solution.props" />
|
|
<PropertyGroup>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<AssemblyName>Raytheon.Instruments.CommDeviceGeuSdlc</AssemblyName>
|
|
<Product>CommDevice GeuSdlc implementation</Product>
|
|
<Description>CommDevice GeuSdlc implementation</Description>
|
|
<OutputType>Library</OutputType>
|
|
|
|
<!-- Static versioning (Suitable for Development) -->
|
|
<!-- Disable the line below for dynamic versioning -->
|
|
<Version>1.0.0</Version>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NLog" Version="5.0.0" />
|
|
<PackageReference Include="Raytheon.Common" Version="1.0.0" />
|
|
<PackageReference Include="Raytheon.Instruments.CommDevice.Contracts" Version="1.2.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>
|