diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-04-21 01:07:20 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-04-21 01:07:20 +0300 |
| commit | 97a784b6ce43960bdb92465b08f26d3562a4f202 (patch) | |
| tree | f065b36478862b09960f02a46afcc43b4c0131da /Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj | |
| parent | 1b00bc62f17c4d8e308f99a522937c5cefbeab7a (diff) | |
| parent | 5677c3d08e15bef1d6629de42b6c2749f4efcef0 (diff) | |
| download | Tango-97a784b6ce43960bdb92465b08f26d3562a4f202.tar.gz Tango-97a784b6ce43960bdb92465b08f26d3562a4f202.zip | |
MERGE!
Diffstat (limited to 'Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj b/Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj index c6b17cf9a..546dbf3bb 100644 --- a/Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj +++ b/Software/Visual_Studio/Tango.SharedUI/Tango.SharedUI.csproj @@ -79,6 +79,7 @@ <DependentUpon>HiveControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\MultiSelectComboBox.cs" /> + <Compile Include="Controls\MultiSelectComboBoxItem.cs" /> <Compile Include="Controls\MultiSelectDataGrid.cs" /> <Compile Include="Controls\MultiSelectListBox.cs" /> <Compile Include="Controls\MultiTransitionControl.xaml.cs"> @@ -243,6 +244,9 @@ <Name>Tango.DragAndDrop</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <Resource Include="Images\PinClose_Black.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> |
