summaryrefslogtreecommitdiff
path: root/src/strongname/inc/StrongName_inc.nativeproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/strongname/inc/StrongName_inc.nativeproj')
-rw-r--r--src/strongname/inc/StrongName_inc.nativeproj31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/strongname/inc/StrongName_inc.nativeproj b/src/strongname/inc/StrongName_inc.nativeproj
deleted file mode 100644
index c72249f207..0000000000
--- a/src/strongname/inc/StrongName_inc.nativeproj
+++ /dev/null
@@ -1,31 +0,0 @@
-<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>