From 7ea9a2d73c3723b23376af46e8afce68f9c6cbaa Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Mon, 2 May 2022 10:11:55 -0700 Subject: [PATCH] add framework csproj --- WellspringCS.Framework.csproj | 16 ++++++++++++++++ WellspringCS.csproj | 6 ------ 2 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 WellspringCS.Framework.csproj diff --git a/WellspringCS.Framework.csproj b/WellspringCS.Framework.csproj new file mode 100644 index 0000000..d66a44f --- /dev/null +++ b/WellspringCS.Framework.csproj @@ -0,0 +1,16 @@ + + + + net45 + WellspringCS + true + x64 + + + + + PreserveNewest + + + + diff --git a/WellspringCS.csproj b/WellspringCS.csproj index 06302bd..510bdb8 100644 --- a/WellspringCS.csproj +++ b/WellspringCS.csproj @@ -7,10 +7,4 @@ x64 - - - PreserveNewest - - -