From 73d163a0c0bbf326526081d349b31fd7c8846d19 Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 24 May 2022 17:01:12 -0400 Subject: [PATCH] Rename ComponentModel folder to Lib --- .../System.ComponentModel.Annotations.dll | Bin NewHorizons/NewHorizons.csproj | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename {System.ComponentModel.Annotations => Lib}/System.ComponentModel.Annotations.dll (100%) diff --git a/System.ComponentModel.Annotations/System.ComponentModel.Annotations.dll b/Lib/System.ComponentModel.Annotations.dll similarity index 100% rename from System.ComponentModel.Annotations/System.ComponentModel.Annotations.dll rename to Lib/System.ComponentModel.Annotations.dll diff --git a/NewHorizons/NewHorizons.csproj b/NewHorizons/NewHorizons.csproj index eaceb333..4c56a9b5 100644 --- a/NewHorizons/NewHorizons.csproj +++ b/NewHorizons/NewHorizons.csproj @@ -24,11 +24,11 @@ - ../System.ComponentModel.Annotations/System.ComponentModel.Annotations.dll + ../Lib/System.ComponentModel.Annotations.dll - + Always