- About AnkhSVN
- Getting AnkhSVN
- Community
|
ankhsvn Subversion
| Revision |
(
previous |
next
)
|
| Author |
rhuijben |
| Date |
2010-02-26 05:41:15-0700 (6 months, 1 week ago) |
| Log message |
Set the neutral language setting in all of our assemblies to the culture
used by the English version of Visual Studio.
(Visual Studio sets the UICulture during initialization to match its
installed language to make packages use the same language. Using "en-US"
instead of "en" avoids useless tests on resource assemblies)
* src/Ankh.Diff/Properties/AssemblyInfo.cs
* src/Ankh.ExtensionPoints/Properties/AssemblyInfo.cs
* src/Ankh.Ids/Properties/AssemblyInfo.cs
* src/Ankh.Package/Properties/AssemblyInfo.cs
* src/Ankh.Scc/Properties/AssemblyInfo.cs
* src/Ankh.Services/Properties/AssemblyInfo.cs
* src/Ankh.Trigger/Properties/AssemblyInfo.cs
* src/Ankh.UI/Properties/AssemblyInfo.cs
* src/Ankh/Properties/AssemblyInfo.cs
Update NeutralResourcesLanguage attribute. (MainAssembly is the default)
|
|