summaryrefslogtreecommitdiff
path: root/src/md/compiler/crossgen/MDCompiler_crossgen.nativeproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/compiler/crossgen/MDCompiler_crossgen.nativeproj')
-rw-r--r--src/md/compiler/crossgen/MDCompiler_crossgen.nativeproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/md/compiler/crossgen/MDCompiler_crossgen.nativeproj b/src/md/compiler/crossgen/MDCompiler_crossgen.nativeproj
new file mode 100644
index 0000000000..8ea56d2cdc
--- /dev/null
+++ b/src/md/compiler/crossgen/MDCompiler_crossgen.nativeproj
@@ -0,0 +1,15 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
+ <PropertyGroup>
+ <!-- All features are set in file:..\..\MD.props -->
+ <BuildSysBinaries>true</BuildSysBinaries>
+ <MetadataFlavor>wks</MetadataFlavor>
+ <OutputName>mdcompiler_crossgen</OutputName>
+ </PropertyGroup>
+
+ <!--Import the settings-->
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\xplat\SetCrossGen.props" />
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\MD\Compiler\Compiler.settings.targets" />
+
+ <!--Import the targets-->
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
+</Project>