Index: Setup/set_ReleaseNativeOnly.bat ================================================================== --- Setup/set_ReleaseNativeOnly.bat +++ Setup/set_ReleaseNativeOnly.bat @@ -12,11 +12,11 @@ REM system. This is very important because we want to ship binaries REM that only rely upon the .NET Framework 2.0 which is very widely REM deployed and because those binaries will also work with projects REM using the .NET Framework 4.0. REM -REM SET NETFX35ONLY=1 -SET MSBUILD_ARGS=/property:TargetFrameworkVersion=v3.5 -SET YEAR=2010 +SET NETFX35ONLY=1 +REM SET MSBUILD_ARGS=/property:TargetFrameworkVersion=v3.5 +SET YEAR=2008 SET YEARS=%YEAR% ECHO WARNING: Forcing the use of the .NET Framework 3.5... Index: Setup/set_common.bat ================================================================== --- Setup/set_common.bat +++ Setup/set_common.bat @@ -26,7 +26,7 @@ IF NOT DEFINED PROCESSORS ( SET PROCESSORS=x86 x64 ) IF NOT DEFINED YEARS ( - SET YEARS=2010 + SET YEARS=2008 )