aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/STATE_OF_PREBUILD.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--STATE_OF_PREBUILD.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/STATE_OF_PREBUILD.txt b/STATE_OF_PREBUILD.txt
new file mode 100644
index 0000000..5f763ca
--- /dev/null
+++ b/STATE_OF_PREBUILD.txt
@@ -0,0 +1,15 @@
1These are the issues we have with Prebuild:
2
3* vs2005 target
4 * does not honour localCopy=False - fairly easy to add <Private> node on ref. ** fixed **
5 * screws up solution file projects references by miscalculating relative dir (it walks one level too high up then back) **fixed**
6* Nant target
7 * doesn't honour Output redirection at all, which causes everything to land in {project}/bin/Debug **fixed**
8
9Both targets
10 * Have problems with refs
11 * 'System.Xml' will have to csc ref as 'System.Xml.dll' to work on Windows
12 * but if you add dll, you end up with stuff like 'System.Xml.dll.dll.'
13
14These things need fixing in the Prebuild source. Now, the good news is that prebuild is very straight forward, so we should be able to fix what we need in the tool and submit the changes to the Prebuild team.
15