Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5d08171

Browse files
author
Jasmine
committed
remove non-existent file references from csproj
1 parent d29fb98 commit 5d08171

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/GitHub.App/GitHub.App.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@
117117
<Compile Include="Caches\ImageCache.cs" />
118118
<Compile Include="Extensions\AkavacheExtensions.cs" />
119119
<Compile Include="Extensions\EnvironmentExtensions.cs" />
120-
<Compile Include="Extensions\ValidationExtensions.cs" />
121-
<Compile Include="Factories\UIFactory.cs" />
122120
<Compile Include="GlobalSuppressions.cs" />
123121
<Compile Include="Infrastructure\LoggingConfiguration.cs" />
124122
<Compile Include="Models\PullRequestModel.cs" />
@@ -283,11 +281,11 @@
283281
</Target>
284282
<Import Project="..\..\packages\Fody.1.28.0\build\Fody.targets" Condition="Exists('..\..\packages\Fody.1.28.0\build\Fody.targets')" />
285283
<Import Project="..\..\packages\SQLitePCL.raw_basic.0.7.3.0-vs2012\build\net45\SQLitePCL.raw_basic.targets" Condition="Exists('..\..\packages\SQLitePCL.raw_basic.0.7.3.0-vs2012\build\net45\SQLitePCL.raw_basic.targets')" />
286-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
284+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
287285
Other similar extension points exist, see Microsoft.Common.targets.
288286
<Target Name="BeforeBuild">
289287
</Target>
290288
<Target Name="AfterBuild">
291289
</Target>
292290
-->
293-
</Project>
291+
</Project>

0 commit comments

Comments
 (0)