2022-05-11 13:35:18 +03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyTitle>UnitTests-MarkdownPreviewHandler</AssemblyTitle>
|
|
|
|
|
|
<AssemblyDescription>PowerToys UnitTests-MarkdownPreviewHandler</AssemblyDescription>
|
|
|
|
|
|
<AssemblyTitle>UnitTests-MarkdownPreviewHandler</AssemblyTitle>
|
|
|
|
|
|
<Description>PowerToys UnitTests-MarkdownPreviewHandler</Description>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectGuid>{A2B51B8B-8F90-424E-BC97-F9AB7D76CA1A}</ProjectGuid>
|
|
|
|
|
|
<RootNamespace>PreviewPaneUnitTests</RootNamespace>
|
|
|
|
|
|
<AssemblyName>PreviewPaneUnitTests</AssemblyName>
|
2022-06-30 22:10:14 +02:00
|
|
|
|
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
|
2022-05-11 13:35:18 +03:00
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
<Import Project="..\..\..\Version.props" />
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-06-28 14:30:03 +01:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
|
2022-05-11 13:35:18 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2022-10-26 14:02:31 +01:00
|
|
|
|
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.0" />
|
2022-05-11 13:35:18 +03:00
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.2.3" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.2.3" />
|
2022-06-28 20:47:53 +01:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2022-05-11 13:35:18 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\common\PreviewHandlerCommon.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\MarkdownPreviewHandler\MarkdownPreviewHandler.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="HelperFiles\MarkdownWithExternalImage.txt">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="HelperFiles\MarkdownWithHTMLImageTag.txt">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="HelperFiles\MarkdownWithscript.txt">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\STATestClassAttribute.cs" Link="STATestClassAttribute.cs" />
|
|
|
|
|
|
<Compile Include="..\STATestMethodAttribute.cs" Link="STATestMethodAttribute.cs" />
|
|
|
|
|
|
</ItemGroup>
|
2020-03-11 15:53:49 -07:00
|
|
|
|
</Project>
|