File tree Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11<Project >
2+
23 <PropertyGroup >
34 <OutputPath >$(MSBuildThisFileDirectory)bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath >
45 <BaseIntermediateOutputPath >$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath >
6+ <DefineConstants Condition =" '$(ExtraDefine)' != '' " >$(DefineConstants);$(ExtraDefine)</DefineConstants >
57 </PropertyGroup >
68
79 <ItemGroup >
810 <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.0.37-beta" PrivateAssets =" all" />
911 </ItemGroup >
12+
1013</Project >
Original file line number Diff line number Diff line change 2828 <ItemGroup >
2929 <Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
3030 </ItemGroup >
31- <Import Project =" ..\LibGit2Sharp\ExtraDefine.targets" />
3231</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3838 <PackageReference Include =" System.Diagnostics.TraceSource" Version =" 4.0.0" />
3939 </ItemGroup >
4040 <Import Project =" CodeGenerator.targets" />
41- <Import Project =" ExtraDefine.targets" />
4241 <Target Name =" SetNuSpecProperties" BeforeTargets =" GenerateNuspec" DependsOnTargets =" GetBuildVersion" >
4342 <PropertyGroup >
4443 <PackageIconUrl >https://github.com/libgit2/libgit2sharp/raw/$(GitCommitIdShort)/square-logo.png</PackageIconUrl >
You can’t perform that action at this time.
0 commit comments