I am trying to use a third party product secured with XHEO licensing and write unit tests against it. I can get the .lic file to copy to the regular project's bin directory (with either a post build or 'build action'), but the actual test itself doesnt seem to be running from there but from a constantly changing 'out' directory.
A license window pops up saying
'No licenses found in r:\websites\example.com - mvc\testresults\sweaver_a770-win7u-pc 2009-11-17 16_02_01\out.'
That output directory is time based and changes on every unit test run - so I cant even manually copy the lic file in there!
How can I copy an arbitrary file to this directory - or disable the constantly changing path?
PS. I've tried renaming the .lic file to either .txt or .xml to see if its because the filetype is .lic, but it still never appears in the out
directory.