diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index d9e32ea..c7463e4 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2631,6 +2631,33 @@ | |||
2631 | </Project> | 2631 | </Project> |
2632 | 2632 | ||
2633 | <!-- Test Clients --> | 2633 | <!-- Test Clients --> |
2634 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> | ||
2635 | <Configuration name="Debug"> | ||
2636 | <Options> | ||
2637 | <OutputPath>../../../../bin/</OutputPath> | ||
2638 | </Options> | ||
2639 | </Configuration> | ||
2640 | <Configuration name="Release"> | ||
2641 | <Options> | ||
2642 | <OutputPath>../../../../bin/</OutputPath> | ||
2643 | </Options> | ||
2644 | </Configuration> | ||
2645 | |||
2646 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2647 | <Reference name="System"/> | ||
2648 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2649 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2650 | <Reference name="OpenSim.Framework"/> | ||
2651 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2652 | <Reference name="OpenSim.Services.Connectors"/> | ||
2653 | <Reference name="Nini" path="../../../../bin/"/> | ||
2654 | <Reference name="log4net" path="../../../../bin/"/> | ||
2655 | |||
2656 | <Files> | ||
2657 | <Match pattern="*.cs" recurse="true"/> | ||
2658 | </Files> | ||
2659 | </Project> | ||
2660 | |||
2634 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> | 2661 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> |
2635 | <Configuration name="Debug"> | 2662 | <Configuration name="Debug"> |
2636 | <Options> | 2663 | <Options> |