ConfigManager: Test write access for config paths

This commit is contained in:
Jonathan Jenne
2019-07-08 12:18:58 +02:00
parent 75fc25bf94
commit b88479b8b5
3 changed files with 75 additions and 39 deletions

View File

@@ -79,7 +79,9 @@
<Compile Include="DocumentObject.vb" />
<Compile Include="FileContainer.vb" />
<Compile Include="Encryption.vb" />
<Compile Include="File.vb" />
<Compile Include="File.vb">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Compile>
<Compile Include="FileContainerInner.vb" />
<Compile Include="FileWatcher.vb" />
<Compile Include="FileWatcherFilters.vb" />