xamarin-macios/msbuild/Xamarin.Localization.MSBuild
Rolf Bjarne Kvinge 76eb0bb573
[msbuild] Fix a few duplicate compile items warnings. (#15792)
Fixes:

	CSC : warning CS2002: Source file 'xamarin-macios/msbuild/Xamarin.Localization.MSBuild/MSBStrings.Designer.cs' specified multiple times [xamarin-macios/msbuild/Xamarin.Localization.MSBuild/Xamarin.Localization.MSBuild.csproj]
    CSC : warning CS2002: Source file 'xamarin-macios/tools/mtouch/Errors.Designer.cs' specified multiple times [xamarin-macios/msbuild/Xamarin.MacDev.Tasks/Xamarin.MacDev.Tasks.csproj]
2022-08-31 18:26:10 +02:00
..
TranslatedAssemblies Localized file check-in by OneLocBuild Task: Build definition ID 14411: Build ID 6156518 (#15034) 2022-05-16 15:01:18 -04:00
MSBStrings.Designer.cs [msbuild] Improve error reporting when an external tool fails to print some of stderr. (#14993) 2022-05-13 09:14:10 +02:00
MSBStrings.resx [msbuild] Improve error reporting when an external tool fails to print some of stderr. (#14993) 2022-05-13 09:14:10 +02:00
README.md Updating Localization READMEs (#11738) 2021-06-01 09:51:38 -05:00
Xamarin.Localization.MSBuild.csproj [msbuild] Fix a few duplicate compile items warnings. (#15792) 2022-08-31 18:26:10 +02:00

README.md

MSBuild Localization

Messages for new MSBuild error codes live in MSBStrings.resx.

  • You can now make changes to MSBStrings.resx in the Visual Studio for Mac IDE or from any text editor.

  • If you make changes in the IDE, you should see changes automatically copy into MSBStrings.Designer.cs. Be sure to rebuild the project after making your changes.

  • If you make changes from a text editor, be sure to run make inside the xamarin-macios/msbuild/Xamarin.Localization.MSBuild directory.

See Localization Wiki for more details on our localization process

or the OneLocBuild Wiki for information on OneLocBuild.