|
33 | 33 | <Prefer32Bit>false</Prefer32Bit> |
34 | 34 | </PropertyGroup> |
35 | 35 | <ItemGroup> |
36 | | - <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
37 | | - <HintPath>..\packages\Newtonsoft.Json.6.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 36 | + <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 37 | + <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
38 | 38 | <Private>True</Private> |
39 | 39 | </Reference> |
40 | 40 | <Reference Include="System" /> |
41 | 41 | <Reference Include="System.Core" /> |
42 | 42 | <Reference Include="System.Net" /> |
43 | 43 | <Reference Include="System.Net.Http" /> |
44 | | - <Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
45 | | - <HintPath>..\packages\System.Net.Http.Formatting.Extension.5.2.3.0\lib\System.Net.Http.Extensions.dll</HintPath> |
46 | | - <Private>True</Private> |
47 | | - </Reference> |
48 | | - <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
49 | | - <HintPath>..\packages\System.Net.Http.Formatting.Extension.5.2.3.0\lib\System.Net.Http.Formatting.dll</HintPath> |
50 | | - <Private>True</Private> |
51 | | - </Reference> |
52 | | - <Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
53 | | - <HintPath>..\packages\System.Net.Http.Formatting.Extension.5.2.3.0\lib\System.Net.Http.Primitives.dll</HintPath> |
54 | | - <Private>True</Private> |
55 | | - </Reference> |
56 | 44 | <Reference Include="System.Web" /> |
57 | 45 | <Reference Include="System.Xml.Linq" /> |
58 | 46 | <Reference Include="System.Data.DataSetExtensions" /> |
|
77 | 65 | <Compile Include="Helpers\ExtUnixTimeConverter.cs" /> |
78 | 66 | <Compile Include="Helpers\UnixTime.cs" /> |
79 | 67 | <Compile Include="Helpers\UrlHelper.cs" /> |
| 68 | + <Compile Include="Methods\BlogEntryMethods.cs" /> |
80 | 69 | <Compile Include="Methods\ContestMethods.cs" /> |
81 | 70 | <Compile Include="Methods\MethodsGroup.cs" /> |
82 | 71 | <Compile Include="Methods\ProblemSetMethods.cs" /> |
83 | 72 | <Compile Include="Methods\UserMethods.cs" /> |
| 73 | + <Compile Include="Types\BlogEntry.cs" /> |
| 74 | + <Compile Include="Types\Comment.cs" /> |
84 | 75 | <Compile Include="Types\Contest.cs" /> |
| 76 | + <Compile Include="Types\ContestRegistrant.cs" /> |
85 | 77 | <Compile Include="Types\ContestStandings.cs" /> |
86 | 78 | <Compile Include="Types\Hack.cs" /> |
87 | 79 | <Compile Include="Types\HackJudgeProtocol.cs" /> |
|
95 | 87 | <Compile Include="Codeforces.cs" /> |
96 | 88 | <Compile Include="Types\RanklistRow.cs" /> |
97 | 89 | <Compile Include="Types\RatingChange.cs" /> |
| 90 | + <Compile Include="Types\RecentAction.cs" /> |
98 | 91 | <Compile Include="Types\Submission.cs" /> |
99 | 92 | <Compile Include="Types\User.cs" /> |
| 93 | + <Compile Include="Utils\ApiMethodsExt.cs" /> |
| 94 | + <Compile Include="Utils\CodeforcesRatingCalculator2.cs" /> |
| 95 | + <Compile Include="Utils\Contestant.cs" /> |
| 96 | + <Compile Include="Utils\IRatingCalculator.cs" /> |
100 | 97 | </ItemGroup> |
101 | 98 | <ItemGroup> |
102 | 99 | <None Include="packages.config" /> |
|
0 commit comments