diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-25 00:26:47 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-25 00:26:47 +0200 |
| commit | 42c06402ff6648c356fba8315958283762ed2542 (patch) | |
| tree | 24edf6b746afef0f3a7887e8d83d371d3cf351dc /Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj | |
| parent | c7ceaf96e0ae6d8cb0e1ae7373e6a054f72f52cd (diff) | |
| download | Tango-42c06402ff6648c356fba8315958283762ed2542.tar.gz Tango-42c06402ff6648c356fba8315958283762ed2542.zip | |
Added Download menu implementation to file system.
Added several stun and turn servers to web rtc.
Diffstat (limited to 'Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj b/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj index a1218f12d..a31af216c 100644 --- a/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj +++ b/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj @@ -60,6 +60,8 @@ <Compile Include="Network\ChunkDownloadResponse.cs" /> <Compile Include="Network\CopyRequest.cs" /> <Compile Include="Network\CopyResponse.cs" /> + <Compile Include="Network\CreateFolderRequest.cs" /> + <Compile Include="Network\CreateFolderResponse.cs" /> <Compile Include="Network\DeleteRequest.cs" /> <Compile Include="Network\DeleteResponse.cs" /> <Compile Include="Network\InitWebRtcRequest.cs" /> |
