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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Configuration/Test/standalone/t29.exe.config')
-rw-r--r--mcs/class/System.Configuration/Test/standalone/t29.exe.config14
1 files changed, 0 insertions, 14 deletions
diff --git a/mcs/class/System.Configuration/Test/standalone/t29.exe.config b/mcs/class/System.Configuration/Test/standalone/t29.exe.config
deleted file mode 100644
index b0310a77a83..00000000000
--- a/mcs/class/System.Configuration/Test/standalone/t29.exe.config
+++ /dev/null
@@ -1,14 +0,0 @@
-<configuration>
-<location path="test.aspx">
- <system.web>
- <authorization>
- <allow users="*" />
- </authorization>
- </system.web>
-</location>
-
-<appSettings>
- <add key="hithere" value="Hello World!"/>
-</appSettings>
-
-</configuration>