/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/MouseUtils/MouseJump.Common.UnitTests/MouseJump.Common.UnitTests.csproj
40 строк
2 KB
Michael Clayton
Ready for Review - [Mouse Jump] - port upstream WinUI3 code to Mouse Jump (microsoft#48290) (#48393)
07 авг 2026, 08:34
Не верифицирован
07 авг 2026, 08:34
e0010c5
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <!-- Look at Directory.Build.props in root for common stuff as well --> <Import Project="$(RepoRoot)src\Common.Dotnet.CsWinRT.props" /> <PropertyGroup> <ProjectGuid>{D5E42C63-57C5-4EF6-AECE-1E2FCA725B77}</ProjectGuid> <AssemblyName>PowerToys.MouseJump.Common.UnitTests</AssemblyName> <AssemblyTitle>PowerToys.MouseJump.Common.UnitTests</AssemblyTitle> <AssemblyDescription>PowerToys MouseJump.Common.UnitTests</AssemblyDescription> <OutputType>Library</OutputType> <OutputPath>..\..\..\..\$(Platform)\$(Configuration)\tests\MouseJump.Common.UnitTests\</OutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <None Remove="Helpers\_test-4grid-desktop.png" /> <None Remove="Helpers\_test-4grid-expected.png" /> <None Remove="Helpers\_test-win11-desktop.png" /> <None Remove="Helpers\_test-win11-expected.png" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Helpers\_test-4grid-desktop.png" /> <EmbeddedResource Include="Helpers\_test-4grid-expected.png" /> <EmbeddedResource Include="Helpers\_test-win11-desktop.png" /> <EmbeddedResource Include="Helpers\_test-win11-expected.png" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\MouseJump.Common\MouseJump.Common.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="MSTest" /> </ItemGroup> </Project>