We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62105d3 commit 51f81e7Copy full SHA for 51f81e7
Nodejs/Product/WebRole/WebRole.csproj
@@ -52,12 +52,9 @@
52
<Reference Include="System.Web.ApplicationServices" />
53
</ItemGroup>
54
<ItemGroup>
55
- <Compile Include="$(BuildRoot)\Common\Product\WebRole\WebSocketProxyBase.cs">
56
- <Link>WebSocketProxyBase.cs</Link>
57
- <Visible>true</Visible>
58
- </Compile>
59
<Compile Include="WebSocketProxy.cs" />
60
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="WebSocketProxyBase.cs" />
61
<Content Include="Global.asax" />
62
<Compile Include="Global.asax.cs">
63
<DependentUpon>Global.asax</DependentUpon>
…on/Product/WebRole/WebSocketProxyBase.cs …js/Product/WebRole/WebSocketProxyBase.csCommon/Product/WebRole/WebSocketProxyBase.cs renamed to Nodejs/Product/WebRole/WebSocketProxyBase.cs
0 commit comments