From 028d2565d7dd31127f935b6e2d6305628a2bde8c Mon Sep 17 00:00:00 2001 From: rk_lakshmanan Date: Wed, 27 Apr 2016 19:15:06 +0800 Subject: [PATCH 1/2] added user_local.props --- Config/CS.props | 9 ++++++--- Config/user_local.props | 8 ++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 Config/user_local.props 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 From ac3078fa14baa76b2bf48d5e0543c89aca413ca0 Mon Sep 17 00:00:00 2001 From: rk_lakshmanan Date: Mon, 9 May 2016 16:18:18 +0800 Subject: [PATCH 2/2] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +