2020-06-22 12:14:00 +03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-08-05 00:04:18 -07:00
|
|
|
|
<Import Project="..\..\..\Version.props" />
|
2020-05-05 08:53:07 -07:00
|
|
|
|
<PropertyGroup>
|
2022-12-01 09:40:41 -05:00
|
|
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
2022-04-21 04:59:43 -04:00
|
|
|
|
|
|
|
|
|
|
|
2020-06-22 12:14:00 +03:00
|
|
|
|
<Version>$(Version).0</Version>
|
2020-06-23 18:36:39 +03:00
|
|
|
|
<Authors>Microsoft Corporation</Authors>
|
|
|
|
|
|
<Description>PowerToys PowerLauncher Telemetry</Description>
|
2021-12-10 10:50:46 +01:00
|
|
|
|
<AssemblyName>PowerToys.PowerLauncher.Telemetry</AssemblyName>
|
2020-05-05 08:53:07 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-12-15 15:16:09 +03:00
|
|
|
|
<ProjectReference Include="..\..\..\common\ManagedTelemetry\Telemetry\ManagedTelemetry.csproj" />
|
2020-05-05 08:53:07 -07:00
|
|
|
|
</ItemGroup>
|
2022-12-01 09:40:41 -05:00
|
|
|
|
|
2020-05-05 08:53:07 -07:00
|
|
|
|
</Project>
|