Skip to content

Commit 13b0731

Browse files
pick up file generated by eng\common\generate-locproject.ps1 - this is a reactive change to move of the resx files
1 parent e5b8734 commit 13b0731

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

eng/Localize/LocProject.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -78,34 +78,19 @@
7878
"OutputPath": ".\\src\\Microsoft.VisualBasic.Forms\\src\\Resources\\xlf\\"
7979
},
8080
{
81-
"SourceFile": ".\\src\\System.Windows.Forms\\src\\Resources\\System\\Windows\\Forms\\xlf\\mdiwindowdialog.xlf",
81+
"SourceFile": ".\\src\\System.Windows.Forms\\Resources\\System\\Windows\\Forms\\xlf\\mdiwindowdialog.xlf",
8282
"CopyOption": "LangIDOnName",
83-
"OutputPath": ".\\src\\System.Windows.Forms\\src\\Resources\\System\\Windows\\Forms\\xlf\\"
83+
"OutputPath": ".\\src\\System.Windows.Forms\\Resources\\System\\Windows\\Forms\\xlf\\"
8484
},
8585
{
86-
"SourceFile": ".\\src\\System.Windows.Forms\\src\\Resources\\System\\Windows\\Forms\\xlf\\PrintPreviewDialog.xlf",
86+
"SourceFile": ".\\src\\System.Windows.Forms\\Resources\\System\\Windows\\Forms\\xlf\\PrintPreviewDialog.xlf",
8787
"CopyOption": "LangIDOnName",
88-
"OutputPath": ".\\src\\System.Windows.Forms\\src\\Resources\\System\\Windows\\Forms\\xlf\\"
88+
"OutputPath": ".\\src\\System.Windows.Forms\\Resources\\System\\Windows\\Forms\\xlf\\"
8989
},
9090
{
91-
"SourceFile": ".\\src\\System.Windows.Forms\\src\\Resources\\xlf\\SR.xlf",
91+
"SourceFile": ".\\src\\System.Windows.Forms\\Resources\\xlf\\SR.xlf",
9292
"CopyOption": "LangIDOnName",
93-
"OutputPath": ".\\src\\System.Windows.Forms\\src\\Resources\\xlf\\"
94-
},
95-
{
96-
"SourceFile": ".\\src\\System.Windows.Forms\\tests\\IntegrationTests\\WinformsControlsTest\\xlf\\ListViewTest.xlf",
97-
"CopyOption": "LangIDOnName",
98-
"OutputPath": ".\\src\\System.Windows.Forms\\tests\\IntegrationTests\\WinformsControlsTest\\xlf\\"
99-
},
100-
{
101-
"SourceFile": ".\\src\\System.Windows.Forms\\tests\\IntegrationTests\\WinformsControlsTest\\xlf\\Panels.xlf",
102-
"CopyOption": "LangIDOnName",
103-
"OutputPath": ".\\src\\System.Windows.Forms\\tests\\IntegrationTests\\WinformsControlsTest\\xlf\\"
104-
},
105-
{
106-
"SourceFile": ".\\src\\System.Windows.Forms\\tests\\IntegrationTests\\WinformsControlsTest\\xlf\\TreeViewTest.xlf",
107-
"CopyOption": "LangIDOnName",
108-
"OutputPath": ".\\src\\System.Windows.Forms\\tests\\IntegrationTests\\WinformsControlsTest\\xlf\\"
93+
"OutputPath": ".\\src\\System.Windows.Forms\\Resources\\xlf\\"
10994
},
11095
{
11196
"SourceFile": ".\\src\\System.Windows.Forms.Analyzers\\src\\Resources\\xlf\\SR.xlf",
@@ -211,7 +196,23 @@
211196
"SourceFile": ".\\src\\System.Windows.Forms.Primitives\\src\\Resources\\xlf\\SR.xlf",
212197
"CopyOption": "LangIDOnName",
213198
"OutputPath": ".\\src\\System.Windows.Forms.Primitives\\src\\Resources\\xlf\\"
214-
}
199+
},
200+
{
201+
"SourceFile": ".\\src\\test\\integration\\WinformsControlsTest\\xlf\\ListViewTest.xlf",
202+
"CopyOption": "LangIDOnName",
203+
"OutputPath": ".\\src\\test\\integration\\WinformsControlsTest\\xlf\\"
204+
},
205+
{
206+
207+
"SourceFile": ".\\src\\test\\integration\\WinformsControlsTest\\xlf\\Panels.xlf",
208+
"CopyOption": "LangIDOnName",
209+
"OutputPath": ".\\src\\test\\integration\\WinformsControlsTest\\xlf\\"
210+
},
211+
{
212+
"SourceFile": ".\\src\\test\\integration\\WinformsControlsTest\\xlf\\TreeViewTest.xlf",
213+
"CopyOption": "LangIDOnName",
214+
"OutputPath": ".\\src\\test\\integration\\WinformsControlsTest\\xlf\\"
215+
},
215216
],
216217
"LanguageSet": "VS_Main_Languages"
217218
},

0 commit comments

Comments
 (0)