Remove aliases (dotnet/corefx#37759)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Sat, 18 May 2019 02:28:42 +0000 (19:28 -0700)
committerGitHub <noreply@github.com>
Sat, 18 May 2019 02:28:42 +0000 (19:28 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/c671ce2be16ae3c6086a061d9d94b81005217735

src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj

index abfe8a5..63a8bc3 100644 (file)
     <ProjectReference Include="..\..\System.ObjectModel\src\System.ObjectModel.csproj" />
   </ItemGroup>
   <ItemGroup Condition="'$(TargetGroup)' == 'uapaot'">
-    <!-- We need to add this for now because these three types exist in System.Private.Interop.dll and Windows.winmd. -->
-    <SeedTypePreference Include="Windows.Foundation.Point">
-      <Aliases>Alias_System_Private_Interop</Aliases>
-    </SeedTypePreference>
-    <SeedTypePreference Include="Windows.Foundation.Rect">
-      <Aliases>Alias_System_Private_Interop</Aliases>
-    </SeedTypePreference>
-    <SeedTypePreference Include="Windows.Foundation.Size">
-      <Aliases>Alias_System_Private_Interop</Aliases>
-    </SeedTypePreference>
-  </ItemGroup>
-  <ItemGroup Condition="'$(TargetGroup)' == 'uapaot'">
-    <ReferenceFromRuntime Include="System.Private.Interop" >
-      <Aliases>Alias_System_Private_Interop</Aliases>
-    </ReferenceFromRuntime>
+    <ReferenceFromRuntime Include="System.Private.Interop" />
     <ReferenceFromRuntime Include="System.Private.Corelib" />
     <Reference Include="Windows" />
     <Reference Include="mscorlib" />