Wireshark-commits: [Wireshark-commits] master d8265cd: Remove Visual Studio solution and project fi
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d8265cd8c66297bb7bf8d2e05482dd196a8804e6
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d8265cd by Michael Mann (mmann78@xxxxxxxxxxxx):
Remove Visual Studio solution and project files (and their existence from Makefiles)
There have been discussions on -dev about removing this and I believe I was the last holdout. Finally convinced that I should just have a local copy (ignored by git)
Change-Id: Ic72a22baf58e3412023cf851f0fce16eb07113b0
Reviewed-on: https://code.wireshark.org/review/681
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 51f26ab NFS: We need to pass data through to the dissect_rpc_list() callback
adds d8265cd Remove Visual Studio solution and project files (and their existence from Makefiles)
Summary of changes:
Makefile.am | 7 +-
all.vcproj | 74 ---
doc/Makefile.am | 1 -
doc/doc.vcproj | 189 -------
docbook/Makefile.am | 1 -
docbook/docbook.vcproj | 310 -----------
dumpcap.vcproj | 187 -------
epan/Makefile.am | 1 -
epan/dissectors/Makefile.am | 1 -
epan/dissectors/dissectors.vcproj | 115 ----
epan/libwireshark.vcproj | 80 ---
packaging.vcproj | 238 --------
plugins/Makefile.am | 1 -
plugins/plugins.vcproj | 193 -------
tshark.vcproj | 111 ----
ui/gtk/Makefile.am | 1 -
ui/gtk/libgtkui.vcproj | 1091 -------------------------------------
ui/qt/Makefile.am | 1 -
wireshark.sln | 175 ------
wireshark.vcproj | 78 ---
wiretap/Makefile.am | 1 -
wiretap/libwiretap.vcproj | 441 ---------------
22 files changed, 1 insertion(+), 3296 deletions(-)
delete mode 100644 all.vcproj
delete mode 100644 doc/doc.vcproj
delete mode 100644 docbook/docbook.vcproj
delete mode 100644 dumpcap.vcproj
delete mode 100644 epan/dissectors/dissectors.vcproj
delete mode 100644 epan/libwireshark.vcproj
delete mode 100644 packaging.vcproj
delete mode 100644 plugins/plugins.vcproj
delete mode 100644 tshark.vcproj
delete mode 100644 ui/gtk/libgtkui.vcproj
delete mode 100644 wireshark.sln
delete mode 100644 wireshark.vcproj
delete mode 100644 wiretap/libwiretap.vcproj