Core,Tests.VS: fix ref names following rename

Similar to recent commit 42468e2881
This commit is contained in:
Andres G. Aragoneses 2020-09-14 23:58:06 +08:00
parent 42468e2881
commit fe60a44fa7
2 changed files with 2 additions and 3 deletions

View file

@ -83,10 +83,9 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\TgSharp.TL\TgSharp.TL.csproj"> <ProjectReference Include="..\TgSharp.TL\TgSharp.TL.csproj">
<Project>{d6144517-91d2-4880-86df-e9ff5d7f383a}</Project> <Project>{d6144517-91d2-4880-86df-e9ff5d7f383a}</Project>
<Name>TeleSharp.TL</Name> <Name>TgSharp.TL</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.

View file

@ -57,7 +57,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\TgSharp.TL\TgSharp.TL.csproj"> <ProjectReference Include="..\TgSharp.TL\TgSharp.TL.csproj">
<Project>{d6144517-91d2-4880-86df-e9ff5d7f383a}</Project> <Project>{d6144517-91d2-4880-86df-e9ff5d7f383a}</Project>
<Name>TeleSharp.TL</Name> <Name>TgSharp.TL</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\TgSharp.Core\TgSharp.Core.csproj"> <ProjectReference Include="..\TgSharp.Core\TgSharp.Core.csproj">
<Project>{400d2544-1cc6-4d8a-a62c-2292d9947a16}</Project> <Project>{400d2544-1cc6-4d8a-a62c-2292d9947a16}</Project>