File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 16
16
<!-- Property that enables UpdateAssemblyInfo. Default to off for SDK builds -->
17
17
<UpdateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == '' " >true</UpdateAssemblyInfo >
18
18
19
+ <GenerateAssemblyFileVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyFileVersionAttribute >
20
+ <GenerateAssemblyVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyVersionAttribute >
21
+ <GenerateAssemblyInformationalVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyInformationalVersionAttribute >
22
+
19
23
<!-- Property that enables GenerateGitVersionInformation -->
20
24
<GenerateGitVersionInformation Condition =" '$(GenerateGitVersionInformation)' == '' " >true</GenerateGitVersionInformation >
21
25
You can’t perform that action at this time.
0 commit comments