11<Project >
2- <PropertyGroup >
3- <Product >MGR.CommandLineParser</Product >
4- <TargetFramework >netstandard2.0</TargetFramework >
5- <DocumentationFile >bin\$(Configuration)\netstandard2.0\$(MSBuildProjectName).xml</DocumentationFile >
6- <LangVersion >latest</LangVersion >
7- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
8- <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
9- <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
10- <WarningsAsErrors />
11- <DebugType >portable</DebugType >
12- <IsPackable >true</IsPackable >
13- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2+ <PropertyGroup >
3+ <Product >MGR.CommandLineParser</Product >
4+ <TargetFramework >netstandard2.0</TargetFramework >
5+ <DocumentationFile >bin\$(Configuration)\netstandard2.0\$(MSBuildProjectName).xml</DocumentationFile >
6+ <LangVersion >latest</LangVersion >
7+ <Nullable >enable</Nullable >
8+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9+ <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
10+ <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
11+ <WarningsAsErrors />
12+ <DebugType >portable</DebugType >
13+ <IsPackable >true</IsPackable >
14+ <ImplicitUsings >enable</ImplicitUsings >
15+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1416
15- <Authors >Matthias GROSPERRIN</Authors >
16- <Company ></Company >
17- <PackageProjectUrl >https://github.com/mgrosperrin/commandlineparser</PackageProjectUrl >
18- <RepositoryUrl >https://github.com/mgrosperrin/commandlineparser</RepositoryUrl >
19- <Description >MGR.CommandLineParser is a multi-command line parser. It uses System.ComponentModel.DataAnnotations to declare the commands.</Description >
20- <RepositoryType >git</RepositoryType >
21- <Copyright >Copyright © Matthias GROSPERRIN</Copyright >
22- <NeutralLanguage >en-US</NeutralLanguage >
23- <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
24- <PackageLicenseExpression >MIT</PackageLicenseExpression >
25- <VSTestLogger >trx%3bLogFileName=$(MSBuildProjectName).trx</VSTestLogger >
26- <VSTestResultsDirectory >$(MSBuildThisFileDirectory)/TestResults/$(TargetFramework)</VSTestResultsDirectory >
27- </PropertyGroup >
17+ <Authors >Matthias GROSPERRIN</Authors >
18+ <Company ></Company >
19+ <PackageProjectUrl >https://github.com/mgrosperrin/commandlineparser</PackageProjectUrl >
20+ <RepositoryUrl >https://github.com/mgrosperrin/commandlineparser</RepositoryUrl >
21+ <Description >MGR.CommandLineParser is a multi-command line parser. It uses System.ComponentModel.DataAnnotations to declare the commands.</Description >
22+ <RepositoryType >git</RepositoryType >
23+ <Copyright >Copyright © Matthias GROSPERRIN</Copyright >
24+ <NeutralLanguage >en-US</NeutralLanguage >
25+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
26+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
27+ <VSTestLogger >trx%3bLogFileName=$(MSBuildProjectName).trx</VSTestLogger >
28+ <VSTestResultsDirectory >$(MSBuildThisFileDirectory)/TestResults/$(TargetFramework)</VSTestResultsDirectory >
29+ </PropertyGroup >
2830
29- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
30- <Optimize >true</Optimize >
31- </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
32+ <Optimize >true</Optimize >
33+ </PropertyGroup >
3234
3335</Project >
0 commit comments