aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorgareth2007-05-13 19:48:07 +0000
committergareth2007-05-13 19:48:07 +0000
commit4018bf01bc7be360ed6c963626d9a815fd5afb82 (patch)
tree1dbc49a69e3238c1d22b1067d602a28da065c184 /prebuild.xml
parentAdded ServiceManager directory ready for the services stuff (diff)
downloadopensim-SC_OLD-4018bf01bc7be360ed6c963626d9a815fd5afb82.zip
opensim-SC_OLD-4018bf01bc7be360ed6c963626d9a815fd5afb82.tar.gz
opensim-SC_OLD-4018bf01bc7be360ed6c963626d9a815fd5afb82.tar.bz2
opensim-SC_OLD-4018bf01bc7be360ed6c963626d9a815fd5afb82.tar.xz
Diffstat (limited to '')
-rw-r--r--prebuild.xml62
1 files changed, 0 insertions, 62 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 63be23e..bff1310 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -735,68 +735,6 @@
735 735
736 736
737 737
738 <Solution name="ExportBot" path="ExportBot/" >
739 <Configuration name="Debug">
740 <Options>
741 <CompilerDefines>TRACE;DEBUG</CompilerDefines>
742 <OptimizeCode>false</OptimizeCode>
743 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
744 <AllowUnsafe>false</AllowUnsafe>
745 <WarningLevel>4</WarningLevel>
746 <WarningsAsErrors>false</WarningsAsErrors>
747 <SuppressWarnings></SuppressWarnings>
748 <OutputPath>bin</OutputPath>
749 <DebugInformation>true</DebugInformation>
750 <IncrementalBuild>true</IncrementalBuild>
751 <NoStdLib>false</NoStdLib>
752 </Options>
753 </Configuration>
754 <Configuration name="Release">
755 <Options>
756 <CompilerDefines>TRACE</CompilerDefines>
757 <OptimizeCode>true</OptimizeCode>
758 <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
759 <AllowUnsafe>false</AllowUnsafe>
760 <WarningLevel>4</WarningLevel>
761 <WarningsAsErrors>false</WarningsAsErrors>
762 <SuppressWarnings></SuppressWarnings>
763 <OutputPath>bin</OutputPath>
764 <DebugInformation>false</DebugInformation>
765 <IncrementalBuild>true</IncrementalBuild>
766 <NoStdLib>false</NoStdLib>
767 </Options>
768 </Configuration>
769
770
771 <Project name="ExportBot" path="./" type="Exe">
772 <Configuration name="Debug">
773 <Options>
774 <OutputPath>../bin/</OutputPath>
775 </Options>
776 </Configuration>
777 <Configuration name="Release">
778 <Options>
779 <OutputPath>../bin/</OutputPath>
780 </Options>
781 </Configuration>
782
783 <ReferencePath>../bin/</ReferencePath>
784 <Reference name="System" localCopy="false"/>
785 <Reference name="System.Xml"/>
786 <Reference name="libsecondlife.dll"/>
787 <Reference name="openjpegnet.dll"/>
788 <Reference name="OpenSim.Framework.dll"/>
789 <Reference name="OpenSim.Framework.Console.dll"/>
790 <Reference name="OpenSim.Servers.dll"/>
791
792
793 <Files>
794 <Match pattern="*.cs" recurse="true"/>
795 </Files>
796 </Project>
797
798
799 </Solution>
800 738
801 739
802 740