|
144 | 144 | <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
145 | 145 | <HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
146 | 146 | </Reference> |
147 | | - <Reference Include="Octokit.GraphQL, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL"> |
148 | | - <HintPath>..\..\packages\Octokit.GraphQL.0.1.0-beta\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath> |
| 147 | + <Reference Include="Octokit.GraphQL, Version=0.1.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL"> |
| 148 | + <HintPath>..\..\packages\Octokit.GraphQL.0.1.1-beta\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath> |
149 | 149 | </Reference> |
150 | | - <Reference Include="Octokit.GraphQL.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL"> |
151 | | - <HintPath>..\..\packages\Octokit.GraphQL.0.1.0-beta\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath> |
| 150 | + <Reference Include="Octokit.GraphQL.Core, Version=0.1.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL"> |
| 151 | + <HintPath>..\..\packages\Octokit.GraphQL.0.1.1-beta\lib\netstandard1.1\Octokit.GraphQL.Core.dll</HintPath> |
152 | 152 | </Reference> |
153 | 153 | <Reference Include="PresentationCore" /> |
154 | 154 | <Reference Include="PresentationFramework" /> |
|
197 | 197 | <HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath> |
198 | 198 | </Reference> |
199 | 199 | <Reference Include="System.Web" /> |
| 200 | + <Reference Include="System.Windows.Forms" /> |
200 | 201 | <Reference Include="System.Xaml" /> |
201 | 202 | <Reference Include="System.Xml.Linq" /> |
202 | 203 | <Reference Include="System.Data.DataSetExtensions" /> |
|
228 | 229 | <Compile Include="SampleData\PullRequestUserReviewsViewModelDesigner.cs" /> |
229 | 230 | <Compile Include="SampleData\UserFilterViewModelDesigner.cs" /> |
230 | 231 | <Compile Include="Services\EnterpriseCapabilitiesService.cs" /> |
| 232 | + <Compile Include="Services\FromGraphQlExtensions.cs" /> |
231 | 233 | <Compile Include="Services\GitHubContextService.cs" /> |
232 | 234 | <Compile Include="Services\GlobalConnection.cs" /> |
233 | 235 | <Compile Include="Services\RepositoryForkService.cs" /> |
|
259 | 261 | <Compile Include="ViewModels\GitHubPane\GitHubPaneViewModel.cs" /> |
260 | 262 | <Compile Include="SampleData\PullRequestCheckViewModelDesigner.cs" /> |
261 | 263 | <Compile Include="ViewModels\GitHubPane\LoginFailedViewModel.cs" /> |
| 264 | + <Compile Include="ViewModels\GitHubPane\PullRequestCheckType.cs" /> |
262 | 265 | <Compile Include="ViewModels\GitHubPane\PullRequestFilesViewModel.cs" /> |
263 | 266 | <Compile Include="ViewModels\GitHubPane\PullRequestListItemViewModel.cs" /> |
264 | 267 | <Compile Include="ViewModels\GitHubPane\PullRequestListViewModel.cs" /> |
|
0 commit comments