Harrison Deng
a46f8d4ef6
Some checks failed
RealYHD/dotnetresxutils/pipeline/head There was a failure building this commit
Added generated files and minor configurations. Added Jenkins pipeline configuration.
14 lines
474 B
XML
14 lines
474 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>exe</OutputType>
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
<SelfContained>true</SelfContained>
|
|
<PublishReadyToRun>true</PublishReadyToRun>
|
|
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
</Project> |