diff options
Diffstat (limited to 'src/StardewModdingAPI/StardewModdingAPI.csproj')
| -rw-r--r-- | src/StardewModdingAPI/StardewModdingAPI.csproj | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj index 337929e2..aa8cad34 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.csproj +++ b/src/StardewModdingAPI/StardewModdingAPI.csproj @@ -123,7 +123,6 @@ <Compile Include="Command.cs" /> <Compile Include="Config.cs" /> <Compile Include="Constants.cs" /> - <Compile Include="Entities\SPlayer.cs" /> <Compile Include="Events\ControlEvents.cs" /> <Compile Include="Events\EventArgsCommand.cs" /> <Compile Include="Events\EventArgsClickableMenuChanged.cs" /> @@ -150,6 +149,7 @@ <Compile Include="Events\GraphicsEvents.cs" /> <Compile Include="Framework\AssemblyDefinitionResolver.cs" /> <Compile Include="Framework\AssemblyParseResult.cs" /> + <Compile Include="Framework\Serialisation\SemanticVersionConverter.cs" /> <Compile Include="IModRegistry.cs" /> <Compile Include="Events\LocationEvents.cs" /> <Compile Include="Events\MenuEvents.cs" /> @@ -157,7 +157,6 @@ <Compile Include="Events\PlayerEvents.cs" /> <Compile Include="Events\SaveEvents.cs" /> <Compile Include="Events\TimeEvents.cs" /> - <Compile Include="Extensions.cs" /> <Compile Include="Framework\DeprecationLevel.cs" /> <Compile Include="Framework\DeprecationManager.cs" /> <Compile Include="Framework\InternalExtensions.cs" /> @@ -178,24 +177,21 @@ <Compile Include="Framework\Models\GitRelease.cs" /> <Compile Include="Framework\Models\UserSettings.cs" /> <Compile Include="IMonitor.cs" /> - <Compile Include="Inheritance\ChangeType.cs" /> - <Compile Include="Inheritance\ItemStackChange.cs" /> - <Compile Include="Inheritance\SObject.cs" /> + <Compile Include="Events\ChangeType.cs" /> + <Compile Include="Events\ItemStackChange.cs" /> <Compile Include="Log.cs" /> <Compile Include="Framework\Monitor.cs" /> <Compile Include="LogInfo.cs" /> - <Compile Include="LogWriter.cs" /> <Compile Include="Manifest.cs" /> <Compile Include="Mod.cs" /> <Compile Include="ModHelper.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Inheritance\SGame.cs" /> + <Compile Include="Framework\SGame.cs" /> <Compile Include="IPrivateField.cs" /> <Compile Include="IPrivateMethod.cs" /> <Compile Include="IReflectionHelper.cs" /> <Compile Include="SemanticVersion.cs" /> - <Compile Include="Version.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config"> |
