c# - Adding a Resource in Visual Studio 2013 -
so going extremely basic, i'm not familiar visual studio. i'm working on programming kinect using kinectsdk , want use coding4fun kinect toolkit. i've downloaded , put
using coding4fun.kinect.wpf;
at beginning of program, doesn't recognize it. question is, should place files , how can add resource project? when googled around, stuck @ "choose global resource file" because don't see anywhere. provide nice step step instruction?
go tools -> nuget package manager -> package manager console , enter:
install-package coding4fun.kinect.wpf
this should install necessary references.
here's link nuget documentation. it's best way manage external references in visual studio.
Comments
Post a Comment