How make JSON-files part of project in VisualStudio 2012? How access to the file? How to set them copy automatically?
3 Answers
How make JSON-files part of project in Visual Studio 2012
Right-click the project and select "Add files..." option (you can reference any inside a project).
How access to the file?
You would need to elaborate a bit more on this one...access when exactly? During runtime/design time?
How to set them copy automatically
Right-click the file once added to the project and set the Copy to Output Dir option to true.
3 Comments
James
@Zverit you can open the JSON file directly in VS.
King_Fisher
Add new files, I can't see any .json format in Vs2012
James
@King_Fisher just opt for "All files" if it's not part of the file types.