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

Solving building warnings #120

Open
Open
@D3vil0p3r

Description

@D3vil0p3r

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @D3vil0p3r

        Issue actions

          Solving building warnings · Issue #120 · microsoft/WSL-DistroLauncher