This PR sets up the EnergyAnalysisForDynamo repository for testing using RTF. The instructions for setting up a project for testing have also been updated based on this experience.
Created a property sheet and linked it to all of your projects so that reference locations can be set in one location.
Added a test project to the solution with one test that is verified to work with the current build of RTF on Revit 2014.
Added an AfterBuild target which sets up a packages folder and copies build assets into the \bin folder.
I'd recommend moving the contents of examplesFiles to packages\EnergyAnalysisForDynamo\extra.
You will need to adjust the paths specified in TestServices.dll.config to work in your environment.
This PR sets up the EnergyAnalysisForDynamo repository for testing using RTF. The instructions for setting up a project for testing have also been updated based on this experience.
packages
folder and copies build assets into the\bin
folder.examplesFiles
topackages\EnergyAnalysisForDynamo\extra
.TestServices.dll.config
to work in your environment.