Nun-z / XboxRetailModeAppGuideLegacy

This guide describes the process of installing uncertified apps to an Xbox in retail mode.
51 stars 4 forks source link

Can't add dependencies, I can't publish retroarch #6

Closed dav1dddd closed 3 years ago

dav1dddd commented 3 years ago

I try to add dependencies for Retroarch, but I can't, and when I right click the solution, there is no option to publish the app. I also have a lot of error messages:

C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj : warning  : The build tools for Visual Studio 2017 (v141) cannot be found. To build using the Visual Studio 2019 (v142) build tools, either click the Project menu or right-click the solution, and then select "Retarget Solution". Install Visual Studio 2017 (v141) to build using the Visual Studio 2017 (v141) build tools.

C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj : warning  : Platform 'x64' referenced in the project file 'RetroArch-msvc2017-UWP' cannot be found.

C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj : warning  : Platform 'ARM' referenced in the project file 'RetroArch-msvc2017-UWP' cannot be found.

C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj : warning  : Platform 'ARM64' referenced in the project file 'RetroArch-msvc2017-UWP' cannot be found.

C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj : warning  : Platform 'Win32' referenced in the project file 'RetroArch-msvc2017-UWP' cannot be found.

error : Designtime build failed for project 'C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj' configuration 'Debug|Win32'. IntelliSense might be unavailable.
    Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj' configuration 'Debug|Win32'. IntelliSense might be unavailable.
    Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj' configuration 'Debug|Win32'. IntelliSense might be unavailable.
    Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj' configuration 'Debug|Win32'. IntelliSense might be unavailable.
    Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj' configuration 'Debug|Win32'. IntelliSense might be unavailable.
    Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj' configuration 'Debug|Win32'. IntelliSense might be unavailable.
    Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj' configuration 'Debug|Win32'. IntelliSense might be unavailable.
    Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj' configuration 'Debug|Win32'. IntelliSense might be unavailable.
    Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj' configuration 'Debug|Win32'. IntelliSense might be unavailable.
    Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
error : Designtime build failed for project 'C:\git\RetroArch\pkg\msvc-uwp\RetroArch-msvc2017-UWP\RetroArch-msvc2017-UWP.vcxproj' configuration 'Debug|Win32'. IntelliSense might be unavailable.
    Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.

I did install the build tools, but maybe visual studio has not seen it. Is there any way that I can fix this? image image

Nun-z commented 3 years ago

What version of Visual Studio are you using?

dav1dddd commented 3 years ago

What version of Visual Studio are you using?

I am using Visual Studio 2019 version 16.9.6

dav1dddd commented 3 years ago

I have fixed it. Just had to install UWP desktop tools from the visual studio installer, now it's working 😄

Nun-z commented 3 years ago

Nice, I'm glad you got it working.