Files
os-webrtc-janus/prebuild-janus.xml
Robert Adams cebd4fc4e5 Remove duplicate WebRtcVoice/WebRtcJanusService.cs
Rename Janus dll from WebRtcJanus to WebRtcJanusService
2024-11-03 22:00:47 +00:00

48 lines
1.4 KiB
XML
Executable File

<Project
name="WebRtcJanusService"
path="addon-modules/os-webrtc-janus/Janus"
type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../bin/</OutputPath>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../bin/</OutputPath>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>../../../bin/</ReferencePath>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/>
<Reference name="OpenSim.Framework.Servers.HttpServer"/>
<Reference name="OpenSim.Services.Interfaces"/>
<Reference name="OpenSim.Services.Connectors"/>
<Reference name="OpenSim.Services.Base"/>
<Reference name="OpenSim.Server.Base"/>
<Reference name="OpenSim.Data"/>
<Reference name="OpenMetaverse"/>
<Reference name="OpenMetaverseTypes"/>
<Reference name="OpenMetaverse.StructuredData"/>
<Reference name="WebRtcVoice"/>
<Reference name="Mono.Addins" path ="../../../bin"/>
<Reference name="Nini"/>
<Reference name="log4net"/>
<Files>
<Match pattern="*.cs" recurse="true">
<Exclude name="Tests" pattern="Tests"/>
<Exclude name="Object" pattern="obj"/>
</Match>
</Files>
</Project>