summaryrefslogtreecommitdiff
path: root/msvc/.gitattributes
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-03-23 15:17:50 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-03-23 15:17:50 -0700
commit07d6d3a2a5c415fa0b819ee0bdb48565f444a58a (patch)
tree4ecbd76561f6c75e8cc75978ed83ceb249200c17 /msvc/.gitattributes
parent8b93a7157d3b7dad8531c61af860352efca29b20 (diff)
downloadlibusb-07d6d3a2a5c415fa0b819ee0bdb48565f444a58a.tar.gz
msvc: Reorder solution projects and add project filter files
Since Visual Studio picks the first project as the default startup project, move the library projects back to the top of the list. This use to be the order but was changed in commit 9843b689df. Add the project filter files to help organize the source files within the Solution Explorer window pane. Additionally move the getopt source underneath the msvc directory since it is only used for Visual Studio builds. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'msvc/.gitattributes')
-rw-r--r--msvc/.gitattributes5
1 files changed, 3 insertions, 2 deletions
diff --git a/msvc/.gitattributes b/msvc/.gitattributes
index 9a0d3f2..c42ba10 100644
--- a/msvc/.gitattributes
+++ b/msvc/.gitattributes
@@ -1,2 +1,3 @@
-*.sln eol=crlf
-*.vcxproj eol=crlf
+*.sln eol=crlf
+*.vcxproj eol=crlf
+*.vcxproj.filters eol=crlf