mirror of
https://github.com/curl/curl.git
synced 2026-04-12 00:11:42 +08:00
- Fix generate.bat "-clean" option.
- Change version template substitutes to match old files, eg go back to
using format version "11.00" instead of "11.0".
- Limit the vcxproj filters file types that are filtered to c, h, rc.
- Get rid of the tmpl extension from template files and add a README
to the tmpl directory explaining the purpose of the files.
- gitignore VCxx directories entirely rather than individual file types.
- Do not remove the VC directories during clean, instead remove just the
generated project files.
Removing the VC directories has the unwanted behavior of removing files
other than those generated. Visual Studio will generate its own
preference files (like if you have some debug arguments in your .suo)
and those files sit in the VC directories. We ignore those files since
they are the user's files and should not be deleted. Also the user may
have their own untracked files that we shouldn't be deleting.
Follow-up to
|
||
|---|---|---|
| .. | ||
| .gitattributes | ||
| curl-all.sln | ||
| curl.sln | ||
| curl.vcxproj | ||
| curl.vcxproj.filters | ||
| libcurl.sln | ||
| libcurl.vcxproj | ||
| libcurl.vcxproj.filters | ||
| README.txt | ||
The files in this directory are not meant to be opened with Visual Studio. This directory contains template files that are used to generate project files for legacy versions of Visual Studio 2010, 2012 and 2013. To generate the files run generate.bat in the projects directory and refer to that directory's README.