From 41406f2b22c08070c0a743f6cd42d24337688790 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Mon, 14 Mar 2022 12:44:29 +0000 Subject: [PATCH] [loc] Fix location of StringResources for loc --- eng/automation/LocProject.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/automation/LocProject.json b/eng/automation/LocProject.json index 90bf4c21dec0..e41e729af446 100644 --- a/eng/automation/LocProject.json +++ b/eng/automation/LocProject.json @@ -4,10 +4,10 @@ "LanguageSet": "VS_Main_Languages", "LocItems": [ { - "SourceFile": "src\\Compatibility\\Core\\src\\iOS\\Resources\\StringResources.resx", - "LclFile": "loc\\{Lang}\\src\\Compatibility\\Core\\src\\iOS\\Resources\\StringResources.resx.lcl", + "SourceFile": "src\\Controls\\src\\Core\\Compatibility\\iOS\\Resources\\StringResources.resx", + "LclFile": "loc\\{Lang}\\src\\Controls\\src\\Core\\Compatibility\\iOS\\Resources\\StringResources.resx.lcl", "CopyOption": "LangIDOnName", - "OutputPath": "src\\Compatibility\\Core\\src\\iOS\\Resources\\" + "OutputPath": "src\\Controls\\src\\Core\\Compatibility\\iOS\\Resources\\" }, { "SourceFile": "src\\Controls\\src\\Build.Tasks\\ErrorMessages.resx",