Updated readme. Small change to prevent trainermod using copy-local

This commit is contained in:
ClxS 2016-03-06 18:01:52 +00:00
parent bc84a66a6f
commit 126ce53618
2 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,4 @@ See: https://github.com/Zoryn4163/SMAPI-Mods
##Latest Version: [0.37.0.1](https://github.com/ClxS/SMAPI/tree/0.37.1)
Mod developers! Work from the latest release tag. The master branch may contain updates which make it incompatable with the latest release binaries.
Mod developers! You should develop from the release branch, which contains the code for the most recently released version. The master branch may contain updates which make it incompatable with the latest release binaries.

View File

@ -42,6 +42,7 @@
</Reference>
<Reference Include="Stardew Valley">
<HintPath>$(SteamInstallPath)\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -53,6 +54,7 @@
<Reference Include="System.Xml" />
<Reference Include="xTile">
<HintPath>$(SteamInstallPath)\steamapps\common\Stardew Valley\xTile.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
@ -63,6 +65,7 @@
<ProjectReference Include="..\StardewModdingAPI\StardewModdingAPI.csproj">
<Project>{f1a573b0-f436-472c-ae29-0b91ea6b9f8f}</Project>
<Name>StardewModdingAPI</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />