diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-08 01:19:58 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-08 01:19:58 +0200 |
| commit | 436ceaea56ecff755476a3796cff72e1da39dfc6 (patch) | |
| tree | 5d8ebc02e999f777378df5e699f0b13a9827d622 /Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj | |
| parent | 9d18d9ec9658af3716814625b608d58ad3daa14c (diff) | |
| download | Tango-436ceaea56ecff755476a3796cff72e1da39dfc6.tar.gz Tango-436ceaea56ecff755476a3796cff72e1da39dfc6.zip | |
Integrated WebRTC channel to PPC/FSE.
Diffstat (limited to 'Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj b/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj index dfffe90ec..8a1d51cf3 100644 --- a/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj +++ b/Software/Visual_Studio/Tango.RemoteDesktop/Tango.RemoteDesktop.csproj @@ -100,6 +100,10 @@ <Compile Include="Network\StartRemoteDesktopSessionResponse.cs" /> <Compile Include="Network\StopRemoteDesktopSessionRequest.cs" /> <Compile Include="Network\StopRemoteDesktopSessionResponse.cs" /> + <Compile Include="Network\WebRtcIceCandidateRequest.cs" /> + <Compile Include="Network\WebRtcIceCandidateResponse.cs" /> + <Compile Include="Network\WebRtcOfferRequest.cs" /> + <Compile Include="Network\WebRtcOfferResponse.cs" /> <Compile Include="Quantization\ColorBgra.cs" /> <Compile Include="Quantization\OctreeQuantizer.cs" /> <Compile Include="Quantization\PaletteTable.cs" /> @@ -146,5 +150,11 @@ <ItemGroup> <None Include="packages.config" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\Tango.WebRTC\Tango.WebRTC.csproj"> + <Project>{09f81a12-0f77-4336-854d-9e0a74a17f9e}</Project> + <Name>Tango.WebRTC</Name> + </ProjectReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
