Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant