Skip to content

Commit

Permalink
Adding the Neutral Language Attribute for Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Apr 18, 2016
1 parent bcf9efa commit 2f3e464
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Deveel.Math/Deveel.Math.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Deveel.Math.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down
5 changes: 4 additions & 1 deletion src/Deveel.Math/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -24,10 +25,12 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Deveel")]
[assembly: AssemblyProduct("Deveel.Math")]
[assembly: AssemblyCopyright("(c) 2010-2014 Deveel")]
[assembly: AssemblyCopyright("(c) 2010-2016 Deveel")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: NeutralResourcesLanguage("en")]

#if !PORTABLE
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down

0 comments on commit 2f3e464

Please sign in to comment.