Update quickstart

Tim Young 2017-10-04 03:07:52 +02:00
parent 4e78ea25e2
commit 0f6c7dcfb9

@ -1,6 +1,7 @@
# Quick-Start # Quick-Start
## Adding a Reference ## Adding a Reference
In your project (make a new project if you do not have one already), right-click “References” in the “Solution Explorer” and “Add Reference.” Go down to “Browse” and find the SpriteLibrary DLL. If you have built it (see above), it should be in your projects/SpriteLibrary/SpriteLibrary/Bin/Release directory. If you develop a game and use the built-in ClickOnce installer, this DLL will be automatically installed, along with your package, now that you have added it as a reference. So you should only need to do this once per project. In your project (make a new project if you do not have one already), right-click “References” in the “Solution Explorer” and “Add Reference.” Go down to “Browse” and find the SpriteLibrary DLL. If you have built it (see above), it should be in your projects/SpriteLibrary/SpriteLibrary/Bin/Release directory. If you develop a game and use the built-in ClickOnce installer, this DLL will be automatically installed, along with your package, now that you have added it as a reference. So you should only need to do this once per project.
![Adding a reference](images/AddingAReference.png) ![Adding a reference](images/AddingAReference.png)
## Using the Sprite Library ## Using the Sprite Library