diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-23 18:45:04 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-23 18:51:01 -0400 |
commit | 76c926c396092f02441a62937bfc5d437e582e57 (patch) | |
tree | d3a673ac8681378f9d4a1dd5737540a611570378 /src/SMAPI/SMAPI.csproj | |
parent | 625c41c0ea39bb2af37ece7865098cf2f6d38471 (diff) | |
download | SMAPI-76c926c396092f02441a62937bfc5d437e582e57.tar.gz SMAPI-76c926c396092f02441a62937bfc5d437e582e57.tar.bz2 SMAPI-76c926c396092f02441a62937bfc5d437e582e57.zip |
add EarlyConstants for constants needed before external DLLs are loaded
Diffstat (limited to 'src/SMAPI/SMAPI.csproj')
-rw-r--r-- | src/SMAPI/SMAPI.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index a3dbf52f..7d2b8199 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -59,8 +59,11 @@ <ItemGroup> <Content Include="SMAPI.config.json" CopyToOutputDirectory="PreserveNewest" /> <Content Include="..\SMAPI.Web\wwwroot\SMAPI.metadata.json" Link="SMAPI.metadata.json" CopyToOutputDirectory="PreserveNewest" /> + <None Update="i18n\*" CopyToOutputDirectory="PreserveNewest" /> <None Update="steam_appid.txt" CopyToOutputDirectory="PreserveNewest" /> + + <Compile Include="..\SMAPI.Toolkit\Framework\LowLevelEnvironmentUtility.cs" Link="Framework\Utilities\LowLevelEnvironmentUtility.cs" /> </ItemGroup> <Import Project="..\SMAPI.Internal\SMAPI.Internal.projitems" Label="Shared" /> |