No description
Find a file
Andrew Schwartzmeyer 42ce3fa48b Remove type_name and function_name from host
Custom hosting code was refactored to take a path to an assembly instead
of an assembly name coupled with a type and function to
execute. Instead, the host now directly executes the given assembly,
calling its Main function.

The path is resolved relative to the current directory, as should be
expected.
2015-08-21 17:39:52 -07:00
host Remove type_name and function_name from host 2015-08-21 17:39:52 -07:00
impl Merge pull request 102 from dev/9-getcomputername into develop 2015-08-21 16:56:54 +00:00
tests Merge pull request 102 from dev/9-getcomputername into develop 2015-08-21 16:56:54 +00:00
CMakeLists.txt Added changed from feedback from Andy 2015-08-17 17:02:40 -07:00
main.cpp initial commit 2015-03-05 14:58:25 -08:00