/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/previewpane/UnitTests-GcodePreviewHandler/Preview.GcodePreviewHandler.UnitTests.csproj
47 строк
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> <AssemblyTitle>UnitTests-GcodePreviewHandler</AssemblyTitle> <AssemblyDescription>PowerToys UnitTests-GcodePreviewHandler</AssemblyDescription> <AssemblyTitle>UnitTests-GcodePreviewHandler</AssemblyTitle> <Description>PowerToys UnitTests-GcodePreviewHandler</Description> <ProjectGuid>{FCF3E52D-B80A-4FC3-98FD-6391354F0EE3}</ProjectGuid> <RootNamespace>PdfPreviewHandlerUnitTests</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> <OutputType>Exe</OutputType> </PropertyGroup> <ItemGroup> <None Remove="HelperFiles\sample.gcode" /> <None Remove="HelperFiles\sample_JPG.gcode" /> <None Remove="HelperFiles\sample_QOI.gcode" /> </ItemGroup> <ItemGroup> <PackageReference Include="Moq" /> <PackageReference Include="MSTest" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\common\PreviewHandlerCommon.csproj" /> <ProjectReference Include="..\GcodePreviewHandler\GcodePreviewHandler.csproj" /> </ItemGroup> <ItemGroup> <Content Include="HelperFiles\sample.gcode"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="HelperFiles\sample_JPG.gcode"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="HelperFiles\sample_QOI.gcode"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> </Project>