diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2021-10-14 10:44:25 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2021-10-14 10:53:18 +0800 |
commit | 1234b46d3b5558bfdd5c5b73bb7d438f600afb09 (patch) | |
tree | 16c5930168fa6c931f0113c42d87fdf2ec5c6935 /configure.ac | |
parent | 49374551e80b8f350798e6ef613e0a356be1afff (diff) | |
download | gtk+-1234b46d3b5558bfdd5c5b73bb7d438f600afb09.tar.gz |
Visual Studio projects: "Add" Visual Studio 2022 projects
Like the Visual Studio 2012+ projects, copy the Visual Studio 2010
projects and replace the items in there as needed, so that we can
obtain Visual Studio 2022 project files, since they are all in the
MSBuild format.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e3fadf9d2e..5830d962fd 100644 --- a/configure.ac +++ b/configure.ac @@ -1941,6 +1941,7 @@ win32/vs12/Makefile win32/vs14/Makefile win32/vs15/Makefile win32/vs16/Makefile +win32/vs17/Makefile gdk/Makefile gdk/broadway/Makefile gdk/x11/Makefile |