|
132 | 132 | <SpecificVersion>False</SpecificVersion> |
133 | 133 | <HintPath>..\..\packages\Microsoft.VisualStudio.Threading.14.1.131\lib\net45\Microsoft.VisualStudio.Threading.dll</HintPath> |
134 | 134 | </Reference> |
| 135 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 136 | + <HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 137 | + <Private>True</Private> |
| 138 | + </Reference> |
| 139 | + <Reference Include="Octokit.GraphQL, Version=0.0.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL"> |
| 140 | + <HintPath>..\..\packages\Octokit.GraphQL.0.0.1\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath> |
| 141 | + <Private>True</Private> |
| 142 | + </Reference> |
| 143 | + <Reference Include="Octokit.GraphQL.Core, Version=0.0.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL"> |
| 144 | + <HintPath>..\..\packages\Octokit.GraphQL.0.0.1\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath> |
| 145 | + <Private>True</Private> |
| 146 | + </Reference> |
135 | 147 | <Reference Include="Microsoft.VisualStudio.Utilities, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
136 | 148 | <HintPath>..\..\packages\Microsoft.VisualStudio.Utilities.14.3.25407\lib\net45\Microsoft.VisualStudio.Utilities.dll</HintPath> |
137 | 149 | <Private>True</Private> |
138 | 150 | </Reference> |
139 | | - <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
140 | | - <SpecificVersion>False</SpecificVersion> |
141 | | - <HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
142 | | - <Private>False</Private> |
143 | | - </Reference> |
144 | 151 | <Reference Include="PresentationCore" /> |
145 | 152 | <Reference Include="PresentationFramework" /> |
146 | 153 | <Reference Include="rothko, Version=0.0.3.0, Culture=neutral, PublicKeyToken=9f664c41f503810a, processorArchitecture=MSIL"> |
|
199 | 206 | <Compile Include="Models\IssueCommentModel.cs" /> |
200 | 207 | <Compile Include="Models\PullRequestReviewCommentModel.cs" /> |
201 | 208 | <Compile Include="Models\PullRequestDetailArgument.cs" /> |
| 209 | + <Compile Include="Models\PullRequestReviewModel.cs" /> |
202 | 210 | <Compile Include="SampleData\PullRequestFilesViewModelDesigner.cs" /> |
203 | 211 | <Compile Include="Services\EnterpriseCapabilitiesService.cs" /> |
204 | 212 | <Compile Include="Services\GlobalConnection.cs" /> |
|
0 commit comments