2022-12-16 18:46:07 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-10-05 00:45:41 +02:00
|
|
|
|
|
|
|
|
|
|
<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-12-20 14:22:37 +00:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
|
2022-12-28 10:43:31 -08:00
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="3.0.1" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="3.0.1" />
|
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>
|