aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/VSIX/Tango.BuildExtensions
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-04-15 17:58:14 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-04-15 17:58:14 +0300
commit15f46cb9a0de56d751ed98674996358ee2c59066 (patch)
treefce2ab2c263f8bb9710cb71751383e272a8e897a /Software/Visual_Studio/VSIX/Tango.BuildExtensions
parent3c5f32456c72b26497c05bb35fd64e3c77c6b0f5 (diff)
downloadTango-15f46cb9a0de56d751ed98674996358ee2c59066.tar.gz
Tango-15f46cb9a0de56d751ed98674996358ee2c59066.zip
Embedded necessary pmr build on android tcc.
Updated DB to latest event types.
Diffstat (limited to 'Software/Visual_Studio/VSIX/Tango.BuildExtensions')
-rw-r--r--Software/Visual_Studio/VSIX/Tango.BuildExtensions/TangoBuildCommand.cs48
1 files changed, 24 insertions, 24 deletions
diff --git a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/TangoBuildCommand.cs b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/TangoBuildCommand.cs
index 407530570..2fc9e8249 100644
--- a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/TangoBuildCommand.cs
+++ b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/TangoBuildCommand.cs
@@ -369,40 +369,40 @@ namespace Tango.BuildExtensions
throw new NullReferenceException("Could not locate " + observablesContextName + "!");
}
- Wait(1000);
+ //Wait(1000);
- DTE.MainWindow.Activate();
+ //DTE.MainWindow.Activate();
- ExpandSolutionExplorerNode($"Tango\\{observablesProjectName}");
- Wait(1000);
+ //ExpandSolutionExplorerNode($"Tango\\{observablesProjectName}");
+ //Wait(1000);
- SelectSolutionExplorerNode($"Tango\\{observablesProjectName}\\{observablesContextName}");
- Wait(1000);
+ //SelectSolutionExplorerNode($"Tango\\{observablesProjectName}\\{observablesContextName}");
+ //Wait(1000);
- Keyboard.Instance.HoldKey(KeyboardInput.SpecialKeys.SHIFT);
- Keyboard.Instance.PressSpecialKey(KeyboardInput.SpecialKeys.F10);
- Keyboard.Instance.LeaveAllKeys();
+ //Keyboard.Instance.HoldKey(KeyboardInput.SpecialKeys.SHIFT);
+ //Keyboard.Instance.PressSpecialKey(KeyboardInput.SpecialKeys.F10);
+ //Keyboard.Instance.LeaveAllKeys();
- Wait(1000);
+ //Wait(1000);
- for (int i = 0; i < 3; i++)
- {
- Keyboard.Instance.PressSpecialKey(KeyboardInput.SpecialKeys.DOWN);
- Wait(100);
- }
+ //for (int i = 0; i < 3; i++)
+ //{
+ // Keyboard.Instance.PressSpecialKey(KeyboardInput.SpecialKeys.DOWN);
+ // Wait(100);
+ //}
- Keyboard.Instance.PressSpecialKey(KeyboardInput.SpecialKeys.RIGHT);
- Wait(100);
+ //Keyboard.Instance.PressSpecialKey(KeyboardInput.SpecialKeys.RIGHT);
+ //Wait(100);
- for (int i = 0; i < 3; i++)
- {
- Keyboard.Instance.PressSpecialKey(KeyboardInput.SpecialKeys.DOWN);
- Wait(100);
- }
+ //for (int i = 0; i < 3; i++)
+ //{
+ // Keyboard.Instance.PressSpecialKey(KeyboardInput.SpecialKeys.DOWN);
+ // Wait(100);
+ //}
- Keyboard.Instance.PressSpecialKey(KeyboardInput.SpecialKeys.RETURN);
+ //Keyboard.Instance.PressSpecialKey(KeyboardInput.SpecialKeys.RETURN);
- _window.WaitWhileBusy();
+ //_window.WaitWhileBusy();
}
private void GenerateAutoPMRMessages()