add .net dll and project

This commit is contained in:
Bill Zissimopoulos
2017-04-01 01:06:40 -07:00
parent afe7f8d728
commit a5eadc50a7
3 changed files with 164 additions and 8 deletions

24
src/dotnet/FileSystem.cs Normal file
View File

@ -0,0 +1,24 @@
/**
* @file dotnet/FileSystem.cs
*
* @copyright 2015-2017 Bill Zissimopoulos
*/
/*
* This file is part of WinFsp.
*
* You can redistribute it and/or modify it under the terms of the GNU
* General Public License version 3 as published by the Free Software
* Foundation.
*
* Licensees holding a valid commercial license may use this file in
* accordance with the commercial license agreement provided with the
* software.
*/
namespace Fsp {
public class FileSystem
{
}
}