summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/StardewModdingAPI/StardewModdingAPI.csproj')
-rw-r--r--src/StardewModdingAPI/StardewModdingAPI.csproj18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj
index 77d3b12b..1f2bd4bb 100644
--- a/src/StardewModdingAPI/StardewModdingAPI.csproj
+++ b/src/StardewModdingAPI/StardewModdingAPI.csproj
@@ -97,6 +97,7 @@
<Compile Include="ContentSource.cs" />
<Compile Include="Events\ContentEvents.cs" />
<Compile Include="Events\EventArgsValueChanged.cs" />
+ <Compile Include="Framework\Content\AssetInfo.cs" />
<Compile Include="Framework\Exceptions\SContentLoadException.cs" />
<Compile Include="Framework\Command.cs" />
<Compile Include="Config.cs" />
@@ -136,10 +137,10 @@
<Compile Include="Framework\ModLoading\AssemblyParseResult.cs" />
<Compile Include="Framework\CommandManager.cs" />
<Compile Include="Framework\ContentHelper.cs" />
- <Compile Include="Framework\Content\ContentEventData.cs" />
- <Compile Include="Framework\Content\ContentEventHelper.cs" />
- <Compile Include="Framework\Content\ContentEventHelperForDictionary.cs" />
- <Compile Include="Framework\Content\ContentEventHelperForImage.cs" />
+ <Compile Include="Framework\Content\AssetData.cs" />
+ <Compile Include="Framework\Content\AssetDataForObject.cs" />
+ <Compile Include="Framework\Content\AssetDataForDictionary.cs" />
+ <Compile Include="Framework\Content\AssetDataForImage.cs" />
<Compile Include="Context.cs" />
<Compile Include="Framework\Logging\ConsoleInterceptionManager.cs" />
<Compile Include="Framework\Logging\InterceptingTextWriter.cs" />
@@ -156,11 +157,12 @@
<Compile Include="Framework\Serialisation\SelectiveStringEnumConverter.cs" />
<Compile Include="Framework\Serialisation\ManifestFieldConverter.cs" />
<Compile Include="Framework\TranslationHelper.cs" />
+ <Compile Include="IAssetEditor.cs" />
+ <Compile Include="IAssetInfo.cs" />
<Compile Include="ICommandHelper.cs" />
- <Compile Include="IContentEventData.cs" />
- <Compile Include="IContentEventHelper.cs" />
- <Compile Include="IContentEventHelperForDictionary.cs" />
- <Compile Include="IContentEventHelperForImage.cs" />
+ <Compile Include="IAssetData.cs" />
+ <Compile Include="IAssetDataForDictionary.cs" />
+ <Compile Include="IAssetDataForImage.cs" />
<Compile Include="IContentHelper.cs" />
<Compile Include="IManifestDependency.cs" />
<Compile Include="IModRegistry.cs" />