summaryrefslogtreecommitdiff
path: root/src/md/compiler/wks
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/compiler/wks')
-rw-r--r--src/md/compiler/wks/.gitmirror1
-rw-r--r--src/md/compiler/wks/CMakeLists.txt4
-rw-r--r--src/md/compiler/wks/MDCompiler_wks.nativeproj19
3 files changed, 24 insertions, 0 deletions
diff --git a/src/md/compiler/wks/.gitmirror b/src/md/compiler/wks/.gitmirror
new file mode 100644
index 0000000000..f507630f94
--- /dev/null
+++ b/src/md/compiler/wks/.gitmirror
@@ -0,0 +1 @@
+Only contents of this folder, excluding subfolders, will be mirrored by the Git-TFS Mirror. \ No newline at end of file
diff --git a/src/md/compiler/wks/CMakeLists.txt b/src/md/compiler/wks/CMakeLists.txt
new file mode 100644
index 0000000000..6bf6c80868
--- /dev/null
+++ b/src/md/compiler/wks/CMakeLists.txt
@@ -0,0 +1,4 @@
+include(../../md_wks.cmake)
+
+add_precompiled_header(stdafx.h ../stdafx.cpp MDCOMPILER_SOURCES)
+add_library_clr(mdcompiler_wks ${MDCOMPILER_SOURCES}) \ No newline at end of file
diff --git a/src/md/compiler/wks/MDCompiler_wks.nativeproj b/src/md/compiler/wks/MDCompiler_wks.nativeproj
new file mode 100644
index 0000000000..8457d87c19
--- /dev/null
+++ b/src/md/compiler/wks/MDCompiler_wks.nativeproj
@@ -0,0 +1,19 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
+ <PropertyGroup>
+ <!-- All features are set in file:..\..\MD.props -->
+ <MetadataFlavor>wks</MetadataFlavor>
+ </PropertyGroup>
+
+ <!--Import the settings-->
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\MD\Compiler\Compiler.settings.targets" />
+
+ <!--Leaf project Properties-->
+ <PropertyGroup>
+ <BuildCoreBinaries>true</BuildCoreBinaries>
+ <BuildSysBinaries>true</BuildSysBinaries>
+ <OutputName>MDCompiler_wks</OutputName>
+ </PropertyGroup>
+
+ <!--Import the targets-->
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
+</Project>