Unify dll/exe naming - interop (#14795)

This commit is contained in:
Stefan Markovic
2021-12-06 16:27:54 +01:00
committed by GitHub
parent c9e8ba4955
commit 88ec74d81e
12 changed files with 26 additions and 26 deletions

View File

@@ -54,7 +54,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\common\interop\PowerToysInterop.vcxproj" />
<ProjectReference Include="..\..\common\interop\PowerToys.Interop.vcxproj" />
<ProjectReference Include="..\..\common\ManagedCommon\ManagedCommon.csproj" />
<ProjectReference Include="..\..\common\ManagedTelemetry\Telemetry\ManagedTelemetry.csproj" />
</ItemGroup>

View File

@@ -73,7 +73,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\common\interop\PowerToysInterop.vcxproj" />
<ProjectReference Include="..\..\common\interop\PowerToys.Interop.vcxproj" />
<ProjectReference Include="..\..\common\ManagedCommon\ManagedCommon.csproj" />
<ProjectReference Include="..\..\common\ManagedTelemetry\Telemetry\ManagedTelemetry.csproj" />
<ProjectReference Include="..\Microsoft.PowerToys.Settings.UI.Library\Microsoft.PowerToys.Settings.UI.Library.csproj" />