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

Commit 9105615

Browse files
committed
Fix CI build
Remove duplicate entries
1 parent 715d4c9 commit 9105615

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

src/GitHub.VisualStudio.UI/GitHub.VisualStudio.UI.csproj

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,13 @@
2828
<PackageReference Include="Markdig.Wpf.Signed" version="0.2.1" />
2929
<PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes" Version="15.0.27" />
3030
</ItemGroup>
31-
32-
<ItemGroup>
33-
<Compile Update="Views\Documents\IssueishCommentView.xaml.cs">
34-
<DependentUpon>IssueishCommentView.xaml</DependentUpon>
35-
</Compile>
36-
<Compile Update="Views\GitHubPane\NoRemoteOriginView.xaml.cs">
37-
<DependentUpon>NoRemoteOriginView.xaml</DependentUpon>
38-
</Compile>
39-
</ItemGroup>
40-
31+
4132
<ItemGroup>
42-
<Page Include="Properties\DesignTimeResources.xaml" Condition="'$(DesignTime)'=='true' OR ('$(SolutionPath)'!='' AND Exists('$(SolutionPath)') AND '$(BuildingInsideVisualStudio)'!='true' AND '$(BuildingInsideExpressionBlend)'!='true')">
33+
<Page Update="Properties\DesignTimeResources.xaml" Condition="'$(DesignTime)'=='true' OR ('$(SolutionPath)'!='' AND Exists('$(SolutionPath)') AND '$(BuildingInsideVisualStudio)'!='true' AND '$(BuildingInsideExpressionBlend)'!='true')">
4334
<Generator>MSBuild:Compile</Generator>
4435
<SubType>Designer</SubType>
4536
<ContainsDesignTimeResources>true</ContainsDesignTimeResources>
4637
</Page>
47-
</ItemGroup>
48-
38+
</ItemGroup>
4939

5040
</Project>

0 commit comments

Comments
 (0)