diff options
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index 9b4a496e..5fe3e32c 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -131,6 +131,19 @@ <Compile Include="Framework\Serialisation\CrossplatformConverters\RectangleConverter.cs" /> <Compile Include="Framework\Serialisation\CrossplatformConverters\ColorConverter.cs" /> <Compile Include="Framework\Serialisation\CrossplatformConverters\PointConverter.cs" /> + <Compile Include="Framework\StateTracking\Comparers\EquatableComparer.cs" /> + <Compile Include="Framework\StateTracking\Comparers\ObjectReferenceComparer.cs" /> + <Compile Include="Framework\StateTracking\FieldWatchers\BaseDisposableWatcher.cs" /> + <Compile Include="Framework\StateTracking\FieldWatchers\ComparableWatcher.cs" /> + <Compile Include="Framework\StateTracking\FieldWatchers\NetDictionaryWatcher.cs" /> + <Compile Include="Framework\StateTracking\FieldWatchers\NetValueWatcher.cs" /> + <Compile Include="Framework\StateTracking\FieldWatchers\ObservableCollectionWatcher.cs" /> + <Compile Include="Framework\StateTracking\FieldWatchers\WatcherFactory.cs" /> + <Compile Include="Framework\StateTracking\ICollectionWatcher.cs" /> + <Compile Include="Framework\StateTracking\IDictionaryWatcher.cs" /> + <Compile Include="Framework\StateTracking\IValueWatcher.cs" /> + <Compile Include="Framework\StateTracking\IWatcher.cs" /> + <Compile Include="Framework\StateTracking\PlayerTracker.cs" /> <Compile Include="Framework\Utilities\ContextHash.cs" /> <Compile Include="Framework\Utilities\PathUtilities.cs" /> <Compile Include="IContentPack.cs" /> |