mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Core,Tests.VS: fix ref names following rename
Similar to recent commit 42468e2881
This commit is contained in:
parent
42468e2881
commit
fe60a44fa7
|
|
@ -83,10 +83,9 @@
|
|||
<ItemGroup>
|
||||
<ProjectReference Include="..\TgSharp.TL\TgSharp.TL.csproj">
|
||||
<Project>{d6144517-91d2-4880-86df-e9ff5d7f383a}</Project>
|
||||
<Name>TeleSharp.TL</Name>
|
||||
<Name>TgSharp.TL</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
<ItemGroup>
|
||||
<ProjectReference Include="..\TgSharp.TL\TgSharp.TL.csproj">
|
||||
<Project>{d6144517-91d2-4880-86df-e9ff5d7f383a}</Project>
|
||||
<Name>TeleSharp.TL</Name>
|
||||
<Name>TgSharp.TL</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\TgSharp.Core\TgSharp.Core.csproj">
|
||||
<Project>{400d2544-1cc6-4d8a-a62c-2292d9947a16}</Project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue