diff options
-rw-r--r-- | cs/test/IceDiscovery/simple/client.exe.config | 6 | ||||
-rw-r--r-- | cs/test/IceDiscovery/simple/server.exe.config | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/cs/test/IceDiscovery/simple/client.exe.config b/cs/test/IceDiscovery/simple/client.exe.config new file mode 100644 index 00000000000..d3fa65b4563 --- /dev/null +++ b/cs/test/IceDiscovery/simple/client.exe.config @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<configuration> + <runtime> + <developmentMode developerInstallation="true"/> + </runtime> +</configuration> diff --git a/cs/test/IceDiscovery/simple/server.exe.config b/cs/test/IceDiscovery/simple/server.exe.config new file mode 100644 index 00000000000..d3fa65b4563 --- /dev/null +++ b/cs/test/IceDiscovery/simple/server.exe.config @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<configuration> + <runtime> + <developmentMode developerInstallation="true"/> + </runtime> +</configuration> |