2020-12-15 15:16:09 +03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<Import Project="..\..\..\Version.props" />
|
|
|
|
|
|
<PropertyGroup>
|
2023-11-22 12:46:59 -05:00
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
2022-04-19 18:24:58 -04:00
|
|
|
|
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
|
2020-12-15 15:16:09 +03:00
|
|
|
|
<Version>$(Version).0</Version>
|
|
|
|
|
|
<Authors>Microsoft Corporation</Authors>
|
|
|
|
|
|
<Product>PowerToys</Product>
|
|
|
|
|
|
<Description>PowerToys Telemetry</Description>
|
2021-12-06 14:40:41 +01:00
|
|
|
|
<AssemblyName>PowerToys.ManagedTelemetry</AssemblyName>
|
2020-12-15 15:16:09 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\..\Telemetry\TelemetryBase.cs" Link="TelemetryBase.cs" />
|
|
|
|
|
|
</ItemGroup>
|
2022-12-01 09:40:41 -05:00
|
|
|
|
|
2020-12-15 15:16:09 +03:00
|
|
|
|
</Project>
|