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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorTherzok <teromario@yahoo.com>2013-09-02 23:24:29 +0400
committerTherzok <teromario@yahoo.com>2013-09-02 23:25:18 +0400
commit3e7e924c91a6b8bc983b54a9f2f672d181bbf3d1 (patch)
tree9b2ef356d7b5c4dfbf34cc14f555ee8af435acad /extras
parentc283cfdbb24ee87180fd10c1e0c66c4085075d00 (diff)
[CorDebug] Added README for working on this project.
Diffstat (limited to 'extras')
-rw-r--r--extras/MonoDevelop.Debugger.Win32/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/extras/MonoDevelop.Debugger.Win32/README b/extras/MonoDevelop.Debugger.Win32/README
new file mode 100644
index 0000000000..a72ceb44c9
--- /dev/null
+++ b/extras/MonoDevelop.Debugger.Win32/README
@@ -0,0 +1,9 @@
+CorApi and CorApi2 are samples taken from http://www.microsoft.com/en-us/download/details.aspx?id=19621 with our own API changes added to it.
+
+API changes are to be marked with [Xamarin] tags.
+*For additions of properties or changes to existing properties, apply the tag to the property explaining the fix applied.
+
+API changes are to be done with tabs as it's easier to differentiate between their code and our code.
+
+Post-update API changes can be applied with this commit:
+5056a6ade8e0d0e8398c13dcbba734ea25419b87