From 1ba1dbfe0158ba77b40dca0259e09c8dbf267f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sun, 15 Nov 2015 14:48:28 +0100 Subject: Remove unneeded conditional properties in project files. --- src/thirdparty/LAVFilters/LAVFilters.vcxproj | 32 ++++++---------------------- 1 file changed, 6 insertions(+), 26 deletions(-) (limited to 'src/thirdparty/LAVFilters/LAVFilters.vcxproj') diff --git a/src/thirdparty/LAVFilters/LAVFilters.vcxproj b/src/thirdparty/LAVFilters/LAVFilters.vcxproj index 87895fdd9..c98b83113 100644 --- a/src/thirdparty/LAVFilters/LAVFilters.vcxproj +++ b/src/thirdparty/LAVFilters/LAVFilters.vcxproj @@ -39,34 +39,14 @@ $(IntDir) - - - build_lavfilters.bat Build x86 Debug Silent Nocolors - build_lavfilters.bat Rebuild x86 Debug Silent Nocolors - build_lavfilters.bat Clean x86 Debug Silent Nocolors - build_lavfilters.bat Build x64 Debug Silent Nocolors - build_lavfilters.bat Rebuild x64 Debug Silent Nocolors - build_lavfilters.bat Clean x64 Debug Silent Nocolors - build_lavfilters.bat Build x86 Silent Nocolors - build_lavfilters.bat Rebuild x86 Silent Nocolors - build_lavfilters.bat Clean x86 Silent Nocolors - build_lavfilters.bat Build x64 Silent Nocolors - build_lavfilters.bat Rebuild x64 Silent Nocolors - build_lavfilters.bat Clean x64 Silent Nocolors + build_lavfilters.bat Build $(Platform) $(Configuration) Silent Nocolors + build_lavfilters.bat Rebuild $(Platform) $(Configuration) Silent Nocolors + build_lavfilters.bat Clean $(Platform) $(Configuration) Silent Nocolors - build_lavfilters.bat Build x86 Debug VS2015 Silent Nocolors - build_lavfilters.bat Rebuild x86 Debug VS2015 Silent Nocolors - build_lavfilters.bat Clean x86 Debug VS2015 Silent Nocolors - build_lavfilters.bat Build x64 Debug VS2015 Silent Nocolors - build_lavfilters.bat Rebuild x64 Debug VS2015 Silent Nocolors - build_lavfilters.bat Clean x64 Debug VS2015 Silent Nocolors - build_lavfilters.bat Build x86 VS2015 Silent Nocolors - build_lavfilters.bat Rebuild x86 VS2015 Silent Nocolors - build_lavfilters.bat Clean x86 VS2015 Silent Nocolors - build_lavfilters.bat Build x64 VS2015 Silent Nocolors - build_lavfilters.bat Rebuild x64 VS2015 Silent Nocolors - build_lavfilters.bat Clean x64 VS2015 Silent Nocolors + build_lavfilters.bat Build $(Platform) $(Configuration) VS2015 Silent Nocolors + build_lavfilters.bat Rebuild $(Platform) $(Configuration) VS2015 Silent Nocolors + build_lavfilters.bat Clean $(Platform) $(Configuration) VS2015 Silent Nocolors -- cgit v1.2.3