microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
dotnet/uiAutomationHelper/test/UiAutomationHelper.Tests.csproj
19lines · modecode
| 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | <PropertyGroup> |
| 3 | <TargetFramework>net8.0-windows</TargetFramework> |
| 4 | <Nullable>enable</Nullable> |
| 5 | <ImplicitUsings>enable</ImplicitUsings> |
| 6 | <LangVersion>latest</LangVersion> |
| 7 | <IsPackable>false</IsPackable> |
| 8 | <OutputPath>bin\$(Configuration)</OutputPath> |
| 9 | <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
| 10 | </PropertyGroup> |
| 11 | <ItemGroup> |
| 12 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> |
| 13 | <PackageReference Include="xunit" Version="2.9.0" /> |
| 14 | <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" /> |
| 15 | </ItemGroup> |
| 16 | <ItemGroup> |
| 17 | <ProjectReference Include="..\UiAutomationHelper.csproj" /> |
| 18 | </ItemGroup> |
| 19 | </Project> |