From 00bb62cc1bc53cfb129bdd99603873d4115492df 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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/eng/automation/LocProject.json b/eng/automation/LocProject.json index 90bf4c21dec0..938708141fd4 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", @@ -20,4 +20,5 @@ "CloneLanguageSet": "" } ] -} \ No newline at end of file +} +src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.cs.resx \ No newline at end of file