diff options
author | lbsa71 | 2007-10-31 07:28:23 +0000 |
---|---|---|
committer | lbsa71 | 2007-10-31 07:28:23 +0000 |
commit | 064404ab409ddd0a3b25027a98582696295c46fd (patch) | |
tree | bd84ec2e23930f76e7cc81c8529ef71936c86dd9 /prebuild.xml | |
parent | made illogical bitwise operations logical (diff) | |
download | opensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.zip opensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.tar.gz opensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.tar.bz2 opensim-SC_OLD-064404ab409ddd0a3b25027a98582696295c46fd.tar.xz |
* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/prebuild.xml b/prebuild.xml index 79f8d3a..ddf90ab 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -53,19 +53,19 @@ | |||
53 | </Files> | 53 | </Files> |
54 | </Project> | 54 | </Project> |
55 | 55 | ||
56 | <Project name="OpenSim.Framework" path="OpenSim/Framework/General" type="Library"> | 56 | <Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> |
57 | <Configuration name="Debug"> | 57 | <Configuration name="Debug"> |
58 | <Options> | 58 | <Options> |
59 | <OutputPath>../../../bin/</OutputPath> | 59 | <OutputPath>../../bin/</OutputPath> |
60 | </Options> | 60 | </Options> |
61 | </Configuration> | 61 | </Configuration> |
62 | <Configuration name="Release"> | 62 | <Configuration name="Release"> |
63 | <Options> | 63 | <Options> |
64 | <OutputPath>../../../bin/</OutputPath> | 64 | <OutputPath>../../bin/</OutputPath> |
65 | </Options> | 65 | </Options> |
66 | </Configuration> | 66 | </Configuration> |
67 | 67 | ||
68 | <ReferencePath>../../../bin/</ReferencePath> | 68 | <ReferencePath>../../bin/</ReferencePath> |
69 | <Reference name="System"/> | 69 | <Reference name="System"/> |
70 | <Reference name="System.Xml"/> | 70 | <Reference name="System.Xml"/> |
71 | <Reference name="System.Data"/> | 71 | <Reference name="System.Data"/> |
@@ -75,7 +75,7 @@ | |||
75 | <Reference name="OpenSim.Framework.Console"/> | 75 | <Reference name="OpenSim.Framework.Console"/> |
76 | <Reference name="Nini.dll" /> | 76 | <Reference name="Nini.dll" /> |
77 | <Files> | 77 | <Files> |
78 | <Match pattern="*.cs" recurse="true"/> | 78 | <Match pattern="*.cs" recurse="false"/> |
79 | </Files> | 79 | </Files> |
80 | </Project> | 80 | </Project> |
81 | 81 | ||