Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Solving building warnings #120

Open
D3vil0p3r opened this issue Mar 12, 2023 · 0 comments
Open

Solving building warnings #120

D3vil0p3r opened this issue Mar 12, 2023 · 0 comments

Comments

@D3vil0p3r
Copy link

Hello, during the building there are not impacting warnings that are produced. Mainly:

(_ValidateAppxManifest target) ->
 MyDistro.appxmanifest(13,6): warning APPX0006: This project uses the 'runFullTrust' capability. You should use
        the Windows Application Packaging Project to produce the store and sideload packages. See https://go.microsoft.
       com/fwlink/?linkid=871803 for more information. [D:\GitHub\DistroLauncher-WSL\DistroLauncher-Appx\DistroLauncher-Appx.
       vcxproj]

and

(CustomBuild target) ->
         C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(
       247,5): warning MSB8064: Custom build for item "mydistro" succeeded, but specified dependency "d:\github\distrolauncher-
       wsl\distrolauncher-appx\mydistro" does not exist. This may cause incremental build to work incorrectly. [D:\GitHub
       \DistroLauncher-WSL\DistroLauncher-Appx\DistroLauncher-Appx.vcxproj]

Is there a way to solve these warnings?

For the 1st warning: How can I convert the project to Windows Application Packaging Project?
For the 2nd warning: How can I create the mydistro file that is missing?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant