markus / ImageComparer / Markus.ImageCompare / app.config @ 24c5e56c
이력 | 보기 | 이력해설 | 다운로드 (443 Bytes)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<configuration> |
3 |
<runtime> |
4 |
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
5 |
<dependentAssembly> |
6 |
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
7 |
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" /> |
8 |
</dependentAssembly> |
9 |
</assemblyBinding> |
10 |
</runtime> |
11 |
</configuration> |