Builds directly into the build output folder of runluau for fast testing.
- Copy
runluau-template
, and rename it. - Rename
runluau-template.vcxproj
,runluau-template.vcxproj.filters
, andrunluau-template.vcxproj.user
according to the name you chose. - Right click the runluau-plugins solution and click
Add -> Existing Project...
. - Pick the
.vcxproj
of the new plugin you made. - Edit
lib.cpp
to do whatever you want.