Skip to content

Commit b89530d

Browse files
committed
Merge pull request #1306 from zooba/remove-azure-debug
Replaces Azure Remote Debug functionality with opening the help page.
2 parents e9bad7d + 43731f4 commit b89530d

File tree

4 files changed

+56
-310
lines changed

4 files changed

+56
-310
lines changed

Python/Product/PythonTools/PythonTools.csproj

-18
Original file line numberDiff line numberDiff line change
@@ -114,24 +114,6 @@
114114
</ItemGroup>
115115
</Otherwise>
116116
</Choose>
117-
<Choose>
118-
<When Condition="$(FeatureAzureRemoteDebug)">
119-
<ItemGroup>
120-
<Reference Include="Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts.1.2">
121-
<SpecificVersion>False</SpecificVersion>
122-
<HintPath>$(DevEnvDir)Extensions\Microsoft\Windows Azure Tools\Common\Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts.1.2.dll</HintPath>
123-
<Private>false</Private>
124-
</Reference>
125-
<Reference Include="Microsoft.VisualStudio.Web.WindowsAzure.Contracts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
126-
<SpecificVersion>True</SpecificVersion>
127-
<HintPath Condition="Exists('$(DevEnvDir)PrivateAssemblies\Microsoft.VisualStudio.Web.WindowsAzure.Contracts.dll')">$(DevEnvDir)PrivateAssemblies\Microsoft.VisualStudio.Web.WindowsAzure.Contracts.dll</HintPath>
128-
<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>
129-
<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>
130-
<Private>false</Private>
131-
</Reference>
132-
</ItemGroup>
133-
</When>
134-
</Choose>
135117
<ItemGroup>
136118
<Reference Include="Accessibility">
137119
<EmbedInteropTypes>False</EmbedInteropTypes>

0 commit comments

Comments
 (0)