From 80417c9cf7f6466278fbf4d3ef8f738a08c03f10 Mon Sep 17 00:00:00 2001 From: MoistDreams <22002023+Misunderstood-Wookiee@users.noreply.github.com> Date: Fri, 17 May 2024 07:50:50 +1000 Subject: [PATCH] Include *.lck Core Lock file-type Includes *.lck alongside the rest of the cores/$platform/cores so that bundled cores can be locked at time of publish. --- .../RetroArch-msvcUWP.vcxproj | 4 + .../RetroArch-msvcUWP.vcxproj.filters | 104 +++++++++++++++++- 2 files changed, 107 insertions(+), 1 deletion(-) diff --git a/pkg/msvc-uwp/RetroArch-msvcUWP/RetroArch-msvcUWP.vcxproj b/pkg/msvc-uwp/RetroArch-msvcUWP/RetroArch-msvcUWP.vcxproj index 10854db7e14d..882aab178b40 100644 --- a/pkg/msvc-uwp/RetroArch-msvcUWP/RetroArch-msvcUWP.vcxproj +++ b/pkg/msvc-uwp/RetroArch-msvcUWP/RetroArch-msvcUWP.vcxproj @@ -274,6 +274,10 @@ true cores\%(Filename)%(Extension) + + true + cores\%(Filename)%(Extension) + true %(Filename)%(Extension) diff --git a/pkg/msvc-uwp/RetroArch-msvcUWP/RetroArch-msvcUWP.vcxproj.filters b/pkg/msvc-uwp/RetroArch-msvcUWP/RetroArch-msvcUWP.vcxproj.filters index 7b12ea69a141..8d60ca914977 100644 --- a/pkg/msvc-uwp/RetroArch-msvcUWP/RetroArch-msvcUWP.vcxproj.filters +++ b/pkg/msvc-uwp/RetroArch-msvcUWP/RetroArch-msvcUWP.vcxproj.filters @@ -19,9 +19,111 @@ + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +