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 4d99c8f..1702e96 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -84,12 +84,12 @@ | |||
84 | <Project name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 84 | <Project name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |
85 | <Configuration name="Debug"> | 85 | <Configuration name="Debug"> |
86 | <Options> | 86 | <Options> |
87 | <OutputPath>../../../bin/</OutputPath> | 87 | <OutputPath>../../../bin/</OutputPath> |
88 | </Options> | 88 | </Options> |
89 | </Configuration> | 89 | </Configuration> |
90 | <Configuration name="Release"> | 90 | <Configuration name="Release"> |
91 | <Options> | 91 | <Options> |
92 | <OutputPath>../../../bin/</OutputPath> | 92 | <OutputPath>../../../bin/</OutputPath> |
93 | </Options> | 93 | </Options> |
94 | </Configuration> | 94 | </Configuration> |
95 | 95 | ||
@@ -107,12 +107,12 @@ | |||
107 | <Project name="OpenSim.Framework.Tests" path="OpenSim/Tests/OpenSim/Framework" type="Library"> | 107 | <Project name="OpenSim.Framework.Tests" path="OpenSim/Tests/OpenSim/Framework" type="Library"> |
108 | <Configuration name="Debug"> | 108 | <Configuration name="Debug"> |
109 | <Options> | 109 | <Options> |
110 | <OutputPath>../../../../bin/</OutputPath> | 110 | <OutputPath>../../../../bin/</OutputPath> |
111 | </Options> | 111 | </Options> |
112 | </Configuration> | 112 | </Configuration> |
113 | <Configuration name="Release"> | 113 | <Configuration name="Release"> |
114 | <Options> | 114 | <Options> |
115 | <OutputPath>../../../../bin/</OutputPath> | 115 | <OutputPath>../../../../bin/</OutputPath> |
116 | </Options> | 116 | </Options> |
117 | </Configuration> | 117 | </Configuration> |
118 | 118 | ||