Add project files for Visual Studio 2010 and later.
commitd043785d41f28c53605736ba4c47b69df9c3fee1
authorErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 6 Jul 2014 10:48:26 +0000 (6 20:48 +1000)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 6 Jul 2014 10:48:53 +0000 (6 20:48 +1000)
tree54e1fe18af853d1184245213625baac5dc5be3de
parenteb0c5a3792bfbabf6de1c8be49280eec056bb5f1
Add project files for Visual Studio 2010 and later.

Also allows building for x86-64 Windows.

Patch-from: lvqcl <lvqcl.mail@gmail.com>
55 files changed:
FLAC-vs2010.sln [new file with mode: 0644]
examples/c/decode/file/example_c_decode_file.vcxproj [new file with mode: 0644]
examples/c/decode/file/example_c_decode_file.vcxproj.filters [new file with mode: 0644]
examples/c/encode/file/example_c_encode_file.vcxproj [new file with mode: 0644]
examples/c/encode/file/example_c_encode_file.vcxproj.filters [new file with mode: 0644]
examples/cpp/decode/file/example_cpp_decode_file.vcxproj [new file with mode: 0644]
examples/cpp/decode/file/example_cpp_decode_file.vcxproj.filters [new file with mode: 0644]
examples/cpp/encode/file/example_cpp_encode_file.vcxproj [new file with mode: 0644]
examples/cpp/encode/file/example_cpp_encode_file.vcxproj.filters [new file with mode: 0644]
src/flac/flac.vcxproj [new file with mode: 0644]
src/flac/flac.vcxproj.filters [new file with mode: 0644]
src/flac/iffscan.vcxproj [new file with mode: 0644]
src/flac/iffscan.vcxproj.filters [new file with mode: 0644]
src/libFLAC++/libFLAC++_dynamic.vcxproj [new file with mode: 0644]
src/libFLAC++/libFLAC++_dynamic.vcxproj.filters [new file with mode: 0644]
src/libFLAC++/libFLAC++_static.vcxproj [new file with mode: 0644]
src/libFLAC++/libFLAC++_static.vcxproj.filters [new file with mode: 0644]
src/libFLAC/libFLAC_dynamic.vcxproj [new file with mode: 0644]
src/libFLAC/libFLAC_dynamic.vcxproj.filters [new file with mode: 0644]
src/libFLAC/libFLAC_static.vcxproj [new file with mode: 0644]
src/libFLAC/libFLAC_static.vcxproj.filters [new file with mode: 0644]
src/metaflac/metaflac.vcxproj [new file with mode: 0644]
src/metaflac/metaflac.vcxproj.filters [new file with mode: 0644]
src/plugin_common/plugin_common_static.vcxproj [new file with mode: 0644]
src/plugin_common/plugin_common_static.vcxproj.filters [new file with mode: 0644]
src/share/getopt/getopt_static.vcxproj [new file with mode: 0644]
src/share/getopt/getopt_static.vcxproj.filters [new file with mode: 0644]
src/share/grabbag/grabbag_static.vcxproj [new file with mode: 0644]
src/share/grabbag/grabbag_static.vcxproj.filters [new file with mode: 0644]
src/share/replaygain_analysis/replaygain_analysis_static.vcxproj [new file with mode: 0644]
src/share/replaygain_analysis/replaygain_analysis_static.vcxproj.filters [new file with mode: 0644]
src/share/replaygain_synthesis/replaygain_synthesis_static.vcxproj [new file with mode: 0644]
src/share/replaygain_synthesis/replaygain_synthesis_static.vcxproj.filters [new file with mode: 0644]
src/share/utf8/utf8_static.vcxproj [new file with mode: 0644]
src/share/utf8/utf8_static.vcxproj.filters [new file with mode: 0644]
src/share/win_utf8_io/win_utf8_io_static.vcxproj [new file with mode: 0644]
src/share/win_utf8_io/win_utf8_io_static.vcxproj.filters [new file with mode: 0644]
src/test_grabbag/cuesheet/test_cuesheet.vcxproj [new file with mode: 0644]
src/test_grabbag/cuesheet/test_cuesheet.vcxproj.filters [new file with mode: 0644]
src/test_grabbag/picture/test_picture.vcxproj [new file with mode: 0644]
src/test_grabbag/picture/test_picture.vcxproj.filters [new file with mode: 0644]
src/test_libFLAC++/test_libFLAC++.vcxproj [new file with mode: 0644]
src/test_libFLAC++/test_libFLAC++.vcxproj.filters [new file with mode: 0644]
src/test_libFLAC/test_libFLAC.vcxproj [new file with mode: 0644]
src/test_libFLAC/test_libFLAC.vcxproj.filters [new file with mode: 0644]
src/test_libs_common/test_libs_common_static.vcxproj [new file with mode: 0644]
src/test_libs_common/test_libs_common_static.vcxproj.filters [new file with mode: 0644]
src/test_seeking/test_seeking.vcxproj [new file with mode: 0644]
src/test_seeking/test_seeking.vcxproj.filters [new file with mode: 0644]
src/test_streams/test_streams.vcxproj [new file with mode: 0644]
src/test_streams/test_streams.vcxproj.filters [new file with mode: 0644]
src/utils/flacdiff/flacdiff.vcxproj [new file with mode: 0644]
src/utils/flacdiff/flacdiff.vcxproj.filters [new file with mode: 0644]
src/utils/flactimer/flactimer.vcxproj [new file with mode: 0644]
src/utils/flactimer/flactimer.vcxproj.filters [new file with mode: 0644]