Skip to content

Commit 51f81e7

Browse files
author
Paul van Brenk
committed
Move WebSocket file
1 parent 62105d3 commit 51f81e7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Nodejs/Product/WebRole/WebRole.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,9 @@
5252
<Reference Include="System.Web.ApplicationServices" />
5353
</ItemGroup>
5454
<ItemGroup>
55-
<Compile Include="$(BuildRoot)\Common\Product\WebRole\WebSocketProxyBase.cs">
56-
<Link>WebSocketProxyBase.cs</Link>
57-
<Visible>true</Visible>
58-
</Compile>
5955
<Compile Include="WebSocketProxy.cs" />
6056
<Compile Include="Properties\AssemblyInfo.cs" />
57+
<Compile Include="WebSocketProxyBase.cs" />
6158
<Content Include="Global.asax" />
6259
<Compile Include="Global.asax.cs">
6360
<DependentUpon>Global.asax</DependentUpon>
File renamed without changes.

0 commit comments

Comments
 (0)