Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2016-06-06 21:12:09 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2016-06-06 21:12:09 +0300
commit887a29124146758ee58183e3a4cb5bbe20241315 (patch)
tree2fa4590b1939b228e5dbcf182bb69ae36d301e12 /Packaging.props
parente61d36279909850f9c6c0d4839811fc9dcc5241c (diff)
Add support to get intellisense files in our packages
Diffstat (limited to 'Packaging.props')
-rw-r--r--Packaging.props7
1 files changed, 4 insertions, 3 deletions
diff --git a/Packaging.props b/Packaging.props
index 59c2b3fd6e..dd5ab5c506 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -13,6 +13,7 @@
<PackagePlatform Condition="'$(PackagePlatform)' == ''">$(Platform)</PackagePlatform>
<PackagePlatform Condition="'$(PackagePlatform)' == 'amd64'">x64</PackagePlatform>
<NativePackagePath>$(MSBuildThisFileDirectory)src/Native/pkg</NativePackagePath>
+ <XmlDocFileRoot>$(PackagesDir)Microsoft.Private.Intellisense/1.0.0-rc4-24206-00/xmldocs</XmlDocFileRoot>
</PropertyGroup>
<Import Condition="Exists('pkg/baseline/baseline.props')" Project="pkg/baseline/baseline.props" />
@@ -28,13 +29,13 @@
<!-- Add required legal files to packages -->
<ItemGroup Condition="'$(MSBuildProjectExtension)' == '.pkgproj'">
- <File Condition="Exists('$(PackageLicenseFile)')"
+ <File Condition="Exists('$(PackageLicenseFile)')"
Include="$(PackageLicenseFile)" >
<SkipPackageFileCheck>true</SkipPackageFileCheck>
- </File>
+ </File>
<File Condition="Exists('$(PackageThirdPartyNoticesFile)')"
Include="$(PackageThirdPartyNoticesFile)" >
<SkipPackageFileCheck>true</SkipPackageFileCheck>
- </File>
+ </File>
</ItemGroup>
</Project> \ No newline at end of file