diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 1f620dc..0bdd14d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2645,6 +2645,32 @@ | |||
2645 | </Files> | 2645 | </Files> |
2646 | </Project> | 2646 | </Project> |
2647 | 2647 | ||
2648 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.InstantantMessage" path="OpenSim/Tests/Clients/InstantMessage" type="Exe"> | ||
2649 | <Configuration name="Debug"> | ||
2650 | <Options> | ||
2651 | <OutputPath>../../../../bin/</OutputPath> | ||
2652 | </Options> | ||
2653 | </Configuration> | ||
2654 | <Configuration name="Release"> | ||
2655 | <Options> | ||
2656 | <OutputPath>../../../../bin/</OutputPath> | ||
2657 | </Options> | ||
2658 | </Configuration> | ||
2659 | |||
2660 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2661 | <Reference name="System"/> | ||
2662 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2663 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2664 | <Reference name="OpenSim.Framework"/> | ||
2665 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2666 | <Reference name="OpenSim.Services.Connectors"/> | ||
2667 | <Reference name="Nini" path="../../../../bin/"/> | ||
2668 | <Reference name="log4net" path="../../../../bin/"/> | ||
2669 | |||
2670 | <Files> | ||
2671 | <Match pattern="*.cs" recurse="true"/> | ||
2672 | </Files> | ||
2673 | </Project> | ||
2648 | 2674 | ||
2649 | <!-- Test assemblies --> | 2675 | <!-- Test assemblies --> |
2650 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 2676 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |