/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/previewpane/UnitTests-BgcodePreviewHandler/Preview.BgcodePreviewHandler.UnitTests.csproj
40 строк
2 KB
Youssef Victor
Migrate to MTP (#37651)
14 фев 2026, 10:47
Не верифицирован
14 фев 2026, 10:47
a403323
Код
Авторство
О чём код?
<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> <SelfContained>true</SelfContained> <RuntimeIdentifier Condition="'$(Platform)' == 'x64'">win-x64</RuntimeIdentifier> <RuntimeIdentifier Condition="'$(Platform)' == 'ARM64'">win-arm64</RuntimeIdentifier> <OutputType>Exe</OutputType> <AssemblyTitle>UnitTests-BgcodePreviewHandler</AssemblyTitle> <AssemblyDescription>PowerToys UnitTests-BgcodePreviewHandler</AssemblyDescription> <Description>PowerToys UnitTests-BgcodePreviewHandler</Description> <ProjectGuid>{99CA1509-FB73-456E-AFAF-AB89C017BD72}</ProjectGuid> <RootNamespace>BgcodePreviewHandlerUnitTests</RootNamespace> <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath> <IsCodedUITest>False</IsCodedUITest> </PropertyGroup> <ItemGroup> <None Remove="HelperFiles\sample.bgcode" /> <None Remove="HelperFiles\sample_JPG.bgcode" /> <None Remove="HelperFiles\sample_QOI.bgcode" /> </ItemGroup> <ItemGroup> <PackageReference Include="Moq" /> <PackageReference Include="MSTest" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\common\PreviewHandlerCommon.csproj" /> <ProjectReference Include="..\BgcodePreviewHandler\BgcodePreviewHandler.csproj" /> </ItemGroup> <ItemGroup> <Content Include="HelperFiles\sample.bgcode"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> </Project>