diff options
author | Melanie | 2010-01-04 00:56:39 +0000 |
---|---|---|
committer | Melanie | 2010-01-04 00:56:39 +0000 |
commit | 3c18c0189a5aa0178f874273f1e25c661651ced4 (patch) | |
tree | 407108d43a2d5d7b617770002210017dd033466f /prebuild.xml | |
parent | Successfully logged into a grid. (diff) | |
download | opensim-SC_OLD-3c18c0189a5aa0178f874273f1e25c661651ced4.zip opensim-SC_OLD-3c18c0189a5aa0178f874273f1e25c661651ced4.tar.gz opensim-SC_OLD-3c18c0189a5aa0178f874273f1e25c661651ced4.tar.bz2 opensim-SC_OLD-3c18c0189a5aa0178f874273f1e25c661651ced4.tar.xz |
Avatar appearance skeleton
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 97ebce6..52177e1 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1446,6 +1446,37 @@ | |||
1446 | </Files> | 1446 | </Files> |
1447 | </Project> | 1447 | </Project> |
1448 | 1448 | ||
1449 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AvatarService" path="OpenSim/Services/AvatarService" type="Library"> | ||
1450 | <Configuration name="Debug"> | ||
1451 | <Options> | ||
1452 | <OutputPath>../../../bin/</OutputPath> | ||
1453 | </Options> | ||
1454 | </Configuration> | ||
1455 | <Configuration name="Release"> | ||
1456 | <Options> | ||
1457 | <OutputPath>../../../bin/</OutputPath> | ||
1458 | </Options> | ||
1459 | </Configuration> | ||
1460 | |||
1461 | <ReferencePath>../../../bin/</ReferencePath> | ||
1462 | <Reference name="System"/> | ||
1463 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1464 | <Reference name="OpenMetaverse.dll"/> | ||
1465 | <Reference name="OpenSim.Framework"/> | ||
1466 | <Reference name="OpenSim.Framework.Console"/> | ||
1467 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1468 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1469 | <Reference name="OpenSim.Services.Base"/> | ||
1470 | <Reference name="OpenSim.Services.Connectors"/> | ||
1471 | <Reference name="OpenSim.Data"/> | ||
1472 | <Reference name="Nini.dll" /> | ||
1473 | <Reference name="log4net.dll"/> | ||
1474 | |||
1475 | <Files> | ||
1476 | <Match pattern="*.cs" recurse="true"/> | ||
1477 | </Files> | ||
1478 | </Project> | ||
1479 | |||
1449 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | 1480 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> |
1450 | <Configuration name="Debug"> | 1481 | <Configuration name="Debug"> |
1451 | <Options> | 1482 | <Options> |