2021-10-05 00:45:41 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-12-01 09:40:41 -05:00
|
|
|
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
|
2021-10-05 00:45:41 +02:00
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<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-01-18 15:52:22 +01:00
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.2.3" />
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.2.3" />
|
2021-10-05 00:45:41 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Microsoft.PowerToys.Run.Plugin.WindowsTerminal\Microsoft.PowerToys.Run.Plugin.WindowsTerminal.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-04-13 16:24:02 +02:00
|
|
|
<None Update="settings 1.11.2421.0.json">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="settings 1.11.2421.0_2.json">
|
2021-10-05 00:45:41 +02:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2022-12-01 09:40:41 -05:00
|
|
|
|
2021-10-05 00:45:41 +02:00
|
|
|
</Project>
|