Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025449 63

generate_solution.cmdH A D25-Apr-20251.5 KiB5646

generate_vs2015.cmdH A D25-Apr-2025130 43

generate_vs2017.cmdH A D25-Apr-2025130 43

generate_vs2019.cmdH A D25-Apr-2025130 43

generate_vs2022.cmdH A D25-Apr-2025130 43

README.md

1These scripts will generate Visual Studio Solutions for a selected set of supported versions of MS Visual.
2
3For these scripts to work, both `cmake` and the relevant Visual Studio version must be locally installed on the system where the script is run.
4
5If `cmake` is installed into a non-standard directory, or user wants to test a specific version of `cmake`, the target `cmake` directory can be provided via the environment variable `CMAKE_PATH`.
6