SocialOnTheFile/SocialOnTheFile/app.config
2023-12-06 04:21:38 +09:00

10 lines
337 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="SharpShell" publicKeyToken="f14dc899472fe6fb" culture="neutral" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>