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-03-11 03:41:20 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-03-11 03:41:20 +0200
commite774f9a90fd812a9de8c3efe966a759bee8be703 (patch)
treeda7a59af6af40ff810254df9e08f6a0f5a31fe1c /Software/Visual_Studio/Tango.Console/Tango.Console.csproj
parenteb793f20dc078a304a423a481e5bb0eddce71471 (diff)
downloadTango-e774f9a90fd812a9de8c3efe966a759bee8be703.tar.gz
Tango-e774f9a90fd812a9de8c3efe966a759bee8be703.zip
Working on FSE/PPC performance provider.
Implemented resolution service. a lot of work!
Diffstat (limited to 'Software/Visual_Studio/Tango.Console/Tango.Console.csproj')
-rw-r--r--Software/Visual_Studio/Tango.Console/Tango.Console.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Console/Tango.Console.csproj b/Software/Visual_Studio/Tango.Console/Tango.Console.csproj
index 00b2042f8..9c4819389 100644
--- a/Software/Visual_Studio/Tango.Console/Tango.Console.csproj
+++ b/Software/Visual_Studio/Tango.Console/Tango.Console.csproj
@@ -49,7 +49,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ConsoleCommand.cs" />
- <Compile Include="ConsoleCommandDTO.cs" />
<Compile Include="ConsoleCommandExecutingEventArgs.cs" />
<Compile Include="ConsoleCommandExecutionResult.cs" />
<Compile Include="ConsoleControl.xaml.cs">
@@ -63,6 +62,10 @@
<Compile Include="ConsoleSuggestionType.cs" />
<Compile Include="ConsoleTextBox.cs" />
<Compile Include="ConsoleTextBoxMaxWidthConverter.cs" />
+ <Compile Include="Network\ConsoleCommandRequest.cs" />
+ <Compile Include="Network\ConsoleCommandResponse.cs" />
+ <Compile Include="Network\GetCurrentDirectoryRequest.cs" />
+ <Compile Include="Network\GetCurrentDirectoryResponse.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>