|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net6.0</TargetFramework> |
5 | | - <RootNamespace>Axe.Windows.AutomationTests</RootNamespace> |
6 | | - </PropertyGroup> |
7 | | - |
8 | | - <ItemGroup> |
9 | | - <PackageReference Include="Codecov" Version="1.13.0" /> |
10 | | - <PackageReference Include="coverlet.msbuild" Version="6.0.2"> |
11 | | - <PrivateAssets>all</PrivateAssets> |
12 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
13 | | - </PackageReference> |
14 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> |
15 | | - <PackageReference Include="Moq" Version="4.18.4" /> |
16 | | - <PackageReference Include="MSTest.TestAdapter" Version="3.5.2" /> |
17 | | - <PackageReference Include="MSTest.TestFramework" Version="3.6.0" /> |
18 | | - <PackageReference Include="coverlet.collector" Version="6.0.2"> |
19 | | - <PrivateAssets>all</PrivateAssets> |
20 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
21 | | - </PackageReference> |
22 | | - </ItemGroup> |
23 | | - |
24 | | - <ItemGroup> |
25 | | - <ProjectReference Include="..\Automation\Automation.csproj" /> |
26 | | - <ProjectReference Include="..\UnitTestSharedLibrary\UnitTestSharedLibrary.csproj" /> |
27 | | - </ItemGroup> |
28 | | - |
29 | | - <ItemGroup> |
30 | | - <Reference Include="Interop.UIAutomationClient"> |
31 | | - <HintPath>..\UIAAssemblies\Win10.17713\Interop.UIAutomationClient.dll</HintPath> |
32 | | - <EmbedInteropTypes>true</EmbedInteropTypes> |
33 | | - </Reference> |
34 | | - </ItemGroup> |
35 | | - |
36 | | - <ItemGroup> |
37 | | - <Reference Include="Interop.UIAutomationCore"> |
38 | | - <HintPath>..\InteropDummy\bin\$(Configuration)\net6.0\Interop.UIAutomationCore.dll</HintPath> |
39 | | - <EmbedInteropTypes>true</EmbedInteropTypes> |
40 | | - </Reference> |
41 | | - </ItemGroup> |
42 | | - |
43 | | - <Import Project="..\..\build\NetStandardTest.targets" /> |
44 | | - |
45 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net6.0</TargetFramework> |
| 5 | + <RootNamespace>Axe.Windows.AutomationTests</RootNamespace> |
| 6 | + </PropertyGroup> |
| 7 | + |
| 8 | + <ItemGroup> |
| 9 | + <PackageReference Include="Codecov" Version="1.13.0" /> |
| 10 | + <PackageReference Include="coverlet.msbuild" Version="6.0.2"> |
| 11 | + <PrivateAssets>all</PrivateAssets> |
| 12 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 13 | + </PackageReference> |
| 14 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> |
| 15 | + <PackageReference Include="Moq" Version="4.18.4" /> |
| 16 | + <PackageReference Include="MSTest.TestAdapter" Version="3.6.0" /> |
| 17 | + <PackageReference Include="MSTest.TestFramework" Version="3.6.0" /> |
| 18 | + <PackageReference Include="coverlet.collector" Version="6.0.2"> |
| 19 | + <PrivateAssets>all</PrivateAssets> |
| 20 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 21 | + </PackageReference> |
| 22 | + </ItemGroup> |
| 23 | + |
| 24 | + <ItemGroup> |
| 25 | + <ProjectReference Include="..\Automation\Automation.csproj" /> |
| 26 | + <ProjectReference Include="..\UnitTestSharedLibrary\UnitTestSharedLibrary.csproj" /> |
| 27 | + </ItemGroup> |
| 28 | + |
| 29 | + <ItemGroup> |
| 30 | + <Reference Include="Interop.UIAutomationClient"> |
| 31 | + <HintPath>..\UIAAssemblies\Win10.17713\Interop.UIAutomationClient.dll</HintPath> |
| 32 | + <EmbedInteropTypes>true</EmbedInteropTypes> |
| 33 | + </Reference> |
| 34 | + </ItemGroup> |
| 35 | + |
| 36 | + <ItemGroup> |
| 37 | + <Reference Include="Interop.UIAutomationCore"> |
| 38 | + <HintPath>..\InteropDummy\bin\$(Configuration)\net6.0\Interop.UIAutomationCore.dll</HintPath> |
| 39 | + <EmbedInteropTypes>true</EmbedInteropTypes> |
| 40 | + </Reference> |
| 41 | + </ItemGroup> |
| 42 | + |
| 43 | + <Import Project="..\..\build\NetStandardTest.targets" /> |
| 44 | + |
| 45 | +</Project> |
0 commit comments