2011-07-08 17:57:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2011-07-08 21:22:19 +00:00
|
|
|
<!-- Core osboids Project -->
|
2011-07-08 17:57:07 +00:00
|
|
|
|
2011-07-11 22:06:25 +00:00
|
|
|
<Project frameworkVersion="v3_5" name="Flocking" path="addon-modules/osboids/Flocking/" type="Library">
|
2011-07-08 17:57:07 +00:00
|
|
|
<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="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>
|
|
|
|
|