Commit 29d790fe authored by Steve Holme's avatar Steve Holme
Browse files

build: Removed old Visual Studio project files

parent f01e7e08
Loading
Loading
Loading
Loading

vs/.gitignore

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
*
!.gitignore
!t
!vc6
!vc8

vs/t/.gitattributes

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
* -crlf

vs/t/.gitignore

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
*
!.gitattributes
!.gitignore
!README
!lib
!src
!tests

vs/t/README

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
Note:

Files located in subdirectory 'vs/t' and below are 'templates' used for
the generation of msvc IDE workspace and project files, distributed in
subdirectories 'vs/vc6' and 'vs/vc8'.

All these template files use UNIX line endings intentionally, in order
to allow proper file generation. Don't convert these to crlf line-ends.

vs/t/lib/.gitattributes

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
* -crlf
Loading