diff options
Diffstat (limited to 'src/SMAPI/SMAPI.csproj')
-rw-r--r-- | src/SMAPI/SMAPI.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index 58a71f94..d723d954 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -42,11 +42,11 @@ </ItemGroup> <ItemGroup> - <Content Include="StardewModdingAPI.config.json"> + <Content Include="SMAPI.config.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> - <Content Include="..\SMAPI.Web\wwwroot\StardewModdingAPI.metadata.json"> - <Link>StardewModdingAPI.metadata.json</Link> + <Content Include="..\SMAPI.Web\wwwroot\SMAPI.metadata.json"> + <Link>SMAPI.metadata.json</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <None Update="steam_appid.txt"> |