Shift-Cipher-C-Sharp/Testing/Testing.csproj

16 lines
393 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>CorgiCoder.Testing</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ShiftCipher\ShiftCipher.csproj" />
</ItemGroup>
</Project>