{"author":"Jay Satiro","author_email":"raysatiro@yahoo.com","author_time":1756280101,"commit_time":1756823688,"committer":"Jay Satiro","committer_email":"raysatiro@yahoo.com","hash":"c72bb7aec4db2ad32f9d82758b4f55663d0ebd60","message":"projects: fix Windows project 'clean' function\n\n- Fix generate.bat \"-clean\" option.\n\n- Change version template substitutes to match old files, eg go back to\n  using format version \"11.00\" instead of \"11.0\".\n\n- Limit the vcxproj filters file types that are filtered to c, h, rc.\n\n- Get rid of the tmpl extension from template files and add a README\n  to the tmpl directory explaining the purpose of the files.\n\n- gitignore VCxx directories entirely rather than individual file types.\n\n- Do not remove the VC directories during clean, instead remove just the\n  generated project files.\n\nRemoving the VC directories has the unwanted behavior of removing files\nother than those generated. Visual Studio will generate its own\npreference files (like if you have some debug arguments in your .suo)\nand those files sit in the VC directories. We ignore those files since\nthey are the user's files and should not be deleted. Also the user may\nhave their own untracked files that we shouldn't be deleting.\n\nFollow-up to 57d349fe which consolidated the project templates.\n\nAssisted-by: Viktor Szakats\n\nCloses https://github.com/curl/curl/pull/18412\n","parents":["ad42850b231a557d8955bf296a6b93383d416d92"],"tree_hash":"aa208cc1aa853cb27cdd3a399f69cbc68c6e7058"}