Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs in AssemblyInfo and sln file
Dev Ghai

Dev Ghai commited on 2013-09-23 06:44:05
Showing 2 changed files, with 2 additions and 2 deletions.

... ...
@@ -1,4 +1,4 @@
1
-
1
+
2 2
 Microsoft Visual Studio Solution File, Format Version 11.00
3 3
 # Visual Studio 2010
4 4
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Boggle", "Boggle.csproj", "{AB752D5B-37CC-4029-8621-FA970CDD5E2A}"
... ...
@@ -1,4 +1,4 @@
1
-using System.Reflection;
1
+using System.Reflection;
2 2
 using System.Runtime.CompilerServices;
3 3
 using System.Runtime.InteropServices;
4 4
 
5 5