From 373dc625f82b47096893add42c4472e4a57ab7eb Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Feb 2022 22:23:03 +0100 Subject: Moved third-party libraries to a separate subdirectory --- .../libvorbisfile/libvorbisfile_dynamic.vcproj | 108 +++++++++++++++++++++ .../libvorbisfile/libvorbisfile_static.vcproj | 96 ++++++++++++++++++ 2 files changed, 204 insertions(+) create mode 100644 contrib/vorbis/win32/VS2005/libvorbisfile/libvorbisfile_dynamic.vcproj create mode 100644 contrib/vorbis/win32/VS2005/libvorbisfile/libvorbisfile_static.vcproj (limited to 'contrib/vorbis/win32/VS2005/libvorbisfile') diff --git a/contrib/vorbis/win32/VS2005/libvorbisfile/libvorbisfile_dynamic.vcproj b/contrib/vorbis/win32/VS2005/libvorbisfile/libvorbisfile_dynamic.vcproj new file mode 100644 index 0000000..5c541ac --- /dev/null +++ b/contrib/vorbis/win32/VS2005/libvorbisfile/libvorbisfile_dynamic.vcproj @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/contrib/vorbis/win32/VS2005/libvorbisfile/libvorbisfile_static.vcproj b/contrib/vorbis/win32/VS2005/libvorbisfile/libvorbisfile_static.vcproj new file mode 100644 index 0000000..a409810 --- /dev/null +++ b/contrib/vorbis/win32/VS2005/libvorbisfile/libvorbisfile_static.vcproj @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1