diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-01 14:44:53 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-01 14:44:53 +0300 |
| commit | 47fad304ebc8f056f1c5ffcde037c66029fc80c9 (patch) | |
| tree | 1e321a7099a3988785485f16e677cd3eb0803a73 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj | |
| parent | 52a09ecb4ae9577f6f1bb124d246ec1c3858ec23 (diff) | |
| download | Tango-47fad304ebc8f056f1c5ffcde037c66029fc80c9.tar.gz Tango-47fad304ebc8f056f1c5ffcde037c66029fc80c9.zip | |
Added device information for ConnectResponse.
Fixed issue with razor parser.
Added report issue option to application crash.
Added DeviceInformation to MachineOperator.
Added LastHardwareConfiguration to machine operator.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj index c6afdca4b..3fd1e23fe 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj @@ -131,6 +131,11 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </ApplicationDefinition> + <Compile Include="Console\ConsoleManager.cs" /> + <Compile Include="Console\ConsoleWindow.xaml.cs"> + <DependentUpon>ConsoleWindow.xaml</DependentUpon> + </Compile> + <Compile Include="Console\ConsoleWindowVM.cs" /> <Compile Include="Html\DefaultHtmlPresenter.cs" /> <Compile Include="Html\HtmlWindow.xaml.cs"> <DependentUpon>HtmlWindow.xaml</DependentUpon> @@ -207,6 +212,10 @@ <Compile Include="Windows\ModuleWindow.xaml.cs"> <DependentUpon>ModuleWindow.xaml</DependentUpon> </Compile> + <Page Include="Console\ConsoleWindow.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> <Page Include="Html\HtmlWindow.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> |
