From 8577a286a68ddb73691fda1cfe223a7abc256970 Mon Sep 17 00:00:00 2001
From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com>
Date: Wed, 8 May 2024 22:31:17 -0700
Subject: [PATCH] Revert "Restore `` for library projects to
implicit default"
This reverts commit 00085315374a24f31502d0109f20a53c19ffcce6.
Do not remove this, not until non-exe projects are doing the copying to output/dll after their post build events instead of relying on the exe project post build event to do that.
---
src/MainSlnCommon.props | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/MainSlnCommon.props b/src/MainSlnCommon.props
index 41656d2448..ee63db9252 100644
--- a/src/MainSlnCommon.props
+++ b/src/MainSlnCommon.props
@@ -6,6 +6,7 @@
$(DefineConstants);AVI_SUPPORT
true
$(NoWarn);CS1573;CS1591;NU1702
+ $(MSBuildProjectDirectory)/../../output/dll
None