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:
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal 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
|
||||
Reference in New Issue
Block a user