diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-03-23 10:36:13 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-03-23 10:36:13 +0200 |
| commit | 35842a2b231af79f34c7e8685bd1ca8313b1a122 (patch) | |
| tree | 45680658dd7a03333a762c8a0b7b459e77a94b64 /Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj | |
| parent | c025ab482326b6809e40e4e35026b58488795df3 (diff) | |
| parent | 3c4ff5beaa41a376ce42fa400d36d7a5a74330ec (diff) | |
| download | Tango-35842a2b231af79f34c7e8685bd1ca8313b1a122.tar.gz Tango-35842a2b231af79f34c7e8685bd1ca8313b1a122.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 | 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> |
