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 77b6e1a..b614d65 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1402,6 +1402,37 @@ | |||
1402 | </Files> | 1402 | </Files> |
1403 | </Project> | 1403 | </Project> |
1404 | 1404 | ||
1405 | <Project name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> | ||
1406 | <Configuration name="Debug"> | ||
1407 | <Options> | ||
1408 | <OutputPath>../../../bin/</OutputPath> | ||
1409 | </Options> | ||
1410 | </Configuration> | ||
1411 | <Configuration name="Release"> | ||
1412 | <Options> | ||
1413 | <OutputPath>../../../bin/</OutputPath> | ||
1414 | </Options> | ||
1415 | </Configuration> | ||
1416 | |||
1417 | <ReferencePath>../../../bin/</ReferencePath> | ||
1418 | <Reference name="System"/> | ||
1419 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1420 | <Reference name="OpenMetaverse.dll"/> | ||
1421 | <Reference name="OpenSim.Framework"/> | ||
1422 | <Reference name="OpenSim.Framework.Console"/> | ||
1423 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1424 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1425 | <Reference name="OpenSim.Services.Base"/> | ||
1426 | <Reference name="OpenSim.Services.Connectors"/> | ||
1427 | <Reference name="OpenSim.Data"/> | ||
1428 | <Reference name="Nini.dll" /> | ||
1429 | <Reference name="log4net.dll"/> | ||
1430 | |||
1431 | <Files> | ||
1432 | <Match pattern="*.cs" recurse="true"/> | ||
1433 | </Files> | ||
1434 | </Project> | ||
1435 | |||
1405 | <Project name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> | 1436 | <Project name="OpenSim.Services.AuthenticationService" path="OpenSim/Services/AuthenticationService" type="Library"> |
1406 | <Configuration name="Debug"> | 1437 | <Configuration name="Debug"> |
1407 | <Options> | 1438 | <Options> |