summaryrefslogtreecommitdiff
path: root/src/SMAPI/SMAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-25 23:01:14 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-28 00:01:52 -0500
commitd1d09ae1df63826dd453aa0347d668f420754ed7 (patch)
tree5c03ee1bd3cd658586755694940ac329491d6493 /src/SMAPI/SMAPI.csproj
parentf87e65caf5a71b3ab129c7a0cfd14d49f68dd9c1 (diff)
downloadSMAPI-d1d09ae1df63826dd453aa0347d668f420754ed7.tar.gz
SMAPI-d1d09ae1df63826dd453aa0347d668f420754ed7.tar.bz2
SMAPI-d1d09ae1df63826dd453aa0347d668f420754ed7.zip
add support for loading BmFont files for custom languages
Diffstat (limited to 'src/SMAPI/SMAPI.csproj')
-rw-r--r--src/SMAPI/SMAPI.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj
index 4f9aa9b1..b99028da 100644
--- a/src/SMAPI/SMAPI.csproj
+++ b/src/SMAPI/SMAPI.csproj
@@ -31,6 +31,7 @@
<Reference Include="..\..\build\0Harmony.dll" Private="True" />
<Reference Include="Stardew Valley" HintPath="$(GamePath)\Stardew Valley.dll" Private="False" />
<Reference Include="StardewValley.GameData" HintPath="$(GamePath)\StardewValley.GameData.dll" Private="False" />
+ <Reference Include="BmFont" HintPath="$(GamePath)\BmFont.dll" Private="False" />
<Reference Include="GalaxyCSharp" HintPath="$(GamePath)\GalaxyCSharp.dll" Private="False" />
<Reference Include="Lidgren.Network" HintPath="$(GamePath)\Lidgren.Network.dll" Private="False" />
<Reference Include="MonoGame.Framework" HintPath="$(GamePath)\MonoGame.Framework.dll" Private="False" />