Skip to content

Commit 88eb74d

Browse files
authored
Merge pull request #67 from microsoft/doc_note
2 parents 861cdae + 91b246d commit 88eb74d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ ProjFS enablement is **required** for this library to work correctly. ProjFS shi
2626
The Windows SDK contains a native C API for ProjFS. The ProjFS Managed API provides a wrapper around
2727
the native API so that developers can write ProjFS providers using managed code.
2828

29+
Note that to use this library on a computer that does not have Visual Studio installed, you must install the [Visual C++ redistributable](https://visualstudio.microsoft.com/downloads/#microsoft-visual-c-redistributable-for-visual-studio-2019). This applies whether you build this source code yourself or use the pre-compiled library [available from nuget.org](https://www.nuget.org/packages/Microsoft.Windows.ProjFS/).
30+
2931
## Solution Layout
3032

3133
### ProjectedFSLib.Managed project

0 commit comments

Comments
 (0)