<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> <IsPublishable>false</IsPublishable> <IsPackable>false</IsPackable> <ApplicationIcon /> <OutputType>Library</OutputType> <StartupObject /> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> <PackageReference Include="MSTest.TestAdapter" Version="2.2.7" /> <PackageReference Include="MSTest.TestFramework" Version="2.2.7" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\Devices\ATGs\VeederRoot_ATG_Console\VeederRoot_ATG_Console.csproj" /> </ItemGroup> </Project>