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