* First attempt at fixing differing build files on different .net flavours.

* And, as always, some bin ignores
This commit is contained in:
lbsa71
2007-06-13 19:58:57 +00:00
parent ba96621625
commit 69b3a8a9b8
38 changed files with 272 additions and 235 deletions

View File

@@ -19,13 +19,13 @@
<include name="${project::get-base-directory()}" />
<include name="${project::get-base-directory()}/${build.dir}" />
</lib>
<include name="System.dll" />
<include name="System.Xml.dll" />
<include name="System.Data.dll" />
<include name="../../../bin/System.Data.SQLite.dll" />
<include name="../../../bin/libsecondlife.dll" />
<include name="../../../bin/OpenSim.Framework.dll" />
<include name="../../../bin/OpenSim.Framework.Console.dll" />
<include name="System.dll" />
<include name="System.Data.dll" />
<include name="../../../bin/System.Data.SQLite.dll" />
<include name="System.Xml.dll" />
</references>
</csc>
<echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../../bin/" />