[ManagedCommon.dll & ManagedTelemetry.dll] Unify exe/dll naming (#14807)

* Unify exe/dll naming - ManagedCommon.dll

* Unify exe/dll naming - ManagedTelemetry.dll
This commit is contained in:
Stefan Markovic
2021-12-06 14:40:41 +01:00
committed by GitHub
parent d8f2946ba6
commit c9e8ba4955
4 changed files with 44 additions and 42 deletions

View File

@@ -15,6 +15,7 @@
<RepositoryType>Github</RepositoryType>
<PackageTags>PowerToys</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyName>PowerToys.ManagedCommon</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

View File

@@ -15,6 +15,7 @@
<PackageTags>PowerToys</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyName>PowerToys.ManagedTelemetry</AssemblyName>
</PropertyGroup>
<ItemGroup>