diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-03-25 14:36:51 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-03-25 14:36:51 +0200 |
| commit | 9f2461055ef42054026aab2da4e0363e57b67f2a (patch) | |
| tree | 832f11418060c27211ca22157ecd4a4a0e573317 /Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj | |
| parent | 0826ff68565e476c5990945ed0cf8dacb2feee5b (diff) | |
| parent | e3f44f81af2cc5a650041d06fe2106937af03560 (diff) | |
| download | Tango-9f2461055ef42054026aab2da4e0363e57b67f2a.tar.gz Tango-9f2461055ef42054026aab2da4e0363e57b67f2a.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" /> |
