Add missing project references (#24925)

Signed-off-by: ACGMN <ootopoo@vip.qq.com>
This commit is contained in:
ACGNnsj
2023-03-21 17:43:15 +08:00
committed by GitHub
parent 5da8809b4e
commit f5325f025c
8 changed files with 8 additions and 0 deletions

View File

@@ -55,6 +55,7 @@
<ItemGroup>
<ProjectReference Include="..\..\..\common\GPOWrapperProjection\GPOWrapperProjection.csproj" />
<ProjectReference Include="..\..\..\common\interop\PowerToys.Interop.vcxproj" />
<ProjectReference Include="..\..\..\common\Common.UI\Common.UI.csproj" />
<ProjectReference Include="..\..\..\settings-ui\Settings.UI.Library\Settings.UI.Library.csproj" />
</ItemGroup>