diff --git a/src/coverlet.collector/build/netstandard1.0/coverlet.collector.targets b/src/coverlet.collector/build/netstandard1.0/coverlet.collector.targets
index cc4376d30..8c55c62d4 100644
--- a/src/coverlet.collector/build/netstandard1.0/coverlet.collector.targets
+++ b/src/coverlet.collector/build/netstandard1.0/coverlet.collector.targets
@@ -12,7 +12,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
-
+
@@ -21,4 +21,26 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
$(VSTestTestAdapterPath);$(MSBuildThisFileDirectory)
+
+
+
+
+
+
+ <_byProject Include="@(_LocalTopLevelSourceRoot->'%(MSBuildSourceProjectFile)')" OriginalPath="%(Identity)" />
+ <_mapping Include="@(_byProject->'%(Identity)|%(OriginalPath)=%(MappedPath)')" />
+
+
+ <_sourceRootMappingFilePath>$(OutputPath)CoverletSourceRootsMapping
+
+
+
+
+
+