Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix file naming typos in testlinq project file for Visual Studio 2008. More work on release automation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | ef6 |
Files: | files | file ages | folders |
SHA1: |
5d48cff745a0672c8abf9077e62f8006 |
User & Date: | mistachkin 2014-01-13 04:22:12.525 |
Context
2014-01-13
| ||
04:44 | More doc updates. check-in: ad97e5c347 user: mistachkin tags: ef6 | |
04:22 | Fix file naming typos in testlinq project file for Visual Studio 2008. More work on release automation. check-in: 5d48cff745 user: mistachkin tags: ef6 | |
03:48 | Fix resource file name typo in the Visual Studio 2008 project file for System.Data.SQLite.Linq. check-in: d72d3b0eaa user: mistachkin tags: ef6 | |
Changes
Changes to Setup/verify.lst.
︙ | ︙ | |||
362 363 364 365 366 367 368 | System.Data.SQLite.Linq/Properties/ System.Data.SQLite.Linq/Properties/Resources.Designer.cs System.Data.SQLite.Linq/Properties/Resources.resx System.Data.SQLite.Linq/Resources/ System.Data.SQLite.Linq/Resources/Common.ConceptualSchemaDefinition.csdl System.Data.SQLite.Linq/Resources/Common.ProviderManifest.xsd System.Data.SQLite.Linq/Resources/SQLiteProviderServices.ProviderManifest.xml | | > | 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 | System.Data.SQLite.Linq/Properties/ System.Data.SQLite.Linq/Properties/Resources.Designer.cs System.Data.SQLite.Linq/Properties/Resources.resx System.Data.SQLite.Linq/Resources/ System.Data.SQLite.Linq/Resources/Common.ConceptualSchemaDefinition.csdl System.Data.SQLite.Linq/Resources/Common.ProviderManifest.xsd System.Data.SQLite.Linq/Resources/SQLiteProviderServices.ProviderManifest.xml System.Data.SQLite.Linq/Resources/SQLiteProviderServices.StoreSchemaDefinition.EF6.ssdl System.Data.SQLite.Linq/Resources/SQLiteProviderServices.StoreSchemaDefinition.Linq.ssdl System.Data.SQLite.Linq/Resources/SQLiteProviderServices.StoreSchemaMapping.msl System.Data.SQLite.Linq/Resources/System.Data.Resources.CodeGenerationSchema.xsd System.Data.SQLite.Linq/Resources/System.Data.Resources.CSDLSchema.xsd System.Data.SQLite.Linq/Resources/System.Data.Resources.CSMSL.xsd System.Data.SQLite.Linq/Resources/System.Data.Resources.EntityStoreSchemaGenerator.xsd System.Data.SQLite.Linq/Resources/System.Data.Resources.SSDLSchema.xsd "System.Data.SQLite.Linq/SQL Generation/" |
︙ | ︙ | |||
388 389 390 391 392 393 394 395 396 397 398 399 400 401 | "System.Data.SQLite.Linq/SQL Generation/SqlSelectStatement.cs" "System.Data.SQLite.Linq/SQL Generation/SqlWriter.cs" "System.Data.SQLite.Linq/SQL Generation/StringUtil.cs" "System.Data.SQLite.Linq/SQL Generation/Symbol.cs" "System.Data.SQLite.Linq/SQL Generation/SymbolPair.cs" "System.Data.SQLite.Linq/SQL Generation/SymbolTable.cs" "System.Data.SQLite.Linq/SQL Generation/TopClause.cs" System.Data.SQLite.Linq/SQLiteProviderManifest.cs System.Data.SQLite.Linq/SQLiteProviderServices.cs System.Data.SQLite.Linq/System.Data.SQLite.Core.2010.csproj System.Data.SQLite.Linq/System.Data.SQLite.Core.2012.csproj System.Data.SQLite.Linq/System.Data.SQLite.Core.2013.csproj System.Data.SQLite.Linq/System.Data.SQLite.EF6.2010.csproj System.Data.SQLite.Linq/System.Data.SQLite.EF6.2012.csproj | > | 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 | "System.Data.SQLite.Linq/SQL Generation/SqlSelectStatement.cs" "System.Data.SQLite.Linq/SQL Generation/SqlWriter.cs" "System.Data.SQLite.Linq/SQL Generation/StringUtil.cs" "System.Data.SQLite.Linq/SQL Generation/Symbol.cs" "System.Data.SQLite.Linq/SQL Generation/SymbolPair.cs" "System.Data.SQLite.Linq/SQL Generation/SymbolTable.cs" "System.Data.SQLite.Linq/SQL Generation/TopClause.cs" System.Data.SQLite.Linq/SQLiteProviderFactory.cs System.Data.SQLite.Linq/SQLiteProviderManifest.cs System.Data.SQLite.Linq/SQLiteProviderServices.cs System.Data.SQLite.Linq/System.Data.SQLite.Core.2010.csproj System.Data.SQLite.Linq/System.Data.SQLite.Core.2012.csproj System.Data.SQLite.Linq/System.Data.SQLite.Core.2013.csproj System.Data.SQLite.Linq/System.Data.SQLite.EF6.2010.csproj System.Data.SQLite.Linq/System.Data.SQLite.EF6.2012.csproj |
︙ | ︙ | |||
430 431 432 433 434 435 436 | testce/test.cfg testce/test.sql testce/testce.2005.csproj testce/testce.2008.csproj testce/testce.2012.csproj testlinq/ testlinq/2008/ | | > | > > > | > > > | > > > > | | | > | > | > | > | > | | | | | | | | | 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 | testce/test.cfg testce/test.sql testce/testce.2005.csproj testce/testce.2008.csproj testce/testce.2012.csproj testlinq/ testlinq/2008/ testlinq/2008/LINQ/ testlinq/2008/LINQ/App.config testlinq/2010/ testlinq/2010/EF6/ testlinq/2010/EF6/App.config testlinq/2010/LINQ/ testlinq/2010/LINQ/App.config testlinq/2012/ testlinq/2012/EF6/ testlinq/2012/EF6/App.config testlinq/2012/LINQ/ testlinq/2012/LINQ/App.config testlinq/2013/ testlinq/2013/EF6/ testlinq/2013/EF6/App.config testlinq/2013/LINQ/ testlinq/2013/LINQ/App.config testlinq/northwindEF.db testlinq/NorthwindModel.Linq.2008.Designer.cs testlinq/NorthwindModel.Linq.2008.edmx testlinq/NorthwindModel.EF6.2010.Designer.cs testlinq/NorthwindModel.EF6.2010.edmx testlinq/NorthwindModel.Linq.2010.Designer.cs testlinq/NorthwindModel.Linq.2010.edmx testlinq/NorthwindModel.EF6.2012.Designer.cs testlinq/NorthwindModel.EF6.2012.edmx testlinq/NorthwindModel.Linq.2012.Designer.cs testlinq/NorthwindModel.Linq.2012.edmx testlinq/NorthwindModel.EF6.2013.Designer.cs testlinq/NorthwindModel.EF6.2013.edmx testlinq/NorthwindModel.Linq.2013.Designer.cs testlinq/NorthwindModel.Linq.2013.edmx testlinq/Program.cs testlinq/Properties/ testlinq/Properties/AssemblyInfo.cs testlinq/test.2010.csproj testlinq/test.2012.csproj testlinq/test.2013.csproj testlinq/testef6.2010.csproj testlinq/testef6.2012.csproj testlinq/testef6.2013.csproj testlinq/testlinq.2008.csproj testlinq/testlinq.2010.csproj testlinq/testlinq.2012.csproj testlinq/testlinq.2013.csproj Tests/ Tests/all.eagle Tests/authorizer.eagle Tests/backup.eagle Tests/basic.eagle Tests/common.eagle Tests/empty.eagle |
︙ | ︙ | |||
715 716 717 718 719 720 721 722 723 724 725 726 727 728 | # setup archives (i.e. those containing the mixed-mode assembly) that # support LINQ (i.e. available with the desktop .NET Framework 3.5 and # later). # set sds_manifests(setupLinqBundle) { {{app}\GAC\System.Data.SQLite.Linq.dll} } ############################################################################### # # NOTE: This is the list of files that should be present in all setup archives # supporting the .NET Framework 2.0 for x86. # set sds_manifests(setupX86Vs2005) { | > > > > > > > > > > > > > > > > > > > > > > | 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 | # setup archives (i.e. those containing the mixed-mode assembly) that # support LINQ (i.e. available with the desktop .NET Framework 3.5 and # later). # set sds_manifests(setupLinqBundle) { {{app}\GAC\System.Data.SQLite.Linq.dll} } ############################################################################### # # NOTE: This is the list of core interop files that should be present in the # standard setup archives (i.e. those not containing the mixed-mode # assembly) that support EF6 (i.e. available with the desktop .NET # Framework 4.0 and later). # set sds_manifests(setupEf6Interop) { {{app}\bin\System.Data.SQLite.EF6.dll} } ############################################################################### # # NOTE: This is the list of core files that should be present in the bundled # setup archives (i.e. those containing the mixed-mode assembly) that # support EF6 (i.e. available with the desktop .NET Framework 4.0 and # later). # set sds_manifests(setupEf6Bundle) { {{app}\GAC\System.Data.SQLite.EF6.dll} } ############################################################################### # # NOTE: This is the list of files that should be present in all setup archives # supporting the .NET Framework 2.0 for x86. # set sds_manifests(setupX86Vs2005) { |
︙ | ︙ | |||
1016 1017 1018 1019 1020 1021 1022 | set manifests(sqlite-netFx40-static-binary-bundle-x64-2010-.zip) [list sds \ binaryCore binaryLinq binaryEf6 binaryExtra] ############################################################################### set manifests(sqlite-netFx40-setup-x86-2010-.exe) [list sds \ setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \ | | | | | | 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 | set manifests(sqlite-netFx40-static-binary-bundle-x64-2010-.zip) [list sds \ binaryCore binaryLinq binaryEf6 binaryExtra] ############################################################################### set manifests(sqlite-netFx40-setup-x86-2010-.exe) [list sds \ setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \ setupEf6Interop setupX86Vs2010] ############################################################################### set manifests(sqlite-netFx40-setup-x64-2010-.exe) [list sds \ setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \ setupEf6Interop setupX64Vs2010] ############################################################################### set manifests(sqlite-netFx40-setup-bundle-x86-2010-.exe) [list sds \ setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \ setupEf6Bundle setupX86Vs2010] ############################################################################### set manifests(sqlite-netFx40-setup-bundle-x64-2010-.exe) [list sds \ setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \ setupEf6Bundle setupX64Vs2010] ############################################################################### ################### Visual Studio 2012 / .NET Framework 4.5 ################### ############################################################################### set manifests(sqlite-netFx45-binary-Win32-2012-.zip) [list sds \ binaryCore binaryLinq binaryEf6 binaryExtra binaryInterop] |
︙ | ︙ | |||
1082 1083 1084 1085 1086 1087 1088 | set manifests(sqlite-netFx45-static-binary-bundle-x64-2012-.zip) [list sds \ binaryCore binaryLinq binaryEf6 binaryExtra] ############################################################################### set manifests(sqlite-netFx45-setup-x86-2012-.exe) [list sds \ setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \ | | | | | | 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 | set manifests(sqlite-netFx45-static-binary-bundle-x64-2012-.zip) [list sds \ binaryCore binaryLinq binaryEf6 binaryExtra] ############################################################################### set manifests(sqlite-netFx45-setup-x86-2012-.exe) [list sds \ setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \ setupEf6Interop setupX86Vs2012] ############################################################################### set manifests(sqlite-netFx45-setup-x64-2012-.exe) [list sds \ setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \ setupEf6Interop setupX64Vs2012] ############################################################################### set manifests(sqlite-netFx45-setup-bundle-x86-2012-.exe) [list sds \ setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \ setupEf6Bundle setupX86Vs2012] ############################################################################### set manifests(sqlite-netFx45-setup-bundle-x64-2012-.exe) [list sds \ setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \ setupEf6Bundle setupX64Vs2012] ############################################################################### ############### Visual Studio 2012 / .NET Compact Framework 3.9 ############### ############################################################################### set manifests(sqlite-netFx39-binary-WinCE-ARM-2012-.zip) [list sds \ binaryCore binaryCompact] |
︙ | ︙ | |||
1164 1165 1166 1167 1168 1169 1170 | set manifests(sqlite-netFx451-static-binary-bundle-x64-2013-.zip) [list sds \ binaryCore binaryLinq binaryEf6 binaryExtra] ############################################################################### set manifests(sqlite-netFx451-setup-x86-2013-.exe) [list sds \ setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \ | | | | | | 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 | set manifests(sqlite-netFx451-static-binary-bundle-x64-2013-.zip) [list sds \ binaryCore binaryLinq binaryEf6 binaryExtra] ############################################################################### set manifests(sqlite-netFx451-setup-x86-2013-.exe) [list sds \ setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \ setupEf6Interop setupX86Vs2013] ############################################################################### set manifests(sqlite-netFx451-setup-x64-2013-.exe) [list sds \ setupCore setupInterop setupLinqCore setupEf6Core setupLinqInterop \ setupEf6Interop setupX64Vs2013] ############################################################################### set manifests(sqlite-netFx451-setup-bundle-x86-2013-.exe) [list sds \ setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \ setupEf6Bundle setupX86Vs2013] ############################################################################### set manifests(sqlite-netFx451-setup-bundle-x64-2013-.exe) [list sds \ setupCore setupBundle setupLinqCore setupEf6Core setupLinqBundle \ setupEf6Bundle setupX64Vs2013] ############################################################################### # end of file |
Changes to exclude_src.txt.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | *.zip .fossil-settings/* _FOSSIL_ bin/* Doc/Output/* Externals/Eagle/bin/Eagle.dll Externals/Eagle/bin/EagleShell.exe Externals/Eagle/bin/SQLite.Interop.* Externals/Eagle/bin/sqlite3.* Externals/Eagle/bin/System.* Externals/Eagle/bin/x64/* Externals/Eagle/bin/x86/* Externals/Eagle/lib/Eagle1.0/embed.eagle Externals/Eagle/lib/Eagle1.0/init.eagle Externals/Eagle/lib/Eagle1.0/pkgIndex.eagle Externals/Eagle/lib/Eagle1.0/pkgIndex.tcl Externals/Eagle/lib/Eagle1.0/safe.eagle Externals/Eagle/lib/Eagle1.0/shell.eagle Externals/Eagle/lib/Eagle1.0/test.eagle Externals/Eagle/lib/Eagle1.0/word.tcl Externals/Eagle/lib/Test1.0/all.eagle Externals/Eagle/lib/Test1.0/constraints.eagle Externals/Eagle/lib/Test1.0/epilogue.eagle Externals/Eagle/lib/Test1.0/pkgIndex.eagle Externals/Eagle/lib/Test1.0/pkgIndex.tcl Externals/Eagle/lib/Test1.0/prologue.eagle Externals/HtmlHelp/* Externals/MSVCPP/* Externals/NDoc3/* obj/* Setup/Output/* Setup/set_user_*.bat SQLite.Designer/obj/* | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | *.zip .fossil-settings/* _FOSSIL_ bin/* Doc/Output/* Externals/Eagle/bin/Eagle.dll Externals/Eagle/bin/EagleShell.exe Externals/Eagle/bin/EntityFramework.* Externals/Eagle/bin/SQLite.Interop.* Externals/Eagle/bin/sqlite3.* Externals/Eagle/bin/System.* Externals/Eagle/bin/Win32/* Externals/Eagle/bin/x64/* Externals/Eagle/bin/x86/* Externals/Eagle/lib/Eagle1.0/embed.eagle Externals/Eagle/lib/Eagle1.0/init.eagle Externals/Eagle/lib/Eagle1.0/pkgIndex.eagle Externals/Eagle/lib/Eagle1.0/pkgIndex.tcl Externals/Eagle/lib/Eagle1.0/safe.eagle Externals/Eagle/lib/Eagle1.0/shell.eagle Externals/Eagle/lib/Eagle1.0/test.eagle Externals/Eagle/lib/Eagle1.0/word.tcl Externals/Eagle/lib/Test1.0/all.eagle Externals/Eagle/lib/Test1.0/constraints.eagle Externals/Eagle/lib/Test1.0/epilogue.eagle Externals/Eagle/lib/Test1.0/pkgIndex.eagle Externals/Eagle/lib/Test1.0/pkgIndex.tcl Externals/Eagle/lib/Test1.0/prologue.eagle Externals/EntityFramework/* Externals/HtmlHelp/* Externals/MSVCPP/* Externals/NDoc3/* obj/* Setup/Output/* Setup/set_user_*.bat SQLite.Designer/obj/* |
︙ | ︙ |
Changes to testlinq/testlinq.2008.csproj.
︙ | ︙ | |||
47 48 49 50 51 52 53 | <Reference Include="System.Data.Entity" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.Transactions" /> <Reference Include="System.Xml" /> <Reference Include="System.Data" /> </ItemGroup> <ItemGroup> | | | | | | | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | <Reference Include="System.Data.Entity" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.Transactions" /> <Reference Include="System.Xml" /> <Reference Include="System.Data" /> </ItemGroup> <ItemGroup> <Compile Include="NorthwindModel.Linq.2008.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>NorthwindModel.Linq.2008.edmx</DependentUpon> </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <None Include="2008\LINQ\App.Config" /> <None Include="northwindEF.db"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> <EntityDeploy Include="NorthwindModel.Linq.2008.edmx"> <Generator>EntityModelCodeGenerator</Generator> <LastGenOutput>NorthwindModel.Linq.2008.Designer.cs</LastGenOutput> </EntityDeploy> </ItemGroup> <ItemGroup> <Service Include="{C8F2D6AC-F9F4-4E40-A399-22F9A9A5CBD2}" /> </ItemGroup> <Import Project="$(SQLiteNetDir)\System.Data.SQLite\System.Data.SQLite.Properties.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
︙ | ︙ |