A list of files (pictures) can be searched and shown in listbox
This commit is contained in:
@ -32,9 +32,11 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="PresentationCore" />
|
||||
<Reference Include="PresentationFramework" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
@ -45,6 +47,8 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Filing.cs" />
|
||||
<Compile Include="Helpers\Dialogs.cs" />
|
||||
<Compile Include="InterFaces\IDialogs.cs" />
|
||||
<Compile Include="InterFaces\IFiling.cs" />
|
||||
<Compile Include="InterFaces\IRegistring.cs" />
|
||||
<Compile Include="Models\LocalPicture.cs" />
|
||||
|
||||
Reference in New Issue
Block a user