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 79c767c..3e5e1e0 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1383,6 +1383,37 @@ | |||
1383 | </Files> | 1383 | </Files> |
1384 | </Project> | 1384 | </Project> |
1385 | 1385 | ||
1386 | <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library"> | ||
1387 | <Configuration name="Debug"> | ||
1388 | <Options> | ||
1389 | <OutputPath>../../../bin/</OutputPath> | ||
1390 | </Options> | ||
1391 | </Configuration> | ||
1392 | <Configuration name="Release"> | ||
1393 | <Options> | ||
1394 | <OutputPath>../../../bin/</OutputPath> | ||
1395 | </Options> | ||
1396 | </Configuration> | ||
1397 | |||
1398 | <ReferencePath>../../../bin/</ReferencePath> | ||
1399 | <Reference name="System"/> | ||
1400 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1401 | <Reference name="OpenMetaverse.dll"/> | ||
1402 | <Reference name="OpenSim.Framework"/> | ||
1403 | <Reference name="OpenSim.Framework.Console"/> | ||
1404 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1405 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1406 | <Reference name="OpenSim.Services.Base"/> | ||
1407 | <Reference name="OpenSim.Services.Connectors"/> | ||
1408 | <Reference name="OpenSim.Data"/> | ||
1409 | <Reference name="Nini.dll" /> | ||
1410 | <Reference name="log4net.dll"/> | ||
1411 | |||
1412 | <Files> | ||
1413 | <Match pattern="*.cs" recurse="true"/> | ||
1414 | </Files> | ||
1415 | </Project> | ||
1416 | |||
1386 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> | 1417 | <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> |
1387 | <Configuration name="Debug"> | 1418 | <Configuration name="Debug"> |
1388 | <Options> | 1419 | <Options> |