mirror of
https://github.com/sochix/TLSharp.git
synced 2026-01-06 16:59:57 +01:00
[Core] Readd old file with spaces for PR
This commit is contained in:
parent
e52f1caeee
commit
b4024e101e
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="ApiHash" value=""/>
|
||||
<add key="ApiId" value=""/>
|
||||
<add key="NumberToAuthenticate" value=""/>
|
||||
<add key="CodeToAuthenticate" value=""/>
|
||||
<add key="ApiHash" value="" />
|
||||
<add key="ApiId" value="" />
|
||||
<add key="NumberToAuthenticate" value="" />
|
||||
<add key="CodeToAuthenticate" value="" />
|
||||
<add key="PasswordToAuthenticate" value=""/>
|
||||
<add key="NotRegisteredNumberToSignUp" value=""/>
|
||||
<add key="NumberToSendMessage" value=""/>
|
||||
|
|
@ -12,5 +12,4 @@
|
|||
<add key="NumberToGetUserFull" value=""/>
|
||||
<add key="NumberToAddToChat" value=""/>
|
||||
</appSettings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
|
||||
</configuration>
|
||||
Loading…
Reference in a new issue