File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2323
2424 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
2525 <GenerateFullPaths Condition =" '$(VSCODE_PID)' != ''" >true</GenerateFullPaths >
26- <BaseIntermediateOutputPath >$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath >
27- <BaseOutputPath >$(MSBuildThisFileDirectory)bin\$(MSBuildProjectName)\</BaseOutputPath >
26+ <BaseIntermediateOutputPath >$(MSBuildThisFileDirectory).build\ obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath >
27+ <BaseOutputPath >$(MSBuildThisFileDirectory).build\ bin\$(MSBuildProjectName)\</BaseOutputPath >
2828 </PropertyGroup >
2929
3030</Project >
Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ McMaster.Extensions.CommandLineUtils.ArgumentEscaper
1616 <PackageTags >commandline;parsing</PackageTags >
1717 <IncludeSymbols >true</IncludeSymbols >
1818 <IncludeSource >true</IncludeSource >
19+ <PackageIconUrl >https://natemcmaster.github.io/CommandLineUtils/logo.png</PackageIconUrl >
1920 </PropertyGroup >
2021
2122 <ItemGroup Condition =" '$(TargetFramework)' != 'net45'" >
2223 <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.1.0" />
2324 </ItemGroup >
24-
25+
2526 <ItemGroup Condition =" '$(TargetFramework)' == 'net45'" >
2627 <Reference Include =" System.ComponentModel.DataAnnotations" />
2728 </ItemGroup >
@@ -32,4 +33,4 @@ McMaster.Extensions.CommandLineUtils.ArgumentEscaper
3233 <PackageReference Update =" NETStandard.Library" PrivateAssets =" All" />
3334 </ItemGroup >
3435
35- </Project >
36+ </Project >
You can’t perform that action at this time.
0 commit comments