Widow – Diff between revs 16 and 17

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 16 Rev 17
Line 1... Line 1...
1 using System.Reflection; 1 using System.Reflection;
-   2 using System.Runtime.CompilerServices;
2 using System.Runtime.InteropServices; 3 using System.Runtime.InteropServices;
Line 3... Line 4...
3   4  
4 // General Information about an assembly is controlled through the following 5 // General Information about an assembly is controlled through the following
5 // set of attributes. Change these attribute values to modify the information 6 // set of attributes. Change these attribute values to modify the information
6 // associated with an assembly. 7 // associated with an assembly.
7 [assembly: AssemblyTitle("")] 8 [assembly: AssemblyTitle("Widow")]
8 [assembly: AssemblyDescription("")] 9 [assembly: AssemblyDescription("")]
9 [assembly: AssemblyConfiguration("")] 10 [assembly: AssemblyConfiguration("")]
10 [assembly: AssemblyCompany("")] 11 [assembly: AssemblyCompany("Microsoft")]
11 [assembly: AssemblyProduct("")] 12 [assembly: AssemblyProduct("Widow")]
12 [assembly: AssemblyCopyright("")] 13 [assembly: AssemblyCopyright("Copyright © Microsoft 2021")]
13 [assembly: AssemblyTrademark("")] 14 [assembly: AssemblyTrademark("")]
Line 14... Line 15...
14 [assembly: AssemblyCulture("")] 15 [assembly: AssemblyCulture("")]
15   16