Skip to content

Commit 70ce98e

Browse files
committed
Preliminary SQLite editor and icons for both editor and test harness
1 parent 17497ea commit 70ce98e

7 files changed

Lines changed: 660 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,3 +419,4 @@ FodyWeavers.xsd
419419

420420
# Project-specific exclusions
421421
docs/AGENTS/
422+
._*

src/sqlite-ce-edit/SQLiteCEdit.ico

Whitespace-only changes.

src/sqlite-ce-edit/SQLiteCEdit.rc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* SQLiteCEdit Resources */
2+
3+
#define IDI_MAIN 1
4+
5+
IDI_MAIN ICON "SQLiteCEdit.ico"

0 commit comments

Comments
 (0)