We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a75eb commit 557b120Copy full SHA for 557b120
1 file changed
DevTools.Package/DevTools.Package.wapproj
@@ -52,13 +52,9 @@
52
</AppxManifest>
53
</ItemGroup>
54
<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>
+ <ApplicationReference Include="..\DevTools.csproj">
+ <TargetProject>DevTools</TargetProject>
+ </ApplicationReference>
62
63
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
64
</Project>
0 commit comments