fixed 64-bit compilation with Visual C++
diff --git a/.gitattributes b/.gitattributes
index b9d54fb..b36a354 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,8 +8,9 @@
 # Denote files that should not be modified.
 *.odt binary
 *.png binary
+
 # Visual Studio
 *.sln binary
 *.suo binary
-*.vcxproj* binary
-
+*.vcxproj* text eol=crlf
+*.rc text eol=crlf