-
Notifications
You must be signed in to change notification settings - Fork 570
Expand file tree
/
Copy pathLocProject.json
More file actions
49 lines (49 loc) · 2.22 KB
/
Copy pathLocProject.json
File metadata and controls
49 lines (49 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"Projects": [
{
"LanguageSet": "VS_Main_Languages",
"LocItems": [
{
"CopyOption": "LangIDOnName",
"SourceFile": ".\\src\\Microsoft.Android.Sdk.ILLink\\Properties\\Resources.resx",
"OutputPath": ".\\src\\Microsoft.Android.Sdk.ILLink\\Properties\\"
},
{
"CopyOption": "LangIDOnName",
"SourceFile": ".\\src\\Xamarin.Android.Build.Tasks\\Properties\\Resources.resx",
"OutputPath": ".\\src\\Xamarin.Android.Build.Tasks\\Properties\\"
},
{
"CopyOption": "LangIDOnName",
"SourceFile": ".\\src\\Xamarin.Installer.Common\\Properties\\Resources.resx",
"OutputPath": ".\\src\\Xamarin.Installer.Common\\Properties\\",
"LclFile": "Localize\\loc\\{Lang}\\Xamarin.Installer.Common\\Properties\\Resources.resx.lcl"
},
{
"CopyOption": "LangIDOnName",
"SourceFile": ".\\src\\Xamarin.Installer.AndroidSDK\\Properties\\Resources.resx",
"OutputPath": ".\\src\\Xamarin.Installer.AndroidSDK\\Properties\\",
"LclFile": "Localize\\loc\\{Lang}\\Xamarin.Installer.AndroidSDK\\Properties\\Resources.resx.lcl"
},
{
"CopyOption": "LangIDOnName",
"SourceFile": ".\\src\\Xamarin.Installer.Build.Tasks\\Properties\\Resources.resx",
"OutputPath": ".\\src\\Xamarin.Installer.Build.Tasks\\Properties\\",
"LclFile": "Localize\\loc\\{Lang}\\Xamarin.Installer.Build.Tasks\\Properties\\Resources.resx.lcl"
},
{
"CopyOption": "LangIDOnName",
"SourceFile": ".\\src\\Xamarin.AndroidTools\\Properties\\Resources.resx",
"OutputPath": ".\\src\\Xamarin.AndroidTools\\Properties\\",
"LclFile": "Localize\\loc\\{Lang}\\Xamarin.AndroidTools\\Properties\\Resources.resx.lcl"
},
{
"CopyOption": "LangIDOnName",
"SourceFile": ".\\src\\Xamarin.Android.Build.Debugging.Tasks\\Properties\\Resources.resx",
"OutputPath": ".\\src\\Xamarin.Android.Build.Debugging.Tasks\\Properties\\",
"LclFile": "Localize\\loc\\{Lang}\\tools\\msbuild\\Properties\\Resources.resx.lcl"
}
]
}
]
}