Added SQLite database for saving folder settings...
745dd965
Aaron Campf
committed
51 changed files
app.config
/BExplorer/BetterExplorer/app.config-1+22
/BExplorer/BetterExplorer/app.config
Add comment 1 <?xml version="1.0" encoding="utf-8"?>
Add comment 2 <configuration>
Add comment 3 Minus  <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /></startup>
Add comment 3 Plus   <configSections>
Add comment 4 Plus   <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
Add comment 5 Plus   <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
Add comment 6 Plus   </configSections>
Add comment 7 Plus   <startup>
Add comment 8 Plus   <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
Add comment 9 Plus   </startup>
Add comment 4 10 <runtime>
Add comment 5 11 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
Add comment 6 12 <dependentAssembly>
Add comment 9 15 </dependentAssembly>
Add comment 10 16 </assemblyBinding>
Add comment 11 17 </runtime>
Add comment 18 Plus   <system.data>
Add comment 19 Plus   <DbProviderFactories>
Add comment 20 Plus   <remove invariant="System.Data.SQLite" />
Add comment 21 Plus   <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
Add comment 22 Plus   <remove invariant="System.Data.SQLite.EF6" />
Add comment 23 Plus   <add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".Net Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
Add comment 24 Plus   </DbProviderFactories>
Add comment 25 Plus   </system.data>
Add comment 26 Plus   <entityFramework>
Add comment 27 Plus   <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
Add comment 28 Plus   <providers>
Add comment 29 Plus   <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
Add comment 30 Plus   <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
Add comment 31 Plus   </providers>
Add comment 32 Plus   </entityFramework>
Add comment 12 33 </configuration>
BetterExplorer.csproj
/BExplorer/BetterExplorer/BetterExplorer.csproj-1+24
/BExplorer/BetterExplorer/BetterExplorer.csproj
Add comment 132 <SpecificVersion>False</SpecificVersion>
Add comment 133 <HintPath>.\AutomaticUpdaterWPF.dll</HintPath>
Add comment 134 </Reference>
Add comment 135 Plus   <Reference Include="EntityFramework">
Add comment 136 Plus   <HintPath>..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
Add comment 137 Plus   </Reference>
Add comment 138 Plus   <Reference Include="EntityFramework.SqlServer">
Add comment 139 Plus   <HintPath>..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
Add comment 140 Plus   </Reference>
Add comment 135 141 <Reference Include="Microsoft.Live, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
Add comment 136 142 <Reference Include="Microsoft.VisualBasic" />
Add comment 137 143 <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
Add comment 149 155 <Reference Include="PresentationFramework.Aero" />
Add comment 150 156 <Reference Include="System" />
Add comment 151 157 <Reference Include="System.ComponentModel.Composition" />
Add comment 158 Plus   <Reference Include="System.ComponentModel.DataAnnotations" />
Add comment 152 159 <Reference Include="System.Data" />
Add comment 160 Plus   <Reference Include="System.Data.SQLite, Version=1.0.92.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
Add comment 161 Plus   <SpecificVersion>False</SpecificVersion>
Add comment 162 Plus   <HintPath>..\..\packages\System.Data.SQLite.Core.1.0.92.0\lib\net45\System.Data.SQLite.dll</HintPath>
Add comment 163 Plus   </Reference>
Add comment 164 Plus   <Reference Include="System.Data.SQLite.EF6">
Add comment 165 Plus   <HintPath>..\..\packages\System.Data.SQLite.EF6.1.0.92.0\lib\net45\System.Data.SQLite.EF6.dll</HintPath>
Add comment 166 Plus   </Reference>
Add comment 167 Plus   <Reference Include="System.Data.SQLite.Linq">
Add comment 168 Plus   <HintPath>..\..\packages\System.Data.SQLite.Linq.1.0.92.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
Add comment 169 Plus   </Reference>
Add comment 153 170 <Reference Include="System.DirectoryServices" />
Add comment 154 171 <Reference Include="System.Drawing" />
Add comment 155 172 <Reference Include="System.Management" />
Add comment 753 770 <Content Include="7z64.dll">
Add comment 754 771 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Add comment 755 772 </Content>
Add comment 773 Plus   <Content Include="x64\SQLite.Interop.dll">
Add comment 774 Plus   <CopyToOutputDirectory>Always</CopyToOutputDirectory>
Add comment 775 Plus   </Content>
Add comment 776 Plus   <Content Include="x86\SQLite.Interop.dll">
Add comment 777 Plus   <CopyToOutputDirectory>Always</CopyToOutputDirectory>
Add comment 778 Plus   </Content>
Add comment 756 779 <Resource Include="Translation\Flags\GR.gif" />
Add comment 757 780 <Resource Include="Images\bexplorerscr.png" />
Add comment 758 781 <Resource Include="Images\bexplorerlogo.png" />
Add comment 1191 1214 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Add comment 1192 1215 <ProjectExtensions>
Add comment 1193 1216 <VisualStudio>
Add comment 1194 Minus   <UserProperties BuildVersion_BuildVersioningStyle="None.None.None.Increment" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_UpdateFileVersion="True" BuildVersion_UseGlobalSettings="True" />
Add comment 1217 Plus   <UserProperties BuildVersion_UseGlobalSettings="True" BuildVersion_UpdateFileVersion="True" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.None.Increment" />
Add comment 1195 1218 </VisualStudio>
Add comment 1196 1219 </ProjectExtensions>
Add comment 1197 1220 <!-- <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
MainWindow.xaml.cs
/BExplorer/BetterExplorer/MainWindow.xaml.cs-28+16
/BExplorer/BetterExplorer/MainWindow.xaml.cs
Add comment 832 private void SetUpRibbonTabsVisibilityOnSelectOrNavigate(int selectedItemsCount, ShellItem selectedItem) {
Add comment 833 #region Search Contextual Tab
Add comment 834 ctgSearch.Visibility = BooleanToVisibiliy(ShellListView.CurrentFolder.IsSearchFolder);
Add comment 835 Minus   if (ctgSearch.Visibility == System.Windows.Visibility.Visible && !ShellListView.CurrentFolder.IsSearchFolder) {
Add comment 836 Minus   ctgSearch.Visibility = System.Windows.Visibility.Collapsed;
Add comment 835 Plus   if (ctgSearch.Visibility == Visibility.Visible && !ShellListView.CurrentFolder.IsSearchFolder) {
Add comment 836 Plus   ctgSearch.Visibility = Visibility.Collapsed;
Add comment 837 TheRibbon.SelectedTabItem = HomeTab;
Add comment 838 }
Add comment 839 #endregion
Add comment 2030 this.ShellListView.EndItemLabelEdit += ShellListView_EndItemLabelEdit;
Add comment 2031 }
Add comment 2032
Add comment 2033 Minus   void ShellListView_EndItemLabelEdit(object sender, EventArgs e)
Add comment 2034 Minus   {
Add comment 2033 Plus   void ShellListView_EndItemLabelEdit(object sender, EventArgs e) {
Add comment 2035 2034 this.Editor.IsOpen = false;
Add comment 2036 2035 }
Add comment 2037 2036
Add comment 2038 Minus   void ShellListView_BeginItemLabelEdit(object sender, EventArgs e)
Add comment 2039 Minus   {
Add comment 2037 Plus   void ShellListView_BeginItemLabelEdit(object sender, EventArgs e) {
Add comment 2040 2038 var isSmall = this.ShellListView.IconSize == 16;
Add comment 2041 2039 var itemRect = this.ShellListView.GetItemBounds(this.ShellListView.GetFirstSelectedItemIndex(), 0);
Add comment 2042 2040 var itemLabelRect = this.ShellListView.GetItemBounds(this.ShellListView.GetFirstSelectedItemIndex(), 2);
Add comment 2043 2041 this.txtEditor.Text = this.ShellListView.GetFirstSelectedItem().DisplayName;
Add comment 2044 Minus   var point = this.ShellViewHost.PointToScreen(new System.Windows.Point( isSmall? itemLabelRect.Left : itemRect.Left, itemLabelRect.Top));
Add comment 2042 Plus   var point = this.ShellViewHost.PointToScreen(new System.Windows.Point(isSmall ? itemLabelRect.Left : itemRect.Left, itemLabelRect.Top));
Add comment 2045 2043 this.Editor.HorizontalOffset = point.X;
Add comment 2046 2044 this.Editor.VerticalOffset = point.Y;
Add comment 2047 2045
Add comment 2048 Minus   if (isSmall)
Add comment 2049 Minus   {
Add comment 2046 Plus   if (isSmall) {
Add comment 2050 2047 this.txtEditor.MaxHeight = itemLabelRect.Height;
Add comment 2051 2048 this.txtEditor.MaxWidth = Double.PositiveInfinity;
Add comment 2052 2049 }
Add comment 2053 Minus   else
Add comment 2054 Minus   {
Add comment 2050 Plus   else {
Add comment 2055 2051 this.txtEditor.MaxWidth = itemRect.Width;
Add comment 2056 2052 this.txtEditor.MaxHeight = Double.PositiveInfinity;
Add comment 2057 2053 }
Add comment 2781 2777
Add comment 2782 2778 return true;
Add comment 2783 2779 }
Add comment 2784 Minus   else if (this.ShellListView.CurrentFolder.IsFileSystem || this.ShellListView.CurrentFolder.Parent.ParsingName == KnownFolders.Libraries.ParsingName){
Add comment 2780 Plus   else if (this.ShellListView.CurrentFolder.IsFileSystem || this.ShellListView.CurrentFolder.Parent.ParsingName == KnownFolders.Libraries.ParsingName) {
Add comment 2785 2781 btnCreateFolder.Header = FindResource("btnNewFolderCP");//"New Folder";
Add comment 2786 2782 stNewFolder.Title = FindResource("btnNewFolderCP").ToString(); //"New Folder";
Add comment 2787 2783 stNewFolder.Text = "Creates a new folder in the current folder";
Add comment 2791 2787
Add comment 2792 2788 return false;
Add comment 2793 2789 }
Add comment 2794 Minus   else
Add comment 2795 Minus   {
Add comment 2790 Plus   else {
Add comment 2796 2791 return false;
Add comment 2797 2792 }
Add comment 2798 2793 }
Add comment 5636 5631 focusTimer.Start();
Add comment 5637 5632 }
Add comment 5638 5633
Add comment 5639 Minus   void focusTimer_Tick(object sender, EventArgs e)
Add comment 5640 Minus   {
Add comment 5634 Plus   void focusTimer_Tick(object sender, EventArgs e) {
Add comment 5641 5635 this.ShellListView.Focus();
Add comment 5642 5636 (sender as System.Windows.Forms.Timer).Stop();
Add comment 5643 5637 }
Add comment 5644 5638
Add comment 5645 5639 #endregion
Add comment 5646 5640
Add comment 5647 Minus   private void RibbonWindow_StateChanged(object sender, EventArgs e)
Add comment 5648 Minus   {
Add comment 5649 Minus   if (this.WindowState != System.Windows.WindowState.Minimized)
Add comment 5650 Minus   {
Add comment 5641 Plus   private void RibbonWindow_StateChanged(object sender, EventArgs e) {
Add comment 5642 Plus   if (this.WindowState != System.Windows.WindowState.Minimized) {
Add comment 5651 5643 focusTimer.Interval = 500;
Add comment 5652 5644 focusTimer.Tick += focusTimer_Tick;
Add comment 5653 5645 focusTimer.Start();
Add comment 5654 5646 }
Add comment 5655 5647 }
Add comment 5656 5648
Add comment 5657 Minus   private void txtEditor_TextChanged(object sender, TextChangedEventArgs e)
Add comment 5658 Minus   {
Add comment 5649 Plus   private void txtEditor_TextChanged(object sender, TextChangedEventArgs e) {
Add comment 5659 5650 this.ShellListView.NewName = this.txtEditor.Text;
Add comment 5660 5651 }
Add comment 5661 5652
Add comment 5662 Minus   private void txtEditor_PreviewKeyDown(object sender, KeyEventArgs e)
Add comment 5663 Minus   {
Add comment 5653 Plus   private void txtEditor_PreviewKeyDown(object sender, KeyEventArgs e) {
Add comment 5664 5654 //if (e.Key == Key.Escape)
Add comment 5665 5655 //{
Add comment 5666 5656 // this.ShellListView.EndLabelEdit(true);
Add comment 5671 5661 //}
Add comment 5672 5662 }
Add comment 5673 5663
Add comment 5674 Minus   private void Editor_Closed(object sender, EventArgs e)
Add comment 5675 Minus   {
Add comment 5664 Plus   private void Editor_Closed(object sender, EventArgs e) {
Add comment 5676 5665 this.ShellListView.Focus();
Add comment 5677 5666 var index = this.ShellListView.ItemForRename;
Add comment 5678 5667 this.ShellListView.ItemForRename = -1;
Add comment 5681 5670 //MessageBox.Show(FocusManager.GetFocusedElement(this).ToString());
Add comment 5682 5671 }
Add comment 5683 5672
Add comment 5684 Minus   private void Editor_Opened(object sender, EventArgs e)
Add comment 5685 Minus   {
Add comment 5673 Plus   private void Editor_Opened(object sender, EventArgs e) {
Add comment 5686 5674 //FocusManager.SetIsFocusScope(this, true);
Add comment 5687 5675 }
Add comment 5688 5676
packages.config
/BExplorer/BetterExplorer/packages.config
/BExplorer/BetterExplorer/packages.config
App.config.transform
/packages/EntityFramework.6.0.0/Content/App.config.transform+6
/packages/EntityFramework.6.0.0/Content/App.config.transform
Add comment 1 Plus  <configuration>
Add comment 2 Plus   <configSections>
Add comment 3 Plus   <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
Add comment 4 Plus   </configSections>
Add comment 5 Plus  </configuration>
Add comment 6 Plus  
Web.config.transform
/packages/EntityFramework.6.0.0/Content/Web.config.transform+6
/packages/EntityFramework.6.0.0/Content/Web.config.transform
Add comment 1 Plus  <configuration>
Add comment 2 Plus   <configSections>
Add comment 3 Plus   <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
Add comment 4 Plus   </configSections>
Add comment 5 Plus  </configuration>
Add comment 6 Plus  
EntityFramework.SqlServer.xml
/packages/EntityFramework.6.0.0/lib/net40/EntityFramework.SqlServer.xml
/packages/EntityFramework.6.0.0/lib/net40/EntityFramework.SqlServer.xml
EntityFramework.xml
/packages/EntityFramework.6.0.0/lib/net40/EntityFramework.xml
/packages/EntityFramework.6.0.0/lib/net40/EntityFramework.xml
EntityFramework.SqlServer.xml
/packages/EntityFramework.6.0.0/lib/net45/EntityFramework.SqlServer.xml
/packages/EntityFramework.6.0.0/lib/net45/EntityFramework.SqlServer.xml
EntityFramework.xml
/packages/EntityFramework.6.0.0/lib/net45/EntityFramework.xml
/packages/EntityFramework.6.0.0/lib/net45/EntityFramework.xml
about_EntityFramework.help.txt
/packages/EntityFramework.6.0.0/tools/about_EntityFramework.help.txt
/packages/EntityFramework.6.0.0/tools/about_EntityFramework.help.txt
EntityFramework.psd1
/packages/EntityFramework.6.0.0/tools/EntityFramework.psd1
/packages/EntityFramework.6.0.0/tools/EntityFramework.psd1
EntityFramework.psm1
/packages/EntityFramework.6.0.0/tools/EntityFramework.psm1
/packages/EntityFramework.6.0.0/tools/EntityFramework.psm1
init.ps1
/packages/EntityFramework.6.0.0/tools/init.ps1
/packages/EntityFramework.6.0.0/tools/init.ps1
install.ps1
/packages/EntityFramework.6.0.0/tools/install.ps1
/packages/EntityFramework.6.0.0/tools/install.ps1
EntityFramework.6.0.0.nupkg
/packages/EntityFramework.6.0.0/EntityFramework.6.0.0.nupkg
/packages/EntityFramework.6.0.0/EntityFramework.6.0.0.nupkg
System.Data.SQLite.1.0.92.0.nupkg
/packages/System.Data.SQLite.1.0.92.0/System.Data.SQLite.1.0.92.0.nupkg
/packages/System.Data.SQLite.1.0.92.0/System.Data.SQLite.1.0.92.0.nupkg
System.Data.SQLite.xml
/packages/System.Data.SQLite.Core.1.0.92.0/lib/net20/System.Data.SQLite.xml
/packages/System.Data.SQLite.Core.1.0.92.0/lib/net20/System.Data.SQLite.xml
System.Data.SQLite.xml
/packages/System.Data.SQLite.Core.1.0.92.0/lib/net40/System.Data.SQLite.xml
/packages/System.Data.SQLite.Core.1.0.92.0/lib/net40/System.Data.SQLite.xml
System.Data.SQLite.xml
/packages/System.Data.SQLite.Core.1.0.92.0/lib/net45/System.Data.SQLite.xml
/packages/System.Data.SQLite.Core.1.0.92.0/lib/net45/System.Data.SQLite.xml
System.Data.SQLite.xml
/packages/System.Data.SQLite.Core.1.0.92.0/lib/net451/System.Data.SQLite.xml
/packages/System.Data.SQLite.Core.1.0.92.0/lib/net451/System.Data.SQLite.xml
install.ps1
/packages/System.Data.SQLite.Core.1.0.92.0/tools/net20/install.ps1
/packages/System.Data.SQLite.Core.1.0.92.0/tools/net20/install.ps1
install.ps1
/packages/System.Data.SQLite.Core.1.0.92.0/tools/net40/install.ps1
/packages/System.Data.SQLite.Core.1.0.92.0/tools/net40/install.ps1
install.ps1
/packages/System.Data.SQLite.Core.1.0.92.0/tools/net45/install.ps1
/packages/System.Data.SQLite.Core.1.0.92.0/tools/net45/install.ps1
install.ps1
/packages/System.Data.SQLite.Core.1.0.92.0/tools/net451/install.ps1
/packages/System.Data.SQLite.Core.1.0.92.0/tools/net451/install.ps1
System.Data.SQLite.Core.1.0.92.0.nupkg
/packages/System.Data.SQLite.Core.1.0.92.0/System.Data.SQLite.Core.1.0.92.0.nupkg
/packages/System.Data.SQLite.Core.1.0.92.0/System.Data.SQLite.Core.1.0.92.0.nupkg
app.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net40/app.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net40/app.config.transform
web.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net40/web.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net40/web.config.transform
app.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net45/app.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net45/app.config.transform
web.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net45/web.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net45/web.config.transform
app.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net451/app.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net451/app.config.transform
web.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net451/web.config.transform
/packages/System.Data.SQLite.EF6.1.0.92.0/content/net451/web.config.transform
install.ps1
/packages/System.Data.SQLite.EF6.1.0.92.0/tools/net40/install.ps1
/packages/System.Data.SQLite.EF6.1.0.92.0/tools/net40/install.ps1
install.ps1
/packages/System.Data.SQLite.EF6.1.0.92.0/tools/net45/install.ps1
/packages/System.Data.SQLite.EF6.1.0.92.0/tools/net45/install.ps1
install.ps1
/packages/System.Data.SQLite.EF6.1.0.92.0/tools/net451/install.ps1
/packages/System.Data.SQLite.EF6.1.0.92.0/tools/net451/install.ps1
System.Data.SQLite.EF6.1.0.92.0.nupkg
/packages/System.Data.SQLite.EF6.1.0.92.0/System.Data.SQLite.EF6.1.0.92.0.nupkg
/packages/System.Data.SQLite.EF6.1.0.92.0/System.Data.SQLite.EF6.1.0.92.0.nupkg
app.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net20/app.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net20/app.config.transform
web.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net20/web.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net20/web.config.transform
app.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net40/app.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net40/app.config.transform
web.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net40/web.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net40/web.config.transform
app.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net45/app.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net45/app.config.transform
web.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net45/web.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net45/web.config.transform
app.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net451/app.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net451/app.config.transform
web.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net451/web.config.transform
/packages/System.Data.SQLite.Linq.1.0.92.0/content/net451/web.config.transform
System.Data.SQLite.Linq.1.0.92.0.nupkg
/packages/System.Data.SQLite.Linq.1.0.92.0/System.Data.SQLite.Linq.1.0.92.0.nupkg
/packages/System.Data.SQLite.Linq.1.0.92.0/System.Data.SQLite.Linq.1.0.92.0.nupkg
repositories.config
/packages/repositories.config
/packages/repositories.config
app.config
/Shell/app.config
/Shell/app.config
packages.config
/Shell/packages.config
/Shell/packages.config
Settings.sqlite
/Shell/Settings.sqlite
/Shell/Settings.sqlite
Shell.csproj
/Shell/Shell.csproj
/Shell/Shell.csproj
ShellViewEx.cs
/Shell/ShellViewEx.cs
/Shell/ShellViewEx.cs