From a9f37e4ca4d89282ac400447d9d10dd7cd54d33c Mon Sep 17 00:00:00 2001 From: beru Date: Sun, 24 Feb 2019 06:02:24 +0900 Subject: [PATCH] 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) --- .gitattributes | 6 ++++++ build/vc2017/nana.vcxproj | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..83fd45e3 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/build/vc2017/nana.vcxproj b/build/vc2017/nana.vcxproj index 85ad8a03..7ae3d890 100644 --- a/build/vc2017/nana.vcxproj +++ b/build/vc2017/nana.vcxproj @@ -23,7 +23,6 @@ {42D0520F-EFA5-4831-84FE-2B9085301C5D} Win32Proj nana - 10.0.14393.0 @@ -102,6 +101,7 @@ Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) MultiThreadedDebug + true Windows @@ -115,6 +115,7 @@ Disabled _DEBUG;_LIB;%(PreprocessorDefinitions) MultiThreadedDebug + true Windows @@ -130,6 +131,7 @@ true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded + true Windows @@ -147,6 +149,7 @@ true NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded + true Windows