OpenSim.Modules.TextureFetcher/prebuild.xml

26 lines
1.0 KiB
XML
Raw Normal View History

2020-06-28 10:48:44 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Project frameworkVersion="v4_0" name="OpenSim.Modules.TextureFetcher" path="addon-modules/OpenSim.Modules.TextureFetcher/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" />
<Reference name="Mono.Addins.dll" path="../../../bin" />
2020-06-28 11:27:06 +00:00
<Reference name="log4net.dll" path="../../../bin"/>
2020-06-28 10:48:44 +00:00
<Reference name="Nini.dll" path="../../../bin" />
<Reference name="OpenMetaverse.dll" path="../../../bin" />
<Reference name="OpenMetaverseTypes.dll" path="../../../bin" />
<Reference name="OpenSim.Framework" path="../../../bin" />
<Reference name="OpenSim.Services.Interfaces" path="../../../bin" />
<Reference name="OpenSim.Region.Framework" path="../../../bin" />
<Files>
<Match pattern="*.cs" recurse="true" />
</Files>
</Project>