22 lines
792 B
C#
22 lines
792 B
C#
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
// set of attributes. Change these attribute values to modify the information
|
|
// associated with an assembly.
|
|
[assembly: AssemblyTitle("UIAutomationTests")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
[assembly: Guid("f5e8f9b8-f7f1-4300-a5cb-35bfab83f51e")]
|
|
// The following was autogenerated by UpdateVersion.ps1
|
|
[assembly: AssemblyProduct(@"10.16.1128.1252")]
|