summaryrefslogtreecommitdiff
path: root/src/debug/di/shared.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/di/shared.cpp')
-rw-r--r--src/debug/di/shared.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/debug/di/shared.cpp b/src/debug/di/shared.cpp
new file mode 100644
index 0000000000..7d1e858316
--- /dev/null
+++ b/src/debug/di/shared.cpp
@@ -0,0 +1,16 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+//
+
+/*
+ *
+ * Common source file for all files in ..\shared for compiling into the right-side
+ *
+ */
+#include "stdafx.h"
+
+#include "../shared/utils.cpp"
+#include "../shared/dbgtransportsession.cpp"
+#include "../shared/stringcopyholder.cpp"