36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<!-- Core TerrainTools Project -->
|
||
|
|
||
|
<Project name="Flocking" path="addon-modules/flocking/Flocking/" type="Library">
|
||
|
<Configuration name="Debug">
|
||
|
<Options>
|
||
|
<OutputPath>../../../bin/</OutputPath>
|
||
|
</Options>
|
||
|
</Configuration>
|
||
|
<Configuration name="Release">
|
||
|
<Options>
|
||
|
<OutputPath>../../../bin/</OutputPath>
|
||
|
</Options>
|
||
|
</Configuration>
|
||
|
|
||
|
<ReferencePath>../../../bin/</ReferencePath>
|
||
|
<Reference name="log4net" path="../../../bin/" />
|
||
|
<Reference name="System"/>
|
||
|
<Reference name="System.Drawing" />
|
||
|
<Reference name="System.Xml"/>
|
||
|
<Reference name="Nini" path="../../../bin/" />
|
||
|
<!--Reference name="Mono.Cecil" path="../../../bin/" /-->
|
||
|
<Reference name="OpenSim.Framework" path="../../../bin/" />
|
||
|
<Reference name="OpenSim.Framework.Communications" path="../../../bin/" />
|
||
|
<Reference name="OpenSim.Region.Framework" path="../../../bin/" />
|
||
|
<Reference name="OpenSim.Framework.Console" path="../../../bin/" />
|
||
|
<Reference name="OpenMetaverseTypes" path="../../../bin/" />
|
||
|
<Reference name="OpenMetaverse" path="../../../bin/" />
|
||
|
<Files>
|
||
|
<Match pattern="*.cs" recurse="true"/>
|
||
|
<Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
|
||
|
|
||
|
</Files>
|
||
|
</Project>
|
||
|
|