Website-Finder/C#/C#.csproj

15 lines
423 B
XML
Raw Normal View History

2021-06-25 01:05:28 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-12-14 23:18:09 +01:00
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
2021-06-25 01:05:28 +02:00
<OutputType>Exe</OutputType>
2022-12-14 23:18:09 +01:00
<RootNamespace>C_</RootNamespace>
2021-06-29 15:16:53 +02:00
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
2021-06-25 01:05:28 +02:00
</PropertyGroup>
</Project>