diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-03 23:27:32 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-03 23:27:32 +0300 |
| commit | bf67ff2291a5dbe41e65747b9071475cc4bb1124 (patch) | |
| tree | 9ebfb9224146992ae010da9d5d3f54ab476f164c | |
| parent | 7399e15a1456064fc2e25daf841e0d3027d83489 (diff) | |
| download | Tango-bf67ff2291a5dbe41e65747b9071475cc4bb1124.tar.gz Tango-bf67ff2291a5dbe41e65747b9071475cc4bb1124.zip | |
Added VS Extensions to repository.
10 files changed, 9 insertions, 29 deletions
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 Binary files differnew file mode 100644 index 000000000..fb31ac35b --- /dev/null +++ b/Software/Visual_Studio/Installers/Surface SDK/SurfaceRuntime.msi diff --git a/Software/Visual_Studio/Installers/Surface SDK/SurfaceSDK.msi b/Software/Visual_Studio/Installers/Surface SDK/SurfaceSDK.msi Binary files differnew file mode 100644 index 000000000..a99ffccec --- /dev/null +++ b/Software/Visual_Studio/Installers/Surface SDK/SurfaceSDK.msi diff --git a/Software/Visual_Studio/Installers/Surface SDK/xnafx40_redist.msi b/Software/Visual_Studio/Installers/Surface SDK/xnafx40_redist.msi Binary files differnew file mode 100644 index 000000000..42bbb26c1 --- /dev/null +++ b/Software/Visual_Studio/Installers/Surface SDK/xnafx40_redist.msi 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 Binary files differnew file mode 100644 index 000000000..45987a0d8 --- /dev/null +++ b/Software/Visual_Studio/Installers/VS Extensions/GhostDoc.v5.9.18070.VS2017.Extension.vsix diff --git a/Software/Visual_Studio/Installers/VS Extensions/InlineColorPicker.vsix b/Software/Visual_Studio/Installers/VS Extensions/InlineColorPicker.vsix Binary files differnew file mode 100644 index 000000000..e18df29e0 --- /dev/null +++ b/Software/Visual_Studio/Installers/VS Extensions/InlineColorPicker.vsix diff --git a/Software/Visual_Studio/Installers/VS InstallerProjects 2017.vsix b/Software/Visual_Studio/Installers/VS Extensions/InstallerProjects.vsix Binary files differindex 9b12022b1..730901c68 100644 --- a/Software/Visual_Studio/Installers/VS InstallerProjects 2017.vsix +++ b/Software/Visual_Studio/Installers/VS Extensions/InstallerProjects.vsix diff --git a/Software/Visual_Studio/Installers/Keyoti.Conveyor.vsix b/Software/Visual_Studio/Installers/VS Extensions/Keyoti.Conveyor.vsix Binary files differindex 2a0b7a89a..2a0b7a89a 100644 --- a/Software/Visual_Studio/Installers/Keyoti.Conveyor.vsix +++ b/Software/Visual_Studio/Installers/VS Extensions/Keyoti.Conveyor.vsix diff --git a/Software/Visual_Studio/Installers/VS Extensions/VisualStudio.SpellChecker.VS2017AndLater.vsix b/Software/Visual_Studio/Installers/VS Extensions/VisualStudio.SpellChecker.VS2017AndLater.vsix Binary files differnew file mode 100644 index 000000000..093b2876c --- /dev/null +++ b/Software/Visual_Studio/Installers/VS Extensions/VisualStudio.SpellChecker.VS2017AndLater.vsix 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 @@ <HintPath>..\packages\Google.Protobuf.3.4.1\lib\net45\Google.Protobuf.dll</HintPath> </Reference> <Reference Include="Microsoft.CSharp" /> + <Reference Include="Microsoft.Office.Interop.Outlook, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL"> + <EmbedInteropTypes>True</EmbedInteropTypes> + </Reference> <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\MSTest.TestFramework.1.1.11\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> </Reference> @@ -173,35 +176,6 @@ <Name>Tango.DBObservablesGenerator.CLI</Name> </ProjectReference> </ItemGroup> - <ItemGroup> - <COMReference Include="Microsoft.Office.Core"> - <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid> - <VersionMajor>2</VersionMajor> - <VersionMinor>8</VersionMinor> - <Lcid>0</Lcid> - <WrapperTool>primary</WrapperTool> - <Isolated>False</Isolated> - <EmbedInteropTypes>True</EmbedInteropTypes> - </COMReference> - <COMReference Include="Microsoft.Office.Interop.Outlook"> - <Guid>{00062FFF-0000-0000-C000-000000000046}</Guid> - <VersionMajor>9</VersionMajor> - <VersionMinor>6</VersionMinor> - <Lcid>0</Lcid> - <WrapperTool>primary</WrapperTool> - <Isolated>False</Isolated> - <EmbedInteropTypes>True</EmbedInteropTypes> - </COMReference> - <COMReference Include="stdole"> - <Guid>{00020430-0000-0000-C000-000000000046}</Guid> - <VersionMajor>2</VersionMajor> - <VersionMinor>0</VersionMinor> - <Lcid>0</Lcid> - <WrapperTool>primary</WrapperTool> - <Isolated>False</Isolated> - <EmbedInteropTypes>True</EmbedInteropTypes> - </COMReference> - </ItemGroup> <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
