diff Stocks/Stocks.Common/Stocks.Common.csproj @ 2:29ed98d659e9

Adding WebClientShim files
author stevenh7776 stevenhollidge@hotmail.com
date Mon, 20 Feb 2012 22:04:50 +0700
parents e5d46bb6cdb0
children 57f20ba55884
line wrap: on
line diff
--- a/Stocks/Stocks.Common/Stocks.Common.csproj	Mon Feb 20 21:53:40 2012 +0700
+++ b/Stocks/Stocks.Common/Stocks.Common.csproj	Mon Feb 20 22:04:50 2012 +0700
@@ -53,6 +53,7 @@
     <Compile Include="IConfigurationService.cs" />
     <Compile Include="Exceptions\InvalidWebPriceData.cs" />
     <Compile Include="IStocksService.cs" />
+    <Compile Include="IWebClientShim.cs" />
     <Compile Include="Models\Company.cs" />
     <Compile Include="Models\Price.cs" />
     <Compile Include="Models\Quote.cs" />
@@ -60,6 +61,7 @@
     <Compile Include="Models\WebRequestStats.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Core\FileSerializer.cs" />
+    <Compile Include="WebClientShim.cs" />
   </ItemGroup>
   <ItemGroup />
   <ItemGroup>