diff --git a/Config/CS.props b/Config/CS.props index 9eaefde..8ced986 100644 --- a/Config/CS.props +++ b/Config/CS.props @@ -1,7 +1,10 @@ + + + - $(SolutionDir)\packages\DynamoVisualProgramming.ZeroTouchLibrary.1.0.0-beta3\lib\net45 - $(SolutionDir)\packages\DynamoVisualProgramming.DynamoServices.1.0.0-beta3\lib\net45 + $(SolutionDir)\packages\DynamoVisualProgramming.DynamoServices.1.0.0-beta3\lib\net45 + $(SolutionDir)\packages\DynamoVisualProgramming.ZeroTouchLibrary.1.0.0-beta3\lib\net45 - + \ No newline at end of file diff --git a/Config/user_local.props b/Config/user_local.props new file mode 100644 index 0000000..362e7de --- /dev/null +++ b/Config/user_local.props @@ -0,0 +1,8 @@ + + + + $(SolutionDir)..\Dynamo\bin\$(Platform)\$(Configuration) + $(DYNAMOAPI) + $(DYNAMOAPI) + + \ No newline at end of file diff --git a/README.md b/README.md index 4ccf9f6..b79e398 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # ZeroTouchEssentials Examples for ZeroTouch usage. Read more here: [https://github.com/DynamoDS/Dynamo/wiki/Zero-Touch-Plugin-Development](https://github.com/DynamoDS/Dynamo/wiki/Zero-Touch-Plugin-Development) + +Assembly Reference +Path to assembly for binaries are defined in CS.props and user_local.props which can be found at $(SolutionDirectory)\Config +user_local.props defines path to binaries found in the bin folder of the local Dynamo repository +If the specified binary is not found, the path to the nuget packages binaries will be used instead which is defined in the CS.props file +