From 680806e5fef7c96666f410a32f1ea67e5de85b53 Mon Sep 17 00:00:00 2001 From: Arthurmtro Date: Mon, 6 May 2024 09:16:47 +0200 Subject: [PATCH] Add dxguid.lib to release action (#2243) On Windows, it's no longer possible to build the release because some lib are missing --- windows/RNSVG/RNSVG.vcxproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/RNSVG/RNSVG.vcxproj b/windows/RNSVG/RNSVG.vcxproj index 0fdeca08b..b6825960f 100644 --- a/windows/RNSVG/RNSVG.vcxproj +++ b/windows/RNSVG/RNSVG.vcxproj @@ -122,6 +122,9 @@ NDEBUG;%(PreprocessorDefinitions) + + dxguid.lib;WindowsApp.lib;%(AdditionalDependencies) + @@ -277,4 +280,4 @@ - \ No newline at end of file +