Reputation: 502
How make JSON-files part of project in VisualStudio 2012? How access to the file? How to set them copy automatically?
Upvotes: 3
Views: 13674
Reputation: 1
Add
New Item
or use the Shortcut for New Item
( Step 1-3 ) which is Ctrl+Shift+A
JSON File
Add
buttonUpvotes: 0
Reputation: 815
Upvotes: 3
Reputation: 82096
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
.
Upvotes: 6