diff options
-rw-r--r-- | prebuild.xml | 62 |
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 | ||