mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2025-04-13 17:00:15 -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="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="Services\IPortfolioService.cs" />
|
<Compile Include="Services\IPortfolioService.cs" />
|
||||||
<Compile Include="Services\PortfolioService.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\IStockDataProvider.cs" />
|
||||||
<Compile Include="StockData\YahooFinanceStockData.cs">
|
<Compile Include="StockData\YahooFinanceStockData.cs">
|
||||||
<SubType>Code</SubType>
|
<SubType>Code</SubType>
|
||||||
|
|
|
@ -54,8 +54,6 @@
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="CsvParserTests.cs" />
|
|
||||||
<Compile Include="GoogleStockQuoteTests.cs" />
|
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="YahooStockDataProviderTests.cs" />
|
<Compile Include="YahooStockDataProviderTests.cs" />
|
||||||
</ItemGroup>
|
</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.ActiveCfg = Debug|Any CPU
|
||||||
{C2797FAB-AFAB-49F6-9131-FC9BF03CAB9D}.Debug|Any CPU.Build.0 = 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.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.ActiveCfg = Debug|Any CPU
|
||||||
{1AAA2739-D853-41B0-866B-B55B373616E1}.Debug|Any CPU.Build.0 = 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
|
{1AAA2739-D853-41B0-866B-B55B373616E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue