summaryrefslogtreecommitdiff
path: root/TrainerMod
diff options
context:
space:
mode:
authorJames Finlay <jtfinlay@ualberta.ca>2016-03-06 12:25:14 -0800
committerJames Finlay <jtfinlay@ualberta.ca>2016-03-06 12:25:14 -0800
commitac8b73898597a8999e4e03445306d163d4fbcd19 (patch)
tree939775570f25df6bcef362ff7792cee7485e1c5e /TrainerMod
parent65c7c9b733bf6c6122ea591bba789a914dbd404d (diff)
parentbfe6537f84fe780197c4554f360f19c3f9f12371 (diff)
downloadSMAPI-ac8b73898597a8999e4e03445306d163d4fbcd19.tar.gz
SMAPI-ac8b73898597a8999e4e03445306d163d4fbcd19.tar.bz2
SMAPI-ac8b73898597a8999e4e03445306d163d4fbcd19.zip
Merge
Diffstat (limited to 'TrainerMod')
-rw-r--r--TrainerMod/TrainerMod.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj
index c7dbe94f..8753bc1b 100644
--- a/TrainerMod/TrainerMod.csproj
+++ b/TrainerMod/TrainerMod.csproj
@@ -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" />