aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-03-25 17:46:56 +0200
committerAvi Levkovich <avi@twine-s.com>2020-03-25 17:46:56 +0200
commitaa732a33f7c63ce4438ec2b79fedb641ffd22b05 (patch)
tree86ccf57c1dfb6801de16f15d681539c02b007508 /Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj
parentd29da53d6f71f45749c0ede5b4cd7281ed3a270e (diff)
parent8f57d4962fa84499c8a153ebfff6e7766434ee1c (diff)
downloadTango-aa732a33f7c63ce4438ec2b79fedb641ffd22b05.tar.gz
Tango-aa732a33f7c63ce4438ec2b79fedb641ffd22b05.zip
merge conflicts -take remote
Diffstat (limited to 'Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj')
-rw-r--r--Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj10
1 files changed, 10 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..a31af216c 100644
--- a/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj
+++ b/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj
@@ -58,6 +58,16 @@
<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\CreateFolderRequest.cs" />
+ <Compile Include="Network\CreateFolderResponse.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>