diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 57 |
1 files changed, 1 insertions, 56 deletions
diff --git a/prebuild.xml b/prebuild.xml index 70b5984..59c114e 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <Prebuild version="1.7"> | 2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> |
3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-$Rev$"> | 3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-$Rev$"> |
4 | <Configuration name="Debug"> | 4 | <Configuration name="Debug"> |
5 | <Options> | 5 | <Options> |
@@ -2874,61 +2874,6 @@ | |||
2874 | <!-- /////////////////// END OF INSERTION ///////////////////////////// --> | 2874 | <!-- /////////////////// END OF INSERTION ///////////////////////////// --> |
2875 | 2875 | ||
2876 | </Solution> | 2876 | </Solution> |
2877 | |||
2878 | <!-- Prebuild tool --> | ||
2879 | <Solution name="Prebuild" path="Prebuild/" > | ||
2880 | <Configuration name="Debug"> | ||
2881 | <Options> | ||
2882 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> | ||
2883 | <OptimizeCode>false</OptimizeCode> | ||
2884 | <OutputPath>bin/Debug</OutputPath> | ||
2885 | <DebugInformation>true</DebugInformation> | ||
2886 | <SuppressWarnings>1595</SuppressWarnings> | ||
2887 | </Options> | ||
2888 | </Configuration> | ||
2889 | <Configuration name="Release"> | ||
2890 | <Options> | ||
2891 | <CompilerDefines>TRACE</CompilerDefines> | ||
2892 | <OutputPath>bin/Release</OutputPath> | ||
2893 | <OptimizeCode>true</OptimizeCode> | ||
2894 | <DebugInformation>false</DebugInformation> | ||
2895 | <SuppressWarnings>1595</SuppressWarnings> | ||
2896 | </Options> | ||
2897 | </Configuration> | ||
2898 | |||
2899 | <Project name="Prebuild" path="src/" language="C#" assemblyName="Prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild"> | ||
2900 | <Configuration name="Debug"> | ||
2901 | <Options> | ||
2902 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> | ||
2903 | <OptimizeCode>false</OptimizeCode> | ||
2904 | <OutputPath>..\..\bin\</OutputPath> | ||
2905 | <DebugInformation>true</DebugInformation> | ||
2906 | <KeyFile>Prebuild.snk</KeyFile> | ||
2907 | <SuppressWarnings>1595</SuppressWarnings> | ||
2908 | </Options> | ||
2909 | </Configuration> | ||
2910 | <Configuration name="Release"> | ||
2911 | <Options> | ||
2912 | <CompilerDefines>TRACE</CompilerDefines> | ||
2913 | <OutputPath>..\..\bin\</OutputPath> | ||
2914 | <OptimizeCode>true</OptimizeCode> | ||
2915 | <DebugInformation>false</DebugInformation> | ||
2916 | <KeyFile>Prebuild.snk</KeyFile> | ||
2917 | <SuppressWarnings>1595</SuppressWarnings> | ||
2918 | </Options> | ||
2919 | </Configuration> | ||
2920 | <ReferencePath>../../bin/</ReferencePath> | ||
2921 | <Reference name="System.EnterpriseServices" /> | ||
2922 | <Reference name="System.Xml" /> | ||
2923 | <Reference name="System" /> | ||
2924 | <Files> | ||
2925 | <Match pattern="App.ico" buildAction="EmbeddedResource"/> | ||
2926 | <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/> | ||
2927 | <Match pattern="*.cs" recurse="true"/> | ||
2928 | </Files> | ||
2929 | </Project> | ||
2930 | |||
2931 | </Solution> | ||
2932 | </Prebuild> | 2877 | </Prebuild> |
2933 | 2878 | ||
2934 | 2879 | ||