comparison Stocks/Stocks.Common/Stocks.Common.csproj @ 4:57f20ba55884

Fix for webClientShim to use downloadString instead of downloadData Refactoring and introduction of static TimedDelegates.Execute() helper method
author stevenh7776 stevenhollidge@hotmail.com
date Mon, 20 Feb 2012 23:04:58 +0700
parents 29ed98d659e9
children c812bca7b1ac
comparison
equal deleted inserted replaced
3:ef54074d5285 4:57f20ba55884
46 <Reference Include="System.Xml" /> 46 <Reference Include="System.Xml" />
47 </ItemGroup> 47 </ItemGroup>
48 <ItemGroup> 48 <ItemGroup>
49 <Compile Include="ConfigurationService.cs" /> 49 <Compile Include="ConfigurationService.cs" />
50 <Compile Include="Core\ExtensionMethods.cs" /> 50 <Compile Include="Core\ExtensionMethods.cs" />
51 <Compile Include="Core\TimedDelegates.cs" />
51 <Compile Include="Events\PriceChanged.cs" /> 52 <Compile Include="Events\PriceChanged.cs" />
52 <Compile Include="Factory.cs" /> 53 <Compile Include="Factory.cs" />
53 <Compile Include="IConfigurationService.cs" /> 54 <Compile Include="IConfigurationService.cs" />
54 <Compile Include="Exceptions\InvalidWebPriceData.cs" /> 55 <Compile Include="Exceptions\InvalidWebPriceData.cs" />
55 <Compile Include="IStocksService.cs" /> 56 <Compile Include="IStocksService.cs" />