Index: Setup/build.bat ================================================================== --- Setup/build.bat +++ Setup/build.bat @@ -179,11 +179,11 @@ :skip_setLogging %_VECHO% Logging = '%LOGGING%' -%_ECHO% MSBuild.exe "%SOLUTION%" "/target:%TARGET%" "/property:Configuration=%CONFIGURATION%" "/property:Platform=%PLATFORM%" %LOGGING% +%_ECHO% MSBuild.exe "%SOLUTION%" "/target:%TARGET%" "/property:Configuration=%CONFIGURATION%" "/property:Platform=%PLATFORM%" %LOGGING% %MSBUILD_ARGS% IF ERRORLEVEL 1 ( ECHO Build failed. GOTO errors ) Index: Setup/set_ReleaseNativeOnly.bat ================================================================== --- Setup/set_ReleaseNativeOnly.bat +++ Setup/set_ReleaseNativeOnly.bat @@ -12,10 +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 -SET NETFX35ONLY=1 -SET YEAR=2008 +REM SET NETFX35ONLY=1 +SET MSBUILD_ARGS=/property:TargetFrameworkVersion=v3.5 +SET YEAR=2010 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 @@ -5,11 +5,10 @@ :: :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: - IF NOT DEFINED APPID ( SET APPID={{02E43EC2-6B1C-45B5-9E48-941C3E1B204A} ) IF NOT DEFINED URL ( @@ -27,7 +26,7 @@ IF NOT DEFINED PROCESSORS ( SET PROCESSORS=x86 x64 ) IF NOT DEFINED YEARS ( - SET YEARS=2008 + SET YEARS=2010 ) Index: System.Data.SQLite/System.Data.SQLite.Properties.targets ================================================================== --- System.Data.SQLite/System.Data.SQLite.Properties.targets +++ System.Data.SQLite/System.Data.SQLite.Properties.targets @@ -12,11 +12,13 @@ default, this is disabled. This must be enabled to successfully build the project using Visual Studio 2008 and/or the .NET Framework 2.0 (if necessary, it will typically be enabled from within the project file itself). --> - + $(DefineConstants);NET_20