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 1c4d41e..697c266 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1418,19 +1418,19 @@ | |||
1418 | </Files> | 1418 | </Files> |
1419 | </Project> | 1419 | </Project> |
1420 | 1420 | ||
1421 | <Project name="OpenSim.Server.AssetServer" path="OpenSim/Server/AssetServer" type="Exe"> | 1421 | <Project name="OpenSim.Server" path="OpenSim/Server" type="Exe"> |
1422 | <Configuration name="Debug"> | 1422 | <Configuration name="Debug"> |
1423 | <Options> | 1423 | <Options> |
1424 | <OutputPath>../../../bin/</OutputPath> | 1424 | <OutputPath>../../bin/</OutputPath> |
1425 | </Options> | 1425 | </Options> |
1426 | </Configuration> | 1426 | </Configuration> |
1427 | <Configuration name="Release"> | 1427 | <Configuration name="Release"> |
1428 | <Options> | 1428 | <Options> |
1429 | <OutputPath>../../../bin/</OutputPath> | 1429 | <OutputPath>../../bin/</OutputPath> |
1430 | </Options> | 1430 | </Options> |
1431 | </Configuration> | 1431 | </Configuration> |
1432 | 1432 | ||
1433 | <ReferencePath>../../../bin/</ReferencePath> | 1433 | <ReferencePath>../../bin/</ReferencePath> |
1434 | <Reference name="System"/> | 1434 | <Reference name="System"/> |
1435 | <Reference name="System.Xml"/> | 1435 | <Reference name="System.Xml"/> |
1436 | <Reference name="OpenMetaverseTypes.dll"/> | 1436 | <Reference name="OpenMetaverseTypes.dll"/> |