Skip to content

Commit 557b120

Browse files
committed
fix(msix): use ApplicationReference instead of ProjectReference for wapproj
1 parent c1a75eb commit 557b120

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

DevTools.Package/DevTools.Package.wapproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,9 @@
5252
</AppxManifest>
5353
</ItemGroup>
5454
<ItemGroup>
55-
<ProjectReference Include="..\DevTools.csproj">
56-
<Name>DevTools</Name>
57-
<IsAppxMainProject>true</IsAppxMainProject>
58-
<SetTargetFramework>TargetFramework=net8.0-windows10.0.26100.0</SetTargetFramework>
59-
<OutputType>WinExe</OutputType>
60-
<TargetPath>DevTools.exe</TargetPath>
61-
</ProjectReference>
55+
<ApplicationReference Include="..\DevTools.csproj">
56+
<TargetProject>DevTools</TargetProject>
57+
</ApplicationReference>
6258
</ItemGroup>
6359
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
6460
</Project>

0 commit comments

Comments
 (0)