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-05-05 09:23:31 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\..\Telemetry\TelemetryBase.cs" Link="TelemetryBase.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|