Skip to content

Commit eedaf63

Browse files
committed
Added dev environment setup information for clarity
1 parent 1d43781 commit eedaf63

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,17 @@ ASPNetImage is a work in progress and any help completing the object is apprecia
6363
* *SaveImage*<br />_Partially implemented._ Saves the image, but currently only in JPEG format.
6464

6565

66+
# Environment Configuration
67+
68+
* Visual Studio 2010 or greater
69+
70+
* Install and configure NUnit. TestDriven.NET, which provides NUnit is available at http://testdriven.net/ You will need to add a reference to "nunit.framework" in the UnitTests project.
71+
72+
* Configure DLL signing. In Visual Studio, open the ASPNetImage project properties and click on the "Signing" tab. Check the box labeled "Sign the assembly" and select "< New >" from the "Choose a strong name key file:" dropdown and follow the prompts.
73+
74+
* You should be able to build the DLL and run the unit tests at this point.
75+
76+
6677
# Troubleshooting
6778

6879
**Installation Issues**

0 commit comments

Comments
 (0)