2020-06-22 12:14:00 +03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<Import Project="..\..\..\..\installer\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-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>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|