DELETED Externals/MSVCPP/vcredist_x64_2012_VSU1.exe Index: Externals/MSVCPP/vcredist_x64_2012_VSU1.exe ================================================================== --- Externals/MSVCPP/vcredist_x64_2012_VSU1.exe +++ /dev/null cannot compute difference between binary files ADDED Externals/MSVCPP/vcredist_x64_2012_VSU3.exe Index: Externals/MSVCPP/vcredist_x64_2012_VSU3.exe ================================================================== --- /dev/null +++ Externals/MSVCPP/vcredist_x64_2012_VSU3.exe cannot compute difference between binary files DELETED Externals/MSVCPP/vcredist_x86_2012_VSU1.exe Index: Externals/MSVCPP/vcredist_x86_2012_VSU1.exe ================================================================== --- Externals/MSVCPP/vcredist_x86_2012_VSU1.exe +++ /dev/null cannot compute difference between binary files ADDED Externals/MSVCPP/vcredist_x86_2012_VSU3.exe Index: Externals/MSVCPP/vcredist_x86_2012_VSU3.exe ================================================================== --- /dev/null +++ Externals/MSVCPP/vcredist_x86_2012_VSU3.exe cannot compute difference between binary files Index: Setup/set_netFx45.bat ================================================================== --- Setup/set_netFx45.bat +++ Setup/set_netFx45.bat @@ -10,11 +10,11 @@ IF NOT DEFINED ISNETFX2 ( SET ISNETFX2=False ) IF NOT DEFINED VCRUNTIME ( - SET VCRUNTIME=2012_VSU1 + SET VCRUNTIME=2012_VSU3 ) IF NOT DEFINED CONFIGURATION ( SET CONFIGURATION=Release ) Index: Setup/set_x64_2012.bat ================================================================== --- Setup/set_x64_2012.bat +++ Setup/set_x64_2012.bat @@ -6,9 +6,9 @@ :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: SET ISNETFX2=False -SET VCRUNTIME=2012_VSU1 +SET VCRUNTIME=2012_VSU3 SET PLATFORM=x64 SET PROCESSOR=x64 SET YEAR=2012 Index: Setup/set_x86_2012.bat ================================================================== --- Setup/set_x86_2012.bat +++ Setup/set_x86_2012.bat @@ -6,9 +6,9 @@ :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: SET ISNETFX2=False -SET VCRUNTIME=2012_VSU1 +SET VCRUNTIME=2012_VSU3 SET PLATFORM=Win32 SET PROCESSOR=x86 SET YEAR=2012 Index: Setup/verify.lst ================================================================== --- Setup/verify.lst +++ Setup/verify.lst @@ -232,10 +232,12 @@ SQLite.Interop/src/contrib/extension-functions.c SQLite.Interop/src/core/ SQLite.Interop/src/core/sqlite3.c SQLite.Interop/src/core/sqlite3.h SQLite.Interop/src/core/sqlite3ext.h + SQLite.Interop/src/ext/ + SQLite.Interop/src/ext/vtshim.c SQLite.Interop/src/win/ SQLite.Interop/src/win/AssemblyInfo.cpp SQLite.Interop/src/win/crypt.c SQLite.Interop/src/win/interop.c SQLite.Interop/src/win/interop.h @@ -284,10 +286,13 @@ System.Data.SQLite/SQLiteFunction.cs System.Data.SQLite/SQLiteFunctionAttribute.cs System.Data.SQLite/SQLiteKeyReader.cs System.Data.SQLite/SQLiteLog.cs System.Data.SQLite/SQLiteMetaDataCollectionNames.cs + System.Data.SQLite/SQLiteModule.cs + System.Data.SQLite/SQLiteModuleEnumerable.cs + System.Data.SQLite/SQLiteModuleNoop.cs System.Data.SQLite/SQLiteParameter.cs System.Data.SQLite/SQLiteParameterCollection.cs System.Data.SQLite/SQLiteStatement.cs System.Data.SQLite/SQLiteTransaction.cs System.Data.SQLite/SR.Designer.cs @@ -420,10 +425,11 @@ Tests/tkt-343d392b51.eagle Tests/tkt-3567020edf.eagle Tests/tkt-393d954be0.eagle Tests/tkt-3aa50d8413.eagle Tests/tkt-448d663d11.eagle + Tests/tkt-47f4bac575.eagle Tests/tkt-48a6b8e4ca.eagle Tests/tkt-4a791e70ab.eagle Tests/tkt-544dba0a2f.eagle Tests/tkt-59edc1018b.eagle Tests/tkt-6434e23a0f.eagle @@ -443,15 +449,18 @@ Tests/tkt-ccfa69fc32.eagle Tests/tkt-e06c4caff3.eagle Tests/tkt-e1b2e0f769.eagle Tests/tkt-e30b820248.eagle Tests/tkt-e47b3d8346.eagle + Tests/tkt-f2c47a01eb.eagle + Tests/tkt-fe50b8c2e8.eagle Tests/Uninstaller_Test_Vs2005.log Tests/Uninstaller_Test_Vs2008.log Tests/Uninstaller_Test_Vs2010.log Tests/Uninstaller_Test_Vs2012.log Tests/version.eagle + Tests/vtab.eagle Tests/wal.db tools/ tools/install/ tools/install/Installer.2005.csproj tools/install/Installer.2008.csproj @@ -668,20 +677,20 @@ # # NOTE: This is the list of files that should be present in all setup archives # supporting the .NET Framework 4.5 for x86. # set sds_manifests(setupX86Vs2012) { - {{tmp}\vcredist_x86_2012_VSU1.exe} + {{tmp}\vcredist_x86_2012_VSU3.exe} } ############################################################################### # # NOTE: This is the list of files that should be present in all setup archives # supporting the .NET Framework 4.5 for x64. # set sds_manifests(setupX64Vs2012) { - {{tmp}\vcredist_x64_2012_VSU1.exe} + {{tmp}\vcredist_x64_2012_VSU3.exe} } ############################################################################### # # NOTE: These are the master archive manifest groups, based on file name. The