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 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 >
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" >
You can’t perform that action at this time.
0 commit comments