Files
Leetcode/3474. Lexicographically Smallest Generated String/3474. Lexicographically Smallest Generated String.csproj

12 lines
329 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>_3474._Lexicographically_Smallest_Generated_String</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>