fix folder name
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2018-01-05 Alexey Kolpakov <mail@alhimik.me>
|
||||
Port to .Net Standard 2
|
||||
|
||||
2016-06-08 Justin Needham <jneedhamspkt@gmail.com>
|
||||
Migrate from gmcs to mcs for Mono 4.*
|
||||
* configure.ac: gmcs --> mcs
|
||||
|
||||
@@ -10,7 +10,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedirectFS", "example\Redir
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedirectFS-FH", "example\RedirectFS-FH\RedirectFS-FH.csproj", "{1D5F7569-C773-422B-B783-3F1775816D45}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{85A3668F-D9E7-4794-8723-4F3767008CB9}"
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{85A3668F-D9E7-4794-8723-4F3767008CB9}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
||||
@@ -4,4 +4,4 @@ This is a .NET Standard binding for FUSE, port of [mono-fuse](https://github.com
|
||||
|
||||
For documentation see [here](http://www.jprl.com/Projects/mono-fuse/docs/).
|
||||
|
||||
To run examples clone this repository, run `build-libs.sh` and then run projects from `examples/` folder.
|
||||
To run examples clone this repository, run `build-libs.sh` and then run projects from `example/` folder.
|
||||
Reference in New Issue
Block a user