This repository has been archived on 2025-11-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
StripJackNaked/StripJackNaked/StripJackNaked.csproj

14 lines
360 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PlayCardsLibrary\PlayCardsLibrary.csproj" />
</ItemGroup>
</Project>