- 이데일리, 머니투데이, 파이낸셜뉴스 추가

- 리스트창에 종목명, 종목코드 삭제
- NewtonSoft.Json 추가
This commit is contained in:
2016-12-06 06:05:36 +09:00
parent af820d1f2c
commit 9ceb78f872
14 changed files with 63393 additions and 19 deletions

View File

@@ -70,6 +70,10 @@
<Reference Include="HtmlAgilityPack">
<HintPath>HtmlAgility\HtmlAgilityPack.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
@@ -120,6 +124,7 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="app.manifest" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>