1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +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

11
vsixtest/pch.h Normal file
View File

@ -0,0 +1,11 @@
//
// pch.h
// Header for standard system include files.
//
#pragma once
#include <collection.h>
#include <ppltasks.h>
#include "App.xaml.h"