2020-05-15 09:08:39 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-05-05 09:23:31 -07:00
|
|
|
|
|
2020-06-22 12:14:00 +03:00
|
|
|
|
<Import Project="..\..\..\..\installer\Version.props" />
|
2020-05-05 09:23:31 -07:00
|
|
|
|
<PropertyGroup>
|
2020-05-12 15:27:19 +03:00
|
|
|
|
<Platforms>x64</Platforms>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2020-05-05 09:23:31 -07:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2020-06-22 12:14:00 +03:00
|
|
|
|
<Version>$(Version).0</Version>
|
2020-06-23 16:53:16 +03:00
|
|
|
|
<Authors>Microsoft Corporation</Authors>
|
|
|
|
|
|
<Product>PowerToys</Product>
|
|
|
|
|
|
<Description>PowerToys Telemetry</Description>
|
|
|
|
|
|
<Copyright>Copyright (C) 2020 Microsoft Corporation</Copyright>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/microsoft/PowerToys</RepositoryUrl>
|
|
|
|
|
|
<RepositoryType>Github</RepositoryType>
|
|
|
|
|
|
<PackageTags>PowerToys</PackageTags>
|
|
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
2020-05-05 09:23:31 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\..\Telemetry\TelemetryBase.cs" Link="TelemetryBase.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|