Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1306 from zooba/remove-azure-debug
Browse files Browse the repository at this point in the history
Replaces Azure Remote Debug functionality with opening the help page.
zooba committed May 20, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents e9bad7d + 43731f4 commit b89530d
Showing 4 changed files with 56 additions and 310 deletions.
18 changes: 0 additions & 18 deletions Python/Product/PythonTools/PythonTools.csproj
Original file line number Diff line number Diff line change
@@ -114,24 +114,6 @@
</ItemGroup>
</Otherwise>
</Choose>
<Choose>
<When Condition="$(FeatureAzureRemoteDebug)">
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts.1.2">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(DevEnvDir)Extensions\Microsoft\Windows Azure Tools\Common\Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts.1.2.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Web.WindowsAzure.Contracts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<SpecificVersion>True</SpecificVersion>
<HintPath Condition="Exists('$(DevEnvDir)PrivateAssemblies\Microsoft.VisualStudio.Web.WindowsAzure.Contracts.dll')">$(DevEnvDir)PrivateAssemblies\Microsoft.VisualStudio.Web.WindowsAzure.Contracts.dll</HintPath>
<HintPath Condition="Exists('$(DevEnvDir)Extensions\Microsoft\Web Tools\WindowsAzure\Microsoft.VisualStudio.Web.WindowsAzure.Contracts.dll')">$(DevEnvDir)Extensions\Microsoft\Web Tools\WindowsAzure\Microsoft.VisualStudio.Web.WindowsAzure.Contracts.dll</HintPath>
<HintPath Condition="Exists('$(DevEnvDir)Extensions\Microsoft\Web Tools Azure\Microsoft.VisualStudio.Web.WindowsAzure.Contracts.dll')">$(DevEnvDir)Extensions\Microsoft\Web Tools Azure\Microsoft.VisualStudio.Web.WindowsAzure.Contracts.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
</When>
</Choose>
<ItemGroup>
<Reference Include="Accessibility">
<EmbedInteropTypes>False</EmbedInteropTypes>
Loading

0 comments on commit b89530d

Please sign in to comment.