mirror of
https://github.com/curl/curl.git
synced 2026-04-13 00:31:41 +08:00
The three projects (VC10, VC11, VC12) are identical except 5 repeated strings in them. They also require running `generate.bat` before use, to populate source files. Reduce the 3 almost identical projects to a single template project and populate the repeated strings also via `generate.bat`. This reduces the maintenance burden to a single copy of the project files. Also saving 10000 LOCs. Closes #18396
6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
*.sln eol=crlf
|