Skip to content

Commit

Permalink
Fix Proxy -> Poxy typo in the Silverlight project
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Jan 26, 2014
1 parent 87cdb7e commit 51ecf42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source.Silverlight/Moq.Silverlight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -347,19 +347,19 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="..\Source\Proxy\CastleProxyFactory.cs">
<Link>Poxy\CastleProxyFactory.cs</Link>
<Link>Proxy\CastleProxyFactory.cs</Link>
</Compile>
<Compile Include="..\Source\Proxy\ICallContext.cs">
<Link>Poxy\ICallContext.cs</Link>
<Link>Proxy\ICallContext.cs</Link>
</Compile>
<Compile Include="..\Source\Proxy\ICallInterceptor.cs">
<Link>Poxy\ICallInterceptor.cs</Link>
<Link>Proxy\ICallInterceptor.cs</Link>
</Compile>
<Compile Include="..\Source\Proxy\IProxyFactory.cs">
<Link>Poxy\IProxyFactory.cs</Link>
<Link>Proxy\IProxyFactory.cs</Link>
</Compile>
<Compile Include="..\Source\Proxy\ProxyGenerationHelpers.cs">
<Link>Poxy\ProxyGenerationHelpers.cs</Link>
<Link>Proxy\ProxyGenerationHelpers.cs</Link>
</Compile>
<Compile Include="..\Source\Range.cs">
<Link>Range.cs</Link>
Expand Down

0 comments on commit 51ecf42

Please sign in to comment.