You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/ZeroLevel/ZeroLevel.csproj

20 lines
407 B

5 years ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<ApplicationIcon>lz.ico</ApplicationIcon>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<None Remove="lz.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="lz.ico" />
</ItemGroup>
5 years ago
</Project>

Powered by TurnKey Linux.