diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/prebuild.xml b/prebuild.xml index 305c775..479a271 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -159,19 +159,18 @@ | |||
159 | <Configuration name="Debug"> | 159 | <Configuration name="Debug"> |
160 | <Options> | 160 | <Options> |
161 | <OutputPath>../../../bin/</OutputPath> | 161 | <OutputPath>../../../bin/</OutputPath> |
162 | <KeyFile>OpenSim.Data.Base.snk</KeyFile> | ||
163 | </Options> | 162 | </Options> |
164 | </Configuration> | 163 | </Configuration> |
165 | <Configuration name="Release"> | 164 | <Configuration name="Release"> |
166 | <Options> | 165 | <Options> |
167 | <OutputPath>../../../bin/</OutputPath> | 166 | <OutputPath>../../../bin/</OutputPath> |
168 | <KeyFile>OpenSim.Data.Base.snk</KeyFile> | ||
169 | </Options> | 167 | </Options> |
170 | </Configuration> | 168 | </Configuration> |
171 | 169 | ||
172 | <ReferencePath>../../../bin/</ReferencePath> | 170 | <ReferencePath>../../../bin/</ReferencePath> |
173 | <Reference name="System" localCopy="false"/> | 171 | <Reference name="System" localCopy="false"/> |
174 | <Reference name="System.Data"/> | 172 | <Reference name="System.Data"/> |
173 | <Reference name="OpenSim.Framework"/> | ||
175 | <Files> | 174 | <Files> |
176 | <Match pattern="*.cs" recurse="true"/> | 175 | <Match pattern="*.cs" recurse="true"/> |
177 | </Files> | 176 | </Files> |
@@ -200,7 +199,8 @@ | |||
200 | <Reference name="OpenSim.Data.Base"/> | 199 | <Reference name="OpenSim.Data.Base"/> |
201 | <Reference name="log4net"/> | 200 | <Reference name="log4net"/> |
202 | <Files> | 201 | <Files> |
203 | <Match pattern="*.cs" recurse="true"/> | 202 | <Match pattern="*.cs" recurse="false"/> |
203 | <Match pattern="Properties/*.cs" recurse="false"/> | ||
204 | </Files> | 204 | </Files> |
205 | </Project> | 205 | </Project> |
206 | 206 | ||