Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings (MSFT) <mcumming@microsoft.com>2021-10-21 16:52:53 +0300
committerMichael Cummings (MSFT) <mcumming@microsoft.com>2021-10-21 16:52:53 +0300
commitbbf2a4b5a2ba0711ceb82c32e941112025d41a79 (patch)
treea58aadc2f9ccf3521fad9be5c8e6c55c00a01b71 /.config
parent9fe3e0c67efb6315e38fa86fd94fe8b30ab9c018 (diff)
Correct Pathing
Diffstat (limited to '.config')
-rw-r--r--.config/LocProject.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/LocProject.json b/.config/LocProject.json
index 90f9cbe..128e94d 100644
--- a/.config/LocProject.json
+++ b/.config/LocProject.json
@@ -4,10 +4,10 @@
"LanguageSet": "VS_Main_Languages",
"LocItems": [
{
- "SourceFile": "Xamarin.PropertyEditing\\Resources\\Resources.resx",
- "LclFile": "loc\\{Lang}\\Xamarin.PropertyEditing\\Resources\\Resources.resx.lcl",
+ "SourceFile": "Xamarin.PropertyEditing\\Properties\\Resources.resx",
+ "LclFile": "loc\\{Lang}\\Xamarin.PropertyEditing\\Properties\\Resources.resx.lcl",
"CopyOption": "LangIDOnName",
- "OutputPath": "\\Xamarin.PropertyEditing\\Resources\\Resources"
+ "OutputPath": "\\Xamarin.PropertyEditing\\Properties"
}
],
"LssFiles": [],