aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Console/Tango.Console.csproj
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-02-28 19:46:34 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-02-28 19:46:34 +0200
commit18dafa9e98e171321d3847a208c0af5be6f57ef6 (patch)
tree94d44edbe93ad2c95e62179ec8e2b1da9ce4dd13 /Software/Visual_Studio/Tango.Console/Tango.Console.csproj
parent5f45be5bae69be7b7e916f02fb6d69b2db60e529 (diff)
downloadTango-18dafa9e98e171321d3847a208c0af5be6f57ef6.tar.gz
Tango-18dafa9e98e171321d3847a208c0af5be6f57ef6.zip
Implemented Transport Immediate mode on TCP and SignalR.
Implemented Tango.Console components.
Diffstat (limited to 'Software/Visual_Studio/Tango.Console/Tango.Console.csproj')
-rw-r--r--Software/Visual_Studio/Tango.Console/Tango.Console.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Console/Tango.Console.csproj b/Software/Visual_Studio/Tango.Console/Tango.Console.csproj
index 27c4ab241..00b2042f8 100644
--- a/Software/Visual_Studio/Tango.Console/Tango.Console.csproj
+++ b/Software/Visual_Studio/Tango.Console/Tango.Console.csproj
@@ -56,7 +56,11 @@
<DependentUpon>ConsoleControl.xaml</DependentUpon>
</Compile>
<Compile Include="ConsoleControlVM.cs" />
+ <Compile Include="ConsoleDictionary.cs" />
<Compile Include="ConsoleExecutionEngine.cs" />
+ <Compile Include="ConsoleKnownCommand.cs" />
+ <Compile Include="ConsoleSuggestion.cs" />
+ <Compile Include="ConsoleSuggestionType.cs" />
<Compile Include="ConsoleTextBox.cs" />
<Compile Include="ConsoleTextBoxMaxWidthConverter.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
@@ -101,5 +105,13 @@
<Name>Tango.SharedUI</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="CMD.txt" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\file.png" />
+ <Resource Include="Images\folder.png" />
+ <Resource Include="Images\thunder.png" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file