From c3a39a9bbadc10dd5a937c79d1f6f6980542d8fc Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Wed, 10 Nov 2021 12:34:27 +1000 Subject: [PATCH] vsprops: Add DynamicLibrary.props --- dep/msvc/vsprops/DynamicLibrary.props | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dep/msvc/vsprops/DynamicLibrary.props diff --git a/dep/msvc/vsprops/DynamicLibrary.props b/dep/msvc/vsprops/DynamicLibrary.props new file mode 100644 index 000000000..63dc1cd8c --- /dev/null +++ b/dep/msvc/vsprops/DynamicLibrary.props @@ -0,0 +1,16 @@ + + + + $(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\ + $(SolutionDir)bin\$(Platform)\ + false + $(ProjectName)-$(Platform)-$(Configuration) + DynamicLibrary + + + + + + + + \ No newline at end of file