diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-03-25 16:37:39 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-03-25 16:37:39 +0200 |
| commit | 065bf199805406d21900e40d314154c92ec8e051 (patch) | |
| tree | 84c401ca3aa95d25cda019463b8b63275456c937 /Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj | |
| parent | e094952954ec5b1f643bc42581cfe46be15816e0 (diff) | |
| parent | 8f57d4962fa84499c8a153ebfff6e7766434ee1c (diff) | |
| download | Tango-065bf199805406d21900e40d314154c92ec8e051.tar.gz Tango-065bf199805406d21900e40d314154c92ec8e051.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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" /> |
