comparison Stocks/Stocks.Common/Stocks.Common.csproj @ 8:6e84a4c92378

FakeWebClientShim added and refactoring
author stevenh7776 stevenhollidge@hotmail.com
date Tue, 21 Feb 2012 17:05:47 +0700
parents c812bca7b1ac
children
comparison
equal deleted inserted replaced
7:cdc88fd7cb89 8:6e84a4c92378
51 </ItemGroup> 51 </ItemGroup>
52 <ItemGroup> 52 <ItemGroup>
53 <Compile Include="ConfigurationService.cs" /> 53 <Compile Include="ConfigurationService.cs" />
54 <Compile Include="Core\ExtensionMethods.cs" /> 54 <Compile Include="Core\ExtensionMethods.cs" />
55 <Compile Include="Core\TimedDelegates.cs" /> 55 <Compile Include="Core\TimedDelegates.cs" />
56 <Compile Include="Events\PriceChanged.cs" /> 56 <Compile Include="EventArgs\PriceChangedEventArgs.cs" />
57 <Compile Include="Factory.cs" /> 57 <Compile Include="Factory.cs" />
58 <Compile Include="Fakes\FakeWebClientShim.cs" />
58 <Compile Include="IConfigurationService.cs" /> 59 <Compile Include="IConfigurationService.cs" />
59 <Compile Include="Exceptions\InvalidWebPriceData.cs" /> 60 <Compile Include="Exceptions\InvalidWebPriceData.cs" />
60 <Compile Include="IStocksService.cs" /> 61 <Compile Include="IStocksService.cs" />
61 <Compile Include="IWebClientShim.cs" /> 62 <Compile Include="IWebClientShim.cs" />
62 <Compile Include="Models\Company.cs" /> 63 <Compile Include="Models\Company.cs" />