From 2b8d237fd4585d14ea837764ac247d4cd200158f Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Mon, 1 Mar 2021 09:20:52 -0500 Subject: [PATCH] Support SDL2-CS.Settings.props for both project types --- SDL2-CS.Core.csproj | 2 +- SDL2-CS.csproj | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/SDL2-CS.Core.csproj b/SDL2-CS.Core.csproj index 8962fde..0d7a856 100644 --- a/SDL2-CS.Core.csproj +++ b/SDL2-CS.Core.csproj @@ -11,7 +11,7 @@ false - $(SolutionDir)SDL-CS.Settings.props + $(SolutionDir)SDL2-CS.Settings.props diff --git a/SDL2-CS.csproj b/SDL2-CS.csproj index 68da8c8..3575229 100644 --- a/SDL2-CS.csproj +++ b/SDL2-CS.csproj @@ -75,6 +75,14 @@ true + + $(SolutionDir)SDL2-CS.Settings.props + + + + + +