summaryrefslogtreecommitdiff
path: root/src/dlls/mscorrc/full/mscorrc.nativeproj
blob: 66262603c57c43bfb0041d22ee3a4d0a11c8faef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">

    <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />

    <PropertyGroup>
        <BuildCoreBinaries>true</BuildCoreBinaries>
        <BuildSysBinaries>true</BuildSysBinaries>
        <OutputName Condition="'$(FeatureCoreclr)'=='true'">mscorrc.debug</OutputName>
        <OutputName Condition="'$(FeatureCoreclr)'!='true'">mscorrc</OutputName>
        <TargetType>DYNLINK</TargetType>
        <LinkSubsystem>windows</LinkSubsystem>
        <LinkResourceOnlyDll>true</LinkResourceOnlyDll>
        <IsProjectKLibrary>true</IsProjectKLibrary>
        <IsTestNetCoreRuntimeLibrary>true</IsTestNetCoreRuntimeLibrary>
        <IsPhoneLibrary>true</IsPhoneLibrary>
        <IsDesktopTool>true</IsDesktopTool>
    </PropertyGroup>

    <ItemGroup>
        <RCResourceFile Include="..\include.rc" />
    </ItemGroup>

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