commit | 7aa3ebee0fb7df401fa0ecd6a20f3a7f0da50f05 | [log] [tgz] |
---|---|---|
author | mistachkin <mistachkin@noemail.net> | Wed Feb 24 21:42:03 2016 +0000 |
committer | mistachkin <mistachkin@noemail.net> | Wed Feb 24 21:42:03 2016 +0000 |
tree | 2c2ec77837e9a60f6ae925e8ea8a554151366a0e | |
parent | f769cd61b2af2d5bc2168b8f0aeeee3118694d2d [diff] [blame] |
Initial work on an automated VSIX testing tool. Not working or tested yet. FossilOrigin-Name: 496e4ac984b2548dd5f2f969cd34656b586cfcfe
diff --git a/vsixtest/pch.cpp b/vsixtest/pch.cpp new file mode 100644 index 0000000..ef288d8 --- /dev/null +++ b/vsixtest/pch.cpp
@@ -0,0 +1,6 @@ +// +// pch.cpp +// Include the standard header and generate the precompiled header. +// + +#include "pch.h"