repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid potential negative array index access to cached text.
[LibreOffice.git]
/
cli_ure
/
source
/
ure
/
cli_ure_config
blob
14dfd7a5a33f932340ca16011d7320aa47c664d0
1
<?xml
version
=
"1.0"
?>
2
<configuration>
3
<runtime>
4
<assemblyBinding
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
>
5
<dependentAssembly>
6
<assemblyIdentity
name
=
"cli_ure"
publicKeyToken
=
"ce2cb7e279207b9e"
/>
7
<bindingRedirect
oldVersion
=
"CLI_URE_OLD_VERSION"
newVersion
=
"CLI_URE_NEW_VERSION"
/>
8
</dependentAssembly>
9
</assemblyBinding>
10
</runtime>
11
</configuration>