1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-05 15:21:19 +03:00

Initial work on an automated VSIX testing tool. Not working or tested yet.

FossilOrigin-Name: 496e4ac984b2548dd5f2f969cd34656b586cfcfe
This commit is contained in:
mistachkin
2016-02-24 21:42:03 +00:00
parent f769cd61b2
commit 7aa3ebee0f
23 changed files with 805 additions and 7 deletions

6
vsixtest/pch.cpp Normal file
View File

@ -0,0 +1,6 @@
//
// pch.cpp
// Include the standard header and generate the precompiled header.
//
#include "pch.h"