mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2025-03-31 17:00:21 -09:00
cleanup/refactoring
This commit is contained in:
parent
c4f92f2d9c
commit
30c95afa97
4 changed files with 0 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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.
Loading…
Add table
Reference in a new issue