aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 48055a0..97ebce6 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3002,6 +3002,34 @@
3002 </Files> 3002 </Files>
3003 </Project> 3003 </Project>
3004 3004
3005 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe">
3006 <Configuration name="Debug">
3007 <Options>
3008 <OutputPath>../../../../bin/</OutputPath>
3009 </Options>
3010 </Configuration>
3011 <Configuration name="Release">
3012 <Options>
3013 <OutputPath>../../../../bin/</OutputPath>
3014 </Options>
3015 </Configuration>
3016
3017 <ReferencePath>../../../../bin/</ReferencePath>
3018 <Reference name="System"/>
3019 <Reference name="OpenMetaverseTypes.dll"/>
3020 <Reference name="OpenMetaverse.dll"/>
3021 <Reference name="OpenSim.Framework"/>
3022 <Reference name="OpenSim.Services.Interfaces" />
3023 <Reference name="OpenSim.Services.Connectors" />
3024 <Reference name="Nini.dll" />
3025 <Reference name="log4net.dll"/>
3026
3027 <Files>
3028 <Match pattern="*.cs" recurse="true"/>
3029 </Files>
3030 </Project>
3031
3032
3005 <!-- Test assemblies --> 3033 <!-- Test assemblies -->
3006 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> 3034 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
3007 <Configuration name="Debug"> 3035 <Configuration name="Debug">