diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-01-07 09:27:42 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-01-07 09:27:42 +0200 |
| commit | dd18ae0c096a34048477297ba848a089a99eece1 (patch) | |
| tree | bf036a7fac1b0d1f0439fb0e039e15c491e3881a /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/app.config | |
| parent | 6900c4dea48adb484efc9648e081b7b3f75bd60c (diff) | |
| download | Tango-dd18ae0c096a34048477297ba848a089a99eece1.tar.gz Tango-dd18ae0c096a34048477297ba848a089a99eece1.zip | |
Progress on machine designer...
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/app.config')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/app.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/app.config b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/app.config new file mode 100644 index 000000000..cacd4cd77 --- /dev/null +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/app.config @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="System.Reactive.Core" publicKeyToken="94bc3704cddfc263" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-3.0.3000.0" newVersion="3.0.3000.0" /> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration>
\ No newline at end of file |
