File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<Error Condition =" $(ToolkitComponentName) == ''" Message =" ToolkitComponentName is not defined. Please check your csproj." />
4
4
</Target >
5
5
6
+ <!-- Set up the MultiTarget system -->
7
+ <Import Project =" $(ToolingDirectory)\MultiTarget\Library.props" />
8
+
6
9
<PropertyGroup >
7
10
<DateForVersion Condition =" '$(DateForVersion)' == ''" >$([System.DateTime]::UtcNow.ToString(yyMMdd))</DateForVersion >
8
11
<Version Condition =" '$(Version)' == ''" >$(MajorVersion).$(MinorVersion).$(DateForVersion)</Version >
16
19
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
17
20
</PropertyGroup >
18
21
19
- <!-- Set up the MultiTarget system -->
20
- <Import Project =" $(ToolingDirectory)\MultiTarget\Library.props" />
21
-
22
22
<!-- https://stackoverflow.com/questions/10980249/msbuild-task-for-setting-custom-attribute-in-assemblyinfo-cs -->
23
23
<!-- https://gist.github.com/KirillOsenkov/f20cb84d37a89b01db63f8aafe03f19b -->
24
24
<Target Name =" AddAssemblyAttributes" BeforeTargets =" BeforeCompile" >
You can’t perform that action at this time.
0 commit comments