Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-03-17 00:13:48 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-04-28 18:03:32 +0300
commit29c0c905f9db69aa1c674f6479d2341aba6242c0 (patch)
tree27cad2e3668f45b0c03a3c7710c9886f8100ca18 /tools/genapi/GenAPI.exe.config
parent9d1b45fb8ac0c287633f3a4771f66381b5a56e1c (diff)
Add GenAPI
Diffstat (limited to 'tools/genapi/GenAPI.exe.config')
-rw-r--r--tools/genapi/GenAPI.exe.config26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/genapi/GenAPI.exe.config b/tools/genapi/GenAPI.exe.config
new file mode 100644
index 0000000..bdec0d4
--- /dev/null
+++ b/tools/genapi/GenAPI.exe.config
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
+ </startup>
+ <runtime>
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <dependentAssembly>
+ <assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
+ </dependentAssembly>
+ </assemblyBinding>
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <dependentAssembly>
+ <assemblyIdentity name="System.Collections.NonGeneric" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
+ </dependentAssembly>
+ </assemblyBinding>
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <dependentAssembly>
+ <assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
+ </dependentAssembly>
+ </assemblyBinding>
+ </runtime>
+</configuration> \ No newline at end of file