This repository was archived by the owner on Feb 25, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathUITests.App.csproj
More file actions
120 lines (109 loc) · 6.16 KB
/
UITests.App.csproj
File metadata and controls
120 lines (109 loc) · 6.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>UITests.App</RootNamespace>
<Platforms>x86;x64;arm64</Platforms>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<ApplicationManifest>app.manifest</ApplicationManifest>
<CsWinRTIncludes>AppTestAutomationHelpers</CsWinRTIncludes>
<CsWinRTWindowsMetadata>10.0.19041.0</CsWinRTWindowsMetadata>
<IsPublishable>true</IsPublishable>
<NoWarn>$(NoWarn);CS0108</NoWarn>
<IsTestHost>true</IsTestHost>
</PropertyGroup>
<ItemGroup>
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="..\UITests.Tests.Shared\AppService.proto" GrpcServices="Server">
<Link>AppService.proto</Link>
</Protobuf>
</ItemGroup>
<Target Name="ForceProtoCodegenAndCompile" BeforeTargets="XamlPreCompile" DependsOnTargets="Protobuf_Compile" />
<ItemGroup>
<PackageReference Include="Microsoft.Internal.MUXAppTestHelpers.WinUI" GeneratePathProperty="true">
<Version>3.0.0-zmain.210930.1</Version>
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="CommunityToolkit.Mvvm">
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="$(MicrosoftCsWinRTVersion)" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Grpc" Version="2.38.1" />
<PackageReference Include="Google.Protobuf" Version="3.17.3" />
<PackageReference Include="Grpc.Tools" Version="2.38.1" PrivateAssets="All" />
<PackageReference Include="Grpc.AspNetCore" Version="2.38.0" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
</ItemGroup>
<ItemGroup>
<Content Include="$(PkgMicrosoft_Internal_MUXAppTestHelpers_WinUI)\content\AppTestAutomationHelpers\TestAutomationHelpersPanel.xaml">
<Link>AppTestAutomationHelpers\TestAutomationHelpersPanel.xaml</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.Connectivity\CommunityToolkit.WinUI.Connectivity.csproj">
<Project>{b1e850ff-dde6-44d5-a830-34250e97a687}</Project>
<Name>CommunityToolkit.WinUI.Connectivity</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.DeveloperTools\CommunityToolkit.WinUI.DeveloperTools.csproj">
<Project>{e7697922-9555-4cfb-aee0-c5f4d657e559}</Project>
<Name>CommunityToolkit.WinUI.DeveloperTools</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.Input.GazeInteraction\CommunityToolkit.WinUI.Input.GazeInteraction.csproj">
<Project>{a5e98964-45b1-442d-a07a-298a3221d81e}</Project>
<Name>CommunityToolkit.WinUI.Input.GazeInteraction</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.Notifications\CommunityToolkit.WinUI.Notifications.csproj">
<Project>{97ee849b-403c-490e-80ed-d19d7cc153fd}</Project>
<Name>CommunityToolkit.WinUI.Notifications</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.UI.Animations\CommunityToolkit.WinUI.UI.Animations.csproj">
<Project>{b24a296c-b3eb-4e06-a64e-74ac2d1acc91}</Project>
<Name>CommunityToolkit.WinUI.UI.Animations</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.UI.Controls.DataGrid\CommunityToolkit.WinUI.UI.Controls.DataGrid.csproj">
<Project>{daeb9cec-c817-33b2-74b2-bc379380db72}</Project>
<Name>CommunityToolkit.WinUI.UI.Controls.DataGrid</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.UI.Controls.Input\CommunityToolkit.WinUI.UI.Controls.Input.csproj">
<Project>{af1be4e9-e2e1-4729-b076-b3725d8e21ee}</Project>
<Name>CommunityToolkit.WinUI.UI.Controls.Input</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.UI.Controls.Layout\CommunityToolkit.WinUI.UI.Controls.Layout.csproj">
<Project>{cb444381-18ba-4a51-bb32-3a498bcc1e99}</Project>
<Name>CommunityToolkit.WinUI.UI.Controls.Layout</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.UI.Controls.Markdown\CommunityToolkit.WinUI.UI.Controls.Markdown.csproj">
<Project>{6fedf199-b052-49dd-8f3e-2a9224998e0f}</Project>
<Name>CommunityToolkit.WinUI.UI.Controls.Markdown</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.UI.Controls.Core\CommunityToolkit.WinUI.UI.Controls.Core.csproj">
<Project>{e9faabfb-d726-42c1-83c1-cb46a29fea81}</Project>
<Name>CommunityToolkit.WinUI.UI.Controls.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.UI.Controls.Primitives\CommunityToolkit.WinUI.UI.Controls.Primitives.csproj">
<Project>{84ab7dc5-95c9-4cf8-a370-d077e9e9ef1a}</Project>
<Name>CommunityToolkit.WinUI.UI.Controls.Primitives</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.UI.Media\CommunityToolkit.WinUI.UI.Media.csproj">
<Project>{75f9ee44-3efa-47bc-aedd-351b9834a0af}</Project>
<Name>CommunityToolkit.WinUI.UI.Media</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI.UI\CommunityToolkit.WinUI.UI.csproj">
<Project>{3dd8aa7c-3569-4e51-992f-0c2257e8878e}</Project>
<Name>CommunityToolkit.WinUI.UI</Name>
</ProjectReference>
<ProjectReference Include="..\..\CommunityToolkit.WinUI\CommunityToolkit.WinUI.csproj">
<Project>{805f80df-75c6-4c2f-8fd9-b47f6d0df5a3}</Project>
<Name>CommunityToolkit.WinUI</Name>
</ProjectReference>
</ItemGroup>
<Import Project="..\UITests.Tests.Shared\UITests.Tests.Shared.projitems" Label="Shared" />
<!-- No-op to avoid build error when packing solution from commandline -->
<Target Name="Pack" />
</Project>