diff options
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 94d5cdc..9e6b686 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1392,6 +1392,37 @@ | |||
1392 | </Files> | 1392 | </Files> |
1393 | </Project> | 1393 | </Project> |
1394 | 1394 | ||
1395 | <Project name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | ||
1396 | <Configuration name="Debug"> | ||
1397 | <Options> | ||
1398 | <OutputPath>../../../bin/</OutputPath> | ||
1399 | </Options> | ||
1400 | </Configuration> | ||
1401 | <Configuration name="Release"> | ||
1402 | <Options> | ||
1403 | <OutputPath>../../../bin/</OutputPath> | ||
1404 | </Options> | ||
1405 | </Configuration> | ||
1406 | |||
1407 | <ReferencePath>../../../bin/</ReferencePath> | ||
1408 | <Reference name="System"/> | ||
1409 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1410 | <Reference name="OpenMetaverse.dll"/> | ||
1411 | <Reference name="OpenSim.Framework"/> | ||
1412 | <Reference name="OpenSim.Framework.Console"/> | ||
1413 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1414 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1415 | <Reference name="OpenSim.Services.Base"/> | ||
1416 | <Reference name="OpenSim.Services.Connectors"/> | ||
1417 | <Reference name="OpenSim.Data"/> | ||
1418 | <Reference name="Nini.dll" /> | ||
1419 | <Reference name="log4net.dll"/> | ||
1420 | |||
1421 | <Files> | ||
1422 | <Match pattern="*.cs" recurse="true"/> | ||
1423 | </Files> | ||
1424 | </Project> | ||
1425 | |||
1395 | <Project name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> | 1426 | <Project name="OpenSim.Server.Base" path="OpenSim/Server/Base" type="Library"> |
1396 | <Configuration name="Debug"> | 1427 | <Configuration name="Debug"> |
1397 | <Options> | 1428 | <Options> |