From ac82e2f1f69af56b18faa66c609beb8083b95f82 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Tue, 18 Jun 2024 19:06:01 +0200 Subject: [PATCH] Clarified library dependencies; added Markdown documentation to projects --- Dependencies.md | 13 ++++++++----- Nuclex.Windows.Forms (net-4.6).csproj | 4 ++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Dependencies.md b/Dependencies.md index 99a44fb..ed6818f 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -1,5 +1,5 @@ -Nuclex.Support Dependencies -=================================== +Nuclex.Windows.Forms Dependencies +================================ To Compile the Library @@ -10,18 +10,20 @@ the following directory layout: root/ Nuclex.Windows.Forms/ <-- you are here - Nuclex.Windows.Forms (net-4.6).csproj + ... Nuclex.Support.Native/ <-- Git: nuclex-shared-dotnet/Nuclex.Support - Nuclex.Support (net-4.6).csproj + ... third-party/ nunit nmock -You should already have that directory layout in playe if you cloned the "frame fixer" +You should already have that directory layout in place if you cloned the "foundation package" repository (with `--recurse-submodules`). +The actual, direct requirements of the code to compile are: + * Nuclex.Support * nunit (optional, if unit tests are built) * nmock (optional, if unit tests are built) @@ -30,4 +32,5 @@ repository (with `--recurse-submodules`). To Use this Library as a Binary ------------------------------- + * Nuclex.Windows.Forms.dll * Nuclex.Support.dll diff --git a/Nuclex.Windows.Forms (net-4.6).csproj b/Nuclex.Windows.Forms (net-4.6).csproj index e0c7546..791abd5 100644 --- a/Nuclex.Windows.Forms (net-4.6).csproj +++ b/Nuclex.Windows.Forms (net-4.6).csproj @@ -159,7 +159,11 @@ Foundation.snk + + + +