diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-22 00:04:44 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-22 00:04:44 +0200 |
| commit | d48b2d23515d06a21ad241380986bf8f31773195 (patch) | |
| tree | ebbb6b2bc874773ec58a4c999a1f6eb61a572592 /Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj | |
| parent | 8c094ceeaa538fdb5dc1d69b6ac73f8574cecb66 (diff) | |
| download | Tango-d48b2d23515d06a21ad241380986bf8f31773195.tar.gz Tango-d48b2d23515d06a21ad241380986bf8f31773195.zip | |
Implemented WebRtcTransportAdapter.
Implemented FileSystem via WebRTC.
Improved FileSystemControl keyboard control.
Implemented FileSystemControl context menu.
Improved Transported custom request handler registration.
Implemented FS copy/move/delete.
Implemented InputBox.
Diffstat (limited to 'Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj b/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj index 733493f02..a1218f12d 100644 --- a/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj +++ b/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj @@ -58,6 +58,14 @@ <Compile Include="Network\ChunkUploadResponse.cs" /> <Compile Include="Network\ChunkDownloadRequest.cs" /> <Compile Include="Network\ChunkDownloadResponse.cs" /> + <Compile Include="Network\CopyRequest.cs" /> + <Compile Include="Network\CopyResponse.cs" /> + <Compile Include="Network\DeleteRequest.cs" /> + <Compile Include="Network\DeleteResponse.cs" /> + <Compile Include="Network\InitWebRtcRequest.cs" /> + <Compile Include="Network\InitWebRtcResponse.cs" /> + <Compile Include="Network\MoveRequest.cs" /> + <Compile Include="Network\MoveResponse.cs" /> <Compile Include="VirtualFileDataObject.cs" /> <Page Include="Themes\Generic.xaml"> <Generator>MSBuild:Compile</Generator> |
