From 79eb04b5e60c3459e2ab289e2e8f088ab4de35af Mon Sep 17 00:00:00 2001 From: rhuvendiek Date: Wed, 13 May 2020 21:25:57 +0200 Subject: [PATCH] Do not add for .NET resources or the resource will not be properly embedded. --- modules/vstudio/vs2005_dotnetbase.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vstudio/vs2005_dotnetbase.lua b/modules/vstudio/vs2005_dotnetbase.lua index 4275e0a358..f14d306508 100644 --- a/modules/vstudio/vs2005_dotnetbase.lua +++ b/modules/vstudio/vs2005_dotnetbase.lua @@ -156,7 +156,7 @@ if #contents > 0 or external then _p(2,'<%s%s Include="%s">', info.action, condition, fname) - if external then + if external and info.action ~= "EmbeddedResource" then _p(3,'%s', path.translate(link)) end if #contents > 0 then