From 9b38f43b1642576b810255da8aa341f0acd4d858 Mon Sep 17 00:00:00 2001 From: Michael Kirschner Date: Tue, 9 Apr 2024 17:32:49 -0400 Subject: [PATCH] Update README.md (#58) * Update README.md * Delete src/Config/user_local.props --- README.md | 11 +++-------- src/Config/user_local.props | 12 ------------ 2 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 src/Config/user_local.props diff --git a/README.md b/README.md index 53050cc..c7377a3 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ These samples make use of the [Dynamo NuGet packages](https://www.nuget.org/pack ## Requirements -- Visual Studio 2019 -- .NET Framework 4.8 +- Visual Studio 2022 +- .NET8 ## Instructions - Clone the repository. - Choose a branch: - - The master branch of Dynamo Samples corresponds to the master branch of Dynamo. To build against a specific version, choose that version's branch. i.e. 0.8.0, 0.9.0, etc. + - The master branch of Dynamo Samples corresponds to the master branch of Dynamo. To build against a specific version, choose that version's branch or tag. i.e. 0.8.0, 0.9.0, etc. - Open `DynamoSamples.sln` with Visual Studio. - Build using the `Debug/Any CPU` configuration. - The `dynamo_package` folder at the root of the repository will now have the built libraries. The `Dynamo Samples` folder in that directory can be copied directly to your Dynamo packages directory:`C:\Users\\AppData\Roaming\Dynamo Core\\packages`. @@ -27,8 +27,3 @@ These samples make use of the [Dynamo NuGet packages](https://www.nuget.org/pack - `SampleViewExtension.dll` which should be copied to your root Dynamo build location - `SampleViewExtension_ViewExtensionDefinition` which should be copied to the `viewExtensions` folder inside your root Dynamo build location - Run Dynamo. You should find `SampleLibraryUI` and `SampleLibraryZeroTouch` categories in your library and the `View` tab inside of Dynamo should now contain `Show View Extension Sample Window`. - -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 diff --git a/src/Config/user_local.props b/src/Config/user_local.props deleted file mode 100644 index a5848fb..0000000 --- a/src/Config/user_local.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - $(SolutionDir)..\..\Dynamo\bin\$(Platform)\$(Configuration) - $(DYNAMOAPI) - $(DYNAMOAPI) - $(DYNAMOAPI) - $(DYNAMOAPI)\nodes - $(DYNAMOAPI) - $(DYNAMOAPI) - - \ No newline at end of file