File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -125,17 +125,6 @@ dotnet run --project dokan-mirror-manager/dokan-mirror-manager.csproj
125125
126126> ⚠️ ** Note** : Must be run as Administrator for Dokan operations.
127127
128- ### 📦 Building as Library
129-
130- The project includes ` Loader.cs.example ` which demonstrates how to use DokanMirror as a library:
131-
132- 1 . Change ` OutputType ` in ` .csproj ` from ` WinExe ` to ` Library `
133- 2 . Rename ` Loader.cs.example ` to ` Loader.cs `
134- 3 . Build the project - it will produce ` DokanMirror.dll `
135- 4 . Call ` __Launch__ ` from your native code to start the application
136-
137- See [ Loader.cs.example] ( dokan-mirror-manager/Loader.cs.example ) for C/C++ usage examples.
138-
139128## ⚙️ Configuration
140129
141130Mount configurations are automatically saved to ` mounts.json ` in the application directory.
You can’t perform that action at this time.
0 commit comments