-
Notifications
You must be signed in to change notification settings - Fork 528
Expand file tree
/
Copy pathSIPExamples.slnf
More file actions
32 lines (32 loc) · 1.67 KB
/
Copy pathSIPExamples.slnf
File metadata and controls
32 lines (32 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"solution": {
"path": "../../SIPSorcery.slnx",
"projects": [
"examples/SIPExamples/AsteriskIce/AsteriskIce.csproj",
"examples/SIPExamples/AttendedTransfer/AttendedTransfer.csproj",
"examples/SIPExamples/CallHoldAndTransfer/CallHoldAndTransfer.csproj",
"examples/SIPExamples/CustomAudioCodec/CustomAudioCodec.csproj",
"examples/SIPExamples/GetStarted/GetStarted.csproj",
"examples/SIPExamples/GetStartedVideo/GetStartedVideo.csproj",
"examples/SIPExamples/GetStartedWebSocket/GetStartedWebSocket.csproj",
"examples/SIPExamples/NotifierClient/NotifierClient.csproj",
"examples/SIPExamples/PlaySounds/PlaySounds.csproj",
"examples/SIPExamples/ReceiveDtmf/ReceiveDtmf.csproj",
"examples/SIPExamples/RecordCall/RecordCall.csproj",
"examples/SIPExamples/RecordIncomingCall/RecordIncomingCall.csproj",
"examples/SIPExamples/SendDtmf/SendDtmf.csproj",
"examples/SIPExamples/SIPCallResampleAudio/SIPCallResampleAudio.csproj",
"examples/SIPExamples/SIPCallServer/SIPCallServer.csproj",
"examples/SIPExamples/SIPCloudCallServer/SIPCloudCallServer.csproj",
"examples/SIPExamples/SIPProxy/SIPProxy.csproj",
"examples/SIPExamples/UserAgentClient/UserAgentClient.csproj",
"examples/SIPExamples/UserAgentRegister/UserAgentRegister.csproj",
"examples/SIPExamples/UserAgentServer/UserAgentServer.csproj",
"examples/SIPExamples/VideoPhoneCmdLine/VideoPhoneCmdLine.csproj",
"src/SIPSorcery/SIPSorcery.csproj",
"src/SIPSorceryMedia.Abstractions/SIPSorceryMedia.Abstractions.csproj",
"src/SIPSorceryMedia.FFmpeg/SIPSorceryMedia.FFmpeg.csproj",
"src/SIPSorceryMedia.Windows/SIPSorceryMedia.Windows.csproj"
]
}
}