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:
authorEric St. John <ericstj@microsoft.com>2017-04-13 03:37:12 +0300
committerEric St. John <ericstj@microsoft.com>2017-04-13 09:20:10 +0300
commite54d7c6de74dd671b910ce41e6017f85ac4915bb (patch)
tree3fe8dfdce01ca509aeb2e0d59a96275dfa285b80 /pkg/frameworkPackage.targets
parentdf579d8531104524aeadd2377a12de67f256545e (diff)
Restore XML docs and include them in framework packages
Diffstat (limited to 'pkg/frameworkPackage.targets')
-rw-r--r--pkg/frameworkPackage.targets4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/frameworkPackage.targets b/pkg/frameworkPackage.targets
index a7a6f09d58..11d880d8bf 100644
--- a/pkg/frameworkPackage.targets
+++ b/pkg/frameworkPackage.targets
@@ -28,7 +28,7 @@
<ItemGroup Condition="'$(IncludeReferenceFiles)' == 'true'">
<!-- Include refs -->
<File Include="@(RefFile)">
- <TargetPath Condition="'%(File.TargetPath)' == ''">$(RefFileTargetPath)</TargetPath>
+ <TargetPath Condition="'%(File.TargetPath)' == ''">$(RefFileTargetPath)%(File.SubFolder)</TargetPath>
</File>
<!-- force a missing file if ref build is absent -->
<File Include="$(RefBinDir)/MISSING_REF_BUILD" Condition="'@(RefFile)' == ''" />
@@ -50,7 +50,7 @@
<ItemGroup Condition="'$(IncludeLibFiles)' == 'true'">
<!-- Include lib -->
<File Include="@(LibFile)">
- <TargetPath Condition="'%(File.TargetPath)' == ''">$(LibFileTargetPath)</TargetPath>
+ <TargetPath Condition="'%(File.TargetPath)' == ''">$(LibFileTargetPath)%(File.SubFolder)</TargetPath>
</File>
<!-- force a missing file if lib build is absent -->
<File Include="$(LibBinDir)/MISSING_LIB_BUILD" Condition="'@(LibFile)' == ''" />