Started work on a cleaner more focused file manager form. The form will only be used to diff profile group folders, other tasks will be reserved for future forms.

This commit is contained in:
Admin
2020-12-09 19:09:34 -06:00
parent f1a0a5966a
commit 73ede9e367
8 changed files with 669 additions and 2 deletions
+13
View File
@@ -78,6 +78,12 @@
</ItemGroup>
<ItemGroup>
<Compile Include="DB.cs" />
<Compile Include="FileManager.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FileManager.Designer.cs">
<DependentUpon>FileManager.cs</DependentUpon>
</Compile>
<Compile Include="FileViewer.cs">
<SubType>Form</SubType>
</Compile>
@@ -106,6 +112,9 @@
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Snapshot.cs" />
<EmbeddedResource Include="FileManager.resx">
<DependentUpon>FileManager.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FileViewer.resx">
<DependentUpon>FileViewer.cs</DependentUpon>
</EmbeddedResource>
@@ -149,4 +158,8 @@
</PropertyGroup>
<Error Condition="!Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.2\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.2\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets'))" />
</Target>
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
</Project>