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 --- .../VS2005/vorbisenc/vorbisenc_dynamic.vcproj | 106 +++++++++++++++++++++ .../win32/VS2005/vorbisenc/vorbisenc_static.vcproj | 106 +++++++++++++++++++++ 2 files changed, 212 insertions(+) create mode 100644 contrib/vorbis/win32/VS2005/vorbisenc/vorbisenc_dynamic.vcproj create mode 100644 contrib/vorbis/win32/VS2005/vorbisenc/vorbisenc_static.vcproj (limited to 'contrib/vorbis/win32/VS2005/vorbisenc') diff --git a/contrib/vorbis/win32/VS2005/vorbisenc/vorbisenc_dynamic.vcproj b/contrib/vorbis/win32/VS2005/vorbisenc/vorbisenc_dynamic.vcproj new file mode 100644 index 0000000..19366b5 --- /dev/null +++ b/contrib/vorbis/win32/VS2005/vorbisenc/vorbisenc_dynamic.vcproj @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/contrib/vorbis/win32/VS2005/vorbisenc/vorbisenc_static.vcproj b/contrib/vorbis/win32/VS2005/vorbisenc/vorbisenc_static.vcproj new file mode 100644 index 0000000..7c7a626 --- /dev/null +++ b/contrib/vorbis/win32/VS2005/vorbisenc/vorbisenc_static.vcproj @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1