summaryrefslogtreecommitdiff
path: root/TrainerMod
diff options
context:
space:
mode:
authorZoryn Aaron <zoryn4163@gmail.com>2016-03-20 17:45:45 -0400
committerZoryn Aaron <zoryn4163@gmail.com>2016-03-20 17:45:45 -0400
commitcb9cdad62d4f457ab3081854e5aa363d03630bb8 (patch)
tree6e8f9b96d89e7114d23b9d03d2ac546c4f6dbd61 /TrainerMod
parent47178d96412e1dfa4f82b888263456b443908e68 (diff)
downloadSMAPI-cb9cdad62d4f457ab3081854e5aa363d03630bb8.tar.gz
SMAPI-cb9cdad62d4f457ab3081854e5aa363d03630bb8.tar.bz2
SMAPI-cb9cdad62d4f457ab3081854e5aa363d03630bb8.zip
adds support for old-style mods that don't use manifest. It will be removed in future version
Diffstat (limited to 'TrainerMod')
-rw-r--r--TrainerMod/TrainerMod.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj
index 6424ecdb..8f1a494f 100644
--- a/TrainerMod/TrainerMod.csproj
+++ b/TrainerMod/TrainerMod.csproj
@@ -54,7 +54,7 @@
</Reference>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- <Private>True</Private>
+ <Private>False</Private>
</Reference>
<Reference Include="Stardew Valley">
<HintPath>$(SteamPath)\steamapps\common\Stardew Valley\Stardew Valley.exe</HintPath>
@@ -85,7 +85,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <None Include="manifest.json" />
+ <None Include="manifest.json">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />