SSPC-Tester/SSPCTester.Seed/SSPCTester.Seed.csproj

18 lines
506 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\SSPCTester.Logic\SSPCTester.Logic.csproj" />
<ProjectReference Include="..\SSPCTester.Devices\SSPCTester.Devices.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64</Platforms>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>