From bf67ff2291a5dbe41e65747b9071475cc4bb1124 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 3 Jun 2018 23:27:32 +0300 Subject: Added VS Extensions to repository. --- .../Visual_Studio/Installers/Keyoti.Conveyor.vsix | Bin 838452 -> 0 bytes .../Installers/Surface SDK/ReadMe.txt | 6 ++++ .../Installers/Surface SDK/SurfaceRuntime.msi | Bin 0 -> 2793472 bytes .../Installers/Surface SDK/SurfaceSDK.msi | Bin 0 -> 46415872 bytes .../Installers/Surface SDK/xnafx40_redist.msi | Bin 0 -> 7054336 bytes .../GhostDoc.v5.9.18070.VS2017.Extension.vsix | Bin 0 -> 17833625 bytes .../VS Extensions/InlineColorPicker.vsix | Bin 0 -> 26231 bytes .../VS Extensions/InstallerProjects.vsix | Bin 0 -> 5292490 bytes .../Installers/VS Extensions/Keyoti.Conveyor.vsix | Bin 0 -> 838452 bytes .../VisualStudio.SpellChecker.VS2017AndLater.vsix | Bin 0 -> 8981707 bytes .../Installers/VS InstallerProjects 2017.vsix | Bin 4857334 -> 0 bytes .../Tango.UnitTesting/Tango.UnitTesting.csproj | 32 ++------------------- 12 files changed, 9 insertions(+), 29 deletions(-) delete mode 100644 Software/Visual_Studio/Installers/Keyoti.Conveyor.vsix create mode 100644 Software/Visual_Studio/Installers/Surface SDK/ReadMe.txt create mode 100644 Software/Visual_Studio/Installers/Surface SDK/SurfaceRuntime.msi create mode 100644 Software/Visual_Studio/Installers/Surface SDK/SurfaceSDK.msi create mode 100644 Software/Visual_Studio/Installers/Surface SDK/xnafx40_redist.msi create mode 100644 Software/Visual_Studio/Installers/VS Extensions/GhostDoc.v5.9.18070.VS2017.Extension.vsix create mode 100644 Software/Visual_Studio/Installers/VS Extensions/InlineColorPicker.vsix create mode 100644 Software/Visual_Studio/Installers/VS Extensions/InstallerProjects.vsix create mode 100644 Software/Visual_Studio/Installers/VS Extensions/Keyoti.Conveyor.vsix create mode 100644 Software/Visual_Studio/Installers/VS Extensions/VisualStudio.SpellChecker.VS2017AndLater.vsix delete mode 100644 Software/Visual_Studio/Installers/VS InstallerProjects 2017.vsix (limited to 'Software/Visual_Studio') diff --git a/Software/Visual_Studio/Installers/Keyoti.Conveyor.vsix b/Software/Visual_Studio/Installers/Keyoti.Conveyor.vsix deleted file mode 100644 index 2a0b7a89a..000000000 Binary files a/Software/Visual_Studio/Installers/Keyoti.Conveyor.vsix and /dev/null differ diff --git a/Software/Visual_Studio/Installers/Surface SDK/ReadMe.txt b/Software/Visual_Studio/Installers/Surface SDK/ReadMe.txt new file mode 100644 index 000000000..417bcc959 --- /dev/null +++ b/Software/Visual_Studio/Installers/Surface SDK/ReadMe.txt @@ -0,0 +1,6 @@ +Contains the neccessary packages required to develop and run WPF application that contains Surface SDK controls. +The 'SurfaceSDK.msi' file is pre-patched using 'Orca MSI editor' in order to enable the installer to continue without VS 2010 installed on the host. + +1. Install 'xnafx40_redist.msi' (XNA framework 4.0) +2. Install 'SurfaceSDK.msi' +3. Install 'SurfaceRuntime.msi' \ No newline at end of file diff --git a/Software/Visual_Studio/Installers/Surface SDK/SurfaceRuntime.msi b/Software/Visual_Studio/Installers/Surface SDK/SurfaceRuntime.msi new file mode 100644 index 000000000..fb31ac35b Binary files /dev/null and b/Software/Visual_Studio/Installers/Surface SDK/SurfaceRuntime.msi differ diff --git a/Software/Visual_Studio/Installers/Surface SDK/SurfaceSDK.msi b/Software/Visual_Studio/Installers/Surface SDK/SurfaceSDK.msi new file mode 100644 index 000000000..a99ffccec Binary files /dev/null and b/Software/Visual_Studio/Installers/Surface SDK/SurfaceSDK.msi differ diff --git a/Software/Visual_Studio/Installers/Surface SDK/xnafx40_redist.msi b/Software/Visual_Studio/Installers/Surface SDK/xnafx40_redist.msi new file mode 100644 index 000000000..42bbb26c1 Binary files /dev/null and b/Software/Visual_Studio/Installers/Surface SDK/xnafx40_redist.msi differ diff --git a/Software/Visual_Studio/Installers/VS Extensions/GhostDoc.v5.9.18070.VS2017.Extension.vsix b/Software/Visual_Studio/Installers/VS Extensions/GhostDoc.v5.9.18070.VS2017.Extension.vsix new file mode 100644 index 000000000..45987a0d8 Binary files /dev/null and b/Software/Visual_Studio/Installers/VS Extensions/GhostDoc.v5.9.18070.VS2017.Extension.vsix differ diff --git a/Software/Visual_Studio/Installers/VS Extensions/InlineColorPicker.vsix b/Software/Visual_Studio/Installers/VS Extensions/InlineColorPicker.vsix new file mode 100644 index 000000000..e18df29e0 Binary files /dev/null and b/Software/Visual_Studio/Installers/VS Extensions/InlineColorPicker.vsix differ diff --git a/Software/Visual_Studio/Installers/VS Extensions/InstallerProjects.vsix b/Software/Visual_Studio/Installers/VS Extensions/InstallerProjects.vsix new file mode 100644 index 000000000..730901c68 Binary files /dev/null and b/Software/Visual_Studio/Installers/VS Extensions/InstallerProjects.vsix differ diff --git a/Software/Visual_Studio/Installers/VS Extensions/Keyoti.Conveyor.vsix b/Software/Visual_Studio/Installers/VS Extensions/Keyoti.Conveyor.vsix new file mode 100644 index 000000000..2a0b7a89a Binary files /dev/null and b/Software/Visual_Studio/Installers/VS Extensions/Keyoti.Conveyor.vsix differ diff --git a/Software/Visual_Studio/Installers/VS Extensions/VisualStudio.SpellChecker.VS2017AndLater.vsix b/Software/Visual_Studio/Installers/VS Extensions/VisualStudio.SpellChecker.VS2017AndLater.vsix new file mode 100644 index 000000000..093b2876c Binary files /dev/null and b/Software/Visual_Studio/Installers/VS Extensions/VisualStudio.SpellChecker.VS2017AndLater.vsix differ diff --git a/Software/Visual_Studio/Installers/VS InstallerProjects 2017.vsix b/Software/Visual_Studio/Installers/VS InstallerProjects 2017.vsix deleted file mode 100644 index 9b12022b1..000000000 Binary files a/Software/Visual_Studio/Installers/VS InstallerProjects 2017.vsix and /dev/null differ diff --git a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj index b01b6374b..32991286d 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj +++ b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj @@ -54,6 +54,9 @@ ..\packages\Google.Protobuf.3.4.1\lib\net45\Google.Protobuf.dll + + True + ..\packages\MSTest.TestFramework.1.1.11\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll @@ -173,35 +176,6 @@ Tango.DBObservablesGenerator.CLI - - - {2DF8D04C-5BFA-101B-BDE5-00AA0044DE52} - 2 - 8 - 0 - primary - False - True - - - {00062FFF-0000-0000-C000-000000000046} - 9 - 6 - 0 - primary - False - True - - - {00020430-0000-0000-C000-000000000046} - 2 - 0 - 0 - primary - False - True - - -- cgit v1.3.1