Use .gitattributes file to specify line endings for Visual Studio solutions and projects files

Set project property Windows SDK Version to default
Set project property Multi-processor Compilation to Yes (/MP)
This commit is contained in:
beru
2019-02-24 06:02:24 +09:00
parent bf27549beb
commit a9f37e4ca4
2 changed files with 10 additions and 1 deletions

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.vcxproj.user text eol=crlf
*.bat text eol=crlf
Makefile text eolf=lf