Skip to content

Commit

Permalink
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.
  • Loading branch information
zooba committed May 20, 2016
2 parents e9bad7d + 43731f4 commit b89530d
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 310 deletions.
18 changes: 0 additions & 18 deletions Python/Product/PythonTools/PythonTools.csproj
Expand Up @@ -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>
Expand Down

0 comments on commit b89530d

Please sign in to comment.