cleanup/refactoring

This commit is contained in:
mgroves 2011-02-26 10:35:24 -05:00
parent c4f92f2d9c
commit 30c95afa97
4 changed files with 0 additions and 7 deletions

View file

@ -49,10 +49,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Services\IPortfolioService.cs" />
<Compile Include="Services\PortfolioService.cs" />
<Compile Include="StockData\CsvParser.cs" />
<Compile Include="StockData\GoogleStockDataProvider.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="StockData\IStockDataProvider.cs" />
<Compile Include="StockData\YahooFinanceStockData.cs">
<SubType>Code</SubType>

View file

@ -54,8 +54,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="CsvParserTests.cs" />
<Compile Include="GoogleStockQuoteTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="YahooStockDataProviderTests.cs" />
</ItemGroup>

View file

@ -38,7 +38,6 @@ Global
{C2797FAB-AFAB-49F6-9131-FC9BF03CAB9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2797FAB-AFAB-49F6-9131-FC9BF03CAB9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2797FAB-AFAB-49F6-9131-FC9BF03CAB9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2797FAB-AFAB-49F6-9131-FC9BF03CAB9D}.Release|Any CPU.Build.0 = Release|Any CPU
{1AAA2739-D853-41B0-866B-B55B373616E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AAA2739-D853-41B0-866B-B55B373616E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AAA2739-D853-41B0-866B-B55B373616E1}.Release|Any CPU.ActiveCfg = Release|Any CPU

Binary file not shown.