1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{E23FFD84-A1FC-4461-A160-2ED889664BEE}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >GasPrice.Data</RootNamespace >
11
+ <AssemblyName >GasPrice.Data</AssemblyName >
12
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <DebugSymbols >true</DebugSymbols >
17
+ <DebugType >full</DebugType >
18
+ <Optimize >false</Optimize >
19
+ <OutputPath >bin\Debug\</OutputPath >
20
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
+ <DebugType >pdbonly</DebugType >
26
+ <Optimize >true</Optimize >
27
+ <OutputPath >bin\Release\</OutputPath >
28
+ <DefineConstants >TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <ItemGroup >
33
+ <Reference Include =" HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL" >
34
+ <HintPath >..\packages\HtmlAgilityPack.CssSelectors.1.0.2\lib\net45\HtmlAgilityPack.dll</HintPath >
35
+ </Reference >
36
+ <Reference Include =" HtmlAgilityPack.CssSelectors, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
37
+ <HintPath >..\packages\HtmlAgilityPack.CssSelectors.1.0.2\lib\net45\HtmlAgilityPack.CssSelectors.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" Microsoft.WindowsAzure.Storage, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
40
+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
41
+ <HintPath >..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Core" />
45
+ <Reference Include =" System.Web" />
46
+ <Reference Include =" System.Xml.Linq" />
47
+ <Reference Include =" System.Data.DataSetExtensions" />
48
+ <Reference Include =" Microsoft.CSharp" />
49
+ <Reference Include =" System.Data" />
50
+ <Reference Include =" System.Net.Http" />
51
+ <Reference Include =" System.Xml" />
52
+ </ItemGroup >
53
+ <ItemGroup >
54
+ <Compile Include =" AzureStorage\GasAzurePersistor.cs" />
55
+ <Compile Include =" Interfaces\IGasPersistor.cs" />
56
+ <Compile Include =" Models\CoinMarketCapDTOModels.cs" />
57
+ <Compile Include =" Models\GasMeasurement.cs" />
58
+ <Compile Include =" Models\RskJsonRpcModels.cs" />
59
+ <Compile Include =" Properties\AssemblyInfo.cs" />
60
+ <Compile Include =" Scraper.cs" />
61
+ <Compile Include =" Services\CryptoPriceService.cs" />
62
+ <Compile Include =" Services\GasPriceService.cs" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <None Include =" app.config" />
66
+ <None Include =" packages.config" />
67
+ </ItemGroup >
68
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69
+ </Project >
0 commit comments