comparison 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
comparison
equal deleted inserted replaced
1:bd448bb6e0ba 2:29ed98d659e9
51 <Compile Include="Events\PriceChanged.cs" /> 51 <Compile Include="Events\PriceChanged.cs" />
52 <Compile Include="Factory.cs" /> 52 <Compile Include="Factory.cs" />
53 <Compile Include="IConfigurationService.cs" /> 53 <Compile Include="IConfigurationService.cs" />
54 <Compile Include="Exceptions\InvalidWebPriceData.cs" /> 54 <Compile Include="Exceptions\InvalidWebPriceData.cs" />
55 <Compile Include="IStocksService.cs" /> 55 <Compile Include="IStocksService.cs" />
56 <Compile Include="IWebClientShim.cs" />
56 <Compile Include="Models\Company.cs" /> 57 <Compile Include="Models\Company.cs" />
57 <Compile Include="Models\Price.cs" /> 58 <Compile Include="Models\Price.cs" />
58 <Compile Include="Models\Quote.cs" /> 59 <Compile Include="Models\Quote.cs" />
59 <Compile Include="Models\SummaryStats.cs" /> 60 <Compile Include="Models\SummaryStats.cs" />
60 <Compile Include="Models\WebRequestStats.cs" /> 61 <Compile Include="Models\WebRequestStats.cs" />
61 <Compile Include="Properties\AssemblyInfo.cs" /> 62 <Compile Include="Properties\AssemblyInfo.cs" />
62 <Compile Include="Core\FileSerializer.cs" /> 63 <Compile Include="Core\FileSerializer.cs" />
64 <Compile Include="WebClientShim.cs" />
63 </ItemGroup> 65 </ItemGroup>
64 <ItemGroup /> 66 <ItemGroup />
65 <ItemGroup> 67 <ItemGroup>
66 <None Include="packages.config" /> 68 <None Include="packages.config" />
67 </ItemGroup> 69 </ItemGroup>