Skip to content

Commit a31d035

Browse files
committed
Actualización de referencias y configuración en LIN.Allo
Se han eliminado las referencias y configuraciones de compilación para los proyectos `LIN.Access.Auth` y `LIN.Access.Communication` en el archivo `LIN.Allo.sln`. En el archivo `LIN.Allo.Client.csproj`, se han eliminado las referencias a los proyectos `LIN.Access.Auth` y `LIN.Access.Communication`. En el archivo `LIN.Allo.Shared.csproj`, se han añadido referencias a los paquetes `LIN.Access.Auth` y `LIN.Access.Communication` con la versión `1.0.0` y se ha eliminado la referencia al proyecto `LIN.Access.Communication`.
1 parent 3df7554 commit a31d035

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

LIN.Allo.sln

-20
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LIN.Allo", "LIN.Allo\LIN.Al
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LIN.Allo.Client", "LIN.Allo\LIN.Allo.Client\LIN.Allo.Client.csproj", "{A4C02C9A-A8F5-4528-A3E1-CF5F678FB6EF}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LIN.Access.Auth", "D:\LIN Services\AccesoAPI\LIN.Access.Auth\LIN.Access.Auth.csproj", "{06CDDB1B-CBD8-4371-A1F4-31080A6394FC}"
11-
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LIN.Access.Communication", "D:\LIN Services\AccesoAPI\LIN.Access.Communication\LIN.Access.Communication.csproj", "{1AB5A085-CC55-41FE-8B8D-E6AB83070ACD}"
13-
EndProject
1410
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LIN.Access.Search", "..\..\AccesoAPI\LIN.Access.Search\LIN.Access.Search.csproj", "{95E67378-8526-4809-83F8-C8E902748A06}"
1511
EndProject
1612
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LIN.Emma.UI", "..\..\Components\LIN.Emma.UI\LIN.Emma.UI\LIN.Emma.UI.csproj", "{4D0AA813-96F6-4524-9106-C1F3CCF104DA}"
@@ -41,22 +37,6 @@ Global
4137
{A4C02C9A-A8F5-4528-A3E1-CF5F678FB6EF}.Release|Any CPU.Build.0 = Release|Any CPU
4238
{A4C02C9A-A8F5-4528-A3E1-CF5F678FB6EF}.Release|x86.ActiveCfg = Release|Any CPU
4339
{A4C02C9A-A8F5-4528-A3E1-CF5F678FB6EF}.Release|x86.Build.0 = Release|Any CPU
44-
{06CDDB1B-CBD8-4371-A1F4-31080A6394FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45-
{06CDDB1B-CBD8-4371-A1F4-31080A6394FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
46-
{06CDDB1B-CBD8-4371-A1F4-31080A6394FC}.Debug|x86.ActiveCfg = Debug|Any CPU
47-
{06CDDB1B-CBD8-4371-A1F4-31080A6394FC}.Debug|x86.Build.0 = Debug|Any CPU
48-
{06CDDB1B-CBD8-4371-A1F4-31080A6394FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
49-
{06CDDB1B-CBD8-4371-A1F4-31080A6394FC}.Release|Any CPU.Build.0 = Release|Any CPU
50-
{06CDDB1B-CBD8-4371-A1F4-31080A6394FC}.Release|x86.ActiveCfg = Release|Any CPU
51-
{06CDDB1B-CBD8-4371-A1F4-31080A6394FC}.Release|x86.Build.0 = Release|Any CPU
52-
{1AB5A085-CC55-41FE-8B8D-E6AB83070ACD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
53-
{1AB5A085-CC55-41FE-8B8D-E6AB83070ACD}.Debug|Any CPU.Build.0 = Debug|Any CPU
54-
{1AB5A085-CC55-41FE-8B8D-E6AB83070ACD}.Debug|x86.ActiveCfg = Debug|Any CPU
55-
{1AB5A085-CC55-41FE-8B8D-E6AB83070ACD}.Debug|x86.Build.0 = Debug|Any CPU
56-
{1AB5A085-CC55-41FE-8B8D-E6AB83070ACD}.Release|Any CPU.ActiveCfg = Release|Any CPU
57-
{1AB5A085-CC55-41FE-8B8D-E6AB83070ACD}.Release|Any CPU.Build.0 = Release|Any CPU
58-
{1AB5A085-CC55-41FE-8B8D-E6AB83070ACD}.Release|x86.ActiveCfg = Release|Any CPU
59-
{1AB5A085-CC55-41FE-8B8D-E6AB83070ACD}.Release|x86.Build.0 = Release|Any CPU
6040
{95E67378-8526-4809-83F8-C8E902748A06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
6141
{95E67378-8526-4809-83F8-C8E902748A06}.Debug|Any CPU.Build.0 = Debug|Any CPU
6242
{95E67378-8526-4809-83F8-C8E902748A06}.Debug|x86.ActiveCfg = Debug|x86

LIN.Allo/LIN.Allo.Client/LIN.Allo.Client.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@
1313
<ProjectReference Include="..\..\..\..\AccesoAPI\LIN.Access.Search\LIN.Access.Search.csproj" />
1414
<ProjectReference Include="..\..\..\..\Components\LIN.Allo.Shared\LIN.Allo.Shared\LIN.Allo.Shared.csproj" />
1515
<ProjectReference Include="..\..\..\..\Components\LIN.Emma.UI\LIN.Emma.UI\LIN.Emma.UI.csproj" />
16-
<ProjectReference Include="D:\LIN Services\AccesoAPI\LIN.Access.Auth\LIN.Access.Auth.csproj" />
17-
<ProjectReference Include="D:\LIN Services\AccesoAPI\LIN.Access.Communication\LIN.Access.Communication.csproj" />
1816
</ItemGroup>
1917
</Project>

0 commit comments

Comments
 (0)