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
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2007-10-13 01:54:56 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-10-13 01:54:56 +0400
commit2b286ab9bb5e7033dc90e86438c0538601c23220 (patch)
tree2e90f3cf646d0f384178962e67d51c59b17d33c7 /Extras/AspNetAddIn/ChangeLog
parent87e98f6072c6380c5e9b32f5ce42260dd71608ee (diff)
* Project/AspNetAppProjectConfiguration.cs: Allowing changing the
output directory to a directory other than "bin", but only after warning the user that this may prevent the projct from running/deploying correctly. Enables some unusual use cases, and doesn't affect other people. svn path=/trunk/monodevelop/; revision=87430
Diffstat (limited to 'Extras/AspNetAddIn/ChangeLog')
-rw-r--r--Extras/AspNetAddIn/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/Extras/AspNetAddIn/ChangeLog b/Extras/AspNetAddIn/ChangeLog
index 1e7025fd8c..501926064a 100644
--- a/Extras/AspNetAddIn/ChangeLog
+++ b/Extras/AspNetAddIn/ChangeLog
@@ -1,5 +1,12 @@
2007-10-12 Michael Hutchinson <mhutchinson@novell.com>
+ * Project/AspNetAppProjectConfiguration.cs: Allowing changing the output
+ directory to a directory other than "bin", but only after warning the
+ user that this may prevent the projct from running/deploying correctly.
+ Enables some unusual use cases, and doesn't affect other people.
+
+2007-10-12 Michael Hutchinson <mhutchinson@novell.com>
+
* Project/VerifyCodeBehindBuildStep.cs: Change how partial classes are
handled during code generation to work around the fact that they don't
have all of the information that the 'full' class does.