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
path: root/src
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
parentf7d866281c4e6d3b261672f2150954047034e1d4 (diff)
Delete unnecesary AotPackageReferencePath references
[tfs-changeset: 1654439]
Diffstat (limited to 'src')
-rw-r--r--src/System.Private.Interop/src/System.Private.Interop.csproj3
-rw-r--r--src/System.Private.Reflection.Execution/src/System.Private.Reflection.Execution.csproj6
-rw-r--r--src/System.Private.Reflection.Metadata/src/System.Private.Reflection.Metadata.csproj9
-rw-r--r--src/System.Private.Threading/src/System.Private.Threading.csproj9
4 files changed, 0 insertions, 27 deletions
diff --git a/src/System.Private.Interop/src/System.Private.Interop.csproj b/src/System.Private.Interop/src/System.Private.Interop.csproj
index a41c5c5e5..b4fcefeae 100644
--- a/src/System.Private.Interop/src/System.Private.Interop.csproj
+++ b/src/System.Private.Interop/src/System.Private.Interop.csproj
@@ -22,9 +22,6 @@
</ProjectReference>
<ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.dll" />
<ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.Extensions.dll" />
- <ReferencePath Include="$(AotPackageReferencePath)\System.Reflection.dll" />
- <ReferencePath Include="$(AotPackageReferencePath)\System.Diagnostics.Debug.dll" Condition="'$(IsProjectNLibrary)' == 'true'" />
- <ReferencePath Include="$(AotPackageReferencePath)\System.Threading.Tasks.dll" />
</ItemGroup>
<ItemGroup Condition="'$(IsProjectNLibrary)' != 'true'">
<ProjectReference Include="..\..\System.Private.CoreLib\src\System.Private.CoreLib.csproj" />
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>
diff --git a/src/System.Private.Reflection.Metadata/src/System.Private.Reflection.Metadata.csproj b/src/System.Private.Reflection.Metadata/src/System.Private.Reflection.Metadata.csproj
index 2eeee50ad..08d3fbeee 100644
--- a/src/System.Private.Reflection.Metadata/src/System.Private.Reflection.Metadata.csproj
+++ b/src/System.Private.Reflection.Metadata/src/System.Private.Reflection.Metadata.csproj
@@ -17,15 +17,6 @@
<ProjectReference Include="..\..\System.Private.CoreLib\src\System.Private.CoreLib.csproj" />
</ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\AotPackageReference\AotPackageReference.depproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
-
- <ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.dll" />
- <ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.Extensions.dll" />
- </ItemGroup>
-
<PropertyGroup>
<NativeFormatCommonPath>..\..\Common\src\Internal\NativeFormat</NativeFormatCommonPath>
<MetadataCommonPath>..\..\Common\src\Internal\Metadata\NativeFormat</MetadataCommonPath>
diff --git a/src/System.Private.Threading/src/System.Private.Threading.csproj b/src/System.Private.Threading/src/System.Private.Threading.csproj
index 36d75e292..57925bd34 100644
--- a/src/System.Private.Threading/src/System.Private.Threading.csproj
+++ b/src/System.Private.Threading/src/System.Private.Threading.csproj
@@ -14,15 +14,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
- <ItemGroup>
- <ProjectReference Include="..\..\AotPackageReference\AotPackageReference.depproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- <ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.dll" />
- <ReferencePath Include="$(AotPackageReferencePath)\System.Runtime.Extensions.dll" />
- <ReferencePath Include="$(AotPackageReferencePath)\System.Collections.dll" />
- </ItemGroup>
-
<ItemGroup Condition="'$(IsProjectNLibrary)' != 'true'">
<ProjectReference Include="..\..\System.Private.CoreLib\src\System.Private.CoreLib.csproj" />
</ItemGroup>