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

Commit ffe834a

Browse files
committed
Normalized project references
1 parent 0c92052 commit ffe834a

File tree

30 files changed

+445
-11
lines changed

30 files changed

+445
-11
lines changed

AndroidSupport.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Common", "ar
7373
EndProject
7474
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Runtime", "arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj", "{25CE44A9-FA51-4468-952F-21A13F066384}"
7575
EndProject
76+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core-Utils", "support-core-utils\source\Core-Utils.csproj", "{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}"
77+
EndProject
7678
Global
7779
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7880
Debug|Any CPU = Debug|Any CPU
@@ -219,6 +221,10 @@ Global
219221
{25CE44A9-FA51-4468-952F-21A13F066384}.Debug|Any CPU.Build.0 = Debug|Any CPU
220222
{25CE44A9-FA51-4468-952F-21A13F066384}.Release|Any CPU.ActiveCfg = Release|Any CPU
221223
{25CE44A9-FA51-4468-952F-21A13F066384}.Release|Any CPU.Build.0 = Release|Any CPU
224+
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
225+
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Debug|Any CPU.Build.0 = Debug|Any CPU
226+
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Release|Any CPU.ActiveCfg = Release|Any CPU
227+
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Release|Any CPU.Build.0 = Release|Any CPU
222228
EndGlobalSection
223229
GlobalSection(NestedProjects) = preSolution
224230
{4C9E1C1E-09C3-469C-B3C2-79651DF13870} = {3AC04D8E-9E4C-401F-AED5-239F226BF9C2}

animated-vector-drawable/source/Animated-Vector-Drawable.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,22 @@
7575
<Project>{418B64BA-2BAC-4B92-8888-CAFEAAF7E860}</Project>
7676
<Name>Vector-Drawable</Name>
7777
</ProjectReference>
78+
<ProjectReference Include="..\..\arch-core\common\source\Arch.Core.Common.csproj">
79+
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
80+
<Name>Arch.Core.Common</Name>
81+
</ProjectReference>
82+
<ProjectReference Include="..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj">
83+
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
84+
<Name>Arch.Lifecycle.Common</Name>
85+
</ProjectReference>
86+
<ProjectReference Include="..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj">
87+
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
88+
<Name>Arch.Lifecycle.Runtime</Name>
89+
</ProjectReference>
90+
<ProjectReference Include="..\..\support-annotations\source\Annotations.csproj">
91+
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
92+
<Name>Annotations</Name>
93+
</ProjectReference>
7894
</ItemGroup>
7995
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
8096
<ItemGroup>

appcompat-v7/source/V7-AppCompat.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,22 @@
9999
<Project>{418B64BA-2BAC-4B92-8888-CAFEAAF7E860}</Project>
100100
<Name>Vector-Drawable</Name>
101101
</ProjectReference>
102+
<ProjectReference Include="..\..\support-annotations\source\Annotations.csproj">
103+
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
104+
<Name>Annotations</Name>
105+
</ProjectReference>
106+
<ProjectReference Include="..\..\arch-core\common\source\Arch.Core.Common.csproj">
107+
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
108+
<Name>Arch.Core.Common</Name>
109+
</ProjectReference>
110+
<ProjectReference Include="..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj">
111+
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
112+
<Name>Arch.Lifecycle.Common</Name>
113+
</ProjectReference>
114+
<ProjectReference Include="..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj">
115+
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
116+
<Name>Arch.Lifecycle.Runtime</Name>
117+
</ProjectReference>
102118
</ItemGroup>
103119
<ItemGroup>
104120
<None Include="packages.config" />

cardview-v7/source/V7-CardView.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
<Link>cardview-v7.aar</Link>
7474
</LibraryProjectZip>
7575
</ItemGroup>
76+
<ItemGroup>
77+
<ProjectReference Include="..\..\support-annotations\source\Annotations.csproj">
78+
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
79+
<Name>Annotations</Name>
80+
</ProjectReference>
81+
</ItemGroup>
7682
<PropertyGroup>
7783
<DroidDocPaths>..\..\docs\reference</DroidDocPaths>
7884
</PropertyGroup>

customtabs/source/CustomTabs.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,22 @@
6969
<Project>{CA4194B2-8B2D-4C37-8790-C79C5803357A}</Project>
7070
<Name>Compat</Name>
7171
</ProjectReference>
72+
<ProjectReference Include="..\..\arch-core\common\source\Arch.Core.Common.csproj">
73+
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
74+
<Name>Arch.Core.Common</Name>
75+
</ProjectReference>
76+
<ProjectReference Include="..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj">
77+
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
78+
<Name>Arch.Lifecycle.Common</Name>
79+
</ProjectReference>
80+
<ProjectReference Include="..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj">
81+
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
82+
<Name>Arch.Lifecycle.Runtime</Name>
83+
</ProjectReference>
84+
<ProjectReference Include="..\..\support-annotations\source\Annotations.csproj">
85+
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
86+
<Name>Annotations</Name>
87+
</ProjectReference>
7288
</ItemGroup>
7389
<ItemGroup>
7490
<None Include="packages.config" />

design/source/Design.csproj

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@
7070
<Project>{071EAE48-7BCE-4D68-8098-745B923A122F}</Project>
7171
<Name>Core-UI</Name>
7272
</ProjectReference>
73-
<ProjectReference Include="..\..\support-core-utils\source\Core-Utils.csproj">
74-
<Project>{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}</Project>
75-
<Name>Core-Utils</Name>
76-
</ProjectReference>
7773
<ProjectReference Include="..\..\support-fragment\source\Fragment.csproj">
7874
<Project>{2DE9FDA4-3F63-49E2-BD45-5C072A0350D8}</Project>
7975
<Name>Fragment</Name>
@@ -94,6 +90,18 @@
9490
<Project>{514ED7A8-0F25-4F61-B7B3-A4A652FD7192}</Project>
9591
<Name>V7-RecyclerView</Name>
9692
</ProjectReference>
93+
<ProjectReference Include="..\..\arch-core\common\source\Arch.Core.Common.csproj">
94+
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
95+
<Name>Arch.Core.Common</Name>
96+
</ProjectReference>
97+
<ProjectReference Include="..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj">
98+
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
99+
<Name>Arch.Lifecycle.Common</Name>
100+
</ProjectReference>
101+
<ProjectReference Include="..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj">
102+
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
103+
<Name>Arch.Lifecycle.Runtime</Name>
104+
</ProjectReference>
97105
</ItemGroup>
98106
<ItemGroup>
99107
<None Include="packages.config" />

exifinterface/source/Exif.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,11 @@
7474
<Link>exifinterface.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>

gridlayout-v7/source/V7-GridLayout.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,22 @@
7474
<Project>{CA4194B2-8B2D-4C37-8790-C79C5803357A}</Project>
7575
<Name>Compat</Name>
7676
</ProjectReference>
77+
<ProjectReference Include="..\..\support-annotations\source\Annotations.csproj">
78+
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
79+
<Name>Annotations</Name>
80+
</ProjectReference>
81+
<ProjectReference Include="..\..\arch-core\common\source\Arch.Core.Common.csproj">
82+
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
83+
<Name>Arch.Core.Common</Name>
84+
</ProjectReference>
85+
<ProjectReference Include="..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj">
86+
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
87+
<Name>Arch.Lifecycle.Common</Name>
88+
</ProjectReference>
89+
<ProjectReference Include="..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj">
90+
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
91+
<Name>Arch.Lifecycle.Runtime</Name>
92+
</ProjectReference>
7793
</ItemGroup>
7894
<ItemGroup>
7995
<Folder Include="Additions\" />

leanback-v17/source/V17-Leanback.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,22 @@
9898
<Project>{514ED7A8-0F25-4F61-B7B3-A4A652FD7192}</Project>
9999
<Name>V7-RecyclerView</Name>
100100
</ProjectReference>
101+
<ProjectReference Include="..\..\support-annotations\source\Annotations.csproj">
102+
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
103+
<Name>Annotations</Name>
104+
</ProjectReference>
105+
<ProjectReference Include="..\..\arch-core\common\source\Arch.Core.Common.csproj">
106+
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
107+
<Name>Arch.Core.Common</Name>
108+
</ProjectReference>
109+
<ProjectReference Include="..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj">
110+
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
111+
<Name>Arch.Lifecycle.Common</Name>
112+
</ProjectReference>
113+
<ProjectReference Include="..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj">
114+
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
115+
<Name>Arch.Lifecycle.Runtime</Name>
116+
</ProjectReference>
101117
</ItemGroup>
102118
<ItemGroup>
103119
<None Include="packages.config" />

mediarouter-v7/source/V7-MediaRouter.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,22 @@
9494
<Project>{BD8BB4A9-5ACD-47FB-923C-0DC858E1A42D}</Project>
9595
<Name>Media-Compat</Name>
9696
</ProjectReference>
97+
<ProjectReference Include="..\..\support-annotations\source\Annotations.csproj">
98+
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
99+
<Name>Annotations</Name>
100+
</ProjectReference>
101+
<ProjectReference Include="..\..\arch-core\common\source\Arch.Core.Common.csproj">
102+
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
103+
<Name>Arch.Core.Common</Name>
104+
</ProjectReference>
105+
<ProjectReference Include="..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj">
106+
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
107+
<Name>Arch.Lifecycle.Common</Name>
108+
</ProjectReference>
109+
<ProjectReference Include="..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj">
110+
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
111+
<Name>Arch.Lifecycle.Runtime</Name>
112+
</ProjectReference>
97113
</ItemGroup>
98114
<ItemGroup>
99115
<Folder Include="Additions\" />

0 commit comments

Comments
 (0)