put example build command in code block

This commit is contained in:
Jason Ly 2026-01-01 17:31:26 -05:00
parent 0c4db08de3
commit 460b965a41

View File

@ -76,4 +76,7 @@ x64\release\joomer-efsw-file-monitoring.exe
- Future / Preview,v145,14.5x (Likely VS 2025/Next)
For example, if your using Visual Studio 2022
```
msbuild joomer-efsw-file-monitoring.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
```