diff options
author | lbsa71 | 2009-02-19 19:32:53 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-19 19:32:53 +0000 |
commit | b99d9bdeb1d5177a3dfff1d402d374fbd079ebaa (patch) | |
tree | aa38818eb01549179f0f90322b8cd5c0a249c5d1 /prebuild.xml | |
parent | * Moved the AssetStreamHandlers to OpenSim.Framework.Servers (diff) | |
download | opensim-SC_OLD-b99d9bdeb1d5177a3dfff1d402d374fbd079ebaa.zip opensim-SC_OLD-b99d9bdeb1d5177a3dfff1d402d374fbd079ebaa.tar.gz opensim-SC_OLD-b99d9bdeb1d5177a3dfff1d402d374fbd079ebaa.tar.bz2 opensim-SC_OLD-b99d9bdeb1d5177a3dfff1d402d374fbd079ebaa.tar.xz |
* Reverted the AssetServer fix, apparently something was dependent on IAssetDataPlugin being in OpenSim.Data
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 61 |
1 files changed, 60 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 283511a..70b5984 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 xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> | 2 | <Prebuild 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> |
@@ -572,6 +572,7 @@ | |||
572 | <Reference name="OpenSim.Framework.Servers"/> | 572 | <Reference name="OpenSim.Framework.Servers"/> |
573 | <Reference name="OpenSim.Framework.Statistics"/> | 573 | <Reference name="OpenSim.Framework.Statistics"/> |
574 | <Reference name="OpenSim.Region.Physics.Manager"/> | 574 | <Reference name="OpenSim.Region.Physics.Manager"/> |
575 | <Reference name="OpenSim.Grid.AssetServer"/> | ||
575 | 576 | ||
576 | <!-- For scripting in funny languages by default --> | 577 | <!-- For scripting in funny languages by default --> |
577 | <Reference name="Microsoft.JScript"/> | 578 | <Reference name="Microsoft.JScript"/> |
@@ -985,6 +986,7 @@ | |||
985 | <Reference name="OpenSim.Framework.Servers"/> | 986 | <Reference name="OpenSim.Framework.Servers"/> |
986 | <Reference name="OpenSim.Framework.Statistics"/> | 987 | <Reference name="OpenSim.Framework.Statistics"/> |
987 | <Reference name="OpenSim.Region.Physics.Manager"/> | 988 | <Reference name="OpenSim.Region.Physics.Manager"/> |
989 | <Reference name="OpenSim.Grid.AssetServer"/> | ||
988 | 990 | ||
989 | <!-- For scripting in funny languages by default --> | 991 | <!-- For scripting in funny languages by default --> |
990 | <Reference name="Microsoft.JScript"/> | 992 | <Reference name="Microsoft.JScript"/> |
@@ -1058,6 +1060,7 @@ | |||
1058 | <Reference name="OpenSim.Framework.Servers"/> | 1060 | <Reference name="OpenSim.Framework.Servers"/> |
1059 | <Reference name="OpenSim.Framework.Statistics"/> | 1061 | <Reference name="OpenSim.Framework.Statistics"/> |
1060 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1062 | <Reference name="OpenSim.Region.Physics.Manager"/> |
1063 | <Reference name="OpenSim.Grid.AssetServer"/> | ||
1061 | 1064 | ||
1062 | <!-- For scripting in funny languages by default --> | 1065 | <!-- For scripting in funny languages by default --> |
1063 | <Reference name="Microsoft.JScript"/> | 1066 | <Reference name="Microsoft.JScript"/> |
@@ -2335,6 +2338,7 @@ | |||
2335 | <Reference name="OpenSim.Framework.Servers"/> | 2338 | <Reference name="OpenSim.Framework.Servers"/> |
2336 | <Reference name="OpenSim.Framework.Statistics"/> | 2339 | <Reference name="OpenSim.Framework.Statistics"/> |
2337 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2340 | <Reference name="OpenSim.Region.Physics.Manager"/> |
2341 | <Reference name="OpenSim.Grid.AssetServer"/> | ||
2338 | <Reference name="Mono.Data.SqliteClient"/> | 2342 | <Reference name="Mono.Data.SqliteClient"/> |
2339 | 2343 | ||
2340 | <!-- For scripting in funny languages by default --> | 2344 | <!-- For scripting in funny languages by default --> |
@@ -2870,6 +2874,61 @@ | |||
2870 | <!-- /////////////////// END OF INSERTION ///////////////////////////// --> | 2874 | <!-- /////////////////// END OF INSERTION ///////////////////////////// --> |
2871 | 2875 | ||
2872 | </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> | ||
2873 | </Prebuild> | 2932 | </Prebuild> |
2874 | 2933 | ||
2875 | 2934 | ||