Website-Finder/C#/C#.csproj

15 lines
427 B
XML
Raw Normal View History

2021-06-25 01:05:28 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
2021-06-29 15:16:53 +02:00
<RootNamespace>C_</RootNamespace>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
2021-06-25 01:05:28 +02:00
</PropertyGroup>
</Project>