2022-05-11 13:35:18 +03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AssemblyTitle>UnitTests-PreviewHandlerCommon</AssemblyTitle>
|
|
|
|
|
<AssemblyDescription>PowerToys UnitTests-PreviewHandlerCommon</AssemblyDescription>
|
|
|
|
|
<AssemblyTitle>UnitTests-PreviewHandlerCommon</AssemblyTitle>
|
|
|
|
|
<Description>PowerToys UnitTests-PreviewHandlerCommon</Description>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectGuid>{748417CA-F17E-487F-9411-CAFB6D3F4877}</ProjectGuid>
|
|
|
|
|
<RootNamespace>PreviewHandlerCommonUnitTests</RootNamespace>
|
2022-12-01 09:40:41 -05:00
|
|
|
|
<TargetFramework>net7.0-windows</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>
|
|
|
|
|
<TestProjectType>UnitTest</TestProjectType>
|
|
|
|
|
</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-06-28 20:47:53 +01:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2022-05-11 13:35:18 +03:00
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.2.3" />
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.2.3" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\STATestClassAttribute.cs" Link="STATestClassAttribute.cs" />
|
|
|
|
|
<Compile Include="..\STATestMethodAttribute.cs" Link="STATestMethodAttribute.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Moq" Version="4.16.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Common\PreviewHandlerCommon.csproj" />
|
|
|
|
|
</ItemGroup>
|
2020-03-11 15:53:49 -07:00
|
|
|
|
</Project>
|