| 1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0-windows</TargetFramework>
- <IsPackable>false</IsPackable>
- <Nullable>disable</Nullable>
- <LangVersion>latest</LangVersion>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
- <PackageReference Include="xunit" Version="2.6.2" />
- <PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\ivf_tl_ControlHost\ivf_tl_ControlHost.csproj" />
- <ProjectReference Include="..\IvfTl.Hardware\IvfTl.Hardware.csproj" />
- </ItemGroup>
- </Project>
|