File: UIAutomationClient.csproj
Web Access
Project: src\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationClient\UIAutomationClient.csproj (UIAutomationClient)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>UIAutomationClient</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;UIAUTOMATIONCLIENT;DEBUG;NET;NET9_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\..\Shared\RefAssemblyAttrs.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\RefAssemblyAttrs.cs"/>
    <Compile Include="..\..\Shared\MS\Win32\NativeMethodsSetLastError.cs" Link="src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsSetLastError.cs"/>
    <Compile Include="..\..\Common\src\System\SR.cs" Link="src\Microsoft.DotNet.Wpf\src\Common\src\System\SR.cs"/>
    <Compile Include="MS\Internal\Automation\Accessible.cs"/>
    <Compile Include="MS\Internal\Automation\AutomationAttributeInfo.cs"/>
    <Compile Include="MS\Internal\Automation\AutomationPatternInfo.cs"/>
    <Compile Include="MS\Internal\Automation\AutomationPropertyInfo.cs"/>
    <Compile Include="MS\Internal\Automation\BoundingRectTracker.cs"/>
    <Compile Include="MS\Internal\Automation\CacheHelper.cs"/>
    <Compile Include="MS\Internal\Automation\CalloutQueueItem.cs"/>
    <Compile Include="MS\Internal\Automation\ClickablePoint.cs"/>
    <Compile Include="MS\Internal\Automation\ClientEventManager.cs"/>
    <Compile Include="MS\Internal\Automation\ClientSideQueueItem.cs"/>
    <Compile Include="MS\Internal\Automation\CodeQuality_Approved.cs"/>
    <Compile Include="MS\Internal\Automation\EventListener.cs"/>
    <Compile Include="MS\Internal\Automation\EventListenerClientSide.cs"/>
    <Compile Include="MS\Internal\Automation\FocusTracker.cs"/>
    <Compile Include="MS\Internal\Automation\HwndProxyElementProvider.cs"/>
    <Compile Include="MS\Internal\Automation\input.cs"/>
    <Compile Include="MS\Internal\Automation\InvokeHandlers.cs"/>
    <Compile Include="MS\Internal\Automation\MenuTracker.cs"/>
    <Compile Include="MS\Internal\Automation\Misc.cs"/>
    <Compile Include="MS\Internal\Automation\ProxyManager.cs"/>
    <Compile Include="MS\Internal\Automation\QueueProcessor.cs"/>
    <Compile Include="MS\Internal\Automation\SafeHandles.cs"/>
    <Compile Include="MS\Internal\Automation\SafeProcessHandle.cs"/>
    <Compile Include="MS\Internal\Automation\Schema.cs"/>
    <Compile Include="MS\Internal\Automation\SelectionPatternProviderSideWrapper.cs"/>
    <Compile Include="MS\Internal\Automation\UiaCoreApi.cs"/>
    <Compile Include="MS\Internal\Automation\WindowHideOrCloseTracker.cs"/>
    <Compile Include="MS\Internal\Automation\WindowInteractionStateTracker.cs"/>
    <Compile Include="MS\Internal\Automation\WindowShowOrOpenTracker.cs"/>
    <Compile Include="MS\Internal\Automation\WindowVisualStateTracker.cs"/>
    <Compile Include="MS\Internal\Automation\WinEventQueueItem.cs"/>
    <Compile Include="MS\Internal\Automation\WinEventWrap.cs"/>
    <Compile Include="MS\Win32\NativeMethods.cs"/>
    <Compile Include="MS\Win32\SafeNativeMethods.cs"/>
    <Compile Include="MS\Win32\UnsafeNativeMethods.cs"/>
    <Compile Include="System\Windows\Automation\AndCondition.cs"/>
    <Compile Include="System\Windows\Automation\Automation.cs"/>
    <Compile Include="System\Windows\Automation\AutomationElement.cs"/>
    <Compile Include="System\Windows\Automation\AutomationElementCollection.cs"/>
    <Compile Include="System\Windows\Automation\AutomationFocusChangedEventArgs.cs"/>
    <Compile Include="System\Windows\Automation\BasePattern.cs"/>
    <Compile Include="System\Windows\Automation\CacheRequest.cs"/>
    <Compile Include="System\Windows\Automation\ClientSettings.cs"/>
    <Compile Include="System\Windows\Automation\ClientSideProviderDescription.cs"/>
    <Compile Include="System\Windows\Automation\Condition.cs"/>
    <Compile Include="System\Windows\Automation\DockPattern.cs"/>
    <Compile Include="System\Windows\Automation\ExpandCollapsePattern.cs"/>
    <Compile Include="System\Windows\Automation\GridItemPattern.cs"/>
    <Compile Include="System\Windows\Automation\GridPattern.cs"/>
    <Compile Include="System\Windows\Automation\HeadingLevel.cs"/>
    <Compile Include="System\Windows\Automation\InvokePattern.cs"/>
    <Compile Include="System\Windows\Automation\ItemContainerPattern.cs"/>
    <Compile Include="System\Windows\Automation\MultipleViewPattern.cs"/>
    <Compile Include="System\Windows\Automation\NotCondition.cs"/>
    <Compile Include="System\Windows\Automation\OrCondition.cs"/>
    <Compile Include="System\Windows\Automation\PropertyCondition.cs"/>
    <Compile Include="System\Windows\Automation\RangeValuePattern.cs"/>
    <Compile Include="System\Windows\Automation\ScrollItemPattern.cs"/>
    <Compile Include="System\Windows\Automation\ScrollPattern.cs"/>
    <Compile Include="System\Windows\Automation\SelectionItemPattern.cs"/>
    <Compile Include="System\Windows\Automation\SelectionPattern.cs"/>
    <Compile Include="System\Windows\Automation\SynchronizedInputPattern.cs"/>
    <Compile Include="System\Windows\Automation\TableItemPattern.cs"/>
    <Compile Include="System\Windows\Automation\TablePattern.cs"/>
    <Compile Include="System\Windows\Automation\TextPattern.cs"/>
    <Compile Include="System\Windows\Automation\TogglePattern.cs"/>
    <Compile Include="System\Windows\Automation\TransformPattern.cs"/>
    <Compile Include="System\Windows\Automation\TreeWalker.cs"/>
    <Compile Include="System\Windows\Automation\ValuePattern.cs"/>
    <Compile Include="System\Windows\Automation\VirtualizedItemPattern.cs"/>
    <Compile Include="System\Windows\Automation\WindowPattern.cs"/>
    <Compile Include="System\Windows\Automation\Text\TextRange.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\UIAutomationClient\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" Link="artifacts\obj\UIAutomationClient\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\UIAutomationClient\Debug\net9.0\System.SR.cs" Link="artifacts\obj\UIAutomationClient\Debug\net9.0\System.SR.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\UIAutomationClient\Debug\net9.0\UIAutomationClient.AssemblyInfo.cs" Link="artifacts\obj\UIAutomationClient\Debug\net9.0\UIAutomationClient.AssemblyInfo.cs"/>
    <Compile Include="..\..\..\..\..\artifacts\obj\UIAutomationClient\Debug\net9.0\UIAutomationClient.AssemblyInfo.Extended.cs" Link="artifacts\obj\UIAutomationClient\Debug\net9.0\UIAutomationClient.AssemblyInfo.Extended.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\ref\61c8142db7394464b1888c0ef4d17b27\Accessibility.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\b499e3b662f044daa2a9d60da9fb1820\Microsoft.Win32.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\26dcc332b0e5479691239fd3bac46f5c\netstandard.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\87b17de1386943758c3f0026c8a44a1c\System.Collections.NonGeneric.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\1f6ced17bf63419e9e7cd741674d7a65\System.ComponentModel.EventBasedAsync.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\478939d57fcd4131bbb20eebc538c7de\System.ComponentModel.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\5c3ceb8dba6543d78c89ea222bdaefe2\System.Diagnostics.Debug.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\25a53b68aebe46ba995f06292945ea37\System.Diagnostics.Process.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\442727c8140949dd8cb35fd85b7d1a85\System.Diagnostics.StackTrace.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\ee57653773374988b95e4aacce80dacf\System.Diagnostics.Tools.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\07228fe239664792a3954e58ceeb7d3f\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0c7a5ae676c34a6ca2f5a15b6b1577d7\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\57523eace24640cdad0f58507b647b07\System.Resources.ResourceManager.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\189024acd65f40618355f780162b8ac0\System.Runtime.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\6ac20ecb57474df1931fa19f7bd18741\System.Runtime.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\47601e0b574d4c29a877eb3d482f2240\System.Runtime.InteropServices.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\0f13fb30056c43b991fac5bb0b03ccdc\System.Threading.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\a1fc5a9ea23b42db99b94d48c5751217\System.Threading.Thread.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\f99e455eaf94486abc06536b58aefbbc\WindowsBase.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\63c5e57567c64edca1195fff85a8d9b4\PresentationCore.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\99554437b9694a1ba0f12028569cfa5d\UIAutomationTypes.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\ref\33f4d68ed5414d638f83acc5d7a1c380\UIAutomationProvider.dll"/>
  </ItemGroup>
</Project>