From 96fe20a20e7c107473cefeda3b06950955952bec Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 15 Mar 2020 01:55:42 +0200 Subject: Improved Console. Increased SignalR adapter connect timeout. Implemented Tango.FileSystem !!! --- .../Tango.FileSystem/Tango.FileSystem.csproj | 122 +++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj (limited to 'Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj') diff --git a/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj b/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj new file mode 100644 index 000000000..90dfd78d2 --- /dev/null +++ b/Software/Visual_Studio/Tango.FileSystem/Tango.FileSystem.csproj @@ -0,0 +1,122 @@ + + + + + Debug + AnyCPU + {C6EBBBBE-2123-44DC-AEF7-A0D47D736AC0} + library + Tango.FileSystem + Tango.FileSystem + v4.6.1 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + 4.0 + + + + + + + + + + MSBuild:Compile + Designer + + + + Code + + + + + + + + + + + + + + + + + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + 1.1.1 + + + + + {a34ee0f0-649d-41c8-8489-b6f1cc6924ee} + Tango.Core + + + {8491d07b-c1f6-4b62-a412-41b9fd2d6538} + Tango.SharedUI + + + + \ No newline at end of file -- cgit v1.3.1