Changes to SQLite.Interop/SQLite.Interop.2005.vcproj.
︙ | | |
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
|
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
|
-
+
|
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\src\win\interop.c"
RelativePath=".\src\generic\interop.c"
>
</File>
<File
RelativePath=".\src\core\sqlite3.c"
>
<FileConfiguration
Name="Debug|Win32"
|
︙ | | |
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
|
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
|
-
+
|
>
</File>
<File
RelativePath=".\src\core\sqlite3ext.h"
>
</File>
<File
RelativePath=".\src\win\interop.h"
RelativePath=".\src\generic\interop.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.2008.vcproj.
︙ | | |
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
|
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
|
-
+
|
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\src\win\interop.c"
RelativePath=".\src\generic\interop.c"
>
</File>
<File
RelativePath=".\src\core\sqlite3.c"
>
<FileConfiguration
Name="Debug|Win32"
|
︙ | | |
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
|
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
|
-
+
|
>
</File>
<File
RelativePath=".\src\core\sqlite3ext.h"
>
</File>
<File
RelativePath=".\src\win\interop.h"
RelativePath=".\src\generic\interop.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.2010.vcxproj.
︙ | | |
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
|
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
|
-
+
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\interop.c" />
<ClCompile Include="src\generic\interop.c" />
<ClCompile Include="src\core\sqlite3.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="props\SQLite.Interop.2010.props" />
<None Include="props\sqlite3.props" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h" />
<ClInclude Include="src\core\sqlite3ext.h" />
<ClInclude Include="src\win\interop.h" />
<ClInclude Include="src\generic\interop.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<LogicalName>System.Data.SQLite.%(Filename).resources</LogicalName>
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.2010.vcxproj.filters.
︙ | | |
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\win\interop.c">
<ClCompile Include="src\generic\interop.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\core\sqlite3.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
|
︙ | | |
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
-
+
|
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\core\sqlite3ext.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\win\interop.h">
<ClInclude Include="src\generic\interop.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<Filter>Resource Files</Filter>
</EmbeddedResource>
</ItemGroup>
</Project>
|
Changes to SQLite.Interop/SQLite.Interop.2012.vcxproj.
︙ | | |
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
-
+
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\interop.c" />
<ClCompile Include="src\generic\interop.c" />
<ClCompile Include="src\core\sqlite3.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="props\SQLite.Interop.2012.props" />
<None Include="props\sqlite3.props" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h" />
<ClInclude Include="src\core\sqlite3ext.h" />
<ClInclude Include="src\win\interop.h" />
<ClInclude Include="src\generic\interop.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<LogicalName>System.Data.SQLite.%(Filename).resources</LogicalName>
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.2012.vcxproj.filters.
︙ | | |
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\win\interop.c">
<ClCompile Include="src\generic\interop.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\core\sqlite3.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
|
︙ | | |
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
-
+
|
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\core\sqlite3ext.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\win\interop.h">
<ClInclude Include="src\generic\interop.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<Filter>Resource Files</Filter>
</EmbeddedResource>
</ItemGroup>
</Project>
|
Changes to SQLite.Interop/SQLite.Interop.2013.vcxproj.
︙ | | |
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
-
+
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\interop.c" />
<ClCompile Include="src\generic\interop.c" />
<ClCompile Include="src\core\sqlite3.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="props\SQLite.Interop.2013.props" />
<None Include="props\sqlite3.props" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h" />
<ClInclude Include="src\core\sqlite3ext.h" />
<ClInclude Include="src\win\interop.h" />
<ClInclude Include="src\generic\interop.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<LogicalName>System.Data.SQLite.%(Filename).resources</LogicalName>
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.2013.vcxproj.filters.
︙ | | |
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\win\interop.c">
<ClCompile Include="src\generic\interop.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\core\sqlite3.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
|
︙ | | |
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
-
+
|
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\core\sqlite3ext.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\win\interop.h">
<ClInclude Include="src\generic\interop.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<Filter>Resource Files</Filter>
</EmbeddedResource>
</ItemGroup>
</Project>
|
Changes to SQLite.Interop/SQLite.Interop.2015.vcxproj.
︙ | | |
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
-
+
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\interop.c" />
<ClCompile Include="src\generic\interop.c" />
<ClCompile Include="src\core\sqlite3.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="props\SQLite.Interop.2015.props" />
<None Include="props\sqlite3.props" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h" />
<ClInclude Include="src\core\sqlite3ext.h" />
<ClInclude Include="src\win\interop.h" />
<ClInclude Include="src\generic\interop.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<LogicalName>System.Data.SQLite.%(Filename).resources</LogicalName>
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.2015.vcxproj.filters.
︙ | | |
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\win\interop.c">
<ClCompile Include="src\generic\interop.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\core\sqlite3.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
|
︙ | | |
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
-
+
|
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\core\sqlite3ext.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\win\interop.h">
<ClInclude Include="src\generic\interop.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<Filter>Resource Files</Filter>
</EmbeddedResource>
</ItemGroup>
</Project>
|
Changes to SQLite.Interop/SQLite.Interop.CE.2005.vcproj.
︙ | | |
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
|
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
|
-
+
|
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\src\win\interop.c"
RelativePath=".\src\generic\interop.c"
>
</File>
<File
RelativePath=".\src\core\sqlite3.c"
>
<FileConfiguration
Name="Debug|Pocket PC 2003 (ARMV4)"
|
︙ | | |
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
|
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
|
-
+
|
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\src\win\interop.h"
RelativePath=".\src\generic\interop.h"
>
</File>
<File
RelativePath=".\src\core\sqlite3.h"
>
</File>
<File
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.CE.2008.vcproj.
︙ | | |
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
|
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
|
-
+
|
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\src\win\interop.c"
RelativePath=".\src\generic\interop.c"
>
</File>
<File
RelativePath=".\src\core\sqlite3.c"
>
<FileConfiguration
Name="Debug|Pocket PC 2003 (ARMV4)"
|
︙ | | |
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
|
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
|
-
+
|
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\src\win\interop.h"
RelativePath=".\src\generic\interop.h"
>
</File>
<File
RelativePath=".\src\core\sqlite3.h"
>
</File>
<File
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.CE.2012.vcxproj.
︙ | | |
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
|
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
|
-
+
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\interop.c" />
<ClCompile Include="src\generic\interop.c" />
<ClCompile Include="src\core\sqlite3.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="props\SQLite.Interop.2012.props" />
<None Include="props\sqlite3.props" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h" />
<ClInclude Include="src\core\sqlite3ext.h" />
<ClInclude Include="src\win\interop.h" />
<ClInclude Include="src\generic\interop.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.CE.2012.vcxproj.filters.
︙ | | |
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\win\interop.c">
<ClCompile Include="src\generic\interop.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\core\sqlite3.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
|
︙ | | |
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
-
+
|
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\core\sqlite3ext.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\win\interop.h">
<ClInclude Include="src\generic\interop.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
|
Changes to SQLite.Interop/SQLite.Interop.Static.2005.vcproj.
︙ | | |
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
|
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
|
-
+
|
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\src\win\interop.c"
RelativePath=".\src\generic\interop.c"
>
</File>
<File
RelativePath=".\src\core\sqlite3.c"
>
<FileConfiguration
Name="Debug|Win32"
|
︙ | | |
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
|
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
|
-
+
|
>
</File>
<File
RelativePath=".\src\core\sqlite3ext.h"
>
</File>
<File
RelativePath=".\src\win\interop.h"
RelativePath=".\src\generic\interop.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.Static.2008.vcproj.
︙ | | |
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
|
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
|
-
+
|
>
<Tool
Name="VCCLCompilerTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\src\win\interop.c"
RelativePath=".\src\generic\interop.c"
>
</File>
<File
RelativePath=".\src\core\sqlite3.c"
>
<FileConfiguration
Name="Debug|Win32"
|
︙ | | |
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
|
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
|
-
+
|
>
</File>
<File
RelativePath=".\src\core\sqlite3ext.h"
>
</File>
<File
RelativePath=".\src\win\interop.h"
RelativePath=".\src\generic\interop.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.Static.2010.vcxproj.
︙ | | |
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
|
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
|
-
+
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\interop.c" />
<ClCompile Include="src\generic\interop.c" />
<ClCompile Include="src\core\sqlite3.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="props\SQLite.Interop.2010.props" />
<None Include="props\sqlite3.props" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h" />
<ClInclude Include="src\core\sqlite3ext.h" />
<ClInclude Include="src\win\interop.h" />
<ClInclude Include="src\generic\interop.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<LogicalName>System.Data.SQLite.%(Filename).resources</LogicalName>
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.Static.2010.vcxproj.filters.
︙ | | |
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\win\interop.c">
<ClCompile Include="src\generic\interop.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\core\sqlite3.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
|
︙ | | |
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
-
+
|
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\core\sqlite3ext.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\win\interop.h">
<ClInclude Include="src\generic\interop.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<Filter>Resource Files</Filter>
</EmbeddedResource>
</ItemGroup>
</Project>
|
Changes to SQLite.Interop/SQLite.Interop.Static.2012.vcxproj.
︙ | | |
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
-
+
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\interop.c" />
<ClCompile Include="src\generic\interop.c" />
<ClCompile Include="src\core\sqlite3.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="props\SQLite.Interop.2012.props" />
<None Include="props\sqlite3.props" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h" />
<ClInclude Include="src\core\sqlite3ext.h" />
<ClInclude Include="src\win\interop.h" />
<ClInclude Include="src\generic\interop.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<LogicalName>System.Data.SQLite.%(Filename).resources</LogicalName>
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.Static.2012.vcxproj.filters.
︙ | | |
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\win\interop.c">
<ClCompile Include="src\generic\interop.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\core\sqlite3.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
|
︙ | | |
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
-
+
|
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\core\sqlite3ext.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\win\interop.h">
<ClInclude Include="src\generic\interop.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<Filter>Resource Files</Filter>
</EmbeddedResource>
</ItemGroup>
</Project>
|
Changes to SQLite.Interop/SQLite.Interop.Static.2013.vcxproj.
︙ | | |
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
-
+
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\interop.c" />
<ClCompile Include="src\generic\interop.c" />
<ClCompile Include="src\core\sqlite3.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="props\SQLite.Interop.2013.props" />
<None Include="props\sqlite3.props" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h" />
<ClInclude Include="src\core\sqlite3ext.h" />
<ClInclude Include="src\win\interop.h" />
<ClInclude Include="src\generic\interop.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<LogicalName>System.Data.SQLite.%(Filename).resources</LogicalName>
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.Static.2013.vcxproj.filters.
︙ | | |
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\win\interop.c">
<ClCompile Include="src\generic\interop.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\core\sqlite3.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
|
︙ | | |
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
-
+
|
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\core\sqlite3ext.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\win\interop.h">
<ClInclude Include="src\generic\interop.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<Filter>Resource Files</Filter>
</EmbeddedResource>
</ItemGroup>
</Project>
|
Changes to SQLite.Interop/SQLite.Interop.Static.2015.vcxproj.
︙ | | |
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
|
-
+
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\interop.c" />
<ClCompile Include="src\generic\interop.c" />
<ClCompile Include="src\core\sqlite3.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="props\SQLite.Interop.2015.props" />
<None Include="props\sqlite3.props" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h" />
<ClInclude Include="src\core\sqlite3ext.h" />
<ClInclude Include="src\win\interop.h" />
<ClInclude Include="src\generic\interop.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<LogicalName>System.Data.SQLite.%(Filename).resources</LogicalName>
|
︙ | | |
Changes to SQLite.Interop/SQLite.Interop.Static.2015.vcxproj.filters.
︙ | | |
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
-
+
|
</ClCompile>
<ClCompile Include="src\ext\totype.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\ext\vtshim.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\win\interop.c">
<ClCompile Include="src\generic\interop.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\core\sqlite3.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
|
︙ | | |
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
-
+
|
<ItemGroup>
<ClInclude Include="src\core\sqlite3.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\core\sqlite3ext.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\win\interop.h">
<ClInclude Include="src\generic\interop.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\win\SQLite.Interop.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
<EmbeddedResource Include="..\System.Data.SQLite\Resources\SR.resx">
<Filter>Resource Files</Filter>
</EmbeddedResource>
</ItemGroup>
</Project>
|
Name change from SQLite.Interop/src/win/interop.c to SQLite.Interop/src/generic/interop.c.
︙ | | |
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
-
+
|
#ifdef SQLITE_ENABLE_ZIPVFS
#define INTEROP_CODEC_GET_PAGER(a,b,c) sqlite3PagerGet(a,b,c,0)
#elif SQLITE_VERSION_NUMBER > 3009002
#define INTEROP_CODEC_GET_PAGER(a,b,c) sqlite3PagerGet(a,b,c,0)
#else
#define INTEROP_CODEC_GET_PAGER(a,b,c) sqlite3PagerGet(a,b,c)
#endif
#include "crypt.c"
#include "../win/crypt.c"
#endif
#include "interop.h"
#define INTEROP_DEBUG_NONE (0x0000)
#define INTEROP_DEBUG_CLOSE (0x0001)
#define INTEROP_DEBUG_FINALIZE (0x0002)
|
︙ | | |
Name change from SQLite.Interop/src/win/interop.h to SQLite.Interop/src/generic/interop.h.
Changes to SQLite.Interop/src/win/AssemblyInfo.cpp.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
-
+
|
/*
* AssemblyInfo.cpp -
*
* Written by Joe Mistachkin.
* Released to the public domain, use at your own risk!
*/
using namespace System::Reflection;
using namespace System::Resources;
using namespace System::Runtime::InteropServices;
#include "interop.h"
#include "../generic/interop.h"
[assembly:AssemblyTitleAttribute("SQLite.Interop")];
[assembly:AssemblyCompanyAttribute("https://system.data.sqlite.org/")];
[assembly:AssemblyDescriptionAttribute("System.Data.SQLite Interop Assembly")];
[assembly:AssemblyProductAttribute("System.Data.SQLite")];
[assembly:AssemblyCopyrightAttribute("Public Domain")];
[assembly:AssemblyVersionAttribute(INTEROP_VERSION)];
|
︙ | | |
Changes to SQLite.Interop/src/win/SQLite.Interop.rc.
︙ | | |
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
-
+
|
#endif /* !defined(_WIN32_WCE) */
#if !defined(VS_FF_NONE)
# define VS_FF_NONE 0x00000000L
#endif /* !defined(VS_FF_NONE) */
#include "..\core\sqlite3.h"
#include "interop.h"
#include "..\generic\interop.h"
/*
** English (U.S.) resources
*/
#if defined(_WIN32)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
︙ | | |
Changes to Setup/build.bat.
︙ | | |
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
|
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
|
-
+
-
+
|
)
) ELSE (
ECHO WARNING: Property file modification skipped, disabled via NOPROPS environment variable.
)
IF NOT DEFINED NOTAG (
IF EXIST Externals\Eagle\bin\EagleShell.exe (
%__ECHO% Externals\Eagle\bin\EagleShell.exe -file Setup\sourceTag.eagle SourceIdMode SQLite.Interop\src\win\interop.h
%__ECHO% Externals\Eagle\bin\EagleShell.exe -file Setup\sourceTag.eagle SourceIdMode SQLite.Interop\src\generic\interop.h
IF ERRORLEVEL 1 (
ECHO Source tagging of "SQLite.Interop\src\win\interop.h" failed.
ECHO Source tagging of "SQLite.Interop\src\generic\interop.h" failed.
GOTO errors
)
%__ECHO% Externals\Eagle\bin\EagleShell.exe -file Setup\sourceTag.eagle SourceIdMode System.Data.SQLite\SQLitePatchLevel.cs
IF ERRORLEVEL 1 (
ECHO Source tagging of "System.Data.SQLite\SQLitePatchLevel.cs" failed.
|
︙ | | |
Changes to Setup/data/verify.lst.
︙ | | |
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
|
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
|
+
+
-
-
|
SQLite.Interop/src/ext/
SQLite.Interop/src/ext/fts5.c
SQLite.Interop/src/ext/json1.c
SQLite.Interop/src/ext/percentile.c
SQLite.Interop/src/ext/regexp.c
SQLite.Interop/src/ext/totype.c
SQLite.Interop/src/ext/vtshim.c
SQLite.Interop/src/generic/interop.c
SQLite.Interop/src/generic/interop.h
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
SQLite.Interop/src/win/SQLite.Interop.rc
SQLite.NET.2005.MSBuild.sln
SQLite.NET.2005.sln
SQLite.NET.2008.MSBuild.sln
SQLite.NET.2008.sln
SQLite.NET.2010.MSBuild.sln
SQLite.NET.2010.sln
|
︙ | | |
Changes to www/build.wiki.
︙ | | |
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
-
+
|
<li><root>\SQLite.Designer\source.extension.vsixmanifest</li>
<li><root>\SQLite.Interop\props\SQLite.Interop.2005.vsprops</li>
<li><root>\SQLite.Interop\props\SQLite.Interop.2008.vsprops</li>
<li><root>\SQLite.Interop\props\SQLite.Interop.2010.props</li>
<li><root>\SQLite.Interop\props\SQLite.Interop.2012.props</li>
<li><root>\SQLite.Interop\props\SQLite.Interop.2013.props</li>
<li><root>\SQLite.Interop\props\SQLite.Interop.2015.props</li>
<li><root>\SQLite.Interop\src\win\interop.h</li>
<li><root>\SQLite.Interop\src\generic\interop.h</li>
<li><root>\System.Data.SQLite\AssemblyInfo.cs</li>
<li><root>\System.Data.SQLite\SQLite3.cs</li>
<li><root>\System.Data.SQLite\UnsafeNativeMethods.cs</li>
<li><root>\System.Data.SQLite.Linq\AssemblyInfo.cs</li>
<li><root>\test\AssemblyInfo.cs</li>
<li><root>\test\app.config</li>
<li><root>\testce\AssemblyInfo.cs</li>
|
︙ | | |