From edcb51e041d612e3fb8a0c0a9135d989c881ccc9 Mon Sep 17 00:00:00 2001 From: Peihsun Yeh Date: Wed, 1 Aug 2018 16:58:31 -0700 Subject: Creating custom media source solution and project (still needs driver) --- general/SimpleMediaSource/MediaSource/stdafx.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 general/SimpleMediaSource/MediaSource/stdafx.cpp (limited to 'general/SimpleMediaSource/MediaSource/stdafx.cpp') diff --git a/general/SimpleMediaSource/MediaSource/stdafx.cpp b/general/SimpleMediaSource/MediaSource/stdafx.cpp new file mode 100644 index 00000000..dc97a45b --- /dev/null +++ b/general/SimpleMediaSource/MediaSource/stdafx.cpp @@ -0,0 +1,11 @@ +/// +/// Copyright (c) Microsoft Corporation. All rights reserved. +/// +// stdafx.cpp : source file that includes just the standard includes +// KinectMFMediaSource.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file -- cgit v1.3.1