summaryrefslogtreecommitdiff
path: root/src/md/runtime/dbi/MDRuntime-dbi.props
blob: ce3ff3224bfbe16b556c727849e26bab846cb0a9 (plain)
1
2
3
4
5
6
7
8
9
10
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
    <PropertyGroup>
        <!-- All features are set in file:..\..\MD.props -->
        <MetadataFlavor>mscordbi</MetadataFlavor>
    </PropertyGroup>
    
    <!--Import the settings-->
    <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\src\MD\Runtime\Runtime.settings.targets" />
    
</Project>