diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4c7bc5d..b061226 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -124,19 +124,19 @@ | |||
124 | </Files> | 124 | </Files> |
125 | </Project> | 125 | </Project> |
126 | 126 | ||
127 | <Project name="OpenSim.Framework.Tests" path="OpenSim/Tests/OpenSim/Framework" type="Library"> | 127 | <Project name="OpenSim.Tests.Framework" path="OpenSim/Tests/Framework" type="Library"> |
128 | <Configuration name="Debug"> | 128 | <Configuration name="Debug"> |
129 | <Options> | 129 | <Options> |
130 | <OutputPath>../../../../bin/</OutputPath> | 130 | <OutputPath>../../../bin/</OutputPath> |
131 | </Options> | 131 | </Options> |
132 | </Configuration> | 132 | </Configuration> |
133 | <Configuration name="Release"> | 133 | <Configuration name="Release"> |
134 | <Options> | 134 | <Options> |
135 | <OutputPath>../../../../bin/</OutputPath> | 135 | <OutputPath>../../../bin/</OutputPath> |
136 | </Options> | 136 | </Options> |
137 | </Configuration> | 137 | </Configuration> |
138 | 138 | ||
139 | <ReferencePath>../../../../bin/</ReferencePath> | 139 | <ReferencePath>../../../bin/</ReferencePath> |
140 | <Reference name="System"/> | 140 | <Reference name="System"/> |
141 | <Reference name="System.Xml"/> | 141 | <Reference name="System.Xml"/> |
142 | <Reference name="System.Data"/> | 142 | <Reference name="System.Data"/> |