From 46ba2ead1a5dc83b371b37fb954a939475e50df4 Mon Sep 17 00:00:00 2001
From: UbitUmarov
Date: Mon, 12 Jun 2017 20:28:14 +0100
Subject: add Robust32.exe so recovering the option to run it also in 32bit on
windows
---
bin/Robust.32BitLaunch.exe.config | 63 ---------------------------------
bin/Robust32.exe | Bin 0 -> 5632 bytes
bin/Robust32.exe.config | 72 ++++++++++++++++++++++++++++++++++++++
bin/Robust32.pdb | Bin 0 -> 11776 bytes
bin/Robust32.vshost.exe | Bin 0 -> 22696 bytes
bin/Robust32.vshost.exe.config | 72 ++++++++++++++++++++++++++++++++++++++
6 files changed, 144 insertions(+), 63 deletions(-)
delete mode 100644 bin/Robust.32BitLaunch.exe.config
create mode 100644 bin/Robust32.exe
create mode 100644 bin/Robust32.exe.config
create mode 100644 bin/Robust32.pdb
create mode 100644 bin/Robust32.vshost.exe
create mode 100644 bin/Robust32.vshost.exe.config
(limited to 'bin')
diff --git a/bin/Robust.32BitLaunch.exe.config b/bin/Robust.32BitLaunch.exe.config
deleted file mode 100644
index 0399a1b..0000000
--- a/bin/Robust.32BitLaunch.exe.config
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/bin/Robust32.exe b/bin/Robust32.exe
new file mode 100644
index 0000000..1ae2a36
Binary files /dev/null and b/bin/Robust32.exe differ
diff --git a/bin/Robust32.exe.config b/bin/Robust32.exe.config
new file mode 100644
index 0000000..ca3ee0e
--- /dev/null
+++ b/bin/Robust32.exe.config
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/bin/Robust32.pdb b/bin/Robust32.pdb
new file mode 100644
index 0000000..2fded80
Binary files /dev/null and b/bin/Robust32.pdb differ
diff --git a/bin/Robust32.vshost.exe b/bin/Robust32.vshost.exe
new file mode 100644
index 0000000..681ab77
Binary files /dev/null and b/bin/Robust32.vshost.exe differ
diff --git a/bin/Robust32.vshost.exe.config b/bin/Robust32.vshost.exe.config
new file mode 100644
index 0000000..ca3ee0e
--- /dev/null
+++ b/bin/Robust32.vshost.exe.config
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.1