SSPC-Tester/Driver/PCIE8586/DriverIntegrationPackage/examples/ConsoleIntegration/ConsoleIntegration.csproj

16 lines
402 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Pcie8586.Driver\Pcie8586.Driver.csproj" />
</ItemGroup>
</Project>