diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/prebuild.xml b/prebuild.xml index c818908..870ebf3 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2096,44 +2096,6 @@ | |||
2096 | </Files> | 2096 | </Files> |
2097 | </Project> | 2097 | </Project> |
2098 | 2098 | ||
2099 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLiteLegacy" path="OpenSim/Data/SQLiteLegacy" type="Library"> | ||
2100 | <Configuration name="Debug"> | ||
2101 | <Options> | ||
2102 | <OutputPath>../../../bin/</OutputPath> | ||
2103 | </Options> | ||
2104 | </Configuration> | ||
2105 | <Configuration name="Release"> | ||
2106 | <Options> | ||
2107 | <OutputPath>../../../bin/</OutputPath> | ||
2108 | </Options> | ||
2109 | </Configuration> | ||
2110 | |||
2111 | <ReferencePath>../../../bin/</ReferencePath> | ||
2112 | <Reference name="System"/> | ||
2113 | <Reference name="System.Xml"/> | ||
2114 | <Reference name="System.Data"/> | ||
2115 | <Reference name="System.Data.SQLite" path="../../../bin/"/> | ||
2116 | <Reference name="OpenSim.Data"/> | ||
2117 | <Reference name="System.Drawing"/> | ||
2118 | <Reference name="OpenSim.Framework"/> | ||
2119 | <Reference name="OpenSim.Framework.Console"/> | ||
2120 | <Reference name="OpenSim.Region.Framework"/> | ||
2121 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
2122 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
2123 | <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> | ||
2124 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
2125 | <Reference name="log4net" path="../../../bin/"/> | ||
2126 | |||
2127 | <Files> | ||
2128 | <Match pattern="*.cs" recurse="true"> | ||
2129 | <Exclude name="Tests" pattern="Tests"/> | ||
2130 | </Match> | ||
2131 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.sql"/> | ||
2132 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.migrations"/> | ||
2133 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | ||
2134 | </Files> | ||
2135 | </Project> | ||
2136 | |||
2137 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 2099 | <Project frameworkVersion="v3_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> |
2138 | <Configuration name="Debug"> | 2100 | <Configuration name="Debug"> |
2139 | <Options> | 2101 | <Options> |