Skip to content

Commit

Permalink
v5.0.14943.0-Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ITHitBuild committed Jun 9, 2022
1 parent eb231de commit 5e2c6d1
Show file tree
Hide file tree
Showing 30 changed files with 113 additions and 605 deletions.
2 changes: 1 addition & 1 deletion Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ITHit.FileSystem" Version="5.0.14726.0-Beta" />
<PackageReference Include="ITHit.FileSystem" Version="5.0.14943.0-Beta" />
</ItemGroup>
</Project>
59 changes: 0 additions & 59 deletions Common/SynchronizationState.cs

This file was deleted.

51 changes: 1 addition & 50 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,50 +1 @@

<h1>User-mode File System Examples for Windows and macOS in .NET/C#</h1>
<div class="description"></div>
<ul class="list">
<li>
<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/VirtualFileSystem">
<h2>Virtual File System Sample in .NET, C#</h2>
</a>

<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/VirtualFileSystem">
<p>
This sample implements a virtual file system with synchronization support, on-demand loading,&nbsp;selective offline files support, upload and download progress, and error reporting. It synchronizes files and folders both from remote storage to the user f <span>...</span>
</p>
</a>
</li>
<li>
<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/macOS">
<h2>Virtual File System Sample for Mac in .NET, C#</h2>
</a>

<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/macOS">
<p>
This sample implements a virtual file system for Mac with synchronization support and folders on-demand listing.&nbsp;It synchronizes files and folders both from remote storage to the user file system and from the user file system to remote storage. This <span>...</span>
</p>
</a>
</li>
<li>
<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/VirtualDrive/">
<h2>Virtual Drive Sample in .NET, C#</h2>
</a>

<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/VirtualDrive/">
<p>
This is a virtual drive implementation with thumbnail support, Microsoft Office and AutoCAD documents editing support, and automatic Microsoft Office/AutoCAD documents locking. It also demonstrates custom column support in Windows File Manager.&nbsp;To si <span>...</span>
</p>
</a>
</li>
<li>
<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/WebDAVDrive/">
<h2>WebDAV Drive Sample in .NET, C#</h2>
</a>

<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/WebDAVDrive/">
<p>
This sample implements a virtual file system that displays documents from a WebDAV server. You can edit documents, upload and download documents as well as manage folders structure using Windows File Manager. This sample provides automatic documents <span>...</span>
</p>
</a>
</li>
</ul>

��
2 changes: 1 addition & 1 deletion Windows/Common/Core/Common.Windows.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.19041.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ITHit.FileSystem.Windows" Version="5.0.14726.0-Beta" />
<PackageReference Include="ITHit.FileSystem.Windows" Version="5.0.14943.0-Beta" />
<ProjectReference Include="..\..\..\Common\Common.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
<Compile Remove="ETagManager.cs" />
<Compile Remove="ExternalDataManager.cs" />
<Compile Remove="FilteredDocsMonitor.cs" />
<Compile Remove="FullSync\ClientToServerSync.cs" />
<Compile Remove="FullSync\ServerToClientSync.cs" />
<Compile Remove="IMapping.cs" />
<Compile Remove="LockManager.cs" />
<Compile Remove="ServerToClientSync.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ITHit.FileSystem.Windows" Version="5.0.14726.0-Beta" />
<PackageReference Include="ITHit.FileSystem.Windows" Version="5.0.14943.0-Beta" />
<ProjectReference Include="..\..\..\Common\Common.csproj" />
<ProjectReference Include="..\Core\Common.Windows.Core.csproj" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions Windows/Common/VirtualDrive/Filter/MsOfficeFilterHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ namespace ITHit.FileSystem.Samples.Common.Windows
/// Provides methods to detect Microsoft Office files that should not be synced to the remote storage,
/// such as temporary files, Microsoft Office lock files and MS Office files opened (locked) for editing.
/// </summary>
/// <remarks>
/// https://support.microsoft.com/en-us/topic/description-of-how-word-creates-temporary-files-66b112fb-d2c0-8f40-a0be-70a367cc4c85
/// </remarks>
internal class MsOfficeFilterHelper
{
/// <summary>
Expand Down
186 changes: 0 additions & 186 deletions Windows/Common/VirtualDrive/FullSync/FullSyncService.cs

This file was deleted.

Loading

0 comments on commit 5e2c6d1

Please sign in to comment.