summaryrefslogtreecommitdiff
path: root/src/md/runtime/crossgen/MDRuntime_crossgen.nativeproj
blob: 6b8cc00ffc8786d8e9e18ea64ec3545c027425ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
    <PropertyGroup>
        <BuildSysBinaries>true</BuildSysBinaries>
        <!-- All features are set in file:..\..\MD.props -->
        <MetadataFlavor>wks</MetadataFlavor>
        <OutputName>mdruntime_crossgen</OutputName>
    </PropertyGroup>
    
    <!--Import the settings-->
    <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\xplat\SetCrossGen.props" />
    <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\MD\Runtime\Runtime.settings.targets" />

    <!--Import the targets-->
    <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
</Project>