Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit d2fb3c1

Browse files
committed
Add annotations references
1 parent a2eb711 commit d2fb3c1

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

design/source/Design.csproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@
5959
</TransformFile>
6060
</ItemGroup>
6161
<ItemGroup>
62-
<ProjectReference Include="..\..\v7-recyclerview\source\V7-RecyclerView.csproj">
63-
<Project>{514ED7A8-0F25-4F61-B7B3-A4A652FD7192}</Project>
64-
<Name>V7-RecyclerView</Name>
65-
</ProjectReference>
66-
<ProjectReference Include="..\..\v7-appcompat\source\V7-AppCompat.csproj">
67-
<Project>{B4ED245B-BBD8-4549-9990-476A36AAD381}</Project>
68-
<Name>V7-AppCompat</Name>
69-
</ProjectReference>
7062
<ProjectReference Include="..\..\support-compat\source\Compat.csproj">
7163
<Project>{CA4194B2-8B2D-4C37-8790-C79C5803357A}</Project>
7264
<Name>Compat</Name>
@@ -87,6 +79,18 @@
8779
<Project>{BD8BB4A9-5ACD-47FB-923C-0DC858E1A42D}</Project>
8880
<Name>Media-Compat</Name>
8981
</ProjectReference>
82+
<ProjectReference Include="..\..\support-annotations\source\Annotations.csproj">
83+
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
84+
<Name>Annotations</Name>
85+
</ProjectReference>
86+
<ProjectReference Include="..\..\appcompat-v7\source\V7-AppCompat.csproj">
87+
<Project>{B4ED245B-BBD8-4549-9990-476A36AAD381}</Project>
88+
<Name>V7-AppCompat</Name>
89+
</ProjectReference>
90+
<ProjectReference Include="..\..\recyclerview-v7\source\V7-RecyclerView.csproj">
91+
<Project>{514ED7A8-0F25-4F61-B7B3-A4A652FD7192}</Project>
92+
<Name>V7-RecyclerView</Name>
93+
</ProjectReference>
9094
</ItemGroup>
9195
<ItemGroup>
9296
<None Include="packages.config" />

support-compat/source/Compat.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,11 @@
7474
<Link>support-compat.aar</Link>
7575
</LibraryProjectZip>
7676
</ItemGroup>
77+
<ItemGroup>
78+
<ProjectReference Include="..\..\support-annotations\source\Annotations.csproj">
79+
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
80+
<Name>Annotations</Name>
81+
</ProjectReference>
82+
</ItemGroup>
7783
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
7884
</Project>

0 commit comments

Comments
 (0)