diff --git a/src/Deveel.Math/Deveel.Math.csproj b/src/Deveel.Math/Deveel.Math.csproj
index 0675fe0..881355e 100644
--- a/src/Deveel.Math/Deveel.Math.csproj
+++ b/src/Deveel.Math/Deveel.Math.csproj
@@ -42,6 +42,7 @@
DEBUG;TRACE
prompt
4
+ bin\Debug\Deveel.Math.XML
pdbonly
diff --git a/src/Deveel.Math/Properties/AssemblyInfo.cs b/src/Deveel.Math/Properties/AssemblyInfo.cs
index 702bb0f..6a70d6f 100644
--- a/src/Deveel.Math/Properties/AssemblyInfo.cs
+++ b/src/Deveel.Math/Properties/AssemblyInfo.cs
@@ -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;
@@ -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