File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161
6262 <!-- C# Lines -->
6363 <ItemGroup Condition =" '$(Language)' == 'C#'" >
64- <_AssemblyInfoLines Include =" using System.Reflection;" />
64+ <_AssemblyInfoLines Include =" // Auto-generated by Versioning.Common (C#)" />
65+ <_AssemblyInfoLines Include =" using System.Reflection; " />
6566 <_AssemblyInfoLines Include =" [assembly: AssemblyVersion(" $(AssemblyVersion)" )]" />
6667 <_AssemblyInfoLines Include =" [assembly: AssemblyFileVersion(" $(FileVersion)" )]" />
6768 <_AssemblyInfoLines Condition =" '$(TargetFramework)' != 'net35'"
7071
7172 <!-- VB.NET Lines -->
7273 <ItemGroup Condition =" '$(Language)' == 'VB'" >
74+ <_AssemblyInfoLines Include =" // Auto-generated by Versioning.Common (VB.NET)" />
7375 <_AssemblyInfoLines Include =" Imports System.Reflection" />
7476 <_AssemblyInfoLines Include =" < Assembly: AssemblyVersion(" $(AssemblyVersion)" )> " />
7577 <_AssemblyInfoLines Include =" < Assembly: AssemblyFileVersion(" $(FileVersion)" )> " />
7880 </ItemGroup >
7981
8082 <ItemGroup Condition =" '$(Language)' == 'F#'" >
83+ <_AssemblyInfoLines Include =" // Auto-generated by Versioning.Common (F#)" />
8184 <_AssemblyInfoLines Include =" open System.Reflection" />
8285 <_AssemblyInfoLines Include =" [< assembly: AssemblyVersion(" $(AssemblyVersion)" )> ]" />
8386 <_AssemblyInfoLines Include =" [< assembly: AssemblyFileVersion(" $(FileVersion)" )> ]" />
9396 <WriteLinesToFile
9497 File =" $(_GeneratedAssemblyInfoFile)"
9598 Overwrite =" true"
96- Lines =" @(_AssemblyInfoLines)" />
99+ Lines =" @(_AssemblyInfoLines)"
100+ Encoding =" UTF-8"
101+ NewLine =" $(MSBuildNewLine)" />
97102
98103 <ItemGroup >
99104 <Compile Include =" $(_GeneratedAssemblyInfoFile)" />
You can’t perform that action at this time.
0 commit comments