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

Commit 2adf2c6

Browse files
committed
Fixes libs task failure by fixing Arch.Lifecycle.Extensions.csproj path
Changed it from arch-lifecycle\extensions\source\Arch.Lifecycle.Extensions to arch-lifecycle\extensions\source
1 parent 3be0857 commit 2adf2c6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

AndroidSupport.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Runtime", "a
7575
EndProject
7676
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core-Utils", "support-core-utils\source\Core-Utils.csproj", "{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}"
7777
EndProject
78-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Extensions", "arch-lifecycle\extensions\source\Arch.Lifecycle.Extensions\Arch.Lifecycle.Extensions.csproj", "{8DFA4E1A-7DF0-4FC5-A8F3-8E6E30E3DA70}"
78+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Extensions", "arch-lifecycle\extensions\source\Arch.Lifecycle.Extensions.csproj", "{8DFA4E1A-7DF0-4FC5-A8F3-8E6E30E3DA70}"
7979
EndProject
8080
Global
8181
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,33 +55,33 @@
5555
<Folder Include="Additions\" />
5656
</ItemGroup>
5757
<ItemGroup>
58-
<ProjectReference Include="..\..\..\..\support-fragment\source\Fragment.csproj">
58+
<ProjectReference Include="..\..\..\support-fragment\source\Fragment.csproj">
5959
<Project>{2DE9FDA4-3F63-49E2-BD45-5C072A0350D8}</Project>
6060
<Name>Fragment</Name>
6161
</ProjectReference>
62-
<ProjectReference Include="..\..\..\..\support-annotations\source\Annotations.csproj">
62+
<ProjectReference Include="..\..\..\support-annotations\source\Annotations.csproj">
6363
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
6464
<Name>Annotations</Name>
6565
</ProjectReference>
66-
<ProjectReference Include="..\..\..\..\arch-core\common\source\Arch.Core.Common.csproj">
66+
<ProjectReference Include="..\..\..\arch-core\common\source\Arch.Core.Common.csproj">
6767
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
6868
<Name>Arch.Core.Common</Name>
6969
</ProjectReference>
70-
<ProjectReference Include="..\..\..\common\source\Arch.Lifecycle.Common.csproj">
70+
<ProjectReference Include="..\..\common\source\Arch.Lifecycle.Common.csproj">
7171
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
7272
<Name>Arch.Lifecycle.Common</Name>
7373
</ProjectReference>
74-
<ProjectReference Include="..\..\..\runtime\source\Arch.Lifecycle.Runtime.csproj">
74+
<ProjectReference Include="..\..\runtime\source\Arch.Lifecycle.Runtime.csproj">
7575
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
7676
<Name>Arch.Lifecycle.Runtime</Name>
7777
</ProjectReference>
78-
<ProjectReference Include="..\..\..\..\support-compat\source\Compat.csproj">
78+
<ProjectReference Include="..\..\..\support-compat\source\Compat.csproj">
7979
<Project>{CA4194B2-8B2D-4C37-8790-C79C5803357A}</Project>
8080
<Name>Compat</Name>
8181
</ProjectReference>
8282
</ItemGroup>
8383
<ItemGroup>
84-
<LibraryProjectZip Include="..\..\..\..\externals\arch-lifecycle\arch-lifecycle-extensions.aar">
84+
<LibraryProjectZip Include="..\..\..\externals\arch-lifecycle\arch-lifecycle-extensions.aar">
8585
<Link>arch-lifecycle-extensions.aar</Link>
8686
</LibraryProjectZip>
8787
</ItemGroup>

0 commit comments

Comments
 (0)