Added upgrade step to migrate project files for later Visual Studio versions.

This commit is contained in:
oparviai 2010-12-12 18:16:12 +00:00
parent ab0d353f6f
commit 0ec963fddf

View File

@ -30,8 +30,10 @@ goto end
md bin
md lib
devenv source\SoundTouch\SoundTouch.vcproj /upgrade
devenv source\SoundTouch\SoundTouch.vcproj /build debug
devenv source\SoundTouch\SoundTouch.vcproj /build release
devenv source\SoundStretch\SoundStretch.vcproj /upgrade
devenv source\SoundStretch\SoundStretch.vcproj /build debug
devenv source\SoundStretch\SoundStretch.vcproj /build release