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 19cd6af..c211686 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1477,6 +1477,37 @@ | |||
1477 | </Files> | 1477 | </Files> |
1478 | </Project> | 1478 | </Project> |
1479 | 1479 | ||
1480 | <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library"> | ||
1481 | <Configuration name="Debug"> | ||
1482 | <Options> | ||
1483 | <OutputPath>../../../bin/</OutputPath> | ||
1484 | </Options> | ||
1485 | </Configuration> | ||
1486 | <Configuration name="Release"> | ||
1487 | <Options> | ||
1488 | <OutputPath>../../../bin/</OutputPath> | ||
1489 | </Options> | ||
1490 | </Configuration> | ||
1491 | |||
1492 | <ReferencePath>../../../bin/</ReferencePath> | ||
1493 | <Reference name="System"/> | ||
1494 | <Reference name="OpenSim.Framework"/> | ||
1495 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1496 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1497 | <Reference name="OpenSim.Services.Base"/> | ||
1498 | <Reference name="OpenSim.Server.Base"/> | ||
1499 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1500 | <Reference name="OpenMetaverse.dll"/> | ||
1501 | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
1502 | <Reference name="Nini.dll" /> | ||
1503 | <Reference name="log4net.dll"/> | ||
1504 | |||
1505 | <Files> | ||
1506 | <Match pattern="*.cs" recurse="true"/> | ||
1507 | </Files> | ||
1508 | </Project> | ||
1509 | |||
1510 | |||
1480 | 1511 | ||
1481 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1512 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1482 | <Configuration name="Debug"> | 1513 | <Configuration name="Debug"> |