Skip to content

Commit a1e2014

Browse files
committed
Added ForwardedPortStatus to VS 2012 projects.
1 parent 5048498 commit a1e2014

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,9 @@
291291
<Compile Include="..\Renci.SshNet\ForwardedPortRemote.cs">
292292
<Link>ForwardedPortRemote.cs</Link>
293293
</Compile>
294+
<Compile Include="..\Renci.SshNet\ForwardedPortStatus.cs">
295+
<Link>ForwardedPortStatus.cs</Link>
296+
</Compile>
294297
<Compile Include="..\Renci.SshNet\HashInfo.cs">
295298
<Link>HashInfo.cs</Link>
296299
</Compile>
@@ -910,7 +913,7 @@
910913
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
911914
<SilverlightProjectProperties />
912915
</FlavorProperties>
913-
<UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
916+
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
914917
</VisualStudio>
915918
</ProjectExtensions>
916919
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/Renci.SshNet.WindowsPhone/Renci.SshNet.WindowsPhone.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@
281281
<Compile Include="..\Renci.SshNet\ForwardedPortRemote.cs">
282282
<Link>ForwardedPortRemote.cs</Link>
283283
</Compile>
284+
<Compile Include="..\Renci.SshNet\ForwardedPortStatus.cs">
285+
<Link>ForwardedPortStatus.cs</Link>
286+
</Compile>
284287
<Compile Include="..\Renci.SshNet\HashInfo.cs">
285288
<Link>HashInfo.cs</Link>
286289
</Compile>

0 commit comments

Comments
 (0)