Skip to content

Commit 925a807

Browse files
author
Paul van Brenk
committed
Put the WebPiComponentPickerControl back.
1 parent 1ec81cb commit 925a807

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

Common/Product/SharedProject/SharedProject.proj

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,16 @@
583583
<Link>SharedProject\WaitDialog.cs</Link>
584584
<Visible>true</Visible>
585585
</Compile>
586+
<Compile Include="$(_ProjectSystemFilesLocation)\WebPiComponentPickerControl.cs">
587+
<Link>SharedProject\WebPiComponentPickerControl.cs</Link>
588+
<SubType>UserControl</SubType>
589+
<Visible>true</Visible>
590+
</Compile>
591+
<Compile Include="$(_ProjectSystemFilesLocation)\WebPiComponentPickerControl.Designer.cs">
592+
<DependentUpon>WebPiComponentPickerControl.cs</DependentUpon>
593+
<Link>SharedProject\WebPiComponentPickerControl.Designer.cs</Link>
594+
<Visible>true</Visible>
595+
</Compile>
586596
<Compile Include="$(_ProjectSystemFilesLocation)\ProvideDebugEngineAttribute.cs">
587597
<Link>SharedProject\Debugger\ProvideDebugEngineAttribute.cs</Link>
588598
<Visible>true</Visible>
@@ -696,22 +706,6 @@
696706
<ManifestResourceName>Microsoft.VisualStudio.Project</ManifestResourceName>
697707
<Visible>true</Visible>
698708
</EmbeddedResource>
699-
<Compile Include="$(_ProjectSystemFilesLocation)\WebPiComponentPickerControl.cs">
700-
<Link>SharedProject\WebPiComponentPickerControl.cs</Link>
701-
<SubType>UserControl</SubType>
702-
<Visible>true</Visible>
703-
</Compile>
704-
<Compile Include="$(_ProjectSystemFilesLocation)\WebPiComponentPickerControl.Designer.cs">
705-
<DependentUpon>WebPiComponentPickerControl.cs</DependentUpon>
706-
<Link>SharedProject\WebPiComponentPickerControl.Designer.cs</Link>
707-
<Visible>true</Visible>
708-
</Compile>
709-
<EmbeddedResource Include="$(_ProjectSystemFilesLocation)\WebPiComponentPickerControl.resx">
710-
<DependentUpon>WebPiComponentPickerControl.cs</DependentUpon>
711-
<Link>SharedProject\WebPiComponentPickerControl.resx</Link>
712-
<SubType>Designer</SubType>
713-
<Visible>true</Visible>
714-
</EmbeddedResource>
715709
</ItemGroup>
716710
<ItemGroup Condition="$(VSTarget) == '15.0'">
717711
<EmbeddedResource Include="$(_ProjectSystemFilesLocation)\ProjectResources.cs.resx">
@@ -785,4 +779,12 @@
785779
<Visible>true</Visible>
786780
</EmbeddedResource>
787781
</ItemGroup>
782+
<ItemGroup>
783+
<EmbeddedResource Include="$(_ProjectSystemFilesLocation)\WebPiComponentPickerControl.resx">
784+
<DependentUpon>WebPiComponentPickerControl.cs</DependentUpon>
785+
<Link>SharedProject\WebPiComponentPickerControl.resx</Link>
786+
<SubType>Designer</SubType>
787+
<Visible>true</Visible>
788+
</EmbeddedResource>
789+
</ItemGroup>
788790
</Project>

0 commit comments

Comments
 (0)