click on the file and find build action and select embedded resource and that's it.
Here's an example how to extract an embedded resource:
Extract("BlackOps2", Path.Combine(DLLLocation, filePath.Replace("\\PS3Lib.dll", "")), "Lib270", "PS3Lib.dll");
Here's the code to grab those embedded resources:
You must be logged in and thank the post to view hidden content.