diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-02 17:37:30 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-02 17:37:30 -0400 |
commit | 40e8d3da0e204117d0a6de91b368ef420eb31df0 (patch) | |
tree | 8c1d2f1149b9eff23db90c7dafad0f05de279028 /src/TrainerMod/TrainerMod.csproj | |
parent | a0c4746c27656d6617853890d270072c13843c64 (diff) | |
download | SMAPI-40e8d3da0e204117d0a6de91b368ef420eb31df0.tar.gz SMAPI-40e8d3da0e204117d0a6de91b368ef420eb31df0.tar.bz2 SMAPI-40e8d3da0e204117d0a6de91b368ef420eb31df0.zip |
migrate list_items command to new item repository (#302)
Diffstat (limited to 'src/TrainerMod/TrainerMod.csproj')
-rw-r--r-- | src/TrainerMod/TrainerMod.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/TrainerMod/TrainerMod.csproj b/src/TrainerMod/TrainerMod.csproj index 8e4e2b2e..332833df 100644 --- a/src/TrainerMod/TrainerMod.csproj +++ b/src/TrainerMod/TrainerMod.csproj @@ -83,11 +83,7 @@ <Compile Include="Framework\Commands\World\SetDayCommand.cs" /> <Compile Include="Framework\Commands\World\SetTimeCommand.cs" /> <Compile Include="Framework\Commands\World\FreezeTimeCommand.cs" /> - <Compile Include="Framework\ItemData\ISearchItem.cs" /> <Compile Include="Framework\ItemData\ItemType.cs" /> - <Compile Include="Framework\ItemData\SearchableObject.cs" /> - <Compile Include="Framework\ItemData\SearchableRing.cs" /> - <Compile Include="Framework\ItemData\SearchableWeapon.cs" /> <Compile Include="Framework\Commands\ITrainerCommand.cs" /> <Compile Include="Framework\ItemData\SearchableItem.cs" /> <Compile Include="Framework\ItemRepository.cs" /> |