aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-09-04 22:06:18 +0000
committerSean Dague2008-09-04 22:06:18 +0000
commitfb9bd7dec67ae82efc92ba969ba3b6b929790df8 (patch)
tree3dde1e2cff284baafa0782c95e09257c4022c3a4 /prebuild.xml
parentadded in find calls (diff)
downloadopensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.zip
opensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.tar.gz
opensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.tar.bz2
opensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.tar.xz
normalize naming for OpenSim.Tests.Framework.dll
Diffstat (limited to '')
-rw-r--r--prebuild.xml8
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"/>