SSPC-Tester/SSPCTester.Tests/SSPCTester.Tests.csproj

40 lines
1.5 KiB
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64</Platforms>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
</ItemGroup>
<ItemGroup>
<Using Include="Xunit" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SSPCTester.Logic\SSPCTester.Logic.csproj" />
<ProjectReference Include="..\SSPCTester.Devices\SSPCTester.Devices.csproj" />
<ProjectReference Include="..\Driver\PCIE8586\DriverIntegrationPackage\src\Pcie8586.Driver\Pcie8586.Driver.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\Driver\IT8702P\PCIE8586\DriverIntegrationPackage\src\Pcie8586.Driver\bin\x64\$(Configuration)\net8.0\Pcie8586.Driver.dll"
Link="Pcie8586.Driver.dll"
Condition="Exists('..\Driver\IT8702P\PCIE8586\DriverIntegrationPackage\src\Pcie8586.Driver\bin\x64\$(Configuration)\net8.0\Pcie8586.Driver.dll')">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>