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 1
1
<Project >
2
+
2
3
<PropertyGroup >
3
4
<OutputPath >$(MSBuildThisFileDirectory)bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath >
4
5
<BaseIntermediateOutputPath >$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath >
6
+ <DefineConstants Condition =" '$(ExtraDefine)' != '' " >$(DefineConstants);$(ExtraDefine)</DefineConstants >
5
7
</PropertyGroup >
6
8
7
9
<ItemGroup >
8
10
<PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.0.37-beta" PrivateAssets =" all" />
9
11
</ItemGroup >
12
+
10
13
</Project >
Original file line number Diff line number Diff line change 28
28
<ItemGroup >
29
29
<Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
30
30
</ItemGroup >
31
- <Import Project =" ..\LibGit2Sharp\ExtraDefine.targets" />
32
31
</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 38
38
<PackageReference Include =" System.Diagnostics.TraceSource" Version =" 4.0.0" />
39
39
</ItemGroup >
40
40
<Import Project =" CodeGenerator.targets" />
41
- <Import Project =" ExtraDefine.targets" />
42
41
<Target Name =" SetNuSpecProperties" BeforeTargets =" GenerateNuspec" DependsOnTargets =" GetBuildVersion" >
43
42
<PropertyGroup >
44
43
<PackageIconUrl >https://github.com/libgit2/libgit2sharp/raw/$(GitCommitIdShort)/square-logo.png</PackageIconUrl >
You can’t perform that action at this time.
0 commit comments