Filesystem: Clean up

This commit is contained in:
Jonathan Jenne 2020-12-17 13:36:40 +01:00
parent ebf53ea108
commit 99e5675d51
10 changed files with 9 additions and 9 deletions

View File

@ -75,16 +75,16 @@
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="Compression.vb" />
<Compile Include="DocumentObject.vb" />
<Compile Include="EncryptionLegacy.vb" />
<Compile Include="FileContainer.vb" />
<Compile Include="Encryption.vb" />
<Compile Include="Encryption\Compression.vb" />
<Compile Include="FileContainer\DocumentObject.vb" />
<Compile Include="Encryption\EncryptionLegacy.vb" />
<Compile Include="FileContainer\FileContainer.vb" />
<Compile Include="Encryption\Encryption.vb" />
<Compile Include="File.vb" />
<Compile Include="FileContainerInner.vb" />
<Compile Include="FileWatcher.vb" />
<Compile Include="FileWatcherFilters.vb" />
<Compile Include="FileWatcherProperties.vb" />
<Compile Include="FileContainer\FileContainerInner.vb" />
<Compile Include="FileWatcher\FileWatcher.vb" />
<Compile Include="FileWatcher\FileWatcherFilters.vb" />
<Compile Include="FileWatcher\FileWatcherProperties.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>