summaryrefslogtreecommitdiff
path: root/src/strongname/inc/StrongName_inc.nativeproj
blob: c72249f207c52919a7530ae7932c8fca5fcc113b (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
26
27
28
29
30
31
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">

  <!--Import the settings-->
  <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
  
  <!--Leaf project Properties-->
  <PropertyGroup>
    <BuildCoreBinaries>true</BuildCoreBinaries>
    <BuildSysBinaries>true</BuildSysBinaries>
    <OutputPath>$(ClrLibDest)</OutputPath>
    <TargetType>PUBLISH</TargetType>	
    <OutputName>StrongName</OutputName>
  </PropertyGroup>
  
  <!--Leaf Project Items-->
  <ItemGroup>
    <PublishPartLinked Include="StrongName.h">
        <Visibility>Inter</Visibility>
        <FileType>Include</FileType>
    </PublishPartLinked>
  </ItemGroup>

  <ItemGroup>
    <CopyFile Include="StrongName.h">
      <DestFolder>$(BinariesDirectory)</DestFolder>
    </CopyFile>
  </ItemGroup>
    
  <!--Import the targets-->
  <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
</Project>