diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/prebuild.xml b/prebuild.xml index 491e822..5f55461 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1366,35 +1366,11 @@ | |||
1366 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 1366 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
1367 | <Match pattern="*.cs" recurse="true"> | 1367 | <Match pattern="*.cs" recurse="true"> |
1368 | <Exclude name="Tests" pattern="Tests" /> | 1368 | <Exclude name="Tests" pattern="Tests" /> |
1369 | <Exclude name="TerrainDefaultEffects" pattern="World/Terrain/DefaultEffects" /> | ||
1370 | </Match> | 1369 | </Match> |
1371 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 1370 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
1372 | </Files> | 1371 | </Files> |
1373 | </Project> | 1372 | </Project> |
1374 | 1373 | ||
1375 | <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules.World.Terrain.DefaultEffects" path="OpenSim/Region/CoreModules/World/Terrain/DefaultEffects" type="Library"> | ||
1376 | <Configuration name="Debug"> | ||
1377 | <Options> | ||
1378 | <OutputPath>../../../../../../bin/Terrain/</OutputPath> | ||
1379 | </Options> | ||
1380 | </Configuration> | ||
1381 | <Configuration name="Release"> | ||
1382 | <Options> | ||
1383 | <OutputPath>../../../../../../bin/Terrain/</OutputPath> | ||
1384 | </Options> | ||
1385 | </Configuration> | ||
1386 | |||
1387 | <ReferencePath>../../../../../../bin/</ReferencePath> | ||
1388 | <Reference name="System"/> | ||
1389 | <Reference name="OpenSim.Framework"/> | ||
1390 | <Reference name="OpenSim.Region.Framework"/> | ||
1391 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1392 | <Files> | ||
1393 | <Match pattern="*.cs" recurse="true"/> | ||
1394 | </Files> | ||
1395 | </Project> | ||
1396 | |||
1397 | |||
1398 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> | 1374 | <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules" path="OpenSim/Region/OptionalModules" type="Library"> |
1399 | <Configuration name="Debug"> | 1375 | <Configuration name="Debug"> |
1400 | <Options> | 1376 | <Options> |