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>
|
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2020-05-12 15:27:19 +03:00
|
|
|
|
<Platforms>x64</Platforms>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2020-06-22 12:14:00 +03:00
|
|
|
|
<Version>$(Version).0</Version>
|
2020-06-23 18:36:39 +03:00
|
|
|
|
<Authors>Microsoft Corporation</Authors>
|
|
|
|
|
|
<Product>PowerToys</Product>
|
|
|
|
|
|
<Description>PowerToys PowerLauncher 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 08:53:07 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-05-05 09:23:31 -07:00
|
|
|
|
<ProjectReference Include="..\..\..\common\ManagedTelemetry\Telemetry\Telemetry.csproj" />
|
2020-05-05 08:53:07 -07:00
|
|
|
|
</ItemGroup>
|
2020-08-05 14:06:55 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\..\..\codeAnalysis\GlobalSuppressions.cs">
|
|
|
|
|
|
<Link>GlobalSuppressions.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<AdditionalFiles Include="..\..\..\codeAnalysis\StyleCop.json">
|
|
|
|
|
|
<Link>StyleCop.json</Link>
|
|
|
|
|
|
</AdditionalFiles>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="StyleCop.Analyzers">
|
|
|
|
|
|
<Version>1.1.118</Version>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
</ItemGroup>
|
2020-05-05 08:53:07 -07:00
|
|
|
|
</Project>
|