dotnetresxutils/DotNetResxUtils/DotNetResxUtils.csproj
Harrison Deng a46f8d4ef6
Some checks failed
RealYHD/dotnetresxutils/pipeline/head There was a failure building this commit
Initial commit.
Added generated files and minor configurations.

Added Jenkins pipeline configuration.
2022-04-26 04:21:27 -05:00

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>