Shift-Cipher-C-Sharp/Testing/Testing.csproj
2023-05-22 08:41:50 -04:00

15 lines
338 B
XML

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