This website requires JavaScript.
Explore
Help
Sign In
mirror
/
curl
Watch
2
Star
0
Fork
0
You've already forked curl
mirror of
https://github.com/curl/curl.git
synced
2025-01-24 14:15:18 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
965119855d
curl
/
projects
/
Windows
/
VC10
/
lib
/
.gitignore
7 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: Added Visual Studio 2010 (VC10) project files Carrying on from commit 11025613b9 added VC10 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
2014-04-17 04:22:26 +08:00
/*.ncb
build: Fixed missing .opensdf files from VC10+ .gitignore files
2015-07-27 03:47:39 +08:00
/*.opensdf
build: Added Visual Studio 2010 (VC10) project files Carrying on from commit 11025613b9 added VC10 project files which are capable of supporting side-by-side compilation, 32-bit and 64-bit builds as well as support for some of the third-party libraries curl uses.
2014-04-17 04:22:26 +08:00
/*.sdf
/*.suo
gitignore: Sort for readability find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
2015-08-18 13:03:05 +08:00
/*.user
/*.vcxproj
Reference in New Issue
Copy Permalink