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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-12-21 20:20:21 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-12-22 03:09:38 +0300
commit8027e0bb3954cb57870fd18071330e28030caee2 (patch)
tree07cc56ef6bc69a9df3c8acedc6f4b885aee8289c /mcs/class/Accessibility
parent801cc685833e8db61816c879db0ef2f4bf5d3abd (diff)
[bcl] Clean up old run-test.bat and *.csproj files
They .bat files haven't been used for a long time and don't work anymore. The csproj files for the facades have a different name now.
Diffstat (limited to 'mcs/class/Accessibility')
-rwxr-xr-xmcs/class/Accessibility/makefile.build42
1 files changed, 0 insertions, 42 deletions
diff --git a/mcs/class/Accessibility/makefile.build b/mcs/class/Accessibility/makefile.build
deleted file mode 100755
index 2744aa3b5ce..00000000000
--- a/mcs/class/Accessibility/makefile.build
+++ /dev/null
@@ -1,42 +0,0 @@
-<!--Minimalistic buildfile -->
-<project name="Accessibility" default="all">
-<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
- <!--Allways at the beginning-->
- <include buildfile="${ghroot}\vsbuild\properties.xml" />
-
- <!--MANDATORY SECTION-->
-
- <!--Could be GH ANT .NET-->
- <property name="projecttype" value=".NET2005"/>
- <!--Could be RUNTIME TOOLS ... -->
- <property name="rules" value="RUNTIME"/>
-
- <property name="msbuild_file" value="Accessibility.csproj"/>
- <property name="override_config" value="${ghconfiguration_ver}"/>
-
- <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
- <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
- <include name="${ghconfiguration_ver}\Accessibility.jar"/>
- <include name="${ghconfiguration_ver}\Accessibility.dll"/>
- </fileset>
-
- <!--END MANDATORY SECTION-->
-
- <!--OPTIONAL SECTION-->
-<!--
- <target name="postbuild">
-
- </target>
--->
- <!--
- <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
- <target name="prebuild">
- Put something there if you need
- </target>
- -->
- <!--END OPTIONAL SECTION-->
-
-
- <!--Allways at the end-->
- <include buildfile="${ghroot}\vsbuild\framework.xml" />
-</project>