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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-04-17 05:33:24 +0300
committerJan Kotas <jkotas@microsoft.com>2017-04-17 05:33:24 +0300
commiteb0ec68c0ce8666ac25c0ad47b02bfb0a3eee96a (patch)
treecba8d4b6394106fa9f1590ba811648e0170e76bf /src/System.Private.Reflection.Execution
parentf7d866281c4e6d3b261672f2150954047034e1d4 (diff)
Delete unnecesary AotPackageReferencePath references
[tfs-changeset: 1654439]
Diffstat (limited to 'src/System.Private.Reflection.Execution')
-rw-r--r--src/System.Private.Reflection.Execution/src/System.Private.Reflection.Execution.csproj6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/System.Private.Reflection.Execution/src/System.Private.Reflection.Execution.csproj b/src/System.Private.Reflection.Execution/src/System.Private.Reflection.Execution.csproj
index f884ee2f9..60ae16a2c 100644
--- a/src/System.Private.Reflection.Execution/src/System.Private.Reflection.Execution.csproj
+++ b/src/System.Private.Reflection.Execution/src/System.Private.Reflection.Execution.csproj
@@ -29,12 +29,6 @@
<!-- Setup the right references -->
<ItemGroup>
- <ProjectReference Include="..\..\AotPackageReference\AotPackageReference.depproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
-
- <ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.dll" Condition="'$(IsProjectNLibrary)' == 'true'" />
- <ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.Extensions.dll" Condition="'$(IsProjectNLibrary)' == 'true'" />
<ReferencePath Condition="'$(EcmaMetadataSupport)' == 'true'" Include="$(EcmaMetadataDllPath)\System.Private.Reflection.Metadata.Ecma335.dll" />
</ItemGroup>