|
77 | 77 | <HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
78 | 78 | <Private>False</Private> |
79 | 79 | </Reference> |
80 | | - <Reference Include="NLog"> |
81 | | - <HintPath>..\..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath> |
82 | | - </Reference> |
83 | 80 | <Reference Include="PresentationCore" /> |
84 | 81 | <Reference Include="PresentationFramework" /> |
| 82 | + <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> |
| 83 | + <HintPath>..\..\packages\Serilog.2.5.0\lib\net46\Serilog.dll</HintPath> |
| 84 | + <Private>True</Private> |
| 85 | + </Reference> |
85 | 86 | <Reference Include="rothko, Version=0.0.2.0, Culture=neutral, PublicKeyToken=9f664c41f503810a, processorArchitecture=MSIL"> |
86 | 87 | <HintPath>..\..\packages\Rothko.0.0.2-ghfvs\lib\net45\rothko.dll</HintPath> |
87 | 88 | <Private>True</Private> |
|
140 | 141 | <Compile Include="Extensions\EnvironmentExtensions.cs" /> |
141 | 142 | <Compile Include="Factories\UIFactory.cs" /> |
142 | 143 | <Compile Include="GlobalSuppressions.cs" /> |
143 | | - <Compile Include="Infrastructure\LoggingConfiguration.cs" /> |
144 | 144 | <Compile Include="Models\PullRequestFileModel.cs" /> |
145 | 145 | <Compile Include="Models\PullRequestModel.cs" /> |
146 | 146 | <Compile Include="Resources.Designer.cs"> |
|
190 | 190 | <Compile Include="SampleData\SampleViewModels.cs" /> |
191 | 191 | <Compile Include="Api\ApiClient.cs" /> |
192 | 192 | <Compile Include="Factories\ApiClientFactory.cs" /> |
193 | | - <None Include="Services\Browser.cs" /> |
194 | 193 | <Compile Include="Services\EnterpriseProbe.cs" /> |
195 | 194 | <Compile Include="Services\ErrorMap.cs" /> |
196 | 195 | <Compile Include="Services\ErrorMessage.cs" /> |
|
294 | 293 | <Project>{6afe2e2d-6db0-4430-a2ea-f5f5388d2f78}</Project> |
295 | 294 | <Name>GitHub.Extensions</Name> |
296 | 295 | </ProjectReference> |
| 296 | + <ProjectReference Include="..\GitHub.Logging\GitHub.Logging.csproj"> |
| 297 | + <Project>{8d73575a-a89f-47cc-b153-b47dd06837f0}</Project> |
| 298 | + <Name>GitHub.Logging</Name> |
| 299 | + </ProjectReference> |
297 | 300 | <ProjectReference Include="..\GitHub.UI.Reactive\GitHub.UI.Reactive.csproj"> |
298 | 301 | <Project>{158b05e8-fdbc-4d71-b871-c96e28d5adf5}</Project> |
299 | 302 | <Name>GitHub.UI.Reactive</Name> |
|
305 | 308 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
306 | 309 | </EmbeddedResource> |
307 | 310 | </ItemGroup> |
| 311 | + <ItemGroup> |
| 312 | + <Analyzer Include="..\..\packages\SerilogAnalyzer.0.12.0.0\analyzers\dotnet\cs\SerilogAnalyzer.dll" /> |
| 313 | + </ItemGroup> |
308 | 314 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
309 | 315 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
310 | 316 | <PropertyGroup> |
|
0 commit comments