Skip to content

Commit c7ae0a0

Browse files
committed
Fixed Library.props import order
1 parent 2f128dd commit c7ae0a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ToolkitComponent.SourceProject.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<Error Condition="$(ToolkitComponentName) == ''" Message="ToolkitComponentName is not defined. Please check your csproj." />
44
</Target>
55

6+
<!-- Set up the MultiTarget system -->
7+
<Import Project="$(ToolingDirectory)\MultiTarget\Library.props" />
8+
69
<PropertyGroup>
710
<DateForVersion Condition="'$(DateForVersion)' == ''">$([System.DateTime]::UtcNow.ToString(yyMMdd))</DateForVersion>
811
<Version Condition="'$(Version)' == ''">$(MajorVersion).$(MinorVersion).$(DateForVersion)</Version>
@@ -16,9 +19,6 @@
1619
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1720
</PropertyGroup>
1821

19-
<!-- Set up the MultiTarget system -->
20-
<Import Project="$(ToolingDirectory)\MultiTarget\Library.props" />
21-
2222
<!-- https://stackoverflow.com/questions/10980249/msbuild-task-for-setting-custom-attribute-in-assemblyinfo-cs -->
2323
<!-- https://gist.github.com/KirillOsenkov/f20cb84d37a89b01db63f8aafe03f19b -->
2424
<Target Name="AddAssemblyAttributes" BeforeTargets="BeforeCompile">

0 commit comments

Comments
 (0)