diff options
Diffstat (limited to 'vsixtest/pch.cpp')
-rw-r--r-- | vsixtest/pch.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vsixtest/pch.cpp b/vsixtest/pch.cpp new file mode 100644 index 000000000..ef288d82a --- /dev/null +++ b/vsixtest/pch.cpp @@ -0,0 +1,6 @@ +//
+// pch.cpp
+// Include the standard header and generate the precompiled header.
+//
+
+#include "pch.h"
|