OpenSim.Modules.DataValue/prebuild.xml

34 lines
1.4 KiB
XML
Raw Permalink Normal View History

2020-06-03 16:00:32 +00:00
<Project frameworkVersion="v4_6" name="OpenSim.Modules.DataValue" path="addon-modules/OpenSim.Modules.DataValue/src" 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="System" localCopy="false"/>
2020-07-08 21:52:52 +00:00
<Reference name="System.Data"/>
2020-06-03 16:00:32 +00:00
<Reference name="System.Xml"/>
<Reference name="log4net.dll" path="../../../bin"/>
<Reference name="Nini.dll" path="../../../bin"/>
<Reference name="Mono.Addins.dll" path="../../../bin"/>
<Reference name="OpenMetaverseTypes.dll" path="../../../bin"/>
<Reference name="OpenMetaverse.dll" path="../../../bin"/>
<Reference name="OpenSim.Region.Framework" path="../../../bin"/>
<Reference name="OpenSim.Framework" path="../../../bin"/>
<Reference name="OpenSim.Framework.Console" path="../../../bin"/>
<Reference name="OpenSim.Framework.Servers" path="../../../bin"/>
<Reference name="OpenSim.Services.Interfaces" path="../../../bin"/>
<Reference name="OpenSim.Server.Base" path="../../../bin"/>
<Reference name="OpenSim.Data" path="../../../bin"/>
2020-07-08 22:08:42 +00:00
<Reference name="MySql.Data" path="../../../bin"/>
2020-06-03 16:00:32 +00:00
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>